toast/confclerk.git
13 years agoused 'MAEMO' define to create 'non-virtual' 'VIRUAL_EVENT' table
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

13 years agocurrent path print added
korrco [Mon, 18 Jan 2010 10:11:41 +0000 (10:11 +0000)]
current path print added

13 years agoTemporal virtual_event change
fortefr [Mon, 18 Jan 2010 09:22:57 +0000 (09:22 +0000)]
Temporal virtual_event change

13 years agofix: segfault
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

13 years agoadded "Quit" to "File" menu
pavelpa [Mon, 18 Jan 2010 07:59:24 +0000 (07:59 +0000)]
added "Quit" to "File" menu

13 years agoimplemented method to force 'EventModel' emit a signal
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)

13 years agocreated 'global.pri' file, which should cover all
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)

13 years agojust minor corrections to 'event'
pavelpa [Sun, 17 Jan 2010 17:26:03 +0000 (17:26 +0000)]
just minor corrections to 'event'

13 years agostarted work on 'favourities'
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

13 years agoimplemented JOINing two tables
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

13 years agowork on favourite
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

13 years agoCompass icon
fortefr [Thu, 14 Jan 2010 14:00:50 +0000 (14:00 +0000)]
Compass icon

13 years agoMap button/compass icon added
fortefr [Thu, 14 Jan 2010 13:54:09 +0000 (13:54 +0000)]
Map button/compass icon added

13 years agoTesting svn, tabs added, misprint fixed
fortefr [Thu, 14 Jan 2010 11:17:43 +0000 (11:17 +0000)]
Testing svn, tabs added, misprint fixed

13 years agojust some directory renaming
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'

13 years agominor fix
pavelpa [Wed, 13 Jan 2010 21:59:20 +0000 (21:59 +0000)]
minor fix

13 years agoimplemented day navigator widget
pavelpa [Wed, 13 Jan 2010 20:51:06 +0000 (20:51 +0000)]
implemented day navigator widget
 - to switch between conference days

13 years agoimplemented 'conference' record for accessing info about the conference
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

13 years agoadded about dialog(s) - some modifications needed
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

13 years agoadded application icon
pavelpa [Wed, 13 Jan 2010 08:40:31 +0000 (08:40 +0000)]
added application icon

13 years agoimplemented xml parser
pavelpa [Tue, 12 Jan 2010 20:32:08 +0000 (20:32 +0000)]
implemented xml parser
 - parsing Schedule

13 years agomodified model-view
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

13 years agoTODO for exception handling added
korrco [Thu, 7 Jan 2010 16:09:25 +0000 (16:09 +0000)]
TODO for exception handling added

13 years agosupport for creating GUI via QtCreator added
korrco [Thu, 7 Jan 2010 16:07:29 +0000 (16:07 +0000)]
support for creating GUI via QtCreator added

13 years agoCreating EventModel class
komarma [Sat, 2 Jan 2010 21:14:10 +0000 (21:14 +0000)]
Creating EventModel class

13 years agoFixing datetime conversion
komarma [Thu, 31 Dec 2009 11:24:20 +0000 (11:24 +0000)]
Fixing datetime conversion

13 years agoAdding database loading and data conversion to orm module
komarma [Wed, 30 Dec 2009 13:50:23 +0000 (13:50 +0000)]
Adding database loading and data conversion to orm module

13 years agoAdding orm module
komarma [Tue, 29 Dec 2009 17:04:41 +0000 (17:04 +0000)]
Adding orm module

13 years agoCreating initial application directory structure.
komarma [Mon, 28 Dec 2009 14:38:15 +0000 (14:38 +0000)]
Creating initial application directory structure.

13 years agoCreating initial repository structure
komarma [Mon, 28 Dec 2009 11:18:51 +0000 (11:18 +0000)]
Creating initial repository structure