source: confclerk_git/src

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @4e8061f   19 months gregor bump version after release.
(edit) @a59d5c4   19 months gregor Take display time shift into account when expanding a group in the day …
(edit) @763b877   19 months philipp Fix bug: display_time_shift was lost when conference was reloaded.
(edit) @ff579df   19 months philipp Remaining fix of bug Debian BTS #992236 (line distance). …
(edit) @4523005   19 months philipp Avoid warning.
(edit) @6c5eece   19 months philipp Partially fix bug Debian BTS #992236 (width of DayNavigatorWidget?). …
(edit) @3254de1   19 months philipp Use only one line for day and date display (except MAEMO).
(edit) @ef9a71b   20 months gregor Allow overriding PREFIX Haiku requires a different install path.
(edit) @2342ac3   20 months gregor Fallback to uname -o for systems without /etc/issue This includes …
(edit) @caaa2ad   20 months gregor bump version from 0.7.0 to 0.7.1 after release
(edit) @45e0e4b   20 months gregor bump version from (unreleased) 0.6.5 to 0.7.0 because new features … 0.7.0
(edit) @a5e1f50   20 months gregor Clean up #includes. (qtcreator is helpful but only partially.)
(edit) @ffb6be7   20 months gregor Bump copyright years.
(edit) @31d8a4c   20 months philipp Adjust alarm logic to include UTC offset or displayTimeShift.
(edit) @e4dcafe   20 months philipp Save adjusted displayTimeShift to database.
(edit) @5b7fa79   20 months philipp Adjust shown event time when displayTimeShift is set.
(edit) @280f29b   20 months philipp No lonely comma when city is missing.
(edit) @03f38cf   20 months philipp Add active conference to application class.
(edit) @bffc77e   20 months philipp Exchange "where" and "when" lines in conference dialog.
(edit) @7dc1b1c   20 months philipp Show conference offset in conference dialog and prepare display offset.
(edit) @d858942   20 months philipp Expose utc_offset and display_time_shift in Conference class.
(edit) @29af341   20 months philipp Load utc_offset and display_time_shift with conference.
(edit) @8d47489   20 months philipp Parse and store utc_offset.
(edit) @0b4a1d0   20 months philipp Add comment for day_change field in conference table definition.
(edit) @c13a488   20 months philipp Add utc_offset and display_time_shift columns to conference database.
(edit) @85c3458   20 months philipp Adjust whitespace in if statements.
(edit) @d921406   20 months philipp Fix typo "favourities" -> "favourites".
(edit) @102d186   20 months philipp Delete unused variable to avoid a compiler warning.
(edit) @6759e32   20 months philipp Replace QModelIndex::child() to avoid a deprecation warning.
(edit) @ce60f42   20 months philipp Replace QFontMetrics::width() with QFontMetrics::horizontalAdvance() …
(edit) @af9f24b   20 months philipp Replace QHash with QMultiHash to avoid a deprecation warning.
(edit) @28acdbe   3 years gregor src/mvc/mvc.pro: add network module. src/mvc/treeview.cpp includes …
(edit) @4498f2e   5 years gregor bump version after release
(edit) @f940bd5   5 years gregor Make toolbar in main window non-movable to prevent accidentally …
(edit) @4bf83ee   5 years gregor Settings (dialog): add username/password options for proxy server Cf. #59
(edit) @e618f18   5 years gregor update comment on default proxy value as we use …
(edit) @9b513f6   5 years philipp AppSettings? returns the proxy type as QNetworkProxy instead of int now.
(edit) @68efead   5 years gregor Settings (dialog): add HTTP+SOCKS5 radio buttons and use them …
(edit) @0ede0a2   5 years gregor Add ProxyType? setting in preparation of SOCKS5 proxy support.
(edit) @8180111   5 years gregor Settings dialog: set port range to 1-65535 and right-align.
(edit) @37b299c   5 years gregor Settings dialog: change heading to "HTTP proxy settings". Fixes: #59
(edit) @f519c91   5 years gregor schedulexmlparser.cpp: add missing #include Found when building with …
(edit) @0816326   5 years philipp C++98 compatibility: Variable initialization in SqlEngine? class.
(edit) @0c1d3ea   5 years philipp C++98 compatibility: Variable initialization in TransactionRaii? class.
(edit) @c793b28   5 years philipp C++98 compatibility: Use throw() in destructor of std exceptions.
(edit) @4d0db91   5 years philipp C++98 compatibility: QDialogButtonBox::StandardButton::Open -> …
(edit) @d6f1e74   5 years gregor Make sure we build with -std=c++98 (under Unix and Qt4) because gcc …
(edit) @9b07ee2   5 years gregor bump version after release
(edit) @15d41d9   5 years philipp Now the links in the description are clickable. Fixes #49.
(edit) @01d1452   5 years philipp The ID of an event is checked now when importing the XML file.
(edit) @9782bbb   5 years philipp Now using exceptions to report errors in schedulexmlparser.cpp.
(edit) @961971e   5 years philipp Create dedicated sub-function to parse XML data (to prepare exception …
(edit) @a2f0d1e   5 years philipp Use TransactionRaii? in schedulexmlparser.cpp.
(edit) @c19618d   5 years philipp Implement transaction RAII.
(edit) @0c71a07   5 years philipp Implement rollbackTransaction().
(edit) @d03ca41   6 years philipp If no day_change was given for a conference 4 AM is assumed. Fixes #53.
(edit) @7ba0378   6 years philipp Import schedules with dates attached to events correctly.
(edit) @f0f9fdc   6 years philipp Avoid duplicate code when inserting/updating a conference.
(edit) @a4d3f7b   6 years gregor URL input dialog: trim URL.
(edit) @9dbc426   6 years philipp Minor typographic improvement.
(edit) @841aad4   6 years philipp "Open" button is disabled not when no URL was entered.
(edit) @79a7671   6 years gregor ifdef qt4 and qt5 qt5
(edit) @809b5e5   6 years gregor Merge branch 'master' into qt5 qt5
(edit) @e27a3f5   6 years philipp When no track is present, use the special name "No track" is used. … qt5
(edit) @50c848a   6 years philipp Fix possibility for SQL injection attack. qt5
(edit) @511ff7e   6 years philipp Demangling exception class name from error message of unknown exceptions. qt5
(edit) @e4c166a   6 years philipp Write debug message in case of silently catched exceptions. qt5
(edit) @330b8cb   6 years philipp More specific error message for "unknown" exceptions. qt5
(edit) @81e085d   6 years gregor TrackInsertException?: make error message useful. qt5
(edit) @5def683   6 years gregor TrackInsertException?: correctly derive from OrmSqlException?. qt5
(edit) @bd11472   6 years gregor Derive OrmException? from std::runtime_error. qt5
(edit) @860fc82   6 years gregoa bump version after release qt5
(edit) @fe5dac7   6 years philipp Used tr() for some more GUI strings (there are plenty more that should … qt5
(edit) @6984e9d   6 years philipp Used tr() for some GUI strings (there are plenty more that should be … qt5
(edit) @f94ab1d   6 years gregoa Handle SSL errors. Show warning with error messages, offer to ignore … qt5
(edit) @0d41eb2   6 years gregoa Set some SSL parameters for network request. qt5
(edit) @056bee2   6 years philipp Merged definition and initialization of conflictSeverity. qt5
(edit) @0f10c1a   6 years gregoa Initialize conflictSeverity variable. Compiler warning with … qt5
(edit) @3ba7b3e   6 years gregoa Fix typo in error message. qt5
(edit) @5fc5d13   6 years philipp In the treeview, the right mouse button now back-cycles the favourite … qt5
(edit) @bda4629   6 years philipp Added back-cycling option in Event::cycleFavourite. qt5
(edit) @7ea396f   6 years philipp Updated renderings of the alarm icons after changing the Blender file. qt5
(edit) @c99d950   6 years philipp The alarm icons had a black border instead of a white border in … qt5
(edit) @2517471   6 years philipp Updated renderings of the favourite icons after changing the Blender file. qt5
(edit) @659fb7b   6 years philipp The favourite icons had a black border instead of a white border in … qt5
(edit) @cae4ca3   6 years philipp Re-rendered favourite icons with Blender 2.76b and added … qt5
(edit) @de5d0f1   6 years gregoa Bump copyright years. qt5
(edit) @95db98d   6 years gregoa whitespace qt5
(edit) @df1ba30   6 years philipp Addes white border to favourite-weak star. qt5
(edit) @81d87d7   6 years philipp Renamed favourite-on.png to favourite-strong.png and favourite-off.png … qt5
(edit) @1343ea4   6 years philipp Now the conflict severity is drawn. qt5
(edit) @ec7fa22   6 years philipp Removed deprecated functions. qt5
(edit) @7b3cd0e   6 years philipp Event favourite is now tristate in the code now and the corresponding … qt5
(edit) @3cd9fe6   6 years philipp favourite is now tristate instead of bool. qt5
(edit) @8cb2bc7   6 years gregoa eventdialog: only convertFromPlainText description and abstract if … qt5
(edit) @ebe26af   6 years gregoa Merge branch 'master' into qt5 qt5
(edit) @4a87a3b   8 years gregoa Bump copyright year. In anticipation of a release in 2015. qt5
(edit) @54b69e2   8 years philipp Merged changes from trunk. It still compiles successfully. :-) qt5
(edit) @43e706a   9 years gregoa bump version number after release qt5
(edit) @11f3f87   9 years gregoa Update copyright notices. qt5
Note: See TracRevisionLog for help on using the revision log.