gregor herrmann [Thu, 14 Jul 2011 23:00:49 +0000 (23:00 +0000)]
Show event title instead of id in alarms.
gregor herrmann [Thu, 14 Jul 2011 22:57:19 +0000 (22:57 +0000)]
Don't remove generated files in DISTCLEAN; otherwise they are gone during package builds :/
gregor herrmann [Thu, 14 Jul 2011 22:05:21 +0000 (22:05 +0000)]
Add a TODO item.
gregor herrmann [Thu, 14 Jul 2011 17:37:53 +0000 (17:37 +0000)]
Reorganize CLEAN and DISTCLEAN targets.
gregor herrmann [Thu, 14 Jul 2011 17:08:45 +0000 (17:08 +0000)]
Bump VERSION after release.
gregor herrmann [Thu, 14 Jul 2011 16:58:33 +0000 (16:58 +0000)]
Remove ChangeLog from svn (it's created via svn2cl, so this is circular).
Add generated files to distclean target.
gregor herrmann [Wed, 13 Jul 2011 22:00:33 +0000 (22:00 +0000)]
Update ChangeLog before release.
gregor herrmann [Wed, 13 Jul 2011 21:59:49 +0000 (21:59 +0000)]
NEWS entry for 0.5.1 release.
Philipp Spitzer [Wed, 13 Jul 2011 21:43:24 +0000 (21:43 +0000)]
This is just a quick-and-dirty workaround commit to aviod a drawing problem on maemo. This commit might be reverted ...
Philipp Spitzer [Wed, 13 Jul 2011 21:26:24 +0000 (21:26 +0000)]
The speaker is preselected in the search dialog now.
Philipp Spitzer [Wed, 13 Jul 2011 21:18:58 +0000 (21:18 +0000)]
First try to improve the colors (ticket #13).
Philipp Spitzer [Wed, 13 Jul 2011 19:42:48 +0000 (19:42 +0000)]
The cancel button on the settings dialog works now (ticket #14) and the layout of the settings dialog is stable now (ticket #15).
Philipp Spitzer [Wed, 13 Jul 2011 19:21:42 +0000 (19:21 +0000)]
Changed the menu to be non-hierarchical. Closes ticket #16.
Philipp Spitzer [Wed, 13 Jul 2011 19:09:28 +0000 (19:09 +0000)]
Changed the placement of the date label again.
Changed the date format to show the day-of-week.
Philipp Spitzer [Wed, 13 Jul 2011 18:33:08 +0000 (18:33 +0000)]
Replaced "130" by s.width() when centering the date.
Philipp Spitzer [Tue, 12 Jul 2011 20:16:12 +0000 (20:16 +0000)]
This commit closes ticket #12. The search terms are ANDed now and a call to trimmed() before splitting the search string avoids problems with leading/trailing spaces.
Philipp Spitzer [Mon, 11 Jul 2011 18:07:18 +0000 (18:07 +0000)]
Before querying the SEARCH_EVENT table, its existence is checked. Therefore a command line debug error message is avoided.
This commit partly fixes ticket #10.
Philipp Spitzer [Mon, 11 Jul 2011 18:04:57 +0000 (18:04 +0000)]
Error messages reported with the function error_essage are no longer writted to std:error because they are shown to the user anyway.
This commit partly resolves ticket #10.
Philipp Spitzer [Mon, 11 Jul 2011 18:02:12 +0000 (18:02 +0000)]
The description and person list of the event dialog is now selectable so that copy&paste is possible.
Philipp Spitzer [Sun, 10 Jul 2011 20:46:30 +0000 (20:46 +0000)]
Tuned the about dialog.
Philipp Spitzer [Sun, 10 Jul 2011 19:40:24 +0000 (19:40 +0000)]
Minor tuning of the conference editor. The reload button now has a text on it.
Philipp Spitzer [Sun, 10 Jul 2011 19:37:00 +0000 (19:37 +0000)]
Fixed bug (related to ticket #12): Only the last search term is used.
Philipp Spitzer [Sun, 10 Jul 2011 18:55:15 +0000 (18:55 +0000)]
Undid changes to sqlengine.cpp I committed accidentally in r1318.
gregor herrmann [Fri, 8 Jul 2011 14:52:32 +0000 (14:52 +0000)]
Split search keyword string on whitespace.
gregor herrmann [Fri, 8 Jul 2011 14:19:39 +0000 (14:19 +0000)]
Avoid duplicate search results by using SELECT DISTINCT when filling the SEARCH_EVENT table.
gregor herrmann [Tue, 5 Jul 2011 15:19:25 +0000 (15:19 +0000)]
Add DebConf11 URL to README.
Philipp Spitzer [Mon, 4 Jul 2011 21:58:28 +0000 (21:58 +0000)]
Cleaning of the conferenceeditor dialog.
Philipp Spitzer [Mon, 4 Jul 2011 21:42:02 +0000 (21:42 +0000)]
Removed the ability to show "pictures" (maps) of rooms and maps of conferences.
The XML file does not contain picture/map/image information of conferences or rooms.
We left the room.picture definition in the database SQL because there is no "drop column"
in sqlite.
Philipp Spitzer [Mon, 4 Jul 2011 18:53:41 +0000 (18:53 +0000)]
Removed the unused status bar.
gregor herrmann [Wed, 29 Jun 2011 20:47:35 +0000 (20:47 +0000)]
Some more s;TARGETDEPS;POST_TARGETDEPS;
gregor herrmann [Wed, 29 Jun 2011 19:27:20 +0000 (19:27 +0000)]
s;scheduler;schedule application;
gregor herrmann [Wed, 29 Jun 2011 19:24:02 +0000 (19:24 +0000)]
Bump version
gregor herrmann [Wed, 29 Jun 2011 19:14:15 +0000 (19:14 +0000)]
Update changelog.
Philipp Spitzer [Tue, 28 Jun 2011 21:31:33 +0000 (21:31 +0000)]
Removed many of the qDebug() output lines (see ticket #10).
gregor herrmann [Tue, 28 Jun 2011 18:49:20 +0000 (18:49 +0000)]
add copyright/license for exchanged icons
Philipp Spitzer [Tue, 28 Jun 2011 18:34:15 +0000 (18:34 +0000)]
Replaced the star icons with self-made versions (Blender 2.57b) that are better distinguishable. Closes ticket #8.
Philipp Spitzer [Mon, 27 Jun 2011 20:39:29 +0000 (20:39 +0000)]
Included application version in the about dialog. This closes ticket #9.
Philipp Spitzer [Sun, 26 Jun 2011 18:49:44 +0000 (18:49 +0000)]
Links in events are now clickable (resolves ticket #4).
Philipp Spitzer [Sun, 26 Jun 2011 18:28:57 +0000 (18:28 +0000)]
Searching without active conference doesn't give an error message anymore (resolves ticket #7).
Philipp Spitzer [Sun, 26 Jun 2011 18:26:09 +0000 (18:26 +0000)]
The '%' character doesn't have to be escaped anymore.
Philipp Spitzer [Sun, 26 Jun 2011 17:20:21 +0000 (17:20 +0000)]
The window title was still "FOSDEM Schedule".
gregor herrmann [Sat, 25 Jun 2011 20:57:47 +0000 (20:57 +0000)]
Add entries to NEWS file.
gregor herrmann [Sat, 25 Jun 2011 19:35:52 +0000 (19:35 +0000)]
Shorten TODO.
gregor herrmann [Sat, 25 Jun 2011 19:35:18 +0000 (19:35 +0000)]
Create a simple man page.
gregor herrmann [Sat, 25 Jun 2011 19:03:16 +0000 (19:03 +0000)]
Add URLs for FOSDEM 2011, DebConf 2010, and 27C3 to README instead of TODO.
gregor herrmann [Sat, 25 Jun 2011 19:02:06 +0000 (19:02 +0000)]
Remove the remaining last two fosdem files.
gregor herrmann [Sat, 25 Jun 2011 16:51:34 +0000 (16:51 +0000)]
Update contact info.
Philipp Spitzer [Sat, 25 Jun 2011 14:56:20 +0000 (14:56 +0000)]
Bugs are now reported in the trac system.
gregor herrmann [Fri, 24 Jun 2011 21:42:16 +0000 (21:42 +0000)]
Mark bug 3 as fixed.
Philipp Spitzer [Fri, 24 Jun 2011 17:47:33 +0000 (17:47 +0000)]
Enter or return triggers the search now when the focus is at the searchEdit or at one of the checkboxes.
Philipp Spitzer [Fri, 24 Jun 2011 16:13:08 +0000 (16:13 +0000)]
Filed bug 7: Error message when searching without having conferences
gregor herrmann [Fri, 24 Jun 2011 15:46:37 +0000 (15:46 +0000)]
Add another wishlist (more: design discussion) bug
Philipp Spitzer [Fri, 24 Jun 2011 15:39:49 +0000 (15:39 +0000)]
Removed unnecessary debug output and code.
Philipp Spitzer [Fri, 24 Jun 2011 15:39:10 +0000 (15:39 +0000)]
Fixed bug reported by gregor: Too many authors are shown (form other conferences as well).
gregor herrmann [Fri, 24 Jun 2011 15:15:05 +0000 (15:15 +0000)]
Improve release target in .pro
Philipp Spitzer [Fri, 24 Jun 2011 14:31:35 +0000 (14:31 +0000)]
Removed two unused variables to avoid compiler warnings.
gregor herrmann [Fri, 24 Jun 2011 14:11:24 +0000 (14:11 +0000)]
Somewhere a slash was missing ...
gregor herrmann [Fri, 24 Jun 2011 14:00:33 +0000 (14:00 +0000)]
Updated TODO.
gregor herrmann [Thu, 23 Jun 2011 23:42:46 +0000 (23:42 +0000)]
Add contact info to README.
gregor herrmann [Thu, 23 Jun 2011 23:41:28 +0000 (23:41 +0000)]
Update 'About' dialog.
gregor herrmann [Thu, 23 Jun 2011 23:32:08 +0000 (23:32 +0000)]
Remove ULB, Campus Solbosch maps.
gregor herrmann [Thu, 23 Jun 2011 23:23:50 +0000 (23:23 +0000)]
The big rename. Which was not so big after all ...
gregor herrmann [Thu, 23 Jun 2011 23:16:42 +0000 (23:16 +0000)]
De-maemofy: make .desktop file generic, remove resized (old) icons and Makefile for installing them.
gregor herrmann [Thu, 23 Jun 2011 23:08:30 +0000 (23:08 +0000)]
Add new resource file to app.pro
gregor herrmann [Thu, 23 Jun 2011 23:01:24 +0000 (23:01 +0000)]
Icons, part 2: replace fosdem/brain icons with ConfClerk logo
gregor herrmann [Thu, 23 Jun 2011 22:38:42 +0000 (22:38 +0000)]
Icons part 1: replace all icons (except the FOSDEM ones) with icons from current gnome-icon-theme
gregor herrmann [Thu, 23 Jun 2011 21:48:59 +0000 (21:48 +0000)]
Remove unused icons.
gregor herrmann [Thu, 23 Jun 2011 21:35:13 +0000 (21:35 +0000)]
Another instance of the databasename.
(NOTE: untested, this codepath is only used on maemo)
gregor herrmann [Thu, 23 Jun 2011 21:30:13 +0000 (21:30 +0000)]
Move config and sqlite database. They are both at the xdg-specified locations now:
~/.local/share/data/Toastfreeware/ConfClerk/ConfClerk.sqlite
~/.config/Toastfreeware/ConfClerk.conf
gregor herrmann [Thu, 23 Jun 2011 20:19:24 +0000 (20:19 +0000)]
Rename DBus service. Hopefully successful.
gregor herrmann [Thu, 23 Jun 2011 20:11:23 +0000 (20:11 +0000)]
Add some conference URLs to TODO
gregor herrmann [Thu, 23 Jun 2011 19:46:00 +0000 (19:46 +0000)]
New bug noted.
gregor herrmann [Thu, 23 Jun 2011 19:40:11 +0000 (19:40 +0000)]
New bug noted.
gregor herrmann [Thu, 23 Jun 2011 19:37:33 +0000 (19:37 +0000)]
qmake warning: POST_TARGETDEPS instead of TARGETDEPS
gregor herrmann [Thu, 23 Jun 2011 19:34:54 +0000 (19:34 +0000)]
Remove libs in clean target.
gregor herrmann [Thu, 23 Jun 2011 17:33:26 +0000 (17:33 +0000)]
Move and rename logo, create a target to convert it in .pro, add copyright/license to README.
Update TODO.
Philipp Spitzer [Thu, 23 Jun 2011 16:58:46 +0000 (16:58 +0000)]
Checked the remaining code. Didn't find possibilities for SQL injections anymore.
gregor herrmann [Thu, 23 Jun 2011 16:17:37 +0000 (16:17 +0000)]
Update TODO.
gregor herrmann [Thu, 23 Jun 2011 16:12:50 +0000 (16:12 +0000)]
Add release and changelog targets to project file.
gregor herrmann [Thu, 23 Jun 2011 15:55:44 +0000 (15:55 +0000)]
Remove empty Changelog.
Philipp Spitzer [Thu, 23 Jun 2011 15:47:43 +0000 (15:47 +0000)]
Prevented SQL injections in function addPersonToDB.
gregor herrmann [Thu, 23 Jun 2011 15:39:53 +0000 (15:39 +0000)]
Add copyright to source.
gregor herrmann [Thu, 23 Jun 2011 15:36:05 +0000 (15:36 +0000)]
Update GPL blurb in source files.
Philipp Spitzer [Thu, 23 Jun 2011 15:33:57 +0000 (15:33 +0000)]
Just adapted the page size to be rectangular.
Philipp Spitzer [Thu, 23 Jun 2011 15:30:39 +0000 (15:30 +0000)]
This suggestion/"doodle"* for the new application icon was created just now by Christian Kling <kling_christian@gmx.at> who (he is sitting next to me right now) agreed to publish it under the GNU GPL (v2 or later).
*Christian's words.
gregor herrmann [Thu, 23 Jun 2011 15:29:58 +0000 (15:29 +0000)]
Remove ./debian directory, we'll do the packaging outside the "upstream" repository.
gregor herrmann [Thu, 23 Jun 2011 15:26:24 +0000 (15:26 +0000)]
First round of documentation updates.
gregor herrmann [Thu, 23 Jun 2011 15:22:53 +0000 (15:22 +0000)]
Prepare ChangeLog generation from svn logs.
Philipp Spitzer [Thu, 23 Jun 2011 15:02:15 +0000 (15:02 +0000)]
Prevented SQL injection in function addLinkToDB.
gregor herrmann [Thu, 23 Jun 2011 14:44:08 +0000 (14:44 +0000)]
update TODO
Philipp Spitzer [Thu, 23 Jun 2011 14:43:18 +0000 (14:43 +0000)]
Fixed SQL error in searchEvent when no table was selected.
Prevented SQL injection in searchEvent.
gregor herrmann [Thu, 23 Jun 2011 14:31:35 +0000 (14:31 +0000)]
add TODO file
Philipp Spitzer [Thu, 23 Jun 2011 12:23:57 +0000 (12:23 +0000)]
Added some comments, removed and added some debug information.
Philipp Spitzer [Thu, 23 Jun 2011 12:13:09 +0000 (12:13 +0000)]
Fixed a bug I introduced when reparing the addRoomToDB function.
Philipp Spitzer [Thu, 23 Jun 2011 06:57:20 +0000 (06:57 +0000)]
Tracks are inserted now when importing new conferences.
Philipp Spitzer [Thu, 23 Jun 2011 06:46:31 +0000 (06:46 +0000)]
void possible SQL injection in function addRoomToDB.
Philipp Spitzer [Thu, 23 Jun 2011 06:28:16 +0000 (06:28 +0000)]
Removed copying the fosdem.sqlite database during the make process.
Philipp Spitzer [Wed, 22 Jun 2011 21:33:29 +0000 (21:33 +0000)]
The database is now created from the program. We don't need to copy or provide fosdem.sqlite anymore.
Philipp Spitzer [Wed, 22 Jun 2011 21:07:29 +0000 (21:07 +0000)]
Persons are deleted now when a conference is removed.
Philipp Spitzer [Wed, 22 Jun 2011 21:01:32 +0000 (21:01 +0000)]
Added a file with bugs that I noticed when playing with the application.