summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
pavelpa [Mon, 18 Jan 2010 11:46:43 +0000 (11:46 +0000)]
used 'MAEMO' define to create 'non-virtual' 'VIRUAL_EVENT' table
instead of 'virtual' one, only for 'MAEMO'
Linux stays untouched - creates real 'virtual' table for FTS support
korrco [Mon, 18 Jan 2010 10:11:41 +0000 (10:11 +0000)]
current path print added
fortefr [Mon, 18 Jan 2010 09:22:57 +0000 (09:22 +0000)]
Temporal virtual_event change
pavelpa [Mon, 18 Jan 2010 08:49:50 +0000 (08:49 +0000)]
fix: segfault
- fixes segfault when switching days in "Day View"
- TODO: needs to be verified, 'cause it looks like
it shouldn't work, but it does
- when calling 'QAbstractItemModel::removeRows()' it returns false,
but it prevents application from crash(segfault)
- possible explanation is that the timing has changed and so the
conditions for the segfault
pavelpa [Mon, 18 Jan 2010 07:59:24 +0000 (07:59 +0000)]
added "Quit" to "File" menu
pavelpa [Sun, 17 Jan 2010 19:31:04 +0000 (19:31 +0000)]
implemented method to force 'EventModel' emit a signal
dataChanged() - so 'TreeView' know it has to redraw items
corresponding to chanded indices (range of indeces)
pavelpa [Sun, 17 Jan 2010 18:19:45 +0000 (18:19 +0000)]
created 'global.pri' file, which should cover all
global definition of the project
- this file has to be include in each "*.pro" file, where it's needed
- defines "MAEMO" for handling 'MAEMO' specific code in source files
- defines "maemo" for handling 'MAEMO' specific files in "*.pro" file(s)
pavelpa [Sun, 17 Jan 2010 17:26:03 +0000 (17:26 +0000)]
just minor corrections to 'event'
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 [Sat, 16 Jan 2010 15:31:15 +0000 (15:31 +0000)]
work on favourite
- created 'favourite' column in EVENT table
- modified 'ormrecord' for setting record's elements
- favourities view not implemented
fortefr [Thu, 14 Jan 2010 14:00:50 +0000 (14:00 +0000)]
Compass icon
fortefr [Thu, 14 Jan 2010 13:54:09 +0000 (13:54 +0000)]
Map button/compass icon added
fortefr [Thu, 14 Jan 2010 11:17:43 +0000 (11:17 +0000)]
Testing svn, tabs added, misprint fixed
pavelpa [Thu, 14 Jan 2010 07:43:12 +0000 (07:43 +0000)]
just some directory renaming
- renamed 'model' to 'mvc' (Model-View-Controller), since it contains also 'delegate' and 'view'
pavelpa [Wed, 13 Jan 2010 21:59:20 +0000 (21:59 +0000)]
minor fix
pavelpa [Wed, 13 Jan 2010 20:51:06 +0000 (20:51 +0000)]
implemented day navigator widget
- to switch between conference days
pavelpa [Wed, 13 Jan 2010 13:27:33 +0000 (13:27 +0000)]
implemented 'conference' record for accessing info about the conference
- events are loaded from the first day of the conference
pavelpa [Wed, 13 Jan 2010 09:19:07 +0000 (09:19 +0000)]
added about dialog(s) - some modifications needed
- About Qt: not scrollable
- About app: modifications to display items in system font/colors needed
pavelpa [Wed, 13 Jan 2010 08:40:31 +0000 (08:40 +0000)]
added application icon
pavelpa [Tue, 12 Jan 2010 20:32:08 +0000 (20:32 +0000)]
implemented xml parser
- parsing Schedule
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
korrco [Thu, 7 Jan 2010 16:09:25 +0000 (16:09 +0000)]
TODO for exception handling added
korrco [Thu, 7 Jan 2010 16:07:29 +0000 (16:07 +0000)]
support for creating GUI via QtCreator added
komarma [Sat, 2 Jan 2010 21:14:10 +0000 (21:14 +0000)]
Creating EventModel class
komarma [Thu, 31 Dec 2009 11:24:20 +0000 (11:24 +0000)]
Fixing datetime conversion
komarma [Wed, 30 Dec 2009 13:50:23 +0000 (13:50 +0000)]
Adding database loading and data conversion to orm module
komarma [Tue, 29 Dec 2009 17:04:41 +0000 (17:04 +0000)]
Adding orm module
komarma [Mon, 28 Dec 2009 14:38:15 +0000 (14:38 +0000)]
Creating initial application directory structure.
komarma [Mon, 28 Dec 2009 11:18:51 +0000 (11:18 +0000)]
Creating initial repository structure