|
|
@8bdf2d3
|
12 years |
philipp |
Removed unnecessary debug output and code.
qt5
|
|
|
@5c7119d
|
12 years |
philipp |
Fixed bug reported by gregor: Too many authors are shown (form other …
qt5
|
|
|
@663fafd
|
12 years |
philipp |
Removed two unused variables to avoid compiler warnings.
qt5
|
|
|
@df884b3
|
12 years |
gregoa |
Somewhere a slash was missing …
qt5
|
|
|
@b9834d8
|
12 years |
gregoa |
Update 'About' dialog.
qt5
|
|
|
@babe4cd
|
12 years |
gregoa |
Remove ULB, Campus Solbosch maps.
qt5
|
|
|
@5ede637
|
12 years |
gregoa |
The big rename. Which was not so big after all …
qt5
|
|
|
@59673b9
|
12 years |
gregoa |
Add new resource file to app.pro
qt5
|
|
|
@f41638e
|
12 years |
gregoa |
Icons, part 2: replace fosdem/brain icons with ConfClerk? logo
qt5
|
|
|
@77f8bff
|
12 years |
gregoa |
Icons part 1: replace all icons (except the FOSDEM ones) with icons …
qt5
|
|
|
@c040814
|
12 years |
gregoa |
Remove unused icons.
qt5
|
|
|
@52d0741
|
12 years |
gregoa |
Another instance of the databasename.
(NOTE: untested, this codepath …
qt5
|
|
|
@9f97eaf
|
12 years |
gregoa |
Move config and sqlite database. They are both at the xdg-specified …
qt5
|
|
|
@8fdfc63
|
12 years |
gregoa |
Rename DBus service. Hopefully successful.
qt5
|
|
|
@8bacb4e
|
12 years |
gregoa |
qmake warning: POST_TARGETDEPS instead of TARGETDEPS
qt5
|
|
|
@0346302
|
12 years |
gregoa |
Move and rename logo, create a target to convert it in .pro, add …
qt5
|
|
|
@dcefa71
|
12 years |
philipp |
Prevented SQL injections in function addPersonToDB.
qt5
|
|
|
@68b2df2
|
12 years |
gregoa |
Add copyright to source.
qt5
|
|
|
@6df32f2
|
12 years |
gregoa |
Update GPL blurb in source files.
qt5
|
|
|
@83f0ba7
|
12 years |
philipp |
Just adapted the page size to be rectangular.
qt5
|
|
|
@4ee46d4
|
12 years |
philipp |
This suggestion/"doodle"* for the new application icon was created …
qt5
|
|
|
@dc54e87
|
12 years |
philipp |
Prevented SQL injection in function addLinkToDB.
qt5
|
|
|
@a55781e
|
12 years |
philipp |
Fixed SQL error in searchEvent when no table was selected.
Prevented …
qt5
|
|
|
@a0f3e32
|
12 years |
philipp |
Added some comments, removed and added some debug information.
qt5
|
|
|
@f09a1b9
|
12 years |
philipp |
Fixed a bug I introduced when reparing the addRoomToDB function.
qt5
|
|
|
@141a5c2
|
12 years |
philipp |
Tracks are inserted now when importing new conferences.
qt5
|
|
|
@909ea23
|
12 years |
philipp |
void possible SQL injection in function addRoomToDB.
qt5
|
|
|
@06eef78
|
12 years |
philipp |
Removed copying the fosdem.sqlite database during the make process.
qt5
|
|
|
@4b8ce66
|
12 years |
philipp |
The database is now created from the program. We don't need to copy or …
qt5
|
|
|
@c8b84e1
|
12 years |
philipp |
Persons are deleted now when a conference is removed.
qt5
|
|
|
@63b2343
|
12 years |
philipp |
Rooms are inserted now for additionally imported conferences.
qt5
|
|
|
@865aab6
|
12 years |
philipp |
Importing persons for multiple conferences works now.
qt5
|
|
|
@f657e9c
|
12 years |
philipp |
Changed UNIQUE statements in the database table definition so that …
qt5
|
|
|
@51529bd
|
12 years |
gregoa |
Insert new field xid_conference into table track, room and person.
qt5
|
|
|
@cfe9990
|
12 years |
philipp |
Created schema for the database with additional colum xid_conference …
qt5
|
|
|
@79b9a53
|
12 years |
philipp |
Added menu item "quit".
qt5
|
|
|
@408bf66
|
12 years |
philipp |
Removed dbus dependency on non-maemo platforms.
qt5
|
|
|
@900bcf1
|
13 years |
kirilma |
use enabled flag instead of repeated criateria check
qt5
|
|
|
@a6a9e0b
|
13 years |
kirilma |
add enabled flag
qt5
|
|
|
@525448c
|
13 years |
kirilma |
refactor: more compact drawing of controls
qt5
|
|
|
@508de33
|
13 years |
kirilma |
do not draw showmap button for event is there is no map for its room
qt5
|
|
|
@0d995ed
|
13 years |
kirilma |
refactor: cache whole Room object in Event
qt5
|
|
|
@58eb7cc
|
13 years |
kirilma |
store room map in database
show it if it's available, otherwise show …
qt5
|
|
|
@cec47c6
|
13 years |
kirilma |
store path to conference map in database
path stored as additional …
qt5
|
|
|
@3cdaf7d
|
13 years |
kirilma |
UI tune: use buttonBox instead of single buttons to comply with …
qt5
|
|
|
@cb7b999
|
13 years |
kirilma |
restore viewing of conference map
qt5
|
|
|
@66428e7
|
13 years |
kirilma |
minor UI fixes
fix size of UrlInputDialog?
restore [remove] button at …
qt5
|
|
|
@f299a08
|
13 years |
kirilma |
remove obsoleted code
also fix some types
qt5
|
|
|
@c8c414f
|
13 years |
kirilma |
optimization
qt5
|
|
|
@f7dc75a
|
13 years |
kirilma |
fine tune geometry to look nicer
qt5
|
|
|
@b431d47
|
13 years |
kirilma |
reworked UI for conference editing
underlying representation of …
qt5
|
|
|
@a61c5f5
|
13 years |
kirilma |
CC: fix endlines
qt5
|
|
|
@3329d39
|
13 years |
kirilma |
use visible notifications of errors
also early detect parsing errors
qt5
|
|
|
@2eda137
|
13 years |
kirilma |
make label shorter to place all required buttons
qt5
|
|
|
@04acaf9
|
13 years |
kirilma |
fix deletion of last conference
implement for cleaning all views in …
qt5
|
|
|
@d97bcab
|
13 years |
kirilma |
implement deleting a conference
pass event about it to mainwindow to …
qt5
|
|
|
@f5b68a4
|
13 years |
kirilma |
add buttons for refreshm new url and delete and partly implement …
qt5
|
|
|
@d06ae27
|
13 years |
kirilma |
store URL's for conferences
* use it at update
* let user update the …
qt5
|
|
|
@be9b645
|
13 years |
kirilma |
remove unused code
qt5
|
|
|
@a0b8978
|
13 years |
kirilma |
fix references in SQL
qt5
|
|
|
@bf3bbb9
|
13 years |
kirilma |
save output from updater QT designer
update all ui files to the …
qt5
|
|
|
@47d0a31
|
13 years |
kirilma |
remove unused class TabWidget?
qt5
|
|
|
@ad5c62f
|
13 years |
kirilma |
move Settings and About to Window Menu
* remove Setting and About …
qt5
|
|
|
@22232d9
|
13 years |
kirilma |
build fix at maemo
force order of computation
some versions of …
qt5
|
|
|
@2c036e7
|
13 years |
kirilma |
remove ON CONFLICE REPLACE for events
qt5
|
|
|
@cdc7679
|
13 years |
kirilma |
generate default database instead of using binary one
qt5
|
|
|
@c129da26
|
13 years |
kirilma |
fix event insert or update
* add error reporting for queries
* …
qt5
|
|
|
@77e06ae
|
13 years |
kirilma |
catch exceptions which leak outside of event handlers
If we do not do …
qt5
|
|
|
@f548c17
|
13 years |
kirilma |
use update for events when they are already exists
also use only …
qt5
|
|
|
@1bad318
|
13 years |
kirilma |
use transactions to make import faster
qt5
|
|
|
@5bd6aba
|
13 years |
uzakmat |
Preparing for release 0.4.1
qt5
|
|
|
@5d9409d
|
13 years |
timkoma |
UTC/LocalTime fix for import conference XML, DB queries for multiple …
qt5
|
|
|
@7270ae0
|
13 years |
timkoma |
fix for import - ON CONFLICT REPLACE
qt5
|
|
|
@ba3fc20
|
13 years |
uzakmat |
alarm UTC/localtime fix
qt5
|
|
|
@fe88470
|
13 years |
uzakmat |
release information added for release 0.3
qt5
|
|
|
@a1755df
|
13 years |
timkoma |
performance improvement for Events
qt5
|
|
|
@78e3575
|
13 years |
timkoma |
performance improvement for load persons
qt5
|
|
|
@ca90cb1
|
13 years |
uzakmat |
A header with the proper copyright/lincence statement was added into …
qt5
|
|
|
@2104023
|
13 years |
pavelpa |
corrected 'exec' path when adding an alarm
qt5
|
|
|
@17cb895
|
13 years |
hanzes |
Alarm modifications
qt5
|
|
|
@ba48d2f
|
13 years |
hanzes |
Alarm dbus connection added
qt5
|
|
|
@a7d8638
|
13 years |
hanzes |
Alarm dbus connection added
qt5
|
|
|
@d7986a6
|
13 years |
pavelpa |
gradient for treeview items
qt5
|
|
|
@b4e9936
|
13 years |
pavelpa |
changed permissions for the db
- TODO: check it on the device
qt5
|
|
|
@69820d8
|
13 years |
pavelpa |
compilation error fix
qt5
|
|
|
@0f86a19
|
13 years |
pavelpa |
compilation error fix
qt5
|
|
|
@927eac4
|
13 years |
pavelpa |
N810 changes: maximized 'map' dialog
qt5
|
|
|
@6831c6a
|
13 years |
hanzes |
Alarm dbus connection added
qt5
|
|
|
@8c4d4f7
|
13 years |
pavelpa |
added 'settings' icon for setting-up proxy(network connection)
qt5
|
|
|
@5d22816
|
13 years |
pavelpa |
GUI changes for N810 device
qt5
|
|
|
@979e5be
|
13 years |
pavelpa |
created resource which contains parsed schedule,
so the user doesn't …
qt5
|
|
|
@c639717
|
13 years |
uzakmat |
alarm - example of dbus binding functional
qt5
|
|
|
@c129f8a6
|
13 years |
pavelpa |
updated schedule.en.xml to the newest version
qt5
|
|
|
@20e6343
|
13 years |
pavelpa |
changed fosdem icon in about dialog to brain-alone icon
qt5
|
|
|
@a190b81
|
13 years |
pavelpa |
changed copyright string
qt5
|
|
|
@b0a3bc7
|
13 years |
pavelpa |
number of events/alarms/favs is bottom-aligned to the bottom of the icons
qt5
|
|
|
@47bfffb
|
13 years |
pavelpa |
if the application is run for first time, network connection is set to …
qt5
|
|
|
@6645e1f
|
13 years |
uzakmat |
initial binding of alarm to a DBus call
qt5
|
|
|
@a023fd2
|
13 years |
pavelpa |
implemented 'proxy settings' dialog
- user can secify proxy for …
qt5
|
|
|
@5007fde
|
13 years |
pavelpa |
implemented importing the schedule from the Internet
- usded url: …
qt5
|
|
|