Davide Andreoli
1bfc6fd633
* Better dialogs (rename, overwrite etc) for efm
...
SVN revision: 39788
14 years ago
Davide Andreoli
44883d6cf0
* e_fm_op_registry : rename duration to eta
...
* e_fm_op : report sizes (done and total) now refer to the whole task, not the single file
* e_fwin : better operation monitor label (and add a delay on delete)
SVN revision: 39787
14 years ago
Davide Andreoli
f9b373fe0e
* Fix mouse click on button widget (when using theme icon, not edje icon)
...
SVN revision: 39786
14 years ago
Davide Andreoli
c6a575a15f
another enlightenment/error icon reference (that icon never exists :/ )
...
SVN revision: 39785
14 years ago
Davide Andreoli
7e1d04f5d0
* Fix e_util_dialog_internal() icon
...
* Scale better the efm progress
SVN revision: 39784
14 years ago
Gustavo Sverzut Barbieri
2dde72e9f8
oops, missing free.
...
SVN revision: 39783
14 years ago
Nicholas Hughart
373504635b
Add LINGUAS file.
...
SVN revision: 39778
14 years ago
Nicholas Hughart
0489aceade
Apparently intltool thinks these files should be translated, but they don't need to be. Adding a skip list to silence warnings.
...
SVN revision: 39776
14 years ago
Carsten Haitzler
d3e714523e
formatting
...
SVN revision: 39761
14 years ago
Gustavo Sverzut Barbieri
092f3e4974
turn off composite on segfault.
...
one of the most annoying problems while using bling is that when E
segfaults it will launch an alert window, but since composite manager
is using the same process/connection as e17, it will not die and e
will not compose as required, so you basically end with a black
screen.
this patch will forcely turn off manual redirection and you'll get the
white-screen-of-death, being able to restart e17.
future: if we really do composite in e18, then please handle this in a
better way.
SVN revision: 39741
14 years ago
Christopher Michael
bf4237f22c
Remove this because it's just silly.
...
SVN revision: 39722
14 years ago
Jaime Thomas
8ccb12a87f
Don't expand the bottom check and frame.
...
SVN revision: 39721
14 years ago
Daniel Kolesa
5135b94bd2
Updated Czech translation of Enlightenment.
...
SVN revision: 39719
14 years ago
Daniel Kolesa
0bb3d42223
Updated Czech translations everywhere.
...
SVN revision: 39718
14 years ago
Davide Andreoli
9a28058961
Make the file manager progress look black and white
...
SVN revision: 39703
14 years ago
Christopher Michael
1987894874
Fix some formatting (still a lot more to fix). Remove whitespace. Make
...
sure int variables are initialized to a value.
SVN revision: 39699
14 years ago
Christopher Michael
474463ef6c
Add missing menu_realize for POP_DIRECTION_RIGHT.
...
SVN revision: 39698
14 years ago
Daniel Kolesa
7bdffa7aee
i found it is useless and cdbs is setting up prefix automatically.
...
SVN revision: 39695
14 years ago
Daniel Kolesa
07513fd7bb
forgot to add --prefix=/usr
...
SVN revision: 39694
14 years ago
Daniel Kolesa
cdb8f00e5e
Updated debian stuff everywhere.
...
SVN revision: 39693
14 years ago
Davide Andreoli
6e235313ba
place the progress rectangle on the bottom left and don't overlap with the scrollbars
...
SVN revision: 39688
14 years ago
Davide Andreoli
fe7edcd4f8
EFM progress monitor:
...
* use edje_box instead of evas_box
* remove entry_del_handler (use the free_cb instead)
* sizeof(buf) instead of PATH_MAX in snprintf
Thanks gustavo for suggestions :)
SVN revision: 39687
14 years ago
Viktor Kojouharov
30b11d23c8
add a urgent show function on the gadcon level and use that
...
(p.s. it's a good idea to recompile any extra module that you might use)
SVN revision: 39686
14 years ago
Davide Andreoli
355be05673
Simple notification when a file operation needs attention
...
SVN revision: 39684
14 years ago
Davide Andreoli
9d6e1a6542
Use the new e_fm_operation_registry infrastructure to show file operation progress in efm
...
SVN revision: 39682
14 years ago
Viktor Kojouharov
4c074624bf
pop the shelf if there's no popup
...
SVN revision: 39680
14 years ago
Christopher Michael
0f501d7228
Remove useless variable in ecore_evas_resize callback. No reason to
...
fetch data if it's not going to be used.
SVN revision: 39660
14 years ago
Carsten Haitzler
834952304f
ghost windows-- ?
...
SVN revision: 39655
14 years ago
Carsten Haitzler
7657cb3644
lost windows.. back!
...
SVN revision: 39652
14 years ago
Gustavo Sverzut Barbieri
3475cb81c5
eina macros in menu loops
...
SVN revision: 39651
14 years ago
Viktor Kojouharov
fb323cef74
temporarily show the shelf on urgent windows (ibox)
...
SVN revision: 39649
14 years ago
Gustavo Sverzut Barbieri
811f193535
use safe version to free sub menus.
...
SVN revision: 39648
14 years ago
Carsten Haitzler
bf37a93c2e
more leak--!
...
SVN revision: 39646
14 years ago
Carsten Haitzler
2e36885899
nuke segv in fm and leaks in menus.
...
SVN revision: 39644
14 years ago
Carsten Haitzler
a5de46f4c2
use new timer add func - for when u want the timer to be relative to the loop
...
tick time - not "now".
SVN revision: 39639
14 years ago
Viktor Kojouharov
7bfccc12bf
allow matching when in history mode
...
SVN revision: 39636
14 years ago
Viktor Kojouharov
a1f957c0e5
stop the warnings
...
SVN revision: 39613
14 years ago
Viktor Kojouharov
6927a37b23
normalize away spurious percent arguments in the executable
...
SVN revision: 39608
14 years ago
Viktor Kojouharov
d19e0ba2dc
exehist exe normalization
...
SVN revision: 39602
14 years ago
Gustavo Sverzut Barbieri
377a9332df
export api to be used in e_sys_action and other places.
...
use this call in order to check for existing on-going operations.
SVN revision: 39595
14 years ago
Massimo Maiurana
fe300e8fcf
updating turkish translation
...
SVN revision: 39594
14 years ago
Cedric BAIL
74c6251db7
* e_actions: Use some eina macro.
...
SVN revision: 39591
14 years ago
Davide Andreoli
8e472fa7c4
The action: 'configuration' now accept an option argument.
...
The argument is the name of the config dialog to open, ex: 'advanced/engine'
So you can call:
enlightenment_remote -exec-action configuration "appearance/theme"
to open the theme congif dialog.
SVN revision: 39588
14 years ago
Cedric BAIL
9865485664
* Ecore_Input: Make it generic.
...
SVN revision: 39577
14 years ago
Gustavo Sverzut Barbieri
51fe41f439
have all exits and restarts to use e_sys_action_do()
...
SVN revision: 39569
14 years ago
Gustavo Sverzut Barbieri
3a79d6a21e
fix drag&drop of multiple files and reduce variables scopes.
...
SVN revision: 39568
14 years ago
Gustavo Sverzut Barbieri
b382153c0f
move loop invariant sprintf() outside loop.
...
SVN revision: 39567
14 years ago
Gustavo Sverzut Barbieri
9a882b5124
enjoy stringshare benefits.
...
SVN revision: 39566
14 years ago
Gustavo Sverzut Barbieri
b34c8995b9
proper cleanup of drop_handlers.
...
SVN revision: 39565
14 years ago
Gustavo Sverzut Barbieri
00e98a4851
cleanup memory usage, add stringshare, fix bug.
...
* h->active_type was referring to xdnd->type, that could be freed
already. Now it's a reference to that string.
* strcmp() are now direct pointer comparison since strings are shared.
* no more extra "types" allocated member, make it a variable array at
the end of the structure.
SVN revision: 39564
14 years ago