Commit Graph

970 Commits

Author SHA1 Message Date
Patrick von Reth 4a9c2123b7 Make constHints reuse hints(), set the hint for silent when hints are used and not when they are created. 2015-09-10 12:44:14 +02:00
Patrick von Reth 778d769fda Update dependencies in the readme. 2015-09-09 19:50:08 +02:00
Sascha Häusler 47815cc35b Fixing compiling qt connection 2015-09-09 13:57:21 +02:00
Patrick von Reth 9b83db0420 Don't crash if attatching to shared memory failed. 2015-09-08 17:16:45 +02:00
Aleix Pol b81410f27c Add a QIcon constructor for Snore::Icon
REVIEW: 125095
2015-09-07 22:25:07 +02:00
Aleix Pol 3ab8aed89c Fix typos
REVIEW: 125095
2015-09-07 22:24:09 +02:00
Aleix Pol 88ccb9907e Add .reviewboardrc file 2015-09-07 22:22:57 +02:00
Patrick von Reth f662c36829 Try gcc 4.8 on travis. 2015-09-07 15:05:42 +02:00
Patrick von Reth 096b554a9c add toolchain repo for travis 2015-09-07 14:23:56 +02:00
Patrick von Reth cfac8169e9 Use travis also for gcc-4.7. 2015-09-07 14:14:08 +02:00
Patrick von Reth 420ddbf177 Fix close button in qml. 2015-09-05 16:31:13 +02:00
Patrick von Reth 68ab7c9344 Fix z stacking of MouseArea in qml notifications. 2015-09-05 16:05:27 +02:00
Patrick von Reth 853580852a Free Travis instances don't support caching. 2015-09-04 16:51:40 +02:00
Patrick von Reth 21784b68aa Use caching on travis. 2015-09-04 16:43:12 +02:00
Patrick von Reth 42871d35c4 Fix build on qt5.3 2015-09-04 16:38:49 +02:00
Patrick von Reth 9575e47046 update travis script 2015-09-04 16:27:16 +02:00
Patrick von Reth a3f9e8cd99 Snorenotify does not depend on qtquick only one backend does. 2015-09-03 15:36:41 +02:00
Patrick von Reth 47d8e30eb4 Use if >= in version detection instead of a switch case. 2015-09-03 14:48:55 +02:00
Patrick von Reth 270f70f872 Fix ifdef. 2015-08-31 11:19:42 +02:00
Lasse Liehu 6ed837eaff Use parameters instead of concatenation in UI strings
Translations sometimes need to have different word order.
2015-08-29 12:17:35 +03:00
Lasse Liehu fb74751e32 Clean up list of positions 2015-08-29 12:15:35 +03:00
Lasse Liehu 117bf2fe1c Fix typo 2015-08-29 12:14:41 +03:00
Patrick von Reth 6a70050a87 Version bump 2015-08-28 12:08:45 +02:00
Patrick von Reth 7347abbac5 Code style 2015-08-27 23:08:42 +02:00
Patrick von Reth c940e44b63 Ifdef the font selection on systems other than Windows. 2015-08-27 23:04:21 +02:00
Patrick von Reth 8262ad85fc Use different font for itegrated backend on windows 8 and 10 2015-08-27 22:48:09 +02:00
Patrick von Reth 029a633515 Process event befor closing the settings app. 2015-08-27 18:50:31 +02:00
Patrick von Reth c027b43ee7 Set freedesktop hint suppress-sound to the value of hints silent 2015-08-27 18:45:57 +02:00
Patrick von Reth 4685c7fe21 Fix urgency level in freedesktop notifications. 2015-08-27 18:37:32 +02:00
Patrick von Reth 9057d1735f Use default icon instad of path to the resource of the default icon. 2015-08-27 18:22:01 +02:00
Patrick von Reth 5d4620728b Fix gcc pedantic warning 2015-08-27 16:46:55 +02:00
Patrick von Reth 9b15b88640 Fix typo 2015-08-27 13:40:09 +02:00
Patrick von Reth a927047cbf Fix unicode string in msvc. 2015-08-27 13:15:17 +02:00
Adrián Chaves Fernández (Gallaecio) 9130bb7798 that it played → that is played 2015-08-27 07:12:08 +02:00
Adrián Chaves Fernández (Gallaecio) ed58774100 accout → account 2015-08-27 07:04:43 +02:00
Patrick von Reth a234cd2997 Only log to info not to warning ig no app id is present. 2015-08-25 23:15:15 +02:00
Patrick von Reth b58ae8471d Update SnoreToast.exe 2015-08-25 23:03:08 +02:00
Patrick von Reth 7c44aa6c8e Create an error if SystemTray backend is used and no tray icon avalible. 2015-08-25 22:37:16 +02:00
Patrick von Reth 530574865c Add unicode test. 2015-08-25 22:37:15 +02:00
Patrick von Reth 9e46b75ab6 Cleanup. 2015-08-25 22:37:14 +02:00
Patrick von Reth e0d66739c3 Set text format for qml to richtext. 2015-08-25 22:37:13 +02:00
Yuri Chornoivan b5a6e8220e Fix minor typos 2015-08-25 22:03:05 +03:00
Patrick von Reth 8e70d20a73 Always install 128-apps-snore.png on unix 2015-08-24 18:34:27 +02:00
Patrick von Reth 9dcad1416c Fix snore settings if no app is specified$ 2015-08-24 18:04:01 +02:00
Patrick von Reth de33e8e913 Prepare for kde translations. 2015-08-24 17:48:08 +02:00
Patrick von Reth 58f42b68ee Remove own doxygen support. 2015-08-24 17:25:15 +02:00
Patrick von Reth e9c4ba3836 Updated readme to point to the new kde locations 2015-08-24 16:31:08 +02:00
Patrick von Reth 44dddaa17b Add missing cmake include 2015-08-23 14:42:38 +02:00
Patrick von Reth 4206d38c56 Use cmake_dependent_option for INSTALL_freedesktop_notification_service 2015-08-23 14:38:20 +02:00
Patrick von Reth be4ac91f9f Fix Windows ci script. 2015-08-23 13:54:45 +02:00