Menu

Old Code (SVN) Commit Log


Commit Date  
[r4448] by delphidabbler

Modified list of files covered by Vadim Crit's TListViewEx License re removal of Src/Main/Imports/LVEx.res file in revision 4447.

2013-12-19 21:27:01 Tree
[r4447] by delphidabbler

Commented out unnecessary code and removed unused .res file.

2013-12-19 21:23:59 Tree
[r4446] by delphidabbler

Removed all units in the Favourites namespace: these are all now redundant.

2013-12-19 20:43:29 Tree
[r4445] by delphidabbler

Removed unused Favourites manager object and the reference to its unit.

2013-12-19 19:33:26 Tree
[r4444] by delphidabbler

Changed caption of "Add To Favourites" menu item on "Snippets" menu and its associated action to "Favourites". Removed image and converted to a checkable menu item / action. Clicking the menu item for a current snippet toggles the state of its Starred property. Renamed action and menu item accordingly.
Also changed actFavourites action to display Favourites dialogue box using the dialogue manager instead of the favourites manager object.

2013-12-19 19:30:33 Tree
[r4443] by delphidabbler

Added method to TDialogMgr to display the Favourites dialogue box.

2013-12-19 19:23:13 Tree
[r4442] by delphidabbler

Major overhaul of Favourites dialogue box. It now gets favourites directly from database (starred snippets) instead of a favourites file.
Favourite snippets are now displayed in a list box instead of a list view. There is no longer a last accessed date associated with each favourite. Favourites are not sorted, but hooks have been left in the code to provide sorting later.
The dialogue box now maintains its own list of snippets instead of using TFavourites and receives notifications of changes in starred snippets by hooking directly into the database change notifications. It no longer needs or uses the TFavourite and TFavouritesManager classes for this purpose.
The action of un-favouriting a snippet is now done useing the notifier instead of via TFavouritesManager.

2013-12-19 17:33:47 Tree
[r4441] by delphidabbler

Reverse merged revision(s) 4439-4438 from branches/parsnip:

Reverted the changes made in r4438 to r4440:
* Support removed for v2 of the Favourites file format
* Legacy database reader now uses custom code to read the legacy favourites file.

I've decided to get favourites for display in favourites dialogue box directly from database and to remove support for displaying and sorting by a last access date. This means that the TFavourites and TFavouritesPersist classes will become redundant.

2013-12-19 14:07:10 Tree
[r4440] by delphidabbler

Modified code that loads favourites to use TFavouritesPersist to do loading instead of using own customised loading code.

2013-12-19 12:52:52 Tree
[r4439] by delphidabbler

Removed unused unit reference.

2013-12-19 12:41:41 Tree
Older >
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.