Commit Graph

831 Commits

Author SHA1 Message Date
Patrick von Reth 3031723315 disable markup by default, escape string and resolve escaped html 2015-06-26 11:16:27 +02:00
Patrick von Reth 5813e0053b fix settings key 2015-06-26 00:16:20 +02:00
Patrick von Reth 2e2ecbd58e fixed mac build? 2015-06-24 18:22:10 +02:00
Patrick von Reth e5f855ce07 fix freedesktop backend 2015-06-24 18:21:05 +02:00
Patrick von Reth 62e0ea8843 fix assert 2015-06-24 18:04:58 +02:00
Patrick von Reth 40b70ae6f7 use hint name as documented 2015-06-24 17:41:47 +02:00
Patrick von Reth 25646a45e6 fix 2015-06-24 12:37:26 +02:00
Patrick von Reth f00b7dd6e9 Make it possible to override default value with app specific default values 2015-06-24 12:35:58 +02:00
Patrick von Reth 051e2d1818 Don't set plugin name in constructor. 2015-06-24 12:06:27 +02:00
Patrick von Reth 8fc1907d6d cleanup backend api 2015-06-23 20:53:21 +02:00
Patrick von Reth 22b4d50ce3 add setting to disable notification sounds 2015-06-23 18:46:34 +02:00
Patrick von Reth 6946b0db9f drop defaults from hints 2015-06-23 18:32:57 +02:00
Patrick von Reth 080d615b1a drop supports richtext 2015-06-23 18:12:27 +02:00
Patrick von Reth 21846d2d2e use markup again for snore backend 2015-06-23 17:13:01 +02:00
Patrick von Reth bb447c91c1 add better support for markup in messages.
added a test class
2015-06-23 17:04:57 +02:00
Patrick von Reth 252b7588cf added pushover support 2015-06-22 20:19:23 +02:00
Patrick von Reth 026a72f4df cleanup 2015-06-02 17:56:21 +02:00
Patrick von Reth 18e9a713a9 fix loading of settings page 2015-05-19 15:22:00 +02:00
Patrick von Reth 58657bfd5b cleanup 2015-05-19 14:51:30 +02:00
Patrick von Reth d795a81a1d don't crash if no primary backends are avalible 2015-05-19 14:42:25 +02:00
Patrick von Reth 737e289167 only display primary backend combobox if a primary backend is avalible 2015-05-19 14:42:07 +02:00
Patrick von Reth 1900ff2364 fix crash if notification is closed and there is no primary backend 2015-05-19 14:10:49 +02:00
Patrick von Reth d1b54f7028 try to fix mac backend 2015-05-15 12:53:32 +02:00
Patrick von Reth 2f58f1163e make it possible to set settings using the command line 2015-05-05 18:13:33 +02:00
Patrick von Reth e106584a0e fix settings icon 2015-05-02 14:30:05 +02:00
Patrick von Reth db67233d2c don't warn when loading of translation fails 2015-05-02 14:26:27 +02:00
Patrick von Reth a7b5b699de update linux backend 2015-04-26 16:10:02 +02:00
Patrick von Reth 641f94aa12 use new style connect 2015-04-26 15:37:47 +02:00
Patrick von Reth a21fd43b88 add possebility for secondary backends to only perfrom an action when the notification is displayed and not when it is broadcasted 2015-04-26 15:33:09 +02:00
Patrick von Reth 4b0b6e128b cleanup api and added a signall for notificationDisplayed 2015-04-26 15:25:29 +02:00
Patrick von Reth 9b4f390a0b make compile with more stupid compiler 2015-04-24 15:34:30 +02:00
Patrick von Reth 7ba599d7b8 use priority in nma 2015-04-24 10:03:56 +02:00
Patrick von Reth db3295ba92 fix mac backend (in theory) 2015-04-23 12:39:59 +02:00
Patrick von Reth fa733c1c8e add check 2015-04-20 16:50:15 +02:00
Patrick von Reth faf95d9ed3 rename methode to be compatible with older version 2015-04-20 15:23:02 +02:00
Patrick von Reth dab3728eee fix leak 2015-04-20 13:29:28 +02:00
Patrick von Reth 6f4a8d72f3 hm we still have a leak with the notifications 2015-04-20 10:28:07 +02:00
Patrick von Reth 0fb7f2d6b2 this should be better -.- 2015-04-19 20:15:46 +02:00
Patrick von Reth 80f6710868 improve api 2015-04-19 12:22:23 +02:00
Patrick von Reth d9e0c92170 started to drop getActiveNotificationByID 2015-04-19 11:40:38 +02:00
Patrick von Reth 282f51da87 code style 2015-04-18 15:11:04 +02:00
Patrick von Reth 2dcde7b37a cleanup the frontend code 2015-04-18 13:58:10 +02:00
Patrick von Reth a60047587b cleaup log 2015-04-18 13:57:55 +02:00
Patrick von Reth 08e58fd325 log warnings to std::cerr 2015-04-18 12:48:55 +02:00
Patrick von Reth 7002bff4f9 small change to logging 2015-04-18 12:43:02 +02:00
Patrick von Reth 954d4fb1ce change logging 2015-04-18 12:30:01 +02:00
Patrick von Reth 1a576df4e8 add notify my android backend 2015-04-17 14:27:21 +02:00
Patrick von Reth e072cc3203 add a comment 2015-04-17 10:57:51 +02:00
Patrick von Reth 4fb225402e linux compile fix 2015-04-17 10:42:52 +02:00
Patrick von Reth c7f0e42a47 make notification come to front without stealing the focus, currently only on windows 2015-04-16 14:29:32 +02:00
Patrick von Reth c717150236 move code to Utils 2015-04-13 22:46:26 +02:00
Patrick von Reth 75d4877b1c use methode from snore::utils 2015-04-13 20:21:25 +02:00
Patrick von Reth 24a8bcd287 make bring to front static 2015-04-13 20:20:53 +02:00
Patrick von Reth a36bfead69 extend bring to front 2015-04-13 20:14:34 +02:00
Patrick von Reth 5e4838467a fix toasty encoding 2015-04-12 16:58:40 +02:00
Patrick von Reth b046f7bc8d we don't want focus here 2015-04-12 14:59:12 +02:00
Patrick von Reth db60a9efd3 add windows code for bringWidowToFront 2015-04-12 14:54:10 +02:00
Patrick von Reth 76f1279aa7 compile fix 2015-04-10 10:07:37 +02:00
Patrick von Reth 2cb4f41964 added a volume option to the sound backend. stop sound when notification timed out 2015-04-10 10:06:16 +02:00
Patrick von Reth a7f5181aaf changed window flag to stay on top 2015-04-06 12:26:50 +02:00
Patrick von Reth 51131cf2bd code style 2015-04-06 12:03:22 +02:00
Patrick von Reth be25b29bde code style 2015-04-06 11:57:55 +02:00
Patrick von Reth 3ba2f24ba2 renamed CLOSE_RESON::CLOSED to ACTIVATED 2015-04-06 11:26:40 +02:00
Patrick von Reth a2cc0dbb9c allwo passing of a window id too 2015-04-04 15:22:52 +02:00
Patrick von Reth 87f6bdfcc5 make it possible to bring the calling process to front 2015-04-04 14:50:52 +02:00
Patrick von Reth 160f51afbb more tr strings 2015-03-26 17:14:53 +01:00
Patrick von Reth 8d71edb748 add support for translations 2015-03-26 15:56:05 +01:00
Patrick von Reth 886a71eee3 build fix 2015-03-20 13:20:19 +01:00
Patrick von Reth df18b00985 updated desktop files 2015-03-20 13:11:43 +01:00
Patrick von Reth ecaeb935c6 whitespace 2015-03-18 17:38:06 +01:00
Patrick von Reth 204528e09a make build with current version 2015-03-18 17:37:10 +01:00
Patrick von Reth fe1c1af7e1 changed include dir 2015-03-16 11:50:08 +01:00
Patrick von Reth f95c50111b use default alert also in the daemon and always register the default alert 2015-03-16 10:45:50 +01:00
Patrick von Reth 81d6a3cc82 use default app icon 2015-03-11 15:46:14 +01:00
Patrick von Reth dbf3800511 remove setDefaultTimeout 2015-03-11 15:45:43 +01:00
Patrick von Reth 490935302f install version config for libsnore 2015-03-08 19:39:34 +01:00
Patrick von Reth 6746c248c9 make sure snore is in the main thread 2015-03-05 16:25:30 +01:00
Patrick von Reth 49180a6495 hide tabs if not used 2015-03-04 13:14:59 +01:00
Patrick von Reth bf39165bca disable plugin tabs for not loaded plugins 2015-03-04 11:34:43 +01:00
Patrick von Reth efce32156e add each plugin type to a seperate tab 2015-03-04 11:02:15 +01:00
Patrick von Reth 503d264839 make it more easy to embed the settings dialog 2015-03-03 13:02:07 +01:00
Patrick von Reth f83bbe53a8 change local setting prefix 2015-03-02 13:07:34 +01:00
Patrick von Reth a4fd9bfb72 add timeout to settings 2015-03-02 11:11:23 +01:00
Patrick von Reth aa331a7e98 make it possible to embed the settings dialog, enable snore-settings to modifiy local settings of other applications 2015-03-02 01:35:05 +01:00
Patrick von Reth 69819fb635 style 2015-03-01 17:29:17 +01:00
Patrick von Reth b1dcef1271 plugins are disabled by default 2015-03-01 17:27:36 +01:00
Patrick von Reth 70dfad1234 cleanup and better versioning of settings 2015-03-01 17:22:05 +01:00
Patrick von Reth 50ed661214 always use local settings 2015-03-01 16:53:04 +01:00
Patrick von Reth 943d19a439 fix plugin loading 2015-03-01 16:47:26 +01:00
Patrick von Reth ef402be6fc this should be less horrible 2015-03-01 16:35:30 +01:00
Patrick von Reth 2217cbeaf7 add settings to snarl 2015-03-01 16:09:09 +01:00
Patrick von Reth 06a82304bd versionize settings 2015-03-01 15:51:52 +01:00
Patrick von Reth 018628db88 add settings for growl, app specific settings 2015-03-01 15:51:51 +01:00
Patrick von Reth fff339be3a remove settings description 2015-03-01 15:51:49 +01:00
Patrick von Reth 882941d3af cleanup 2015-03-01 15:51:48 +01:00
Patrick von Reth 246f327785 set define only where needed 2015-02-26 13:56:08 +01:00
Patrick von Reth b7b8005049 make it possible to have some settings specific to your application 2015-02-26 13:56:07 +01:00
Patrick von Reth fa74937337 only change if dialog was accepted 2015-02-05 16:38:04 +01:00
Patrick von Reth d4ef70f6c4 fix file selector 2015-02-05 16:25:59 +01:00
Patrick von Reth 5341e7b2ab fix linux 2015-02-05 16:25:36 +01:00
Patrick von Reth e78af06b9a style 2015-02-04 16:52:45 +01:00
Patrick von Reth 97d7031719 remove snore() from plugins 2015-02-04 16:50:45 +01:00
Patrick von Reth 5825bd7638 remove d() in snorecore 2015-02-04 16:46:06 +01:00
Patrick von Reth 8217239c4b sync settings before a broadcast 2015-02-04 12:30:45 +01:00
Patrick von Reth 4ea2ce86d3 fix for new api 2015-02-04 10:43:18 +01:00
Patrick von Reth b0195ae4ac make sure snoresettings exits 2015-02-04 10:41:53 +01:00
Patrick von Reth e9e9d57dba use singleton for snorecore 2015-02-04 10:36:21 +01:00
Patrick von Reth 2713e36f90 don't alow it anymore to set the backend directly 2015-02-04 10:22:35 +01:00
Patrick von Reth e65e7d9cbe don't unload plugins if they failed to initialize so we have the possibility to use their settings 2015-02-04 10:00:53 +01:00
Patrick von Reth 4e5f99c0c6 fix 2015-02-04 09:58:10 +01:00
Patrick von Reth d9aac2372f cleanup settings for backends 2015-02-04 09:57:50 +01:00
Patrick von Reth c07e04faeb Don't add unloaded plugins to the list of plugins 2015-02-04 09:57:13 +01:00
Patrick von Reth 959f7a1a63 dont deregister two times 2015-02-04 09:56:46 +01:00
Patrick von Reth 641ed4dbb6 build fix 2015-02-03 18:54:41 +01:00
Patrick von Reth b1fa5e0fb3 remove WITH_FREEDESKTOP_FRONTEND setting 2015-02-03 18:47:10 +01:00
Patrick von Reth 27059afc3e fixes 2015-02-03 18:37:22 +01:00
Patrick von Reth a0ebe1b722 move settings dialog to core, add a config exe 2015-02-03 18:18:25 +01:00
Patrick von Reth 8cf88a448d save current primary backend 2015-02-03 16:52:30 +01:00
Patrick von Reth 5b4229224e apply astyle-kdelibs 2015-02-03 15:45:48 +01:00
Patrick von Reth 63db3a5c90 cleanup includes 2015-02-03 15:38:32 +01:00
Patrick von Reth c966c0b12e compile fix 2015-02-03 15:05:48 +01:00
Patrick von Reth 2dcd673c55 fix header install 2015-02-03 15:05:24 +01:00
Patrick von Reth 482e4c6cdb fix a crash 2015-02-03 14:54:55 +01:00
Patrick von Reth c9ebeca4d2 fixes 2015-02-03 12:39:56 +01:00
Patrick von Reth 3e8c809089 display plugin type 2015-02-03 12:21:12 +01:00
Patrick von Reth 331e9faaf1 handle whether a plugin is enabled 2015-02-03 12:11:46 +01:00
Patrick von Reth 4e0b906bb5 fix crash 2015-02-03 11:11:40 +01:00
Patrick von Reth a3fa05c1d0 prepare the possibility to disable plugins 2015-02-03 11:05:17 +01:00
Patrick von Reth 7d1e8280aa add missing file 2015-02-03 09:40:08 +01:00
Patrick von Reth 7d38b7582d cleanup 2015-02-02 20:54:48 +01:00
Patrick von Reth 910d4e6482 make it possible to disable backends 2015-02-02 20:28:00 +01:00
Patrick von Reth 9314047b14 added a sound backend 2015-02-02 18:35:00 +01:00
Patrick von Reth fbb92d5c00 toasty settings 2015-02-02 16:07:32 +01:00
Patrick von Reth d48da78cc1 added basic support for settings uis 2015-02-02 15:46:03 +01:00
Patrick von Reth c7c702b444 maybe fix plugin lookup when used on other system than build system 2015-02-02 12:25:07 +01:00
Patrick von Reth 44de021a62 fix typo 2015-02-02 11:59:29 +01:00
Patrick von Reth 4bc9c4cecb cleanup cmake and use kde install dirs 2015-02-02 11:39:21 +01:00
Patrick von Reth 1292423c73 use qscoped pointer this might fix the deadlock on exit 2015-02-01 19:41:35 +01:00
Patrick von Reth 8be2a991a0 fix linux build 2015-02-01 18:35:19 +01:00
Patrick von Reth f1e78e31ed fix 2015-02-01 16:02:30 +01:00
Patrick von Reth 93f9268a70 fix cmake 2015-02-01 16:00:27 +01:00
Patrick von Reth 72069392ad move daemon code to subdir and fix option 2015-02-01 15:21:49 +01:00
Patrick von Reth 918f87ba2e cleeanup structure 2015-01-27 15:00:12 +01:00
Patrick von Reth 050efebe42 use ecm for the icon 2015-01-27 14:57:00 +01:00
Patrick von Reth 3044dbff33 dont cache key 2015-01-22 14:54:12 +01:00
Patrick von Reth 6e0ac042d0 fix cinst stuff, not happy 2015-01-22 13:31:50 +01:00
Patrick von Reth cf1d34af11 some constnes 2015-01-22 13:19:41 +01:00
Patrick von Reth 3972f2bc45 don't cache the corner 2015-01-22 13:18:04 +01:00
Patrick von Reth b0594d4087 cleanup 2015-01-22 12:59:03 +01:00
Patrick von Reth 44bd51c3f5 add a setting to display the snore backend nitification in a different screen corner 2015-01-22 12:58:21 +01:00
Patrick von Reth 6d6c92f9a9 dont make register and close notification call close notification 2014-10-16 14:35:57 +02:00
Patrick von Reth ceb1eff0ae fixed cmake for linux 2014-10-14 14:24:10 +02:00
Patrick von Reth f5258c7337 drop QSystemTrayicon from snore and use a app hint instead 2014-10-14 11:59:00 +02:00
Patrick von Reth 64ee05b079 fix flicker of notification 2014-10-14 11:30:01 +02:00
Patrick von Reth 7803a8bfdc make it a bit longer 2014-09-23 16:42:50 +02:00
Patrick von Reth b8e5a90ae6 fixed max line computation 2014-09-23 16:36:28 +02:00
Patrick von Reth 3225fb65fa scale dependning on font size 2014-09-23 16:26:51 +02:00
Patrick von Reth 3f96f1effa fixed removig of the copies of resources 2014-09-22 15:26:14 +02:00
Patrick von Reth 6425338c35 changed icon download code as it could cause freezes 2014-09-22 15:10:49 +02:00
Patrick von Reth 0178f5ea1d use qt5 json magic to load plugins 2014-09-22 09:54:09 +02:00
Patrick von Reth f19e50d6f5 Don't use dpi foo but percentage of screen height 2014-09-22 09:38:11 +02:00
Patrick von Reth 5950b778ce this and that 2014-09-21 12:14:24 +02:00
Patrick von Reth 4c6033e1a2 qml power 2014-09-21 12:06:30 +02:00
Patrick von Reth 11d875ac89 ported to qtquick, no dpi scaling yet 2014-09-20 15:36:28 +02:00
Patrick von Reth b331644379 use cool new connects 2014-09-20 15:03:56 +02:00
Patrick von Reth 65931bdf9d fix toasty 2014-09-20 14:56:27 +02:00
Patrick von Reth 5ca8735398 drop qt4 support 2014-09-20 14:54:02 +02:00
Patrick von Reth c31cfa784f scale toasty only if bigger than 128px 2014-09-19 15:05:19 +02:00
Patrick von Reth dddc425b78 add settings 2014-09-19 12:42:48 +02:00
Patrick von Reth a8061793c8 try to fix mac osx focus issue with snore backend 2014-09-16 18:26:16 +02:00
Patrick von Reth 640a985ecb make sure that the temp folder exists 2014-09-16 18:25:59 +02:00
Patrick von Reth b506f3486b Code reformatted using kde-dev-scripts/astyle-kdelibs 2014-09-11 14:49:19 +02:00
Patrick von Reth 0d46672737 Code reformatted using kde-dev-scripts/astyle-kdelibs 2014-09-11 14:36:34 +02:00
Patrick von Reth 12a2886a74 buildsystem fixes 2014-09-09 13:37:17 +02:00
Patrick von Reth 62ec81a414 dont wrap title 2014-09-07 14:51:47 +02:00
Patrick von Reth a6f8ad0bdf use more bindings 2014-09-07 14:00:11 +02:00
Patrick von Reth 603cf42ab7 faster animation 2014-09-06 15:40:04 +02:00
Patrick von Reth 7f6494be68 codestyle 2014-09-06 12:06:25 +02:00
Patrick von Reth ab5f3a2c0d whitespace 2014-09-06 12:01:59 +02:00
Patrick von Reth ac46b2ecab more qml fixes 2014-09-06 11:56:18 +02:00
Patrick von Reth 85d01b248f improve qml 2014-09-06 11:44:33 +02:00
Patrick von Reth 091d2be1f5 use a qporpertyanimation instead of a qtimer... 2014-09-06 09:47:11 +02:00
Patrick von Reth 5f987723b5 readded close image 2014-08-25 22:47:08 +02:00
Patrick von Reth 9fcc70a98b possible workaround for a timer initialized in the wrong thread 2014-08-24 11:21:02 +02:00
Patrick von Reth e70a6c8fa8 fixed qtimer warning and possible crash caused by QScopedPointer deleting QTimer directly instead with deleteLater 2014-08-24 11:21:01 +02:00
Patrick von Reth adb44efaf9 log packages found 2014-08-22 13:59:59 +02:00
Patrick von Reth 2715cc7a44 dont ship gntp-send 2014-08-22 12:35:01 +02:00
Patrick von Reth 4b68280115 depend on ecm, drop kde stuff 2014-08-20 13:48:16 +02:00
Patrick von Reth a789650460 this is ugly but it removes the dependency to kicontheme 2014-08-20 13:26:26 +02:00
Patrick von Reth 875a3e44c3 remove warnings 2014-08-20 13:25:40 +02:00
Patrick von Reth b996033ca1 fix 2014-08-12 18:49:04 +02:00
Patrick von Reth 3711a37786 fix return code 2014-08-12 18:30:46 +02:00
Patrick von Reth 7e36686d1a added silent option to not print to stdout 2014-08-12 17:13:11 +02:00
Patrick von Reth fb1c93e4b2 moved from snorenotify 2014-08-12 14:14:56 +02:00
Patrick von Reth a7f25dd584 fixes 2014-08-12 14:13:06 +02:00
Patrick von Reth a65b541ce0 moved gmpsend to its own project, fixed build with oldstyle tests 2014-08-12 12:39:23 +02:00
Patrick von Reth c6ce534297 added option to build snore-send and added a missing file 2014-08-11 23:14:22 +02:00
Patrick von Reth 34f9689720 added a command line interface 2014-08-11 22:04:11 +02:00
Patrick von Reth 088a54c255 cleanedup options 2014-08-11 17:17:56 +02:00
Patrick von Reth 4e10c7864e drop kde4 support, added kf5 support, use cmake magic 2014-08-11 17:15:39 +02:00
Patrick von Reth 07e1e0a94c start kf5 support 2014-08-11 14:18:49 +02:00
Patrick von Reth 6c8a3e294c fixed return 2014-08-01 15:46:40 +02:00
Patrick von Reth bad5d8980c fixed issue that can cause the primary backend to deinitialize 2014-08-01 15:45:43 +02:00
Patrick von Reth e3003fc9be updated gntp-send 2014-08-01 14:28:16 +02:00
Patrick von Reth 5e94d98d54 only build growl bacend if it is checked out 2014-07-30 11:32:39 +02:00
Patrick von Reth a015a15026 fixed a crash 2014-07-30 11:23:17 +02:00
Patrick von Reth e6fce634e4 use my gntp-send fork instead of gntpp, get ridd of the boost dependencie and the dependencie to cryptopp 2014-07-30 00:37:24 +02:00
Patrick von Reth 10623b4636 more qued connections 2014-07-25 13:57:47 +02:00
Patrick von Reth edf25e2d7e dont register snore by default with growl, use a qtcpsocket insead to check if growl is running 2014-07-25 13:54:10 +02:00
Patrick von Reth 47b79dcc99 make notify a qued connection too, to make sure register is executed before notify 2014-07-25 13:53:24 +02:00
Patrick von Reth 5e68fd84cf dont creash if there are no plugins 2014-07-24 15:38:15 +02:00
Patrick von Reth b7022a158b readd Growl to the list of default plugins on mac 2014-07-24 15:19:58 +02:00
Patrick von Reth e2619c023c fix leftover of hack 2014-07-24 00:22:38 +02:00
Patrick von Reth 981789b49f make OSX Notification Center the default backend on mac 2014-07-24 00:22:37 +02:00
Patrick von Reth c5d5cf03e3 removed hack 2014-07-24 00:22:36 +02:00
kevin.urban 985cbb6dd5 added toPlainText() calls in osxnotificationcenter 2014-07-24 00:22:36 +02:00
kevin.urban 8f77609d36 minor cleanup in CMakeLists.txt for osxnotificationcenter 2014-07-24 00:22:35 +02:00
kevin.urban e12c41781a removed unnecessary files 2014-07-24 00:22:34 +02:00
kevin.urban b69a24c05e osxnotificationcenter seems to work now (displays notifications), but no icon set 2014-07-24 00:22:33 +02:00
kevin.urban 8ed4053554 added osxnotificationcenter backend plugin (does not work yet) 2014-07-24 00:22:32 +02:00
Patrick von Reth a3edb7477e qt4 build fix 2014-07-22 16:03:43 +02:00
Patrick von Reth d445f5c14d small fix 2014-07-22 14:32:27 +02:00
Patrick von Reth 1cd2e62aa9 use QTemporaryDir for the cached images, reduce calls to QFile::exists and cache files internally 2014-07-22 14:19:25 +02:00
Patrick von Reth 2552cbf899 add seperate patchlevel variable 2014-07-18 11:42:45 +02:00
Patrick von Reth 5cc9959bb2 remove broken overkill plugin cache 2014-07-16 14:58:39 +02:00
Patrick von Reth 5fd7254212 don't delete a qscoped pointer 2014-07-14 10:07:47 +02:00
Patrick von Reth b0a4297f01 eol 2014-07-08 01:15:28 +02:00
Patrick von Reth 02224896a6 Revert "more eol stuf..."
Changing the eol of png and exe isnt cool...

This reverts commit 1dca06655c.
2014-07-08 00:46:53 +02:00
Patrick von Reth 1dca06655c more eol stuf... 2014-07-08 00:37:42 +02:00
Patrick von Reth 934f5f3819 scale elements 2014-07-07 23:43:57 +02:00
Patrick von Reth 68165cfe83 fixed eol 2014-07-07 23:43:28 +02:00
Patrick von Reth 286c0bf33e removed dead code 2014-07-07 23:29:25 +02:00
Patrick von Reth ec8109adfc resize image 2014-07-06 20:36:54 +02:00
Patrick von Reth d38e35d532 fix 2014-07-06 14:28:21 +02:00
Patrick von Reth 07916d892d make notification locks time out 2014-07-06 12:14:00 +02:00
Patrick von Reth a1a569b242 Fixed update of qued notifications 2014-07-06 12:09:47 +02:00
Patrick von Reth f333e04334 use point size and open urls directly 2014-07-04 12:25:06 +02:00
Patrick von Reth 4c5f916b30 cache background color for applications 2014-07-04 11:38:54 +02:00
Patrick von Reth 6edbbd3df4 make privateHints mutable, so we can use them to cache stuff for applications even if we only acces them from a notification 2014-07-04 11:38:34 +02:00
Patrick von Reth 432fd89dd3 fixed size 2014-07-03 18:24:28 +02:00
Patrick von Reth ff73367efb fixed spacing, and make it possible to change screen resolution 2014-07-03 14:39:36 +02:00
Patrick von Reth a248773ed8 make it possible to see icons in designer 2014-07-03 14:20:53 +02:00
Patrick von Reth b977907a80 scaling \m/ 2014-07-03 12:07:58 +02:00
Patrick von Reth d19ece3b05 style updates 2014-07-03 11:23:59 +02:00
Patrick von Reth 55e4784f29 added missing parts of a commit 2014-07-03 11:23:41 +02:00
Patrick von Reth 11fbe486cb renamed qrc to prevent clashes on linux 2014-07-03 10:10:06 +02:00
Patrick von Reth 790c6e39b6 rewrote snore backend with qml 2014-07-02 18:54:05 +02:00
Patrick von Reth 064a93ff9f also test appdir/libsnore for plugins 2014-06-22 17:19:39 +02:00
Patrick von Reth 0fc53dc24e thx to cmake policy CMP0020 we dont need that hack anymore 2014-03-26 21:52:38 +01:00
Patrick von Reth 7d0eccecab dont suffix the deamon 2014-03-24 18:15:06 +01:00