pavelpa [Sun, 17 Jan 2010 17:18:22 +0000 (17:18 +0000)]
started work on 'favourities'
- created tavourities tree view in the MainWindow 'Favourities' tab
- listed some testing 'fav' events
- TODO: list isn't updated dynamically, which means that the list
isn't updated if the user adds/removes an event(s) to/from the
'favourities' list
pavelpa [Sun, 17 Jan 2010 16:22:03 +0000 (16:22 +0000)]
implemented JOINing two tables
- modified 'ormrecord' to support JOINing two tables
- modified 'event' accordingly, since its items/columns
are splitted into two separate tables
pavelpa [Tue, 12 Jan 2010 08:15:42 +0000 (08:15 +0000)]
modified model-view
- created own delegate to display TreeView items
- contains also 'controls' - which are clickable (handled in TreeView)
- created own TreeView inherited from QTreeView
- to handle control-clicks of the Delegate
- minor modifications to MainWindow UI
- QTreeView replaced by own TreeView
- autoresizing of TreeView
- icons added