1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35
|
Feb-17-2007 Guenther Noack
* Receive FeedWillFetch- and FeedFetchedNotifications
Feb-03-2007 Guenther Noack
* Fixed selection bug (it was a hard one!)
Feb-02-2007 Guenther Noack
* Replaced one -reloadData call with -reloadItem:
* -databaseItemRequestsFocus: Selects a database item
when the request focus notification is sent for it.
(see DatabaseElement.h in main project)
Feb-01-2007 Guenther Noack
* Fixed bug where notifications were sent even if the selection
didn't change.
* Gorm file: Allow empty selection
* Replaced ugly NSOutlineView circles
* Fixed some selection issues
* Editable names for database elements
* Removed folder icon for categories (doesn't look nice with the arrows)
Jan-30-2007 Guenther Noack
* Category icon
* Drag'n'drop
* Outline view cell height set to 18
* Made component provide database elements
* Article read flag change notification caught, table redrawn
Jan-29-2007 Guenther Noack
* basic stuff works
Jan-29-2007 Guenther Noack
* initial commit
|