Fixed bug (related to ticket #12): Only the last search term is used.
[toast/confclerk.git] / src / sql / sqlengine.cpp
2011-07-10 Philipp SpitzerFixed bug (related to ticket #12): Only the last search...
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 SpitzerRemoved the ability to show "pictures" (maps) of rooms...
2011-06-28 Philipp SpitzerRemoved many of the qDebug() output lines (see ticket...
2011-06-26 Philipp SpitzerThe '%' character doesn't have to be escaped anymore.
2011-06-24 gregor herrmannSomewhere a slash was missing ...
2011-06-23 gregor herrmannRemove ULB, Campus Solbosch maps.
2011-06-23 gregor herrmannMove config and sqlite database. They are both at the...
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 SpitzerPrevented SQL injection in function addLinkToDB.
2011-06-23 Philipp SpitzerFixed SQL error in searchEvent when no table was selected.
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-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 SpitzerChanged UNIQUE statements in the database table definit...
2011-06-22 gregor herrmannInsert new field xid_conference into table track, room...
2010-05-05 kirilmastore path to conference map in database
2010-04-15 kirilmaimplement deleting a conference
2010-04-15 kirilmastore URL's for conferences
2010-04-15 kirilmaremove unused code
2010-04-12 kirilmafix event insert or update
2010-04-09 kirilmause update for events when they are already exists
2010-04-09 kirilmause transactions to make import faster
2010-03-03 timkomaUTC/LocalTime fix for import conference XML, DB queries...
2010-02-05 timkomafix for import - ON CONFLICT REPLACE
2010-02-02 uzakmatA header with the proper copyright/lincence statement...
2010-02-01 pavelpachanged permissions for the db
2010-02-01 pavelpacreated resource which contains parsed schedule,
2010-01-28 pavelpasearch fixed
2010-01-28 pavelpasome 'delegate' drawing optimizations
2010-01-27 pavelparemoved appsettings
2010-01-27 pavelpa'conflicts' modifications
2010-01-26 timkomaunique constraints added into sql
2010-01-25 timkomasearch upgrade
2010-01-25 timkomasearch update
2010-01-22 korrcocaching removed
2010-01-21 pavelpacheck for existence of conference before inserting...
2010-01-21 pavelpaimport/search schedule dialog implemented
2010-01-21 timkomaupdate for the search
2010-01-21 pavelpacombined EVENT and VIRTUAL_EVENT => 'EVENT' now
2010-01-21 korrcoactivities tab implemented
2010-01-21 timkomafirst working version of the search
2010-01-20 pavelpachanged 'Activity' -> 'Track'
2010-01-20 pavelpaparsing activity from xml
2010-01-20 timkomatemp commit for search tab
2010-01-19 pavelpawork on alarm
2010-01-18 pavelpaadded 'alarm' columnt to the 'EVENT' table to signalize
2010-01-18 hanzesfixed sqlite statement
2010-01-18 pavelpaused 'MAEMO' define to create 'non-virtual' 'VIRUAL_EVE...
2010-01-18 fortefrTemporal virtual_event change
2010-01-16 pavelpawork on favourite
2010-01-13 pavelpaminor fix
2010-01-13 pavelpaimplemented 'conference' record for accessing info...
2010-01-12 pavelpaimplemented xml parser