| Commit message (Collapse) | Author | Age | Lines |
|\
| |
| | |
Add an option to prevent an idle session while a call is in progress
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Having the session marked as idle while a call is in progress could
trigger certain actions (such as locking the screen, logging out
automatically, or suspending the system) which could be undesirable in
this situation.
Closes #123
|
|\ \
| | |
| | | |
Add configuration option to disable incoming call popup window
|
| |/
| |
| |
| | |
Closes #126
|
|\ \
| | |
| | | |
Systray icon: Always toggle visibility when clicking & Add "Show/Hide" menu entry
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
It's customary for applications embedding themselves in the system tray
to offer a "Show/Hide window" menu entry on right-click, even for those
applications which offer the same functionality via a single left-click.
(Thanks to qBittorrent for the idea of using QMenu::aboutToShow to
update the label of this menu entry.)
|
| |/
| |
| |
| |
| |
| |
| |
| |
| | |
Left-clicking on the system tray icon should always result in toggling
the visibility of the main window; if the icon is visible and clickble,
then the window can always be hidden via --hide, or on startup via the
"Startup hidden in system tray" option. (In the latter case, this
previously resulted in a hidden and inaccessible window, as reported in
issue #121.)
|
|/ |
|
| |
|
|
|
|
|
|
|
| |
Since Qt 5.11, generated ui_getprofilename.h no longer includes QHeaderView
which breaks the chain that included qvalidator.h in getprofilename.cpp.
As it feels rather fragile to rely on such indirect includes, let's include
<QRegExpValidator> explicitly in each file using QRegExpValidator class.
|
|
|
|
|
|
| |
Wording copied from https://www.gnu.org/licenses/gpl-howto.en.html
Fixes #25, fixes #71
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
Hide Diamondcard support
Other fixes
|
|
from outside the main thread)
|