Commit Graph

28 Commits

Author SHA1 Message Date
Mike Blumenkrantz 53d8c89791 unbreak notification callbacks, fix notification crashes
this should not have been committed as-is, and I'm very disappointed at the lack of testing here.
2013-04-25 09:12:43 +01:00
Mike Blumenkrantz 711f91f1f6 add name to notification content objects+mirrors 2013-04-19 09:41:21 +01:00
Mike Blumenkrantz 6371da9a61 add new modes for notification display when using multiple monitors, shows a TODO bug for comp zoomap mirrors 2013-04-18 15:50:49 +01:00
Mike Blumenkrantz f36ecd9d3d giant comp rejiggering commit #2: popups are now objects drawn directly onto the compositor canvas with no xwindows of their own
* added a number of new e_comp functions and macros

* options for disabling effects on objects: this option does not currently have any effect

* all modules which used gadcon popups have been adjusted

* all modules which used input windows to detect close events for gadcon popups have been adjusted to use new popup autoclose functionality

* shelves are now always drawn on the compositor canvas, meaning objects will never get clipped by the shelf (ticket #1810)

* shelves no longer have an event object

SVN revision: 84060
2013-02-18 13:43:47 +00:00
José Roberto de Souza 84550effc5 e: Add client api to notifications
Patch by: José Roberto de Souza  <zehortigoza@profusion.mobi>



SVN revision: 82119
2013-01-03 22:08:10 +00:00
José Roberto de Souza 80a3d9fb7a e: Change notification module to use internal notification API
Patch by: José Roberto de Souza  <zehortigoza@profusion.mobi>



SVN revision: 82118
2013-01-03 22:08:05 +00:00
Mike Blumenkrantz 38987b7872 set name for notification popups
SVN revision: 81217
2012-12-18 08:14:43 +00:00
Carsten Haitzler 0598a7a710 merge notification with AUTHORS and remove duplicatre files. icon also
now trimmed. also use propr module namespacing for theme.



SVN revision: 79706
2012-11-26 12:37:34 +00:00
Sebastian Dransfeld 436323bf59 e: cleanup layer handling
It seems people put random numbers as layers, so it is better to define
available layer numbers.

This patch also puts popups below fullscreen windows, as it sucks to get
popups during presentations. A better solution is maybe to put popups
above fullscreen, but have a presentation mode to put fullscreen windows
above popups?

SVN revision: 77293
2012-10-02 08:54:35 +00:00
Mike Blumenkrantz 8a004228af actually allocate the correct length when merging notifications, fixes case where the last character gets cut off
SVN revision: 76508
2012-09-12 08:47:59 +00:00
Mike Blumenkrantz ad210971f7 ensure notification size cannot be too large
SVN revision: 72582
2012-06-21 09:06:47 +00:00
Vincent Torri 9d9ce41db0 E17: fix some warning
SVN revision: 71233
2012-05-18 13:02:20 +00:00
Tom Hacohen 0efb4871dd E notification: Fix notification concatenations.
SVN revision: 67502
2012-01-24 17:37:47 +00:00
Tom Hacohen cd2d5add05 E notification: Use <br/> not <br>.
SVN revision: 67278
2012-01-17 15:50:37 +00:00
Tom Hacohen 769348ef64 E notification: Support newlines in notifications.
SVN revision: 66872
2012-01-04 15:13:24 +00:00
Tom Hacohen 844eb83a38 E notification: Fix notification markup.
Apparently there's a limited markup language that should be supported.

SVN revision: 66868
2012-01-04 13:43:33 +00:00
Tom Hacohen ecdd149227 E notification: Added a way to allow e to send markup notifications.
SVN revision: 66236
2011-12-15 08:13:39 +00:00
Tom Hacohen 5e19ee65a3 E notification: Fixed notifications with newlines.
Use the new evas_textblock_text_utf8_to_markup.

SVN revision: 66198
2011-12-14 15:04:24 +00:00
Mike Blumenkrantz 1a06e90a94 maybe fix some obscure notify bug
SVN revision: 66098
2011-12-11 16:19:03 +00:00
Tom Hacohen a2d50b9302 E notification: Fixed truncation of merged messages.
SVN revision: 65765
2011-12-01 09:38:41 +00:00
Tom Hacohen f17fdabb27 E notification: Fixed issue with notification content.
The len passed to snprintf should include the \0. This caused garbage to
be printed to screen when merging empty bodied notifications.

SVN revision: 65763
2011-12-01 09:14:03 +00:00
Mike Blumenkrantz 6b3dec76ad hmm probably shouldn't try to set notify bg to a garbage value
SVN revision: 65658
2011-11-28 16:49:21 +00:00
Mike Blumenkrantz feaaa18746 notifications now display on the correct screen
thx to devilhorns and jeffdameth for e internals nonsense


SVN revision: 64968
2011-11-09 04:41:27 +00:00
Mike Blumenkrantz 0b319f5445 limit number of displayed popups to POPUP_LIMIT (7)
SVN revision: 64957
2011-11-08 14:36:38 +00:00
Mike Blumenkrantz 9ece62de39 BY YOUR POWERS COMBINED, I AM CAPTAIN FEATURES!
add option (disabled by default) to simulate previous notification module behavior of placing notification based on full multiple monitor geometry
when not checked, uses primary display geometry only


SVN revision: 64706
2011-11-03 16:03:23 +00:00
Mike Blumenkrantz 26d555de4d rewrite image handler to work more like notification-daemon (aka correctly)
SVN revision: 64701
2011-11-03 14:32:55 +00:00
Carsten Haitzler 218fb2917a fix icon in notification module to scale right.
SVN revision: 64550
2011-10-31 09:41:27 +00:00
Mike Blumenkrantz f373243dc5 merge notification module into core e!
SVN revision: 64475
2011-10-28 02:49:24 +00:00