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