Commit Graph

30 Commits

Author SHA1 Message Date
dries.k
851056852d show version in settings window 2023-08-22 20:49:24 +02:00
dries.k
6b5434978b remove python-dateutil dependency in favor of QDateTime 2023-08-05 15:21:28 +02:00
dries.k
7ed6eb02e1 user parent() method 2023-06-11 22:53:55 +02:00
dries.k
c1323fefed set message priority color in stylesheet 2023-05-31 21:11:45 +02:00
dries.k
c57e3d5bca Follow the system theme and set the icons accordingly, no more handcrafted theming 2023-05-30 21:51:58 +02:00
dries.k
4eceae5a40 use QCoreApplication.instance instead of passing the instance through several objects 2023-05-30 20:53:25 +02:00
dries.k
234557df46 add option to set date label as system locale format 2023-05-22 23:22:23 +02:00
Imran Shah
5dd9c54380 set minimum size hint for short messages 2023-05-21 21:57:24 +01:00
dries.k
8ea89b1df9 try to improve readability 2023-05-21 12:54:59 +02:00
dries.k
b585e3bb97 use _parent attribute instead of parent 2023-05-21 12:54:29 +02:00
dries.k
0ca78ad8d9 update type hinting 2023-05-21 12:53:33 +02:00
dries.k
7d47c79898 Simplify the inserting and processing of messages.
Message widgets are now inserted into the listView through the `rowsInserted` callback of the messages model.

Messages are processed in the GetMessagesTask and GetApplicationMessagesTask when fetching multiple new messages. Single new incoming messages are processed in ProcessMessageTask.
2023-05-21 12:52:52 +02:00
seird
bc221d6c8f Automatic theme (#29)
* add "automatic" theme

set the theme and icons based on the system theme

* update the default icons based on system theme

* update pyqt to 6.5.0 to get the colorSchemeChanged callback

* rename style to theme

* remove unused svg files for default theme

* ServerInfoDialog: update feedback colors in dark mode
2023-05-21 11:41:01 +02:00
dries.k
e00c2d4ca1 display message priority colors 2022-12-28 18:21:43 +01:00
dries.k
86fbf003e1 add scale image factor to default settings 2022-12-04 16:17:47 +01:00
dries.k
304daee5ff make sure pixmap height is an int 2022-12-03 10:06:00 +01:00
dries.k
eaf4ba57a3 render images 2022-12-03 10:03:10 +01:00
dries.k
eea1c874cc update icons on theme change 2022-11-03 18:21:41 +01:00
seird
a8a854ce6b Add basic dark & light theme (#18) 2022-11-02 19:31:56 +01:00
dries.k
23250acf31 remove url parameters from extension 2022-09-03 13:31:34 +02:00
dries.k
3b9931826a do not use the leaveEvent on macos 2022-09-03 13:31:34 +02:00
dries.k
7957c0c4d6 add extensions to default settings 2022-09-03 13:31:34 +02:00
dries.k
28fef2c9de basic image pop-up on hover 2022-09-03 13:31:33 +02:00
dries.k
fa985f1023 respect system font sizes by default 2022-08-21 10:20:00 +02:00
dries.k
2c8493d6a3 wrap title 2022-04-10 19:00:07 +02:00
dries.k
625ceb279c message widget: display date on the right hand side 2022-04-06 19:47:30 +02:00
dries.k
c591ebf09c make icons smoother in the messagewidget 2022-04-04 14:35:23 +02:00
dries.k
93a1207718 use absolute paths to access images 2022-03-21 19:18:48 +01:00
dries.k
ff8f7328fa message fonts setting 2022-02-10 17:56:39 +01:00
dries.k
0bea6ea14f a better main window 2022-02-08 22:12:52 +01:00