0
I Use This!
Inactive

Commits : Listings

Analyzed 4 days ago. based on code collected 4 days ago.
Apr 19, 2023 — Apr 19, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Changed version for release. More... over 18 years ago
Update version information. More... about 19 years ago
Fixed more Unicode vs. string problems. Changed from 'ascii' encoding to 'cp1252' to match Palm. Renamed 'debug' global variable in PalmImage.py to keep it from clobbering the one in trace.py . More... about 19 years ago
Getting ready to make another Beta... More... about 19 years ago
Put the call to pdesk.initfile() back in, or the prefs don't reload. If you have a prefs.prefs file with data from someone else, this could cause the noted problem of the program hanging, but I don't think I have seen this behaviour. More... about 19 years ago
Save now seems to work, but prefs are not loading for some reason. More... about 19 years ago
This code works much better, but can't save on my windows machine, it's getting some error about a ascii codec. I had to fix some problems with the patch not being applied correctly from the previous commit. More... about 19 years ago
These are some fixes from Ned Konz, I have not checked to make sure the patches went through okay yet. More... about 19 years ago
Now compiles, and seems to run with Python 2.4 and wxWidgets 2.5.3 unicode. However the last version would not run from an exe. Changed the code so it uses the new wx module (at least most cases), and rm -rf'd the build directory. Now seems to work, not sure which thing fixed the problem. More... about 19 years ago
Now compiles, and seems to run with Python 2.4 and wxWidgets 2.5.3 unicode. More... about 19 years ago
Fixed the code so it should not crash on Unix when the program is unable to determine the code location for the user's Palm directory. The location will now default to the user's home directory in that case. More... over 19 years ago
Fix bug #951471 where the link task type needs to be removed. Also fixed a bug where the task defaults window was not showing because a window was added twice to a sizer. I found this while trying to fix bug #1020492. More... over 19 years ago
Fix bug #951471 where the link task type needs to be removed. More... over 19 years ago
The build should now be more automatic, you should be able to make it work with just python.exe setup.py py2exe. More... over 19 years ago
New Beta 8 packaging file More... over 19 years ago
Change version to Beta 8 More... over 19 years ago
What should be the final changes for Progect project category support. The file open dialog has been replaced with a dialog that supports project categories. Currently it is read-only but that editing the categories can be added later. More... over 19 years ago
Made more changes, particulary to handle errors. For the record, PDesk now requires the module PalmDB, which is available from SourceForge. More... over 19 years ago
Almost complete changes for PDesk to support categories, on windows anyway. Not sure how to handle it on Unix, but it would be mostly a matter of uncommenting some code if there was a good way to know where to find the Progect categories pdb. More... over 19 years ago
RC1 More... over 19 years ago
Changed ViewStart to GetViewStart, seems to work with wxPython 2.4 and 2.5, so I didn't put and kludge code in. This should be tested by someone else as well. More... over 19 years ago
Only check for the Palm usernames on Windows. This has not been tested on Windows yet, and needs to be tested before it is released. More... over 19 years ago
Added the ability to select colour icons to PDesk. This has not been tested on windows yet, so that needs to be done before it can be released. More... over 19 years ago
Add Portuguese translation: added new menu items; tiedied up some of the source messages (which is why the french files changed) More... over 19 years ago
Beta7: fix running over icons array. Also, small fix to wxPython to avoid passing the same window more than once to a sizer More... almost 20 years ago
Beta7: fix running over icons array. Also, small fix to wxPython to avoid passing the same window more than once to a sizer More... almost 20 years ago
New translation file for Brazilian Portuguese -- Michael Lees translator More... almost 20 years ago
Hack: make sure no item descriptions are empty More... almost 20 years ago
Beta 6 More... about 20 years ago
Remove \r\n from files as this is not permitted in well formed python source More... about 20 years ago