Leif Middelschulte
cbf14cf105
Unset variables that were deleted.Safety++
...
SVN revision: 66441
12 years ago
Leif Middelschulte
ab7aa67cb0
Clean up some code. Add "display disabled outputs" toggle to UI.
...
SVN revision: 66404
12 years ago
Leif Middelschulte
91cb43b37f
Actually remove items from list.
...
SVN revision: 66403
12 years ago
Leif Middelschulte
203905f1c0
Fix ignorance of policies when refreshing e_randr info.
...
SVN revision: 66338
12 years ago
Leif Middelschulte
bdb55d1364
Fix update of references.
...
SVN revision: 66337
12 years ago
Carsten Haitzler
2812e15939
make aspect size requests work properly with autoscroll in shelf.
...
SVN revision: 66312
12 years ago
Leif Middelschulte
95f9bb1698
Minor cleanup.
...
SVN revision: 66291
12 years ago
Leif Middelschulte
8c70ddd862
Use poller to force randr events to be sent.
...
SVN revision: 66290
12 years ago
Leif Middelschulte
c241034d1c
Refresh e_randr info, before showing dialog.
...
SVN revision: 66289
12 years ago
Leif Middelschulte
04705b92d4
Make disabled outputs appear gray not, translucent
...
SVN revision: 66288
12 years ago
Leif Middelschulte
f5bf360e9a
Introduce refetching of all RandRR info.
...
SVN revision: 66287
12 years ago
Tom Hacohen
ecdd149227
E notification: Added a way to allow e to send markup notifications.
...
SVN revision: 66236
12 years ago
Massimo Maiurana
98d985c29f
updating french and italian translations
...
SVN revision: 66225
12 years ago
Leif Middelschulte
89407ecd3a
Fix some wording and spelling.
...
SVN revision: 66221
12 years ago
Leif Middelschulte
208070ff85
Use selective storing for configuration data.
...
This enables that only parts of the configuration is stored.
Right now only implemented: policies vs. everything.
SVN revision: 66220
12 years ago
Leif Middelschulte
9282dd62d7
Make policies work and (re)storable. debug verbosity++
...
SVN revision: 66219
12 years ago
Leif Middelschulte
5777d4bffe
Put e_randr init after e_config init.
...
SVN revision: 66218
12 years ago
Leif Middelschulte
2ac2fdf1c2
Create event for "Loading e_config finished."
...
It is bad how this works right now. Fail by design/documentation.
E.g. subsys a is waiting for event b_e (generated by subsys b) to happen.
If a is loaded before b, b_e isn't initialized and a waits for the wrong event.
Consequently either their must be specified value for non initialized events
(e.g. 0) or all events must be initialized in a central place, so
emitters'/listeners' order is irrelevant.
SVN revision: 66217
12 years ago
Leif Middelschulte
add873a668
More fixes for e_randr, but also some for conf_randr.
...
SVN revision: 66216
12 years ago
Leif Middelschulte
7c96041e21
Several minor e_randr related fixes.
...
Don't free e_config stuff.
Improve debug messages wording.
SVN revision: 66215
12 years ago
Tom Hacohen
5e19ee65a3
E notification: Fixed notifications with newlines.
...
Use the new evas_textblock_text_utf8_to_markup.
SVN revision: 66198
12 years ago
Mike Blumenkrantz
9225575511
grammarize
...
SVN revision: 66164
12 years ago
Tom Hacohen
8dc49973c5
E: Fixed svn detection for svn1.7
...
SVN revision: 66143
12 years ago
Mike Blumenkrantz
1a06e90a94
maybe fix some obscure notify bug
...
SVN revision: 66098
12 years ago
Hannes Janetzek
5cc5a029ba
e17/evry: remove semicolon key binding, the action is quite useless and calc needs that key
...
SVN revision: 66084
12 years ago
Mike Blumenkrantz
682c6f28b1
these error messages aren't CRIT worthy
...
SVN revision: 66076
12 years ago
Carsten Haitzler
66decc410d
fix del of directories and copy too.
...
SVN revision: 66010
12 years ago
Vincent Torri
1c8b4d5c3d
E: remove extraneous parentheses
...
SVN revision: 65994
12 years ago
Massimo Maiurana
2ff1054ba2
updating arabic translation
...
SVN revision: 65991
12 years ago
Massimo Maiurana
66d3c9a7b5
updating dutch translations
...
SVN revision: 65967
12 years ago
Carsten Haitzler
0cd9e9beec
well now this uses eeze - why keep the old search list?
...
SVN revision: 65947
12 years ago
Mike Blumenkrantz
6791ce5805
ticket #920 : [Patch] Add -module-list to enlightenment_remote
...
SVN revision: 65871
12 years ago
Mike Blumenkrantz
9f70d6d9da
+ecore_x_randr_output_backlight_available() from Term <term@twistedpath.org>
...
also corresponding e17 usage
SVN revision: 65837
12 years ago
Mike Blumenkrantz
a9427d207b
#ifdefs to compile mixer on bsd from Joerg Sonnenberger <joerg@britannica.bec.de>
...
SVN revision: 65800
12 years ago
Mike Blumenkrantz
a5a775ff64
okay NOW it's over
...
SVN revision: 65793
12 years ago
Mike Blumenkrantz
dfd311e18c
birthday's over, hope everyone enjoyed the surprise
...
SVN revision: 65792
12 years ago
Massimo Maiurana
81b6296702
updating french translations
...
SVN revision: 65778
12 years ago
Hannes Janetzek
d81bad581a
e17/evry:
...
- started to update docs
- remove base plugins' free_cb which was used for one special case only
SVN revision: 65774
12 years ago
Carsten Haitzler
d6ea3ac561
update po's
...
SVN revision: 65770
12 years ago
Tom Hacohen
6084882168
E notification: Add the <ps> tag to the notification style.
...
SVN revision: 65766
12 years ago
Tom Hacohen
a2d50b9302
E notification: Fixed truncation of merged messages.
...
SVN revision: 65765
12 years ago
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
12 years ago
Mike Blumenkrantz
48e56c7787
fix garbage value config_path variables and use correct config registry strings
...
SPANK SPANK SPANK!
SVN revision: 65706
12 years ago
Mike Blumenkrantz
abcc8f9ad3
add new functions evry_item_{app,file}_free for freeing standard file/app items
...
SVN revision: 65705
12 years ago
Mike Blumenkrantz
0cc0f8c658
ATTN: JEFFDAMETH!
...
YOUR CODE FORMATTING IS BROKEN! PLEASE FIX THIS IN YOUR EDITOR ASAP!
SVN revision: 65704
12 years ago
Hannes Janetzek
03411559de
e17/evry: fix configuration dialog, ignore configs of plugins which are not loaded
...
SVN revision: 65689
12 years ago
Mike Blumenkrantz
fd6f629fec
and fix clipping
...
SVN revision: 65663
12 years ago
Mike Blumenkrantz
919ea00905
need more FUN on raster's birthday!
...
SVN revision: 65661
12 years ago
Mike Blumenkrantz
22949f0316
tweet: HAPPY BIRTHDAY RASTER!
...
for today only, it's RASTER'S BIRTHDAY!!!! and here's the birthday module!!!!!!!!!!
SVN revision: 65659
12 years ago
Mike Blumenkrantz
6b3dec76ad
hmm probably shouldn't try to set notify bg to a garbage value
...
SVN revision: 65658
12 years ago