Tom Hacohen
25ee210ef8
E scrolled_entry: Set evas min size. Should probably be in e_widget_size_min_set.
...
SVN revision: 78662
11 years ago
Tom Hacohen
00698b999e
E srcollframe: Added a mode to disable key navigation + fixed show region.
...
Show region now doesn't move if the requested region is inside of the
already visible region.
SVN revision: 78661
11 years ago
Mike Blumenkrantz
5a20be6915
fsel no longer changes entry text when changing directory
...
ticket #1695
SVN revision: 78656
11 years ago
Mike Blumenkrantz
91fc9e6634
remove some old fsel comments
...
SVN revision: 78650
11 years ago
Massimo Maiurana
6f4591eed2
updating russian translation
...
SVN revision: 78648
11 years ago
Mike Blumenkrantz
3fc68c6c43
fix old FIXME regarding handling of NET_ACTIVE_WINDOW hint: new window focus option allows ignoring, animating, activating (current behavior is activating) on hint
...
right now this uses the "urgent" signal for the animate state, may want to change it to something else if separate theming is desired
ticket #1642
SVN revision: 78647
11 years ago
Mike Blumenkrantz
aa7f3281cc
unused var--
...
SVN revision: 78646
11 years ago
Mike Blumenkrantz
6657834714
formatting
...
SVN revision: 78643
11 years ago
Cedric BAIL
ab5767eac7
e: add gdb support to enlightenment_sys to work around Ubuntu crappy kernel patch.
...
SVN revision: 78640
11 years ago
Mike Blumenkrantz
1374faeb04
patch from Doyoun Kang to fix gadman gadget positioning
...
SVN revision: 78636
11 years ago
Boris Faure
be388f7c2b
e: no need to freeze/thaw focus tracking when not getting in event loop
...
SVN revision: 78618
11 years ago
Mike Blumenkrantz
34aab08499
fix trivial typos
...
patch by Igor Murzov
SVN revision: 78615
11 years ago
Mike Blumenkrantz
ab6d671328
fix box item finding as spotted by Igor Murzov
...
SVN revision: 78613
11 years ago
Mike Blumenkrantz
676c71a2a1
efm now checks (on startup) for stale device links on desktop and tries to remove them
...
ticket #1689
SVN revision: 78608
11 years ago
Mike Blumenkrantz
b26e49dbff
account for users closing help dialog in qa tutorial
...
ticket #1693
SVN revision: 78605
11 years ago
Mike Blumenkrantz
d957dbc0c4
better fix for ilist item delete sizing bug
...
SVN revision: 78604
11 years ago
Mike Blumenkrantz
dcbf8708c9
disable current theme menu item in themes menu
...
SVN revision: 78603
11 years ago
Mike Blumenkrantz
dd04b75dd7
fix default theme build
...
SPANK SPANK SPANK raster!!!
SVN revision: 78602
11 years ago
Mike Blumenkrantz
1f552955a7
fix shelf magic fail
...
SVN revision: 78601
11 years ago
Christopher Michael
39e33051ef
E: Fix warning: variable 'cfd' set but not used
...
Signed-off-by: Christopher Michael <cpmichael1@comcast.net>
SVN revision: 78584
11 years ago
Christopher Michael
8a7b893dce
E: Fix warning: variable 'lp' set but not used
...
Signed-off-by: Christopher Michael <cpmichael1@comcast.net>
SVN revision: 78583
11 years ago
Christopher Michael
89f47fff81
E: Fix warning: variable 'h' set but not used
...
Signed-off-by: Christopher Michael <cpmichael1@comcast.net>
SVN revision: 78582
11 years ago
Christopher Michael
2d6a796007
E: Fix warning: variable ‘output’ set but not used. Add unused to argv.
...
Signed-off-by: Christopher Michael <cpmichael1@comcast.net>
SVN revision: 78581
11 years ago
Carsten Haitzler
0fa136b0df
well - i found inconsistent namespacing for tasks and xkbswitch. fix!
...
SVN revision: 78578
11 years ago
Mike Blumenkrantz
a200832b4f
fix box crash
...
SVN revision: 78575
11 years ago
Carsten Haitzler
0bb52eb9ed
adjust efm fwin setup and popup to be... better theme friendly!
...
SVN revision: 78565
11 years ago
Carsten Haitzler
fa5cd0bc12
and actually explicitly make toolbooks scrollable by default.
...
SVN revision: 78560
11 years ago
Carsten Haitzler
5458b95b24
fix toolbar/toolbook sizing issue and also make toolbar emit signals
...
to say if icons are there or not.
SVN revision: 78559
11 years ago
Mike Blumenkrantz
70ed9168e2
and F2 for rename
...
SVN revision: 78536
11 years ago
Mike Blumenkrantz
eeb071c819
efm now supports F5 for refresh
...
SVN revision: 78535
11 years ago
Mike Blumenkrantz
eb6f06d8dc
use file label for tooltip if available
...
ticket #1659
SVN revision: 78534
11 years ago
Mike Blumenkrantz
a04b500c36
only display mount type for filepreview if volume is mounted
...
SVN revision: 78533
11 years ago
Mike Blumenkrantz
4f563f20f3
tasks gadgets now respect skip_taskbar with greater alacrity
...
ticket #1681
SVN revision: 78529
11 years ago
Mike Blumenkrantz
133d4db5f4
we're only gonna have one taskbar item per border so break here
...
SVN revision: 78527
11 years ago
Mike Blumenkrantz
45e0a1bb59
create gadman gadcons after module init is over to avoid re-creating all the gadcons repeatedly during init; speeds up init quite a bit and inadvertently fixes ticket #1685
...
SVN revision: 78526
11 years ago
Mike Blumenkrantz
303a69346a
fix crash in battery gadget when deleting a gadget after module has been unloaded (possible if gadget is in edit mode)
...
SVN revision: 78523
11 years ago
Massimo Maiurana
fcc39ead41
updating various translations
...
SVN revision: 78522
11 years ago
Mike Blumenkrantz
03b8d16952
clamp shots to correct geometry to prevent SIGFPE which hopefully nobody noticed
...
SVN revision: 78521
11 years ago
Mike Blumenkrantz
b17f560116
fix taking window shots when window is partially offscreen by clamping shot to screen geometry
...
ticket #1667
SVN revision: 78519
11 years ago
Mike Blumenkrantz
80ff1bdcb6
efm also listens to efreet cache build events just in case
...
SVN revision: 78516
11 years ago
Mike Blumenkrantz
cbcc5eb129
efm now listens to efreet cache update events
...
ticket #1580
SVN revision: 78515
11 years ago
Mike Blumenkrantz
c23cdad3b4
add widget playground dialog to main menu for easy access to testing e widgets in future
...
SVN revision: 78509
11 years ago
Mike Blumenkrantz
2adbe0567d
when removing items from ilist, autoresize the ilist if it's in a scroller to prevent item sizes from becoming larger
...
ticket #1678
SVN revision: 78508
11 years ago
Mike Blumenkrantz
ef7cd7af5f
prevent attempts to remove negative number ilist items
...
SVN revision: 78507
11 years ago
Mike Blumenkrantz
85a60baa96
add e_box function to return item size
...
SVN revision: 78506
11 years ago
Christopher Michael
68e70b0131
E: Fix bug. The "Look" submenu of a gadget would not have any item
...
selected (Plain/Inset) if no style was previously selected for this
gadget. This adds code that also checks the Client Class default style
if no gadget style has been assigned yet.
Signed-off-by: Christopher Michael <cp.michael@samsung.com>
SVN revision: 78505
11 years ago
Christopher Michael
8894fb5f50
E: Fix formatting for 80 columns
...
Signed-off-by: Christopher Michael <cp.michael@samsung.com>
SVN revision: 78504
11 years ago
Vincent Torri
0ab16599d4
E17: some gettext stuff
...
Patch by Maxime Villard (rustyBSD)
SVN revision: 78470
11 years ago
Vincent Torri
a0bf30b75c
E17:
...
I. Simplification, andif we cannot stat(), the best
thing to do is toswitch to a copy-delete operation.
II.Just stuff...
III. There is a problem with _e_fm_op_random_char().
When wewant to randomize a string we do srand(time())
foreachcharacter, so if the file is small enough
to be deleted inless than a second, it's not randomized.
And even if it's bigger, it's not goodly randomized.Sorry.
Patch by Maxime Villard rustyBSD
SVN revision: 78469
11 years ago
Mike Blumenkrantz
8ba9451fab
fix yet another comp bug provided to us by the masters of graphics, the sultans of sweet interfaces, the...gtk developers
...
ticket #1558
SVN revision: 78455
11 years ago