Checklists managerA very simple checklists manager. It's written on python using GTK.
|
Rating: 0 Rate:
|
||||||||||||
|
CommentsYprum wrote: (2009-07-14 12:18:04)
Works fine on SHR unstable
Jiri Brozovsky wrote: (2009-07-14 19:57:16)
Hello, your app is very nice! (I also use SHR unstable and it works very well).
But where it stores its files? And can you please make the "x" buttons larger? (these on left side) Many thanks! Yprum wrote: (2009-07-14 23:02:44)
You've got all the files in /usr/share/pyChecklist
and the icon in /usr/share/icons/pycheck.png I agree on making the "X" a bit larger, or at least, more separated from the border and the text. Korosu_Itai wrote: (2009-07-16 17:50:51)
Ok, I'll upload a new version soon with the X buttons larger.
And yeah, as Yprum says it stores the information at /usr/share/pyChecklist/. There is a config file with the names of the checklists, the checklists files and the script file. Anyway, I'm going to get rid of the config file in future versions :P Thanks for the feedback! Jiri Brozovsky wrote: (2009-07-16 22:12:00)
Hello, many thanks!
You can save some space by making the field with number bit smaller... Will it be posible to store checklist files in home directory (on in other user-defined directory like /media/card/something)? Best regards, Jiri Brozovsky Korosu_Itai wrote: (2009-07-17 20:10:51)
0.3 uploaded!
Buttons are now larger, it should be more finger friendly :P I'm adding the posibility of choosing the storage path on the TODO list ;) Thanks for all the feedback! Jiri Brozovsky wrote: (2009-07-19 22:03:46)
Many thanks! I just have installed the 0.3 version an I'm going to test it.
Korosu_Itai wrote: (2009-08-04 13:23:28)
I've sent my FreeRunner to a buzzfix party, so I've been waiting it to return before uploading the 0.4 version, because I wanted to test it. But it seems that I'm going to a travel before the FR arrives home, so I'm uploading it anyway.
I haven't tested it, it should work since it works on my laptop, at least I hope so. I don't know if it will need any more dependency since it now uses gconf (in Arch Linux it needs the gnome-python package). Changes: By default the store folder is: $HOME/.pyChecklist/ But it can be defined by the user setting the gconf propertie: "/apps/pyChecklist/storePath" If you want it to store the checklists into $HOME/.pyChecklist/ again, just unset the propertie. Howto: In Arch I used gconftool-2 Set: gconftool-2 -s "/apps/pyChecklist/storePath" PATH_YOU_WANT --type string Unset: gconftool-2 -u "/apps/pyChecklist/storePath" Korosu_Itai wrote: (2009-08-04 13:28:37)
Since the directory structure have changed you may need to remove old /usr/share/pyChecklist/ manually. Before, you should move your checklists to the new store path (by default $HOME/pyChecklist) if you want to keep using them.
btw, there is not a config file anymore, don\'t move that file :D Yprum wrote: (2009-08-07 23:46:24)
Right now the program doesn't work because it lacks the dependencies for using gconf in python... so until further notice it's better not to upgrade it :P
Korosu_Itai wrote: (2009-08-17 20:12:48)
Ok, it doesn\'t use gconf anymore. I hope now it works fine on the phone (I still can\'t test it).
By default the store folder is: $HOME/.pyChecklist/checklists/ But it can be defined by the user creating this file: $HOME/.pyChecklist/storePath.conf and writing in the first line the path wanted. Yprum wrote: (2009-08-17 21:54:59)
now it works again
Yprum wrote: (2009-08-18 18:47:34)
You should give the option to put them in order or not. Now it gets always in order, and I want to keep something in a specific order, and not alphabetically
Jiri Brozovsky wrote: (2009-08-19 14:31:18)
Many thanks, version 0.5 works well!
Best regards Korosu_Itai wrote: (2009-09-21 18:33:51)
New version 0.6
Added a "restore" button. It loads the checklist again, so if you want to undo the changes just press it ;) Yprum wrote: (2009-09-21 19:37:24)
Awesome! :D it works fine!
Korosu_Itai wrote: (2009-10-23 18:02:55)
0.7 version:
- Improved icon - Switched icon path from /usr/share/icons to /usr/share/pixmaps Jiri Brozovsky wrote: (2009-11-02 09:55:29)
Hello,
I just noticed your new release. Works great (as usual), I only removed one line from your code: vs_scrollbar.set_size_request(20, 640) Because it limits the size of scrollbar (20 is much thinner that "normal" scrollbars in default SHR Gtk+ theme). I had problems with use this scrollbar with my fingers.. Best regards, Jiri Brozovsky Korosu_Itai wrote: (2009-11-21 13:11:16)
1.0 up!
I've changed the size of the widgets to make them more compatible with the default SHR theme, I've removed the size_request for the scrollbar as you said Jiri, thanks! I've changed the scrollable area so the buttons are always visible. And that's all, thanks for the feedback!
|








