toast/confclerk.git
2011-07-11 Philipp SpitzerThe description and person list of the event dialog...
2011-07-10 Philipp SpitzerTuned the about dialog.
2011-07-10 Philipp SpitzerMinor tuning of the conference editor. The reload butto...
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-05 gregor herrmannAdd DebConf11 URL to README.
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 herrmanns;scheduler;schedule application;
2011-06-29 gregor herrmannBump version
2011-06-29 gregor herrmannUpdate changelog. 0.5.0
2011-06-28 Philipp SpitzerRemoved many of the qDebug() output lines (see ticket...
2011-06-28 gregor herrmannadd copyright/license for exchanged icons
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 herrmannAdd entries to NEWS file.
2011-06-25 gregor herrmannShorten TODO.
2011-06-25 gregor herrmannCreate a simple man page.
2011-06-25 gregor herrmannAdd URLs for FOSDEM 2011, DebConf 2010, and 27C3 to...
2011-06-25 gregor herrmannRemove the remaining last two fosdem files.
2011-06-25 gregor herrmannUpdate contact info.
2011-06-25 Philipp SpitzerBugs are now reported in the trac system.
2011-06-24 gregor herrmannMark bug 3 as fixed.
2011-06-24 Philipp SpitzerEnter or return triggers the search now when the focus...
2011-06-24 Philipp SpitzerFiled bug 7: Error message when searching without havin...
2011-06-24 gregor herrmannAdd another wishlist (more: design discussion) bug
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 gregor herrmannImprove release target in .pro
2011-06-24 Philipp SpitzerRemoved two unused variables to avoid compiler warnings.
2011-06-24 gregor herrmannSomewhere a slash was missing ...
2011-06-24 gregor herrmannUpdated TODO.
2011-06-23 gregor herrmannAdd contact info to README.
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 herrmannDe-maemofy: make .desktop file generic, remove resized...
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 herrmannAdd some conference URLs to TODO
2011-06-23 gregor herrmannNew bug noted.
2011-06-23 gregor herrmannNew bug noted.
2011-06-23 gregor herrmannqmake warning: POST_TARGETDEPS instead of TARGETDEPS
2011-06-23 gregor herrmannRemove libs in clean target.
2011-06-23 gregor herrmannMove and rename logo, create a target to convert it...
2011-06-23 Philipp SpitzerChecked the remaining code. Didn't find possibilities...
2011-06-23 gregor herrmannUpdate TODO.
2011-06-23 gregor herrmannAdd release and changelog targets to project file.
2011-06-23 gregor herrmannRemove empty Changelog.
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 gregor herrmannRemove ./debian directory, we'll do the packaging outsi...
2011-06-23 gregor herrmannFirst round of documentation updates.
2011-06-23 gregor herrmannPrepare ChangeLog generation from svn logs.
2011-06-23 Philipp SpitzerPrevented SQL injection in function addLinkToDB.
2011-06-23 gregor herrmannupdate TODO
2011-06-23 Philipp SpitzerFixed SQL error in searchEvent when no table was selected.
2011-06-23 gregor herrmannadd TODO file
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 SpitzerAdded a file with bugs that I noticed when playing...
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 data directory from subdirs so that the manuall...
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
next