toast/confclerk.git
13 years agochanged conditions for conflicts
pavelpa [Thu, 28 Jan 2010 13:02:35 +0000 (13:02 +0000)]
changed conditions for conflicts

13 years agosome 'delegate' drawing optimizations
pavelpa [Thu, 28 Jan 2010 12:43:19 +0000 (12:43 +0000)]
some 'delegate' drawing optimizations
 - removed EVENT_CONFLICT table - used one SQL SELECT instead

13 years agoconflicts updated correctly
pavelpa [Thu, 28 Jan 2010 11:25:26 +0000 (11:25 +0000)]
conflicts updated correctly
 - TODO: needs to do some drawing optimizations

13 years agopackage details updated to reflect the binary name change to fosdem-maemo
uzakmat [Thu, 28 Jan 2010 11:00:20 +0000 (11:00 +0000)]
package details updated to reflect the binary name change to fosdem-maemo

13 years agoif no conference is in the DB, the user is automatically
pavelpa [Thu, 28 Jan 2010 09:02:14 +0000 (09:02 +0000)]
if no conference is in the DB, the user is automatically
navigated to the conference tab, so he can import one

13 years agosearch tab - header is hidden in case no conf exists in the DB
pavelpa [Thu, 28 Jan 2010 08:50:52 +0000 (08:50 +0000)]
search tab - header is hidden in case no conf exists in the DB

13 years agoevent dialog GUI refactoring
pavelpa [Thu, 28 Jan 2010 08:25:59 +0000 (08:25 +0000)]
event dialog GUI refactoring

13 years agoabout dialog
pavelpa [Thu, 28 Jan 2010 08:07:03 +0000 (08:07 +0000)]
about dialog
 - added GNU GPL v2 notice

13 years agoconference tab header is hidden if there isn't active conference
pavelpa [Thu, 28 Jan 2010 07:29:29 +0000 (07:29 +0000)]
conference tab header is hidden if there isn't active conference
 - handled some warnings

13 years agotabs' order changed
pavelpa [Wed, 27 Jan 2010 21:55:11 +0000 (21:55 +0000)]
tabs' order changed

13 years ago'nowTab' updated/loaded when application starts
pavelpa [Wed, 27 Jan 2010 21:47:24 +0000 (21:47 +0000)]
'nowTab' updated/loaded when application starts

13 years ago'nowTab' list is automatically expanded
pavelpa [Wed, 27 Jan 2010 21:40:15 +0000 (21:40 +0000)]
'nowTab' list is automatically expanded

13 years ago'conflict' list is automatically expanded
pavelpa [Wed, 27 Jan 2010 21:33:36 +0000 (21:33 +0000)]
'conflict' list is automatically expanded

13 years ago'conflict' dialog now contains list of events in conflict with given eventId
pavelpa [Wed, 27 Jan 2010 21:08:37 +0000 (21:08 +0000)]
'conflict' dialog now contains list of events in conflict with given eventId

13 years agofixed 'copy-paste' error
pavelpa [Wed, 27 Jan 2010 19:45:21 +0000 (19:45 +0000)]
fixed 'copy-paste' error

13 years agoimplemented 'conflicts' dialog
pavelpa [Wed, 27 Jan 2010 19:17:01 +0000 (19:17 +0000)]
implemented 'conflicts' dialog
 - displays rooms instead of conflicts for now
   - needs to implement additional methods in Event, ...

13 years ago'alarm' button is hidden for not MAEMO
pavelpa [Wed, 27 Jan 2010 17:26:00 +0000 (17:26 +0000)]
'alarm' button is hidden for not MAEMO

13 years agosearch fix
timkoma [Wed, 27 Jan 2010 16:31:42 +0000 (16:31 +0000)]
search fix

13 years agoremoved headers from *.h and *.cpp
pavelpa [Wed, 27 Jan 2010 15:38:57 +0000 (15:38 +0000)]
removed headers from *.h and *.cpp

13 years agoremoved appsettings
pavelpa [Wed, 27 Jan 2010 15:31:10 +0000 (15:31 +0000)]
removed appsettings
 - created 'active' column in 'conference' table

13 years agorefactoring of the TABS
timkoma [Wed, 27 Jan 2010 15:06:21 +0000 (15:06 +0000)]
refactoring of the TABS

13 years agomodified 'about application' dialog
pavelpa [Wed, 27 Jan 2010 13:03:34 +0000 (13:03 +0000)]
modified 'about application' dialog

13 years agoimplemented 'links' in Event/EventDialog
pavelpa [Wed, 27 Jan 2010 12:31:23 +0000 (12:31 +0000)]
implemented 'links' in Event/EventDialog

13 years agorefactored Event 'details' dialog
pavelpa [Wed, 27 Jan 2010 12:06:32 +0000 (12:06 +0000)]
refactored Event 'details' dialog
 - TODO: implement 'links' method(s) in Event and use it in the dialog

13 years agoEvent 'details' dialog now contains also 'favourite' and 'alarm'
pavelpa [Wed, 27 Jan 2010 11:36:29 +0000 (11:36 +0000)]
Event 'details' dialog now contains also 'favourite' and 'alarm'
buttons, so the user can set/unset the property directly from the dialog

13 years ago'info' icon scaled to height of tabBar
pavelpa [Wed, 27 Jan 2010 08:34:34 +0000 (08:34 +0000)]
'info' icon scaled to height of tabBar

13 years ago'search' tab functionality moved to 'tabcontainer'
pavelpa [Wed, 27 Jan 2010 08:07:41 +0000 (08:07 +0000)]
'search' tab functionality moved to 'tabcontainer'

13 years ago'conflicts' modifications
pavelpa [Wed, 27 Jan 2010 06:41:47 +0000 (06:41 +0000)]
'conflicts' modifications
 - preparing for the dialog showing also list of events in the conflict
 - created 'EVENT_CONFLICT' for flaging events in conflict state
 - TODO: not finished

13 years agoconflicts refactoring
pavelpa [Tue, 26 Jan 2010 20:12:21 +0000 (20:12 +0000)]
conflicts refactoring
 - has to be finished

13 years agoSqlEngine made STATIC
pavelpa [Tue, 26 Jan 2010 19:30:45 +0000 (19:30 +0000)]
SqlEngine made STATIC

13 years agoimplemented 'tab container' widget, which groups daynavigator with treeview
pavelpa [Tue, 26 Jan 2010 19:17:47 +0000 (19:17 +0000)]
implemented 'tab container' widget, which groups daynavigator with treeview
  - moved functionality from mainwindow to tabcontainer
  - TODO: 'search' tab not done yet

13 years agoAddition of files required by the GNU coding standard
uzakmat [Tue, 26 Jan 2010 14:50:58 +0000 (14:50 +0000)]
Addition of files required by the GNU coding standard

13 years agounique constraints added into sql
timkoma [Tue, 26 Jan 2010 14:39:06 +0000 (14:39 +0000)]
unique constraints added into sql

13 years agojust removed unused button on 'day view' tab
pavelpa [Tue, 26 Jan 2010 14:14:32 +0000 (14:14 +0000)]
just removed unused button on 'day view' tab

13 years agoreimplemented 'import schedule'
pavelpa [Tue, 26 Jan 2010 14:11:04 +0000 (14:11 +0000)]
reimplemented 'import schedule'

13 years agoreload favourites
timkoma [Tue, 26 Jan 2010 13:18:54 +0000 (13:18 +0000)]
reload favourites

13 years agoAlarm implementation modified
uzakmat [Tue, 26 Jan 2010 13:15:13 +0000 (13:15 +0000)]
Alarm implementation modified

13 years agoremoved 'MainMenu' bar from MainWindow
pavelpa [Tue, 26 Jan 2010 13:12:41 +0000 (13:12 +0000)]
removed 'MainMenu' bar from MainWindow
 - schedule is imported via 'conference' tab
 - about app is launched when user clicks 'info' button/icon

13 years agoimport schedule dialog
pavelpa [Tue, 26 Jan 2010 12:51:56 +0000 (12:51 +0000)]
import schedule dialog
 - changed to widget
 - moved to 'conference' tab

13 years agosearch done
timkoma [Tue, 26 Jan 2010 10:09:37 +0000 (10:09 +0000)]
search done

13 years agoNowTreeView refresh modified
hanzes [Tue, 26 Jan 2010 09:58:46 +0000 (09:58 +0000)]
NowTreeView refresh modified

13 years ago"conference" tab - GUI modifications
pavelpa [Tue, 26 Jan 2010 08:55:02 +0000 (08:55 +0000)]
"conference" tab - GUI modifications

13 years agoAbout Application dialog is opened when "info" icon is clicked
pavelpa [Tue, 26 Jan 2010 08:18:45 +0000 (08:18 +0000)]
About Application dialog is opened when "info" icon is clicked

13 years agoUseless calendar class
hanzes [Tue, 26 Jan 2010 07:56:53 +0000 (07:56 +0000)]
Useless calendar class

13 years agoforgotten in last CI
pavelpa [Tue, 26 Jan 2010 07:47:46 +0000 (07:47 +0000)]
forgotten in last CI

13 years agonew TabWidget - contains "info" icon/button to show "AboutApplication" dialog
pavelpa [Tue, 26 Jan 2010 07:29:07 +0000 (07:29 +0000)]
new TabWidget - contains "info" icon/button to show "AboutApplication" dialog

13 years agosearch update
timkoma [Mon, 25 Jan 2010 15:54:56 +0000 (15:54 +0000)]
search update

13 years agoroom view added - finished
korrco [Mon, 25 Jan 2010 14:02:56 +0000 (14:02 +0000)]
room view added - finished

13 years agoroom view added - finished
korrco [Mon, 25 Jan 2010 13:46:56 +0000 (13:46 +0000)]
room view added - finished

13 years agosearch upgrade
timkoma [Mon, 25 Jan 2010 13:05:23 +0000 (13:05 +0000)]
search upgrade

13 years agoroom view added - need to test it
korrco [Mon, 25 Jan 2010 12:52:01 +0000 (12:52 +0000)]
room view added - need to test it

13 years agoupdated also groupings item (event parent item) if the
pavelpa [Mon, 25 Jan 2010 11:32:13 +0000 (11:32 +0000)]
updated also groupings item (event parent item) if the
user clicks eg. favourite/alarm icon (changes event data)

13 years agoGUI work on Event Details dialog
pavelpa [Mon, 25 Jan 2010 11:07:00 +0000 (11:07 +0000)]
GUI work on Event Details dialog

13 years agopostinst and postrm scripts added into the debian tree
uzakmat [Mon, 25 Jan 2010 10:03:13 +0000 (10:03 +0000)]
postinst and postrm scripts added into the debian tree

13 years agosearch update
timkoma [Mon, 25 Jan 2010 08:02:15 +0000 (08:02 +0000)]
search update

13 years agoConference map
fortefr [Fri, 22 Jan 2010 14:41:46 +0000 (14:41 +0000)]
Conference map

13 years agofixed problem with storing conference ID to AppSettings
pavelpa [Fri, 22 Jan 2010 14:11:38 +0000 (14:11 +0000)]
fixed problem with storing conference ID to AppSettings

13 years agoday navigator widget changes
pavelpa [Fri, 22 Jan 2010 12:31:10 +0000 (12:31 +0000)]
day navigator widget changes
 - changed from Horizontal to Vertical

13 years agoroom.h and .cpp removed
korrco [Fri, 22 Jan 2010 10:46:26 +0000 (10:46 +0000)]
room.h and .cpp removed

13 years agoroom.h and .cpp removed
korrco [Fri, 22 Jan 2010 09:04:14 +0000 (09:04 +0000)]
room.h and .cpp removed

13 years agocaching removed
korrco [Fri, 22 Jan 2010 08:30:11 +0000 (08:30 +0000)]
caching removed

13 years agocaching removed
korrco [Fri, 22 Jan 2010 08:29:29 +0000 (08:29 +0000)]
caching removed

13 years agosanity check for consitency of confId in AppSettings and the DB
pavelpa [Fri, 22 Jan 2010 07:36:35 +0000 (07:36 +0000)]
sanity check for consitency of confId in AppSettings and the DB

13 years agoforgotten appsettings files
pavelpa [Fri, 22 Jan 2010 07:14:52 +0000 (07:14 +0000)]
forgotten appsettings files

13 years agoimplemented NOW tab
pavelpa [Fri, 22 Jan 2010 06:18:25 +0000 (06:18 +0000)]
implemented NOW tab

13 years agomodifications to import-schedule dialog
pavelpa [Thu, 21 Jan 2010 22:28:04 +0000 (22:28 +0000)]
modifications to import-schedule dialog
 - closed automatically after parsing/importing schedule

13 years agoEventModel signaling changed
pavelpa [Thu, 21 Jan 2010 22:03:07 +0000 (22:03 +0000)]
EventModel signaling changed
 - if some of the data (favourite,alarm) has changed on the event,
   signal 'eventHasChanged' is emitted
 - all treeViews (eg. DayView, FavsView, TracksView, ...) have to listen on this signal
Only favouritiesView is 'reset' when current tab is changed in mainWindow
 - 'cause time groupings have to be recreated, since favs may have changed

13 years agocheck for existence of conference before inserting it into DB
pavelpa [Thu, 21 Jan 2010 19:48:46 +0000 (19:48 +0000)]
check for existence of conference before inserting it into DB

13 years agoadded 'Conference' tab - to list conference details
pavelpa [Thu, 21 Jan 2010 18:23:23 +0000 (18:23 +0000)]
added 'Conference' tab - to list conference details
 - implemented AppSettings for storing Application settings
   - stored conference ID

13 years agoremoved schedule resource file, which was used for testing
pavelpa [Thu, 21 Jan 2010 15:43:37 +0000 (15:43 +0000)]
removed schedule resource file, which was used for testing
 - import schedule dialog replaces it's functionality

13 years agoWarning handling
fortefr [Thu, 21 Jan 2010 15:39:43 +0000 (15:39 +0000)]
Warning handling

13 years agoforgotten Import Schedule Dialog files
pavelpa [Thu, 21 Jan 2010 15:29:21 +0000 (15:29 +0000)]
forgotten Import Schedule Dialog files

13 years agoNew installation path for the binary, Maemo optification added into debian/rules...
uzakmat [Thu, 21 Jan 2010 14:44:55 +0000 (14:44 +0000)]
New installation path for the binary, Maemo optification added into debian/rules, new icons

13 years agoimport/search schedule dialog implemented
pavelpa [Thu, 21 Jan 2010 14:41:03 +0000 (14:41 +0000)]
import/search schedule dialog implemented

13 years agoupdate for the search
timkoma [Thu, 21 Jan 2010 14:12:57 +0000 (14:12 +0000)]
update for the search

13 years agoTime conflict fix
fortefr [Thu, 21 Jan 2010 13:42:33 +0000 (13:42 +0000)]
Time conflict fix

13 years agoTime conflict warning
fortefr [Thu, 21 Jan 2010 13:38:39 +0000 (13:38 +0000)]
Time conflict warning

13 years agoexception handling changed
korrco [Thu, 21 Jan 2010 13:36:21 +0000 (13:36 +0000)]
exception handling changed

13 years agocombined EVENT and VIRTUAL_EVENT => 'EVENT' now
pavelpa [Thu, 21 Jan 2010 13:24:08 +0000 (13:24 +0000)]
combined EVENT and VIRTUAL_EVENT => 'EVENT' now
 - Maemo sqlite doesn't support Full-Text-Search

13 years agoupdateTab refactored
korrco [Thu, 21 Jan 2010 13:08:43 +0000 (13:08 +0000)]
updateTab refactored

13 years agoactivities tab implemented
korrco [Thu, 21 Jan 2010 13:03:32 +0000 (13:03 +0000)]
activities tab implemented

13 years agoactivities tab implemented
korrco [Thu, 21 Jan 2010 12:59:22 +0000 (12:59 +0000)]
activities tab implemented

13 years agoactivities tab implemented
korrco [Thu, 21 Jan 2010 12:54:58 +0000 (12:54 +0000)]
activities tab implemented

13 years agofirst working version of the search
timkoma [Thu, 21 Jan 2010 09:49:41 +0000 (09:49 +0000)]
first working version of the search

13 years agoevent dialog - details about the Event is displayed in FullScreen mode
pavelpa [Thu, 21 Jan 2010 09:20:43 +0000 (09:20 +0000)]
event dialog - details about the Event is displayed in FullScreen mode

13 years agocompilation error "linux" fix
pavelpa [Thu, 21 Jan 2010 09:03:07 +0000 (09:03 +0000)]
compilation error "linux" fix
 - caused by previous commit

13 years agomap is displayed in FullScreen mode
pavelpa [Thu, 21 Jan 2010 08:49:21 +0000 (08:49 +0000)]
map is displayed in FullScreen mode

13 years agogroup items (time/track/...) are expanded on single-click
pavelpa [Wed, 20 Jan 2010 22:04:12 +0000 (22:04 +0000)]
group items (time/track/...) are expanded on single-click

13 years agochanged 'Activity' -> 'Track'
pavelpa [Wed, 20 Jan 2010 21:02:30 +0000 (21:02 +0000)]
changed 'Activity' -> 'Track'

13 years agoparsing activity from xml
pavelpa [Wed, 20 Jan 2010 20:23:13 +0000 (20:23 +0000)]
parsing activity from xml
 - 'track' from xml schedule is treated as an activity

13 years agoevent dialog changes
pavelpa [Wed, 20 Jan 2010 19:49:28 +0000 (19:49 +0000)]
event dialog changes
 - changed font/background colors
 - title occupies more lines if it doesn't fit in one line

13 years agoalarm dialog changes
pavelpa [Wed, 20 Jan 2010 19:29:00 +0000 (19:29 +0000)]
alarm dialog changes
 - displayed additional Event's details
 - autoresizing title (if it doesn't fit in one line)

13 years agoupdated alarm dialog
pavelpa [Wed, 20 Jan 2010 18:41:32 +0000 (18:41 +0000)]
updated alarm dialog

13 years agoMakefile reverted as it was overwritten accidentally
uzakmat [Wed, 20 Jan 2010 17:39:08 +0000 (17:39 +0000)]
Makefile reverted as it was overwritten accidentally

13 years agoimplemented some error handling
pavelpa [Wed, 20 Jan 2010 16:02:09 +0000 (16:02 +0000)]
implemented some error handling

13 years agoalarm icon/stuff is relevant for MAEMO only
pavelpa [Wed, 20 Jan 2010 15:43:16 +0000 (15:43 +0000)]
alarm icon/stuff is relevant for MAEMO only
 - used "MAEMO" define for conditional compilation

13 years agoMAEMO: work on alarm
pavelpa [Wed, 20 Jan 2010 15:27:11 +0000 (15:27 +0000)]
MAEMO: work on alarm
 - snooze alarm
 - cancel alarm
 - run application which automatically display Event dialog for given Event ID

13 years agoWarning icon (uncompleted)
fortefr [Wed, 20 Jan 2010 15:16:10 +0000 (15:16 +0000)]
Warning icon (uncompleted)

13 years agotemp commit for search tab
timkoma [Wed, 20 Jan 2010 14:50:12 +0000 (14:50 +0000)]
temp commit for search tab

13 years agodisplay event details in the treeView
pavelpa [Wed, 20 Jan 2010 13:30:34 +0000 (13:30 +0000)]
display event details in the treeView