Philipp Spitzer [Tue, 20 Mar 2012 22:24:04 +0000 (22:24 +0000)]
Deleted calendar.h and calendar.cpp as they are not used.
Philipp Spitzer [Tue, 20 Mar 2012 20:15:23 +0000 (20:15 +0000)]
Deleted files that don't seem to be used.
gregor herrmann [Sat, 10 Mar 2012 23:11:29 +0000 (23:11 +0000)]
typo in docs
Philipp Spitzer [Mon, 12 Dec 2011 22:53:43 +0000 (22:53 +0000)]
Updated the TODO list.
Philipp Spitzer [Mon, 12 Dec 2011 22:53:04 +0000 (22:53 +0000)]
When the search toolbox button is clicked when the search dialog is already open, it is closed.
Philipp Spitzer [Mon, 12 Dec 2011 22:51:40 +0000 (22:51 +0000)]
Implemented stub for expand/collape all.
Philipp Spitzer [Mon, 12 Dec 2011 22:33:15 +0000 (22:33 +0000)]
Another layout study.
Philipp Spitzer [Mon, 12 Dec 2011 22:25:33 +0000 (22:25 +0000)]
Changed layout details to study the effect in Maemo.
Philipp Spitzer [Mon, 12 Dec 2011 22:04:03 +0000 (22:04 +0000)]
Better calculation of the day navigator date position.
Philipp Spitzer [Mon, 12 Dec 2011 21:34:17 +0000 (21:34 +0000)]
Fixed by gregoa: Searching for titles where the events had no person did not find anything.
Philipp Spitzer [Mon, 12 Dec 2011 19:59:00 +0000 (19:59 +0000)]
The search result is now synced with the daynavigator.
When the search result is not on the current date, the date is changed.
gregor herrmann [Sun, 27 Nov 2011 12:07:52 +0000 (12:07 +0000)]
Update URL list in README.
Philipp Spitzer [Mon, 17 Oct 2011 21:49:51 +0000 (21:49 +0000)]
Sorted by duration additionally to start.
Philipp Spitzer [Mon, 17 Oct 2011 21:37:48 +0000 (21:37 +0000)]
Implemented "now" action and removed the "now" button from the day navigator.
Philipp Spitzer [Mon, 17 Oct 2011 20:50:54 +0000 (20:50 +0000)]
Removed unused nowEvent functions.
Philipp Spitzer [Mon, 17 Oct 2011 20:26:47 +0000 (20:26 +0000)]
Implemented the reload button functionality. Closes: #34
Philipp Spitzer [Mon, 17 Oct 2011 19:04:20 +0000 (19:04 +0000)]
The conflict editor works again.
Philipp Spitzer [Mon, 17 Oct 2011 18:15:33 +0000 (18:15 +0000)]
The favorite tab gets updated again after changing the favorite state.
Philipp Spitzer [Tue, 4 Oct 2011 22:11:03 +0000 (22:11 +0000)]
Removed the "Now" tab.
Removed the day navigator inside tabs.
Added a search button in the button bar.
Right now, at least the following does not work:
* update of favorites
* conflict editor
* setting favorite in the event dialog
gregor herrmann [Wed, 21 Sep 2011 21:57:21 +0000 (21:57 +0000)]
Search dialog: less width, more lines.
gregor herrmann [Wed, 21 Sep 2011 21:56:56 +0000 (21:56 +0000)]
Tabs: elide tabtexts.
Philipp Spitzer [Wed, 21 Sep 2011 21:49:43 +0000 (21:49 +0000)]
Implemented "unset dates" in the date navigator.
Philipp Spitzer [Wed, 21 Sep 2011 20:30:03 +0000 (20:30 +0000)]
The dateChanged signal is transmitted to the tabcontainers now.
Philipp Spitzer [Wed, 21 Sep 2011 19:41:46 +0000 (19:41 +0000)]
Introduced a toobar.
Added a new global date navigator instance (the "old" ones are not removed yet).
Philipp Spitzer [Wed, 21 Sep 2011 19:29:43 +0000 (19:29 +0000)]
Cleanup daynavigatorwidget.
gregor herrmann [Wed, 14 Sep 2011 18:51:33 +0000 (18:51 +0000)]
Fix typo in NEWS.
gregor herrmann [Wed, 14 Sep 2011 18:44:05 +0000 (18:44 +0000)]
bump version after release
gregor herrmann [Wed, 14 Sep 2011 18:41:17 +0000 (18:41 +0000)]
Add date to NEWS before release.
gregor herrmann [Mon, 12 Sep 2011 18:54:51 +0000 (18:54 +0000)]
Add NEWS items for upcoming 0.5.4 release.
gregor herrmann [Mon, 12 Sep 2011 18:48:54 +0000 (18:48 +0000)]
Add dates to all releases in NEWS.
gregor herrmann [Mon, 12 Sep 2011 18:43:29 +0000 (18:43 +0000)]
Day navigator widget: setDates()
- change logic of setting mCurDate: if it's outside the conference range, set it to mStartDate
(and not to mEndDate when it's "greater") -- when going to an earlier
conference, starting on the last day doesn't really make sense
- update() the widget after changing dates.
this might be a bit expensive but it ensure that the displayed date is
what we want, and since there are many day navigator widgets there's
probably no single other place
Hopefully closes #36.
gregor herrmann [Mon, 12 Sep 2011 16:33:18 +0000 (16:33 +0000)]
Replace some tabs with the usual spaces.
Philipp Spitzer [Tue, 6 Sep 2011 21:37:54 +0000 (21:37 +0000)]
Assigned confclerk icon to main window.
Philipp Spitzer [Tue, 6 Sep 2011 21:17:01 +0000 (21:17 +0000)]
Now the progress bar is shown immediately after clicking the refresh conference button. Closes ticket #25.
Philipp Spitzer [Tue, 6 Sep 2011 19:15:35 +0000 (19:15 +0000)]
Fixed ticket #26 (empty tabs after some actions).
Stefan Strahl [Tue, 6 Sep 2011 19:14:52 +0000 (19:14 +0000)]
Fixed ticket #20
Philipp Spitzer [Tue, 6 Sep 2011 19:14:21 +0000 (19:14 +0000)]
Removed one comment and fixed typos.
gregor herrmann [Tue, 6 Sep 2011 17:56:08 +0000 (17:56 +0000)]
Mention frab (FrOSCon penta clone) and Grazer Linuxtage (fixes #33).
Philipp Spitzer [Tue, 23 Aug 2011 22:07:45 +0000 (22:07 +0000)]
Rewrote code to group events together with gregoa.
Closes bug #22.
Philipp Spitzer [Tue, 23 Aug 2011 18:57:20 +0000 (18:57 +0000)]
This should close ticket #35 ([maemo] conflict icon overlaps alarm icon).
Philipp Spitzer [Tue, 23 Aug 2011 18:43:56 +0000 (18:43 +0000)]
Changed the drawing of events to make use of system colors and styles, at least partially.
gregor herrmann [Tue, 16 Aug 2011 21:43:36 +0000 (21:43 +0000)]
bump version after release
gregor herrmann [Tue, 16 Aug 2011 21:38:28 +0000 (21:38 +0000)]
Remove "TODO" from NEWS, a.k.a. prepare for release
gregor herrmann [Mon, 15 Aug 2011 18:03:02 +0000 (18:03 +0000)]
Update NEWS.
gregor herrmann [Mon, 15 Aug 2011 18:01:18 +0000 (18:01 +0000)]
Improve day navigator widget.
(Still black magic, now even with #ifdefs :/)
gregor herrmann [Mon, 15 Aug 2011 12:54:09 +0000 (12:54 +0000)]
.isEmpty() feels more Qtish then == ""
gregor herrmann [Mon, 15 Aug 2011 12:51:59 +0000 (12:51 +0000)]
Only add ", $venue" to conference location when $venue is not empty.
gregor herrmann [Mon, 15 Aug 2011 12:44:19 +0000 (12:44 +0000)]
ISO formatting of conference dates in conferenceeditor.
gregor herrmann [Mon, 15 Aug 2011 12:41:19 +0000 (12:41 +0000)]
Quick fix for ticket: #32: if the schedule XML doesn't contain a city, we put "n/a" there.
In the long run we might want to find a system for changing the database scheme; too bad sqlite has only limited ALTER TABLE support.
gregor herrmann [Mon, 15 Aug 2011 12:14:20 +0000 (12:14 +0000)]
emit the parsingScheduleBegin() signal earlier, so we get the progressbar a bit earlier (cf. ticket #25)
gregor herrmann [Mon, 15 Aug 2011 11:33:19 +0000 (11:33 +0000)]
mention FrOSCon as an example (although it's not working at the moment, cf. #32)
gregor herrmann [Sun, 24 Jul 2011 14:49:21 +0000 (14:49 +0000)]
Use "-" in start-end. Closes: #30
gregor herrmann [Sun, 24 Jul 2011 14:12:00 +0000 (14:12 +0000)]
Shift date text up by icon/2 in order to re-center the text. More or less at least.
gregor herrmann [Sun, 24 Jul 2011 11:41:14 +0000 (11:41 +0000)]
Add today button to date navigator.
TODO: date is not centered between prev/next arrows anymore.
Cf. #29
gregor herrmann [Sat, 23 Jul 2011 09:59:45 +0000 (09:59 +0000)]
Make sure to remove src/bin/libqalarm.a on make clean.
gregor herrmann [Sat, 23 Jul 2011 09:38:53 +0000 (09:38 +0000)]
bump version after release
gregor herrmann [Sat, 23 Jul 2011 09:33:31 +0000 (09:33 +0000)]
Prepare NEWS before release of 0.5.2.
gregor herrmann [Sat, 23 Jul 2011 09:25:38 +0000 (09:25 +0000)]
Remove conference/room records unconditionally from EVENT_ROOMS
gregor herrmann [Fri, 22 Jul 2011 15:33:34 +0000 (15:33 +0000)]
SqlEngine::addRoomToDB: remove event/conference combinations from EVENT_ROOM that are already there.
Should avoid duplicates on updates where the room name changes.
Hopefully fixes ticket #24.
gregor herrmann [Fri, 22 Jul 2011 14:55:10 +0000 (14:55 +0000)]
manpage: s/Desafinado/ConfClerk/
Philipp Spitzer [Tue, 19 Jul 2011 17:33:10 +0000 (17:33 +0000)]
Fixed ticket #23: No close button in conference dialog when no confernces are in the list.
gregor herrmann [Thu, 14 Jul 2011 23:39:36 +0000 (23:39 +0000)]
Don't include tarballs in release tarballs ...
gregor herrmann [Thu, 14 Jul 2011 23:25:44 +0000 (23:25 +0000)]
Distinguish "Presenter" and "Presenters" (instead of "Presenter(s)").
Closes: Ticket #17
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.