|
2013-02-19
, 23:11
|
Posts: 114 |
Thanked: 298 times |
Joined on Jan 2011
@ Berlin
|
#2
|
The Following 2 Users Say Thank You to frafI For This Useful Post: | ||
|
2013-02-20
, 10:07
|
Posts: 1,808 |
Thanked: 4,272 times |
Joined on Feb 2011
@ Germany
|
#4
|
|
2013-02-20
, 12:45
|
Posts: 141 |
Thanked: 313 times |
Joined on May 2012
@ Czech Republic
|
#5
|
I tried to install the .deb but it requires Qt 4.7.4 (libqt4-core, libqt4-dbus, libqt4-gui).
Is there a reason for this? AFAIK 4.7.4 is only available with CSSU, while plain PR 1.3(.1) has 4.7.0.
|
2013-02-20
, 13:33
|
Posts: 114 |
Thanked: 298 times |
Joined on Jan 2011
@ Berlin
|
#6
|
@luf,
Thanks for porting! I tried to install the .deb but it requires Qt 4.7.4 (libqt4-core, libqt4-dbus, libqt4-gui).
Is there a reason for this? AFAIK 4.7.4 is only available with CSSU, while plain PR 1.3(.1) has 4.7.0.
ar x ....deb data.tar.gz && tar xf data.tar.gz
|
2013-02-23
, 16:52
|
Posts: 141 |
Thanked: 313 times |
Joined on May 2012
@ Czech Republic
|
#7
|
|
2013-06-21
, 00:00
|
|
Posts: 361 |
Thanked: 219 times |
Joined on Sep 2010
|
#8
|
The Following User Says Thank You to PMaff For This Useful Post: | ||
|
2013-06-22
, 09:50
|
Posts: 141 |
Thanked: 313 times |
Joined on May 2012
@ Czech Republic
|
#9
|
The Following User Says Thank You to luf For This Useful Post: | ||
|
2013-06-22
, 14:05
|
|
Posts: 361 |
Thanked: 219 times |
Joined on Sep 2010
|
#10
|
I'll take a look today or tomorrow. Maybe I again built the package last time in wrong environment.
I was a little bit frustrated that there is no support for N900 or any other small displays as mentioned in roadmap: http://www.keepassx.org/news/2010/09/242
So I spent some of my free time with fixing it. I cloned the git (https://gitorious.org/keepassx/keepassx) to https://gitorious.org/~luf/keepassx/keepassx-n900 and add several features:
- decrease requested cmake version from 2.6.4 to 2.6.3 (on N900)
- add QScrollArea into Dialogs (for small displays)
- change signal CategoryListWidget::currentRowChanged to itemActivated (due to Maemo usage - change even during scroll only: http://forums.internettablettalk.com....php?p=1108063 )
- specify minimum height of icon lists
- fix columns in Settings (added colspan)
- Maemo only (#if(n)dev Q_WS_MAEMO_5:
+ removed Enty and Group actions from menu (as it should be performed via popup menu)
+ hides Cancel buttons because click outside dialog window is cancel. But it's unable to click outside MainWindows
=> I rewrite DialogyWidget to QDialogs
=> DatabaseWidget to exec dialogs
=> all dialogs to call QDialog:: accept() or reject()
=> change labels to Dialog captions
+ change height of some Dialogs
+ remove/hide some spacers
Right now I'm able to open some keepass v2 database and work with it.
If there is someone who wants to test it feel free to install it from http://merlin1991.at/~luf/keepassx or I uploaded it as attachement (few kB below the limit for .deb)
EDIT: this package was built againist PR 1.3 so the problem with installation should disappear.
Last edited by luf; 2013-02-23 at 16:51. Reason: Package only for CSSU (-testing)