![]() |
2011-06-27
, 20:59
|
Posts: 85 |
Thanked: 97 times |
Joined on May 2011
|
#82
|
Ah, I see. The screenshots are quite different from the maemo4 hildon version, where the buttons are shown at the dialog's bottom, using much less space.
The difference is too big to be ignored, so since we already can differentiate between maemo4 and maemo5, I'll import your UI optimization.
![]() |
2011-09-14
, 23:00
|
Posts: 21 |
Thanked: 13 times |
Joined on Aug 2011
|
#83
|
![]() |
2012-03-06
, 20:14
|
Posts: 21 |
Thanked: 13 times |
Joined on Aug 2011
|
#84
|
elif event.keyval==gtk.keysyms.F7:
self.emit('move-cursor', gtk.MOVEMENT_PAGES,1, False)
elif event.keyval==gtk.keysyms.F8:
self.emit('move-cursor', gtk.MOVEMENT_PAGES,-1, False)
The Following User Says Thank You to nkmm For This Useful Post: | ||
![]() |
2012-06-13
, 18:26
|
Posts: 440 |
Thanked: 160 times |
Joined on Aug 2010
@ Las Vegas, NV
|
#85
|
![]() |
2012-06-13
, 18:35
|
Posts: 85 |
Thanked: 97 times |
Joined on May 2011
|
#86
|
wondering if dev is still updating it. Desktop version of zim is already 0.56 and maemo version is still 0.52
The Following 2 Users Say Thank You to computerinfo21 For This Useful Post: | ||
![]() |
2012-06-14
, 19:26
|
Posts: 1,101 |
Thanked: 1,185 times |
Joined on Aug 2008
@ Spain
|
#87
|
The Following 2 Users Say Thank You to maacruz For This Useful Post: | ||
![]() |
2012-06-19
, 14:34
|
Posts: 440 |
Thanked: 160 times |
Joined on Aug 2010
@ Las Vegas, NV
|
#88
|
Since it actually does everything I need, I stopped following new releases. Also because new releases introduce new problems that then I have to find and fix. But if you find any important new feature just let me know and I'll look into it.
![]() |
2012-06-19
, 17:58
|
Posts: 85 |
Thanked: 97 times |
Joined on May 2011
|
#89
|
Thanks for the info. Agreed with your statement.
Also thanks a lot for porting such a wonderful app. This is one of the most have app for me. Only think I always wonder about this app is to be able to sync notes in between a laptop, a work computer and N900. Tried synching between laptop and computer using google drive seems to give troubles.
Have you been using any software to sync notes between two hardware software successfully? Please let me know if you are.
The Following User Says Thank You to computerinfo21 For This Useful Post: | ||
![]() |
2012-07-31
, 23:02
|
Posts: 78 |
Thanked: 24 times |
Joined on Feb 2012
@ Moscow
|
#90
|
This is zim 0.52 Python version is (2, 5, 4, 'final', 0) Gtk version is (2, 14, 7) Pygtk version is (2, 12, 1) Platform is posix Zim revision is: branch: pyzim-trunk revision: 391 pardus@cpan.org-20110428180907-hls8utfz1nege9ji date: 2011-04-28 20:09:07 +0200 ======= Traceback ======= File "/home/builder2/maemo-fremantle-i386-extras-devel/work/zim-0.52/debian/zim/usr/lib/zim/zim/gui/widgets.py", line 1912, in do_response File "/home/builder2/maemo-fremantle-i386-extras-devel/work/zim-0.52/debian/zim/usr/lib/zim/zim/gui/pageview.py", line 4282, in do_response_ok TypeError: could not parse subscript as a tree path
The difference is too big to be ignored, so since we already can differentiate between maemo4 and maemo5, I'll import your UI optimization.