Mike Blumenkrantz
d6c7397c3d
fix all e17 .desktop files to not break spec, rename profile icons to be unique, make wizard and profile config load new icons, also clean up some small leaks in wizard
...
SVN revision: 76284
11 years ago
Mike Blumenkrantz
94581d8ee2
remove empty localization keys in dbus module desktop
...
SVN revision: 76283
11 years ago
Mike Blumenkrantz
1ea0dad5ae
remove duplicate entry in desktop file
...
SVN revision: 76282
11 years ago
Mike Blumenkrantz
e0c57c8244
remove this misleading line: there is NEVER a zone here.
...
SVN revision: 76280
11 years ago
Mike Blumenkrantz
13a512c65a
use pre-compiled randr edj, it's stupid that we recompile this every time when we ship every other module's theme as a binary
...
SVN revision: 76279
11 years ago
Mike Blumenkrantz
8efb4c7dff
add check_changed function to gadman config and clarify hover layer name
...
SVN revision: 76260
11 years ago
Mike Blumenkrantz
41e08dfb50
fix issue where shelf list in shelf config dialog would remain disabled after adding a new shelf
...
SVN revision: 76259
11 years ago
Mike Blumenkrantz
d28abd0421
overhaul gadman to utilize the new gadget config dialogs, also streamline gadman gadget deletion to work like regular gadgets
...
SVN revision: 76258
11 years ago
Mike Blumenkrantz
b4f5a3c614
fix up new gadcon config dialogs to crash less and work better
...
SVN revision: 76257
11 years ago
Mike Blumenkrantz
0e414444b2
add flag to gadcons to mark them as being custom gadcons, don't refresh custom gadcons completely when repopulating, fix crash which occurred when gadcon container was deleted before gadcon
...
SVN revision: 76256
11 years ago
Mike Blumenkrantz
a838447b64
some tweaks to gadget config dialog to make deletion work better in more cases
...
SVN revision: 76246
11 years ago
Mike Blumenkrantz
851d0069f7
fix case where gadman would add gadgets multiple times
...
SVN revision: 76245
11 years ago
Mike Blumenkrantz
e4b3f66a50
allow gadcon config dialog hook to set gadcon site
...
SVN revision: 76244
11 years ago
Mike Blumenkrantz
35a9214b2f
prevent creation of multiple gadcon config dialogs
...
SVN revision: 76243
11 years ago
Mike Blumenkrantz
65c026e47e
revert previous notification commit: better fix
...
SVN revision: 76242
11 years ago
Mike Blumenkrantz
eaa4d95910
fix notification module crash
...
SVN revision: 76241
11 years ago
Mike Blumenkrantz
1171e0888a
evas uses premul colors, now gadman does too
...
SVN revision: 76240
11 years ago
Mike Blumenkrantz
383e2a42d7
add generic gadcon config hook which can be used with any gadcon
...
SVN revision: 76239
11 years ago
Mike Blumenkrantz
09aecfb7a4
update gadget config advanced view to play more nicely with the basic view
...
SVN revision: 76238
11 years ago
Mike Blumenkrantz
3a3ac64542
rewrite gadcon config dialog to have an advanced view which allows deletion of non-loaded gadgets as well as adding multiple gadgets of the same type
...
SVN revision: 76237
11 years ago
Daniel Juyung Seo
5cecabeb39
e ko.po: fixed wrong translation.
...
SVN revision: 76236
11 years ago
Mike Blumenkrantz
c66c6babeb
add events for gadcon provider add/del
...
SVN revision: 76233
11 years ago
Mike Blumenkrantz
19b2f51f80
stringshare ilist widget item labels
...
SVN revision: 76232
11 years ago
Mike Blumenkrantz
0b9f1a9c17
add new events for gadcon clients being added/removed
...
SVN revision: 76225
11 years ago
Mike Blumenkrantz
f6e3d4b08c
allow object delfns to ref objects and defer deletion
...
SVN revision: 76222
11 years ago
Mike Blumenkrantz
fb51746799
prevent e objects from achieving a negative refcount, possible during cleanup functions
...
SVN revision: 76220
11 years ago
Gustavo Sverzut Barbieri
e9dfdd2fa9
econnman: call econnman (app) from the configure/settings.
...
there is no need to configure it as it will use the EConnMan desktop
file, whatever is available (user can create a new desktop with such
Name= and it will work, this can be done by a gui in e17 itself).
the module will warn people that do not have the application installed.
SVN revision: 76212
11 years ago
Mike Blumenkrantz
7a178b759e
not sure how this went overlooked for so long, but if you use e_object for something...you HAVE to make a cleanup function for it! stupid gadman!
...
SVN revision: 76204
11 years ago
Mike Blumenkrantz
0fc873f1b9
revert gadcon event thingy, this causes a stupid gadman bug crash which takes more than 5 mins to fix
...
SVN revision: 76203
11 years ago
Eduardo de Barros Lima
0537308565
Add missing actions for Maximize Left/Right
...
SVN revision: 76202
11 years ago
Eduardo de Barros Lima
adac052c0a
Actually fix unmaximize left/right
...
Revert previous commit and set correct values for E_MAXIMIZE_LEFT and
E_MAXIMIZE_RIGHT to save x and w values.
SVN revision: 76201
11 years ago
Eduardo de Barros Lima
c112a36760
Fix unmaximize left/right
...
We need to save original x and width values in both cases.
SVN revision: 76200
11 years ago
Mike Blumenkrantz
0a50c49958
add events for gadcon populate/unpopulate
...
SVN revision: 76199
11 years ago
Mike Blumenkrantz
f1e4a5909f
add two new maximize modes: left and right
...
these will maximize a window to either the left or the right half of the screen, respectively
work started by etrunko in ticket #1422
SVN revision: 76198
11 years ago
Mike Blumenkrantz
765c24f6c6
account for vertical multi-monitor layouts with screenshots
...
ticket #1157
SVN revision: 76192
11 years ago
Mike Blumenkrantz
23dfbb7468
fix previous commit a different way
...
SVN revision: 76191
11 years ago
Mike Blumenkrantz
b5a909aa57
if it's a shell script, we do need a shell to execute it even if it's executable
...
ticket #1450
SVN revision: 76190
11 years ago
Mike Blumenkrantz
d159c77fb4
enable fileman menu extensions on desktop icons when not using desktop navigation...not sure why this was disabled?
...
SVN revision: 76187
11 years ago
Mike Blumenkrantz
b2a7d4c84b
fix Open Terminal Here to actually use the current zone for launch; fwin->zone is only used on desktop instances, not actual windows, so it was guaranteed to be null
...
ticket #1449
SVN revision: 76185
11 years ago
Mike Blumenkrantz
ca23ccf990
simplify Open Terminal Here callback
...
SVN revision: 76183
11 years ago
Mike Blumenkrantz
bdab9a3b16
fix typo which prevented gnome-terminal from ever being run by Open Terminal Here menu item
...
EFL: we don't just hate our competition, we break support for them
SVN revision: 76182
11 years ago
Mike Blumenkrantz
3a9a3a1f25
create another fileman config tab just for sorting with all the sort options, rearrange sort options to match the sorting menu identically because being uniform is cool
...
SVN revision: 76181
11 years ago
Mike Blumenkrantz
4c46169e0c
allow efm directory first/last sorting to be disabled entirely, fix refresh when setting directory sorting
...
SVN revision: 76180
11 years ago
Mike Blumenkrantz
eb16b89190
initializer warn--
...
SVN revision: 76177
11 years ago
Mike Blumenkrantz
32b3c3f375
expose connman module as extern, make popup delete non-static, delete connman popups whenever input agent is shown
...
TODO--
SVN revision: 76176
11 years ago
Mike Blumenkrantz
a7b36f6f9e
fix navigate menu crashes
...
ticket #1454
SVN revision: 76172
11 years ago
Mike Blumenkrantz
2d554a2825
if qa demo dialog is closed, stop tutorial
...
SVN revision: 76167
11 years ago
Mike Blumenkrantz
796eba2c93
delete help timeout timer in timeout function since this is used elsewhere
...
SVN revision: 76166
11 years ago
Mike Blumenkrantz
47e71d7c3c
increase qa tutorial timeout to 20s
...
SVN revision: 76165
11 years ago
Mike Blumenkrantz
75e8629ebf
another user suggestion: efm sorting by mtime
...
SVN revision: 76164
11 years ago