source: confclerk_git/src

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @79a7671   6 years gregor ifdef qt4 and qt5 qt5
(edit) @809b5e5   6 years gregor Merge branch 'master' into qt5 qt5
(edit) @e27a3f5   6 years philipp When no track is present, use the special name "No track" is used. … qt5
(edit) @50c848a   6 years philipp Fix possibility for SQL injection attack. qt5
(edit) @511ff7e   6 years philipp Demangling exception class name from error message of unknown exceptions. qt5
(edit) @e4c166a   6 years philipp Write debug message in case of silently catched exceptions. qt5
(edit) @330b8cb   6 years philipp More specific error message for "unknown" exceptions. qt5
(edit) @81e085d   6 years gregor TrackInsertException?: make error message useful. qt5
(edit) @5def683   6 years gregor TrackInsertException?: correctly derive from OrmSqlException?. qt5
(edit) @bd11472   6 years gregor Derive OrmException? from std::runtime_error. qt5
(edit) @860fc82   6 years gregoa bump version after release qt5
(edit) @fe5dac7   6 years philipp Used tr() for some more GUI strings (there are plenty more that should … qt5
(edit) @6984e9d   6 years philipp Used tr() for some GUI strings (there are plenty more that should be … qt5
(edit) @f94ab1d   6 years gregoa Handle SSL errors. Show warning with error messages, offer to ignore … qt5
(edit) @0d41eb2   6 years gregoa Set some SSL parameters for network request. qt5
(edit) @056bee2   6 years philipp Merged definition and initialization of conflictSeverity. qt5
(edit) @0f10c1a   6 years gregoa Initialize conflictSeverity variable. Compiler warning with … qt5
(edit) @3ba7b3e   6 years gregoa Fix typo in error message. qt5
(edit) @5fc5d13   6 years philipp In the treeview, the right mouse button now back-cycles the favourite … qt5
(edit) @bda4629   6 years philipp Added back-cycling option in Event::cycleFavourite. qt5
(edit) @7ea396f   6 years philipp Updated renderings of the alarm icons after changing the Blender file. qt5
(edit) @c99d950   6 years philipp The alarm icons had a black border instead of a white border in … qt5
(edit) @2517471   6 years philipp Updated renderings of the favourite icons after changing the Blender file. qt5
(edit) @659fb7b   6 years philipp The favourite icons had a black border instead of a white border in … qt5
(edit) @cae4ca3   6 years philipp Re-rendered favourite icons with Blender 2.76b and added … qt5
(edit) @de5d0f1   6 years gregoa Bump copyright years. qt5
(edit) @95db98d   6 years gregoa whitespace qt5
(edit) @df1ba30   6 years philipp Addes white border to favourite-weak star. qt5
(edit) @81d87d7   6 years philipp Renamed favourite-on.png to favourite-strong.png and favourite-off.png … qt5
(edit) @1343ea4   6 years philipp Now the conflict severity is drawn. qt5
(edit) @ec7fa22   6 years philipp Removed deprecated functions. qt5
(edit) @7b3cd0e   6 years philipp Event favourite is now tristate in the code now and the corresponding … qt5
(edit) @3cd9fe6   6 years philipp favourite is now tristate instead of bool. qt5
(edit) @8cb2bc7   6 years gregoa eventdialog: only convertFromPlainText description and abstract if … qt5
(edit) @ebe26af   6 years gregoa Merge branch 'master' into qt5 qt5
(edit) @4a87a3b   8 years gregoa Bump copyright year. In anticipation of a release in 2015. qt5
(edit) @54b69e2   8 years philipp Merged changes from trunk. It still compiles successfully. :-) qt5
(edit) @43e706a   9 years gregoa bump version number after release qt5
(edit) @11f3f87   9 years gregoa Update copyright notices. qt5
(edit) @42685b5   9 years gregoa Fix SQL query which returned too many rooms. qt5
(edit) @4b6ae6b   10 years philipp Now the application compiles for QT5. Note that the location of the … qt5
(edit) @d942dc3   10 years philipp Fixed a yet unknown bug: The room name was not properly inserted in … qt5
(edit) @e249438   10 years philipp Escaped the strings that are shown in the dialog and preserve some layout. qt5
(edit) @0584e12   10 years philipp Make it impossible to hide the toolbar by disallowing its context menu … qt5
(edit) @7677df9   10 years gregoa bump version for future release qt5
(edit) @1ad7322   10 years gregoa Set version to 0.6.0. qt5
(edit) @6464700   10 years philipp Removed a "TODO" comment. qt5
(edit) @173399b   10 years philipp Added some actions to the mainwindow - otherwise shortcuts don't work … qt5
(edit) @a8b5185   10 years philipp Removed debug output. qt5
(edit) @055231b   10 years gregoa Eventdialog: make sure the same colours as everywhere are used. … qt5
(edit) @1aede9a   10 years philipp Changed the event dialog layout hoping to improve issue #48. qt5
(edit) @4d8493b   10 years philipp Made sure the mainwindow is destroyed properly and the sql database is … qt5
(edit) @5130dc7   10 years gregoa #include appsettings.h for maemo. qt5
(edit) @41c4ceb   10 years philipp Now the dayChange time is taken into account. This fixes #43. qt5
(edit) @83481c6   10 years gregoa bump copyright years qt5
(edit) @e619be9   10 years philipp Formatted alarm message (closes ticket #46). qt5
(edit) @3a09de6   10 years philipp Alarms are reported via QSystemTray now (see ticket #46). qt5
(edit) @097e1f4   10 years gregoa extend comment re systrayicon position qt5
(edit) @b261e79   10 years gregoa tray icon: add (commented out) debug output and ->hide qt5
(edit) @54a377c   10 years philipp Prepared to show an alarm message via tray icon on non-MAEMO systems. qt5
(edit) @cdf0332   10 years gregoa fix typo in comment qt5
(edit) @351728e   10 years gregoa fix typo in comment qt5
(edit) @a44d375   10 years gregoa fix typo in comment qt5
(edit) @4bd5d8a   10 years philipp The day tab is now the current tab when starting the program (ticket #44). qt5
(edit) @3720891   10 years philipp Current day is used now when starting the program or loading a … qt5
(edit) @4ca8bdc   10 years philipp Created more shortcuts (ticket #28). qt5
(edit) @9457aed   10 years philipp Added comments to the SQL statements (back in October). qt5
(edit) @a1e348c   10 years philipp The focus is set to the search input field when the search icon is clicked. qt5
(edit) @cdbdad7   10 years gregoa When ConfClerk? is called with arguments (alarm), check for >= 3. … qt5
(edit) @21e0eb1   10 years gregoa Rip out unused DBUS stuff. qt5
(edit) @3ecfbf0   10 years philipp Fixed bug: Arguments for calling ConfClerk? in an alarm event were not … qt5
(edit) @908b4ce   10 years philipp Changed int to string converstion method because the old method gave … qt5
(edit) @8bd618c   10 years philipp We added the conferenceId to some alarm related methods (ticket #41). qt5
(edit) @f1826af   11 years philipp Schmema update completed. Finally closing ticket #45. qt5
(edit) @e2c612c   11 years philipp Reloading a conference works now. qt5
(edit) @5e50875   11 years philipp Fixed: Forgot to call query.exec() at several places. qt5
(edit) @9bbd5ae   11 years philipp Added sql file that updates the schema from version 000 to version 001. qt5
(edit) @38b61bc   11 years philipp Changed table names to have small letters. qt5
(edit) @4403ab4   11 years philipp Changed coding style of sql file. qt5
(edit) @5293ef0   11 years gregoa Remove unsed (and removed from db) 'days' column fro xml parser and … qt5
(edit) @14c46c7   11 years philipp Suggestion for database schema version 001. qt5
(edit) @0ba2b59   11 years gregoa Don't insert empty string into picture column. (NOT NULL constraint … qt5
(edit) @7e45288   11 years gregoa Remove empty-city-hack. (NOT NULL removed from db schema.) qt5
(edit) @a62988a   11 years gregoa Remove ifdef'd out members qt5
(edit) @a8f8b5d   11 years gregoa One version for creating the directory is enough :) (Now tested on … qt5
(edit) @9b5a80ff   11 years philipp Added a second possibility to create the directory and removed the TODO. qt5
(edit) @1f12b6b   11 years gregoa fix .mkpath() Creating the "." path works. Is this idiomatic? At … qt5
(edit) @61346c9   11 years philipp Restructured the SqlEngine?. Not yet finished (see "TODO" in the code). qt5
(edit) @8d6798d   11 years gregoa fix some more header includes qt5
(edit) @253ad0e   11 years gregoa fix typo in comment qt5
(edit) @7680536   11 years gregoa fix #includes (detected by QtCreator? and friends on windows) qt5
(edit) @2dffed3   11 years philipp On the way to fix #45. qt5
(edit) @ca20842   11 years philipp Fixed bug: Changing the conference URL resulted in an error message. qt5
(edit) @a7318d5   11 years gregoa Bump version after 0.5.5 release. qt5
(edit) @4147e08   11 years gregoa Add Stefan as a copyright holder to source files, too. qt5
(edit) @56307f8   11 years philipp Implemented expand/collapse of the event groups. Resolves ticket #31. qt5
(edit) @8f15208   11 years philipp The groups starts at full hours again. qt5
(edit) @6bf226b   11 years philipp Philipp's comments to r1444. qt5
(edit) @b686173   11 years philipp Created icons collapse and expand. qt5
(edit) @0b595d2   11 years gregoa createTimeGroups(): use QDateTime instead of QTime to avoid "midnight … qt5
Note: See TracRevisionLog for help on using the revision log.