📄 changelog
字号:
2003-09-07 12:10 rick_price * Makefile, progect.h, progect.rcp: Getting ready for v0.27 release. Makefile modified to create files required for release in directory above current one. 2003-09-06 23:06 rick_price * aftersync.c, progect.h, progect.rcp: [ 783482 ] Flat view fails to show new from PDesk We have fixed the problem by changing items that have a category of 1 to 0 when category 1 has no description. Scott made some nices changes to aftersync.c. We got the fix into the code that gets run after a hotsync, arguably the most logical place. 2003-09-05 14:42 rick_price * task.c: [ 545519 ] Todo linking damages todo Index When a linked ToDo is deleted by Progect, it does a Delete, which sets the Deleted flag in the item, but does not actually remove the item. This is necessary for synchronization to work. But the code left the ToDo in place rather than moving it to the end of the DB. The ToDo example code shows how to properly delete. I can now link/unlink without destroying my ToDo view in Addressbook. We can thank Scott Davis for this fix. 2003-09-05 07:38 rick_price * progect.h, progect.rcp: Making a 0.26.1 interim release. 2003-09-05 07:34 rick_price * Makefile: Fixes to get the Makefile to generate more of the release. 2003-09-04 17:09 rick_price * doc.c: Fixed [ 424721 ] HTML export backup bit not set This fixes a bug where when you exported a project into a DOC type PDB, the backup flag would not be set. This was causing crashes and grief for some of our users. I have not added an option or preference for this because I expect it will be the desired behaviour and because all the translations would have to be redone. If this causes problems, then we can add a preference or option. 2003-09-03 13:20 rick_price * Docs/ProgectVision.doc: Updated this document with my vision. 2003-09-03 11:50 rick_price * Docs/NewReleaseNotificationList.doc: Document listing who needs to get notified when a new release comes out. 2003-08-29 13:24 rick_price * Docs/: ProgectVision.doc, progect_022_screen_shots.gif: Adding in some more documentation. 2003-08-28 14:17 rick_price * ProposedModifications.txt, Docs/ProposedModifications.txt: Added more detail to the plan. 2003-08-28 11:56 rick_price * Docs/ProgectReleaseRoadmap.doc: Progect release roadmap source document. Yes, I know M$ is evil, but it works for now, and I have other things to do. 2003-08-27 19:55 rick_price * link.c: Got rid of a NULL pointer fault in the link code. 2003-08-27 16:46 rick_price * Makefile, progect.h, progect.rcp: Getting ready for the next release, by changing the version numbers. 2003-08-27 16:45 rick_price * ProposedModifications.txt: Changed the doc a bit more. 2003-08-27 14:06 rick_price * ProposedModifications.txt: This is very unfinished, but I'm hoping for Scott to be able to see where I'm going. 2003-08-27 12:25 rick_price * ProposedModifications.txt: This is where I will be documenting what I will be changing. 2003-08-26 13:09 rick_price * progect.c: Fix for Bug# 225216 Where the done date was not set correctly when Progect was open over midnight. [ It was using a pre-calulated value.] The code for handling tasks being done should be rewritten, and when it is, we should calculate the done date at the beginning of the function and reuse the value. The way it is now, it's conceivable that two tasks done at the same time could have different done dates if they were done just before midnight, and one was marked before, and the other after (ie if child being done caused it's parent to be *done*. 2003-08-25 20:33 rick_price * CHANGELOG, HISTORY, Makefile, README, CHANGELOG: Getting ready for release. 2003-08-25 16:10 rick_price * progect.rcp: Corrected my email address. 2003-08-25 16:07 rick_price * Makefile, progect.h, progect.rcp: Getting ready for the 0.26 release. 2003-08-23 16:36 rick_price * zh.rcp: These are some changes made by Gasolin to get the Asian translation going. 2003-08-22 14:57 rick_price * progect.c: I have just added a bit of paranoia to Scott's fix.... 2003-08-22 14:55 rick_price * progect.c: This is a fix by Scott Davis for bug #789297 where rows in flat view were not selectable. 2003-08-20 23:03 rick_price * progect.h: Changed version number. 2003-08-20 21:28 rick_price * progect.c: Fixed bug 488181 Details dialog does not update date display correctly. Basically I was using the wrong structure to update the display. 2003-08-20 21:18 rick_price * Makefile, progect.h: Changed the version, fixed a mistake in the makefile. 2003-08-20 16:18 rick_price * progect.c: Various changes to try and get rid of crashes caused by inconsistent state. 2003-08-19 10:18 rick_price * xb.c: Added a sanity check. 2003-08-18 18:11 rick_price * progect.c: Fixed a mistake where I didn't set gActualTask to zero after deleting it :(. 2003-08-17 23:26 rick_price * link.c, task.c, task.h: Fixed some architecural problems with the code that handled task attributes. 2003-08-17 14:56 rick_price * progect.c, progect.h: Changed the delete behaviour when you switch from a task to another application. If the task has a description, it is saved as if you had selected OK. If the task has no description, and no children, it is deleted. If the task has no description, and has children, it is reverted. I also found and fixed a subtle state bug, this should clean up some crashes :). 2003-08-15 11:41 rick_price * progect.c, progect.h, task.c, task.h: I have made some reasonably extensive changes to the way delete works. I have not completely tested the behaviour, although it seems to work fine now. More testing is required though, just to be sure. 2003-08-07 14:58 rick_price * Makefile, progect.c, zh.rcp: Added a traditional Chinese translation. Fixed a compile bug. This code has not been tested yet. 2003-08-06 17:51 rick_price * progect.c, progect.h: These are untested changes, although they should work, they have not been tested properly. Don't release these changes until they have been tested properly. 2003-08-05 18:40 rick_price * progect.h: Correct version number in header this time. 2003-08-05 18:35 rick_price * progect.h: Next version to be released. 2003-08-05 13:47 rick_price * doc.c: Fix a problem where the database was not closed after exporting to doc format. 2003-08-03 23:27 rick_price * Makefile: Make sure that release mode does not include any debugging statements. 2003-08-03 23:19 rick_price * beam.c, link.c, linkaware.c, progect.c, progect.h, progectdb.c, task.c: Lots of changes to try and remove any possibility of buffer overflows. 2003-08-01 20:47 rick_price * history.c, history.h, progect.h, progectdb.c: [ 781027 ] History logic broken I think I have the history code working correctly now. I had to rewrite it slightly so that you could delete history items from the list. 2003-07-31 14:28 rick_price * progect.h: Changed the header slightly to differentiate the builds. 2003-07-31 14:27 rick_price * Makefile: Fixed debug in gdb, and probably the other programs as well. Found the fix in the profiling with POSE section of the Palm docs. 2003-07-31 14:24 rick_price * history.c: Adding some debug output. 2003-07-31 14:23 rick_price * flat.c, progect.c: Minor formatting change. 2003-07-31 14:22 rick_price * ToDoDB.c, aftersync.c: Fixed a minor formatting error. 2003-07-31 14:07 rick_price * AddressDB.c: Fixed a small formatting problem. 2003-07-30 20:00 rick_price * task.c: Fixed a buffer overflow problem noticed by POSE. Added a _lot_ of debug statements. Thank goodness they can be compiled out. 2003-07-30 19:59 rick_price * progect.c: Added some debug. 2003-07-29 16:56 rick_price * progect.c: [ 779777 ] Command - T on empty DB causes crash This fixes a bug where doing command-T or selecting Tree->Go To Top would cause a null pointer crash. 2003-07-29 13:39 rick_price * progect.c: Fix for Bug 216451 Fatal Reset in Global Find feature When the list of databases was open, the command to go to an item from the search screen would crack because there was no *case* for when no database was currently open. I added that, and now it's fine. 2003-07-28 14:56 rick_price * progect.c: Fix a problem where you edit a task, click on the note button. Enter some text, but before (instead of) saving, click the delete button. Before this caused some sort of record size error, now it works :). 2003-07-27 22:49 rick_price * task.c: Fixed a bug in the note dialog where a 'record not busy' error would occur. However, this also seemed to cause bus errors and other crashes. Basically, DmQueryRecord was called where DmGetRecord should have been called. 2003-07-27 14:33 rick_price * Makefile, progect.c: Fixed the problem where changing to a progress type without inputting values causes a null pointer deference. Fixed the problem where clicking sub without having selected a task causes some sort of crash. Changed the display code to get rid of invalid memory references. 2003-07-27 14:22 rick_price * category.c: Got things compiling with version 5 of the Palm SDK; at least for now the table code needs to be rewritten. Fixed a bug where the wrong column was being accessed. Changed things to conform better to the V5 Palm SDK. 2002-09-21 03:01 burgbach * Address.h, Makefile, MemoMain.h, ToDo.h, ToDoDB.c: Changed ImcUtils.h to IMCUtils.h in header files, causing problems with the sdk-4 under linux (prc-tools 2.2) 2002-04-14 02:58 burgbach * CHANGELOG, HISTORY, it.rcp, sk.rcp: [no log message] 2002-04-14 02:55 burgbach * Makefile, progect.c, progect.h, progect.rcp, task.c: Bug fixes 2002-04-08 10:26 burgbach * HISTORY: [no log message] 2002-04-08 10:22 burgbach * CHANGELOG, HISTORY, Makefile, flat.c, flat.h, link.c, progect.c, progect.h, progect.rcp, progectRsc.h, progectdb.c, task.c, task.h, aftersync.c, aftersync.h: [no log message] 2002-04-02 00:38 burgbach * PDB_FORMAT.txt: Description of the database format. 2001-12-03 15:31 burgbach * CHANGELOG, link.c, progect.c, progect.rcp, progectdb.c: [no log message] 2001-12-02 12:30 burgbach * progect.rcp, beam.c: [no log message] 2001-12-02 11:25 burgbach * Makefile, README, sample_progect.pdb, beam.h, history.c, history.h, progect_beam.c, progect_beam.h, progect_beam.rcp, xb.c, xb.h: [no log message] 2001-12-02 10:52 burgbach * Makefile, lbPG-tutorial.pdb, tutorial.pdb: [no log message] 2001-12-02 10:40 burgbach * ja.rcp: [no log message] 2001-12-02 10:35 burgbach * CHANGES_023, HISTORY: [no log message] 2001-12-02 10:25 burgbach * CHANGELOG, HISTORY, Makefile, TODO, doc.c, flat.c, icon.c, link.c, link.h, progect.c, progect.h, progect.rcp, progectRsc.h, progectdb.c, progectdb.h, task.c, task.h: [no log message] 2001-11-08 17:07 burgbach * progect22_14.xbm, progect32_32.xbm: [no log message] 2001-08-04 03:13 burgbach * CHANGELOG, Makefile, btm.h, flat_icon_big.xbm, indent_icon_big.xbm, link.c, progect.c, progect.h, progect.rcp, progectdb.c, task.c, handera/Audio.h, handera/HandEra.r, handera/Silk.h, handera/Trg.h, handera/TrgChars.h, handera/TrgRsc.h, handera/Vga.h, handera/power.h: changes in direct links, added first name is description 2001-06-01 16:19 hcc
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -