Undid changes to sqlengine.cpp I committed accidentally in r1318.
[toast/confclerk.git] / src /
2011-07-10 Philipp SpitzerUndid changes to sqlengine.cpp I committed accidentally...
2011-07-08 gregor herrmannSplit search keyword string on whitespace.
2011-07-08 gregor herrmannAvoid duplicate search results by using SELECT DISTINCT...
2011-07-04 Philipp SpitzerCleaning of the conferenceeditor dialog.
2011-07-04 Philipp SpitzerRemoved the ability to show "pictures" (maps) of rooms...
2011-07-04 Philipp SpitzerRemoved the unused status bar.
2011-06-29 gregor herrmannSome more s;TARGETDEPS;POST_TARGETDEPS;
2011-06-29 gregor herrmannBump version
2011-06-28 Philipp SpitzerRemoved many of the qDebug() output lines (see ticket...
2011-06-28 Philipp SpitzerReplaced the star icons with self-made versions (Blende...
2011-06-27 Philipp SpitzerIncluded application version in the about dialog. This...
2011-06-26 Philipp SpitzerLinks in events are now clickable (resolves ticket...
2011-06-26 Philipp SpitzerSearching without active conference doesn't give an...
2011-06-26 Philipp SpitzerThe '%' character doesn't have to be escaped anymore.
2011-06-26 Philipp SpitzerThe window title was still "FOSDEM Schedule".
2011-06-25 gregor herrmannRemove the remaining last two fosdem files.
2011-06-24 Philipp SpitzerEnter or return triggers the search now when the focus...
2011-06-24 Philipp SpitzerRemoved unnecessary debug output and code.
2011-06-24 Philipp SpitzerFixed bug reported by gregor: Too many authors are...
2011-06-24 Philipp SpitzerRemoved two unused variables to avoid compiler warnings.
2011-06-24 gregor herrmannSomewhere a slash was missing ...
2011-06-23 gregor herrmannUpdate 'About' dialog.
2011-06-23 gregor herrmannRemove ULB, Campus Solbosch maps.
2011-06-23 gregor herrmannThe big rename. Which was not so big after all ...
2011-06-23 gregor herrmannAdd new resource file to app.pro
2011-06-23 gregor herrmannIcons, part 2: replace fosdem/brain icons with ConfCler...
2011-06-23 gregor herrmannIcons part 1: replace all icons (except the FOSDEM...
2011-06-23 gregor herrmannRemove unused icons.
2011-06-23 gregor herrmannAnother instance of the databasename.
2011-06-23 gregor herrmannMove config and sqlite database. They are both at the...
2011-06-23 gregor herrmannRename DBus service. Hopefully successful.
2011-06-23 gregor herrmannqmake warning: POST_TARGETDEPS instead of TARGETDEPS
2011-06-23 gregor herrmannMove and rename logo, create a target to convert it...
2011-06-23 Philipp SpitzerPrevented SQL injections in function addPersonToDB.
2011-06-23 gregor herrmannAdd copyright to source.
2011-06-23 gregor herrmannUpdate GPL blurb in source files.
2011-06-23 Philipp SpitzerJust adapted the page size to be rectangular.
2011-06-23 Philipp SpitzerThis suggestion/"doodle"* for the new application icon...
2011-06-23 Philipp SpitzerPrevented SQL injection in function addLinkToDB.
2011-06-23 Philipp SpitzerFixed SQL error in searchEvent when no table was selected.
2011-06-23 Philipp SpitzerAdded some comments, removed and added some debug infor...
2011-06-23 Philipp SpitzerFixed a bug I introduced when reparing the addRoomToDB...
2011-06-23 Philipp SpitzerTracks are inserted now when importing new conferences.
2011-06-23 Philipp Spitzervoid possible SQL injection in function addRoomToDB.
2011-06-23 Philipp SpitzerRemoved copying the fosdem.sqlite database during the...
2011-06-22 Philipp SpitzerThe database is now created from the program. We don...
2011-06-22 Philipp SpitzerPersons are deleted now when a conference is removed.
2011-06-22 Philipp SpitzerRooms are inserted now for additionally imported confer...
2011-06-22 Philipp SpitzerImporting persons for multiple conferences works now.
2011-06-22 Philipp SpitzerChanged UNIQUE statements in the database table definit...
2011-06-22 gregor herrmannInsert new field xid_conference into table track, room...
2011-06-21 Philipp SpitzerCreated schema for the database with additional colum...
2011-06-21 Philipp SpitzerAdded menu item "quit".
2011-06-21 Philipp SpitzerRemoved dbus dependency on non-maemo platforms.
2010-05-05 kirilmause enabled flag instead of repeated criateria check
2010-05-05 kirilmaadd enabled flag
2010-05-05 kirilmarefactor: more compact drawing of controls
2010-05-05 kirilmado not draw showmap button for event is there is no...
2010-05-05 kirilmarefactor: cache whole Room object in Event
2010-05-05 kirilmastore room map in database
2010-05-05 kirilmastore path to conference map in database
2010-05-04 kirilmaUI tune: use buttonBox instead of single buttons to...
2010-04-23 kirilmarestore viewing of conference map
2010-04-23 kirilmaminor UI fixes
2010-04-22 kirilmaremove obsoleted code
2010-04-22 kirilmaoptimization
2010-04-22 kirilmafine tune geometry to look nicer
2010-04-22 kirilmareworked UI for conference editing
2010-04-22 kirilmaCC: fix endlines
2010-04-16 kirilmause visible notifications of errors
2010-04-15 kirilmamake label shorter to place all required buttons
2010-04-15 kirilmafix deletion of last conference
2010-04-15 kirilmaimplement deleting a conference
2010-04-15 kirilmaadd buttons for refreshm new url and delete and partly...
2010-04-15 kirilmastore URL's for conferences
2010-04-15 kirilmaremove unused code
2010-04-15 kirilmafix references in SQL
2010-04-14 kirilmasave output from updater QT designer
2010-04-13 kirilmaremove unused class TabWidget
2010-04-13 kirilmamove Settings and About to Window Menu
2010-04-12 kirilmabuild fix at maemo
2010-04-12 kirilmaremove ON CONFLICE REPLACE for events
2010-04-12 kirilmagenerate default database instead of using binary one
2010-04-12 kirilmafix event insert or update
2010-04-12 kirilmacatch exceptions which leak outside of event handlers
2010-04-09 kirilmause update for events when they are already exists
2010-04-09 kirilmause transactions to make import faster
2010-03-03 uzakmatPreparing for release 0.4.1
2010-03-03 timkomaUTC/LocalTime fix for import conference XML, DB queries...
2010-02-05 timkomafix for import - ON CONFLICT REPLACE
2010-02-05 uzakmatalarm UTC/localtime fix
2010-02-03 uzakmatrelease information added for release 0.3
2010-02-03 timkomaperformance improvement for Events
2010-02-03 timkomaperformance improvement for load persons
2010-02-02 uzakmatA header with the proper copyright/lincence statement...
2010-02-02 pavelpacorrected 'exec' path when adding an alarm
2010-02-02 hanzesAlarm modifications
2010-02-01 hanzesAlarm dbus connection added
2010-02-01 hanzesAlarm dbus connection added
2010-02-01 pavelpagradient for treeview items
next