nheko/src
Benedikt Heine c942a4b9fc Explicitly set no timeout for notifications
The notification spec handles -1 and 0 as special values:
-1 -> representation for "undef"
 0 -> infinitely
 values above 0 represent the timeout in ms.

The notification messages should disappear again and with 0, this insn't
the case. Setting it to -1 lets the notification manager decide the
timeout and displays the notification like all others.
2018-07-16 12:13:05 +02:00
..
dialogs Properly reset the autocomplete anchor when the popup closes 2018-07-15 21:26:48 +03:00
emoji Hide emoji panel if it's not under the mouse cursor 2018-04-08 15:49:53 +03:00
notifications Explicitly set no timeout for notifications 2018-07-16 12:13:05 +02:00
timeline De-duplicate the m.room.encryption event 2018-07-15 20:32:22 +03:00
ui Add a timeline message when encryption is enabled 2018-07-07 13:39:53 +03:00
AvatarProvider.cc Remove the v2 namespace from the http client 2018-07-15 19:09:08 +03:00
Cache.cc Re-enable groups 2018-07-14 12:08:16 +03:00
ChatPage.cc Remove the v2 namespace from the http client 2018-07-15 19:09:08 +03:00
CommunitiesList.cc Use MainWindow instead of QApplication::activeWindow to reference the main window 2018-07-15 20:58:10 +03:00
CommunitiesListItem.cc Re-enable groups 2018-07-14 12:08:16 +03:00
InviteeItem.cc Update matrix-structs library 2018-03-18 11:05:39 +02:00
Logging.cpp Rename the log namespace to avoid symbol clash with the math function 2018-06-14 02:28:35 +03:00
LoginPage.cc Remove the v2 namespace from the http client 2018-07-15 19:09:08 +03:00
main.cc Remove the v2 namespace from the http client 2018-07-15 19:09:08 +03:00
MainWindow.cc Remove the v2 namespace from the http client 2018-07-15 19:09:08 +03:00
MatrixClient.cc Remove the v2 namespace from the http client 2018-07-15 19:09:08 +03:00
Olm.cpp Remove the v2 namespace from the http client 2018-07-15 19:09:08 +03:00
QuickSwitcher.cc Don't use shared pointers for cache 2018-05-08 20:30:09 +03:00
RegisterPage.cc Remove the v2 namespace from the http client 2018-07-15 19:09:08 +03:00
RoomInfoListItem.cc Make the number of unread messages fit in the bubble 2018-05-25 10:01:53 +03:00
RoomList.cc Remove the v2 namespace from the http client 2018-07-15 19:09:08 +03:00
RunGuard.cc Allow only one application instance 2017-12-14 21:55:00 +02:00
SideBarActions.cc Add border in community list & minor refactorings (#204) 2018-03-18 17:38:57 +02:00
Splitter.cc Add -Wshadow 2018-07-08 22:10:40 +03:00
SuggestionsPopup.cpp Properly reset the autocomplete anchor when the popup closes 2018-07-15 21:26:48 +03:00
TextInputWidget.cc Properly reset the autocomplete anchor when the popup closes 2018-07-15 21:26:48 +03:00
TopRoomBar.cc Fix regressions regarding UI resizing 2018-07-04 00:05:05 +03:00
TrayIcon.cc Implement a setting for the tray icon (#108) 2017-11-02 22:00:43 +02:00
TypingDisplay.cc Use C++11 braced list style (#121) 2017-11-05 23:04:55 +02:00
UserInfoWidget.cc Fix resize slowness on the TopBar 2018-05-25 16:13:38 +03:00
UserSettingsPage.cc Allow copying the version info in the settings page 2018-06-23 01:46:18 +03:00
Utils.cc Use the http link for video messages 2018-07-15 20:05:31 +03:00
WelcomePage.cc Update system theme 2017-11-25 15:14:37 +02:00