- Timestamp:
- 07/14/11 00:00:33 (12 years ago)
- Branches:
- master, qt5
- Children:
- 0b67254
- Parents:
- 5a5b1ff
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
ChangeLog
r5a5b1ff r1154d98 1 2011-07-13 gregoa 2 3 * NEWS: NEWS entry for 0.5.1 release. 4 5 2011-07-13 philipp 6 7 * src/mvc/delegate.cpp: This is just a quick-and-dirty workaround 8 commit to aviod a drawing problem on maemo. This commit might be 9 reverted ... 10 * src/gui/searchhead.ui: The speaker is preselected in the search 11 dialog now. 12 * src/mvc/delegate.cpp: First try to improve the colors (ticket 13 #13). 14 * src/gui/mainwindow.cpp, src/gui/settingsdialog.cpp, 15 src/gui/settingsdialog.h, src/gui/settingsdialog.ui: The cancel 16 button on the settings dialog works now (ticket #14) and the 17 layout of the settings dialog is stable now (ticket #15). 18 * src/gui/mainwindow.ui: Changed the menu to be non-hierarchical. 19 Closes ticket #16. 20 * src/gui/daynavigatorwidget.cpp: Changed the placement of the date 21 label again. Changed the date format to show the day-of-week. 22 * src/gui/daynavigatorwidget.cpp: Replaced "130" by s.width() when 23 centering the date. 24 25 2011-07-12 philipp 26 27 * src/sql/sqlengine.cpp: This commit closes ticket #12. The search 28 terms are ANDed now and a call to trimmed() before splitting the 29 search string avoids problems with leading/trailing spaces. 30 31 2011-07-11 philipp 32 33 * src/mvc/event.cpp: Before querying the SEARCH_EVENT table, its 34 existence is checked. Therefore a command line debug error 35 message is avoided. 36 37 This commit partly fixes ticket #10. 38 * src/gui/errormessage.cpp: Error messages reported with the 39 function error_essage are no longer writted to std:error because 40 they are shown to the user anyway. This commit partly resolves 41 ticket #10. 42 * src/gui/eventdialog.ui: The description and person list of the 43 event dialog is now selectable so that copy&paste is possible. 44 45 2011-07-10 philipp 46 47 * src/gui/about.ui, src/gui/mainwindow.cpp: Tuned the about dialog. 48 * src/gui/conferenceeditor.ui: Minor tuning of the conference 49 editor. The reload button now has a text on it. 50 * src/sql/sqlengine.cpp: Fixed bug (related to ticket #12): Only 51 the last search term is used. 52 * src/sql/sqlengine.cpp: Undid changes to sqlengine.cpp I committed 53 accidentally in r1318. 54 55 2011-07-08 gregoa 56 57 * src/sql/sqlengine.cpp: Split search keyword string on whitespace. 58 * src/sql/sqlengine.cpp: Avoid duplicate search results by using 59 SELECT DISTINCT when filling the SEARCH_EVENT table. 60 61 2011-07-05 gregoa 62 63 * README: Add DebConf11 URL to README. 64 65 2011-07-04 philipp 66 67 * src/gui/conferenceeditor.ui: Cleaning of the conferenceeditor 68 dialog. 69 * src/create_tables.sql, src/gui/conferenceeditor.cpp, 70 src/gui/conferenceeditor.h, src/gui/conferenceeditor.ui, 71 src/gui/gui.pro, src/gui/mapwindow.cpp, src/gui/mapwindow.h, 72 src/gui/mapwindow.ui, src/gui/tabcontainer.cpp, 73 src/gui/tabcontainer.h, src/icons.qrc, 74 src/icons/applications-internet.png, src/mvc/conference.cpp, 75 src/mvc/conference.h, src/mvc/delegate.cpp, src/mvc/delegate.h, 76 src/mvc/room.cpp, src/mvc/room.h, src/mvc/treeview.cpp, 77 src/mvc/treeview.h, src/sql/schedulexmlparser.cpp, 78 src/sql/sqlengine.cpp, src/sql/sqlengine.h: Removed the ability 79 to show "pictures" (maps) of rooms and maps of conferences. The 80 XML file does not contain picture/map/image information of 81 conferences or rooms. We left the room.picture definition in the 82 database SQL because there is no "drop column" in sqlite. 83 * src/gui/mainwindow.ui: Removed the unused status bar. 84 1 85 2011-06-29 gregoa 2 86 87 * src/app/app.pro, src/gui/gui.pro, src/mvc/mvc.pro, 88 src/test/test.pro: Some more s;TARGETDEPS;POST_TARGETDEPS; 89 * data/confclerk.desktop, data/confclerk.pod: s;scheduler;schedule 90 application; 91 * ChangeLog, NEWS, src/global.pri: Bump version 3 92 * ChangeLog: Update changelog. 4 93
Note: See TracChangeset
for help on using the changeset viewer.