source:

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @96344e7   12 years gregoa Prepare ChangeLog? generation from svn logs. qt5
(edit) @dc54e87   12 years philipp Prevented SQL injection in function addLinkToDB. qt5
(edit) @4be292a   12 years gregoa update TODO qt5
(edit) @a55781e   12 years philipp Fixed SQL error in searchEvent when no table was selected. Prevented … qt5
(edit) @5438514   12 years gregoa add TODO file qt5
(edit) @a0f3e32   12 years philipp Added some comments, removed and added some debug information. qt5
(edit) @f09a1b9   12 years philipp Fixed a bug I introduced when reparing the addRoomToDB function. qt5
(edit) @141a5c2   12 years philipp Tracks are inserted now when importing new conferences. qt5
(edit) @909ea23   12 years philipp void possible SQL injection in function addRoomToDB. qt5
(edit) @06eef78   12 years philipp Removed copying the fosdem.sqlite database during the make process. qt5
(edit) @4b8ce66   12 years philipp The database is now created from the program. We don't need to copy or … qt5
(edit) @c8b84e1   12 years philipp Persons are deleted now when a conference is removed. qt5
(edit) @bad5e8a   12 years philipp Added a file with bugs that I noticed when playing with the application. qt5
(edit) @63b2343   12 years philipp Rooms are inserted now for additionally imported conferences. qt5
(edit) @865aab6   12 years philipp Importing persons for multiple conferences works now. qt5
(edit) @f657e9c   12 years philipp Changed UNIQUE statements in the database table definition so that … qt5
(edit) @51529bd   12 years gregoa Insert new field xid_conference into table track, room and person. qt5
(edit) @cfe9990   12 years philipp Created schema for the database with additional colum xid_conference … qt5
(edit) @79b9a53   12 years philipp Added menu item "quit". qt5
(edit) @b90f02a   12 years philipp Removed data directory from subdirs so that the manually created … qt5
(edit) @408bf66   12 years philipp Removed dbus dependency on non-maemo platforms. qt5
(edit) @900bcf1   13 years kirilma use enabled flag instead of repeated criateria check qt5
(edit) @a6a9e0b   13 years kirilma add enabled flag qt5
(edit) @525448c   13 years kirilma refactor: more compact drawing of controls qt5
(edit) @508de33   13 years kirilma do not draw showmap button for event is there is no map for its room qt5
(edit) @0d995ed   13 years kirilma refactor: cache whole Room object in Event qt5
(edit) @58eb7cc   13 years kirilma store room map in database show it if it's available, otherwise show … qt5
(edit) @cec47c6   13 years kirilma store path to conference map in database path stored as additional … qt5
(edit) @3cdaf7d   13 years kirilma UI tune: use buttonBox instead of single buttons to comply with … qt5
(edit) @cb7b999   13 years kirilma restore viewing of conference map qt5
(edit) @66428e7   13 years kirilma minor UI fixes fix size of UrlInputDialog? restore [remove] button at … qt5
(edit) @f299a08   13 years kirilma remove obsoleted code also fix some types qt5
(edit) @c8c414f   13 years kirilma optimization qt5
(edit) @f7dc75a   13 years kirilma fine tune geometry to look nicer qt5
(edit) @7c6cf5e   13 years kirilma add authors for files qt5
(edit) @b431d47   13 years kirilma reworked UI for conference editing underlying representation of … qt5
(edit) @a61c5f5   13 years kirilma CC: fix endlines qt5
(edit) @3329d39   13 years kirilma use visible notifications of errors also early detect parsing errors qt5
(edit) @2eda137   13 years kirilma make label shorter to place all required buttons qt5
(edit) @04acaf9   13 years kirilma fix deletion of last conference implement for cleaning all views in … qt5
(edit) @d97bcab   13 years kirilma implement deleting a conference pass event about it to mainwindow to … qt5
(edit) @f5b68a4   13 years kirilma add buttons for refreshm new url and delete and partly implement … qt5
(edit) @d06ae27   13 years kirilma store URL's for conferences * use it at update * let user update the … qt5
(edit) @be9b645   13 years kirilma remove unused code qt5
(edit) @a0b8978   13 years kirilma fix references in SQL qt5
(edit) @bf3bbb9   13 years kirilma save output from updater QT designer update all ui files to the … qt5
(edit) @47d0a31   13 years kirilma remove unused class TabWidget? qt5
(edit) @ad5c62f   13 years kirilma move Settings and About to Window Menu * remove Setting and About … qt5
(edit) @22232d9   13 years kirilma build fix at maemo force order of computation some versions of … qt5
(edit) @2c036e7   13 years kirilma remove ON CONFLICE REPLACE for events qt5
(edit) @cdc7679   13 years kirilma generate default database instead of using binary one qt5
(edit) @c129da26   13 years kirilma fix event insert or update * add error reporting for queries * … qt5
(edit) @77e06ae   13 years kirilma catch exceptions which leak outside of event handlers If we do not do … qt5
(edit) @f548c17   13 years kirilma use update for events when they are already exists also use only … qt5
(edit) @1bad318   13 years kirilma use transactions to make import faster qt5
(edit) @5bd6aba   13 years uzakmat Preparing for release 0.4.1 qt5
(edit) @5d9409d   13 years timkoma UTC/LocalTime fix for import conference XML, DB queries for multiple … qt5
(edit) @7270ae0   13 years timkoma fix for import - ON CONFLICT REPLACE qt5
(edit) @ba3fc20   13 years uzakmat alarm UTC/localtime fix qt5
(edit) @939baeb   13 years uzakmat addition of Diablo specific installation instructions in INSTALL qt5
(edit) @709fa13   13 years uzakmat installation of 40x40 icons enabled because of Diablo qt5
(edit) @fe88470   13 years uzakmat release information added for release 0.3 qt5
(edit) @a1755df   13 years timkoma performance improvement for Events qt5
(edit) @78e3575   13 years timkoma performance improvement for load persons qt5
(edit) @e296dc6   13 years uzakmat NEWS file update qt5
(edit) @ca90cb1   13 years uzakmat A header with the proper copyright/lincence statement was added into … qt5
(edit) @2104023   13 years pavelpa corrected 'exec' path when adding an alarm qt5
(edit) @ba631ca   13 years uzakmat NEWS file updated qt5
(edit) @d29ee50   13 years uzakmat README, INSTALL, AUTHORS - filled in qt5
(edit) @17cb895   13 years hanzes Alarm modifications qt5
(edit) @ba48d2f   13 years hanzes Alarm dbus connection added qt5
(edit) @a7d8638   13 years hanzes Alarm dbus connection added qt5
(edit) @d7986a6   13 years pavelpa gradient for treeview items qt5
(edit) @b4e9936   13 years pavelpa changed permissions for the db - TODO: check it on the device qt5
(edit) @69820d8   13 years pavelpa compilation error fix qt5
(edit) @0f86a19   13 years pavelpa compilation error fix qt5
(edit) @927eac4   13 years pavelpa N810 changes: maximized 'map' dialog qt5
(edit) @6831c6a   13 years hanzes Alarm dbus connection added qt5
(edit) @8c4d4f7   13 years pavelpa added 'settings' icon for setting-up proxy(network connection) qt5
(edit) @5d22816   13 years pavelpa GUI changes for N810 device qt5
(edit) @8896336   13 years uzakmat debian/control - Build-Depends section set qt5
(edit) @979e5be   13 years pavelpa created resource which contains parsed schedule, so the user doesn't … qt5
(edit) @c639717   13 years uzakmat alarm - example of dbus binding functional qt5
(edit) @c129f8a6   13 years pavelpa updated schedule.en.xml to the newest version qt5
(edit) @20e6343   13 years pavelpa changed fosdem icon in about dialog to brain-alone icon qt5
(edit) @a190b81   13 years pavelpa changed copyright string qt5
(edit) @b0a3bc7   13 years pavelpa number of events/alarms/favs is bottom-aligned to the bottom of the icons qt5
(edit) @47bfffb   13 years pavelpa if the application is run for first time, network connection is set to … qt5
(edit) @6645e1f   13 years uzakmat initial binding of alarm to a DBus call qt5
(edit) @a023fd2   13 years pavelpa implemented 'proxy settings' dialog - user can secify proxy for … qt5
(edit) @5007fde   13 years pavelpa implemented importing the schedule from the Internet - usded url: … qt5
(edit) @1fb7a33   13 years pavelpa possible to have multiple conferences in the DB - possible to switch … qt5
(edit) @8b0bf22   13 years pavelpa modified 'about' dialog - changed "Qt FOSDEM" -> "FOSDEM Schedule" qt5
(edit) @bcf67d6   13 years pavelpa search fixed - only the dates (range) which contain at least one … qt5
(edit) @83020cd   13 years pavelpa forgotten in previous commit qt5
(edit) @872aeaa   13 years pavelpa some performance optimizations - favourities reloaded only if they … qt5
(edit) @eb21333   13 years pavelpa fixed 'conflicts' constrains qt5
(edit) @ac787b7   13 years pavelpa 'now' events - displayed real now events, not just the testing ones qt5
(edit) @02a8af2   13 years uzakmat binary name changed to fosdem-schedule qt5
(edit) @8cb5c4f   13 years pavelpa changed conditions for conflicts qt5
Note: See TracRevisionLog for help on using the revision log.