|
|
@525e2e2
|
12 years |
philipp |
This commit closes ticket #12. The search terms are ANDed now and a …
qt5
|
|
|
@53effcb
|
12 years |
philipp |
Fixed bug (related to ticket #12): Only the last search term is used.
qt5
|
|
|
@e388cda
|
12 years |
philipp |
Undid changes to sqlengine.cpp I committed accidentally in r1318.
qt5
|
|
|
@47eda2b
|
12 years |
gregoa |
Split search keyword string on whitespace.
qt5
|
|
|
@66698a6
|
12 years |
gregoa |
Avoid duplicate search results by using SELECT DISTINCT when filling …
qt5
|
|
|
@e6ab8a2
|
12 years |
philipp |
Removed the ability to show "pictures" (maps) of rooms and maps of …
qt5
|
|
|
@cf385cd
|
12 years |
philipp |
Removed many of the qDebug() output lines (see ticket #10).
qt5
|
|
|
@f48bf9f
|
12 years |
philipp |
The '%' character doesn't have to be escaped anymore.
qt5
|
|
|
@df884b3
|
12 years |
gregoa |
Somewhere a slash was missing …
qt5
|
|
|
@babe4cd
|
12 years |
gregoa |
Remove ULB, Campus Solbosch maps.
qt5
|
|
|
@9f97eaf
|
12 years |
gregoa |
Move config and sqlite database. They are both at the xdg-specified …
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
|
|
|
@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
|
|
|
@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
|
|
|
@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
|
|
|
@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
|
|
|
@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
|
|
|
@f299a08
|
13 years |
kirilma |
remove obsoleted code
also fix some types
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
|
|
|
@d97bcab
|
13 years |
kirilma |
implement deleting a conference
pass event about it to mainwindow to …
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
|
|
|
@c129da26
|
13 years |
kirilma |
fix event insert or update
* add error reporting for queries
* …
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
|
|
|
@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
|
|
|
@ca90cb1
|
13 years |
uzakmat |
A header with the proper copyright/lincence statement was added into …
qt5
|
|
|
@b4e9936
|
13 years |
pavelpa |
changed permissions for the db
- TODO: check it on the device
qt5
|
|
|
@979e5be
|
13 years |
pavelpa |
created resource which contains parsed schedule,
so the user doesn't …
qt5
|
|
|
@bcf67d6
|
13 years |
pavelpa |
search fixed
- only the dates (range) which contain at least one …
qt5
|
|
|
@412cef6
|
13 years |
pavelpa |
some 'delegate' drawing optimizations
- removed EVENT_CONFLICT table …
qt5
|
|
|
@0bb39f5
|
13 years |
pavelpa |
removed appsettings
- created 'active' column in 'conference' table
qt5
|
|
|
@9f367eb
|
13 years |
pavelpa |
'conflicts' modifications
- preparing for the dialog showing also …
qt5
|
|
|
@3a8dc71
|
13 years |
pavelpa |
SqlEngine? made STATIC
qt5
|
|
|
@05afe5f
|
13 years |
pavelpa |
implemented 'tab container' widget, which groups daynavigator with …
qt5
|
|
|
@89ff5f2
|
13 years |
timkoma |
unique constraints added into sql
qt5
|
|
|
@c15be10
|
13 years |
pavelpa |
import schedule dialog
- changed to widget
- moved to 'conference' tab
qt5
|
|
|
@c7b58d4
|
13 years |
timkoma |
search upgrade
qt5
|
|
|
@0d4ecc2
|
13 years |
timkoma |
search update
qt5
|
|
|
@005e2b7
|
13 years |
korrco |
caching removed
qt5
|
|
|
@d336730
|
13 years |
pavelpa |
modifications to import-schedule dialog
- closed automatically after …
qt5
|
|
|
@1735f55
|
13 years |
pavelpa |
check for existence of conference before inserting it into DB
qt5
|
|
|
@30e2bdf
|
13 years |
pavelpa |
added 'Conference' tab - to list conference details
- implemented …
qt5
|
|
|
@e493054
|
13 years |
pavelpa |
import/search schedule dialog implemented
qt5
|
|
|
@9d8946b
|
13 years |
timkoma |
update for the search
qt5
|
|
|
@7d7659d
|
13 years |
pavelpa |
combined EVENT and VIRTUAL_EVENT => 'EVENT' now
- Maemo sqlite …
qt5
|
|
|
@72cd3af
|
13 years |
korrco |
activities tab implemented
qt5
|
|
|
@e662750
|
13 years |
timkoma |
first working version of the search
qt5
|
|
|
@4693fa6
|
13 years |
pavelpa |
changed 'Activity' -> 'Track'
qt5
|
|
|
@926f106
|
13 years |
pavelpa |
parsing activity from xml
- 'track' from xml schedule is treated as …
qt5
|
|
|
@990afd5
|
13 years |
timkoma |
temp commit for search tab
qt5
|
|
|
@cfd615d
|
13 years |
pavelpa |
work on alarm
qt5
|
|
|
@b6cd05c
|
13 years |
pavelpa |
added 'alarm' columnt to the 'EVENT' table to signalize
that the event …
qt5
|
|
|
@151983f
|
13 years |
hanzes |
fixed sqlite statement
qt5
|
|
|
@84b9c07
|
13 years |
pavelpa |
used 'MAEMO' define to create 'non-virtual' 'VIRUAL_EVENT' table …
qt5
|
|
|
@27102d5
|
13 years |
fortefr |
Temporal virtual_event change
qt5
|
|
|
@680a4da
|
13 years |
pavelpa |
work on favourite
- created 'favourite' column in EVENT table
- …
qt5
|
|
|
@6a624f7
|
13 years |
pavelpa |
minor fix
qt5
|
|
|
@69393c0
|
13 years |
pavelpa |
implemented 'conference' record for accessing info about the …
qt5
|
|
|
@72f6fe4
|
13 years |
pavelpa |
implemented xml parser
- parsing Schedule
qt5
|