Mike Blumenkrantz
34c247ee40
escape textblock styles for file labels if label is a textblock
...
ticket #1527
SVN revision: 76792
11 years ago
Mike Blumenkrantz
d18751ac7f
set fwin border info before changing path to avoid race condition where icon info may be freed
...
SVN revision: 76791
11 years ago
Mike Blumenkrantz
8239fa1514
use gadcon popup for rare gadman error
...
SVN revision: 76790
11 years ago
Mike Blumenkrantz
267ed562ab
properly set edge binding delay when toggling clickable during modification
...
ticket #1526
SVN revision: 76786
11 years ago
Mike Blumenkrantz
c7e373f26f
fix entry dialog text sizing
...
SVN revision: 76784
11 years ago
Mike Blumenkrantz
4fba696db9
fix bug where canceling the add of a new shelf failed to re-enable the add new shelf button
...
SVN revision: 76783
11 years ago
Mike Blumenkrantz
3a5f825a98
edge bindings setup dialog slider no longer clips out of the bottom of the dialog
...
SVN revision: 76782
11 years ago
Mike Blumenkrantz
b7cff28128
base shelf menu now has option to begin/end moving gadgets
...
SVN revision: 76781
11 years ago
Mike Blumenkrantz
c60be515e8
fix e_exec crash
...
ticket #1525
SVN revision: 76778
11 years ago
Vincent Torri
8d8f697a3f
E17: useless header, useless 'else' and 2 times the same check
...
Patch by Maxime Villard (rustyBSD)
SVN revision: 76773
11 years ago
Mike Blumenkrantz
03dda786da
with massive hacks and huge other hacks, it's finally possible to seamlessly drag icons from the desktop to a shelf and vice versa
...
ticket #113
SVN revision: 76765
11 years ago
Mike Blumenkrantz
3f9ccd5176
prevent dnd from dropping on an infinite number of targets
...
SVN revision: 76764
11 years ago
Mike Blumenkrantz
523847cd2f
fix magic fail
...
SVN revision: 76763
11 years ago
Mike Blumenkrantz
eaf43b6717
patch from ticket #1522 for fixing volume added before storage
...
SVN revision: 76762
11 years ago
Mike Blumenkrantz
95ac2fdc8a
show/hide gadget drag object when leaving/entering gadcons
...
SVN revision: 76761
11 years ago
Mike Blumenkrantz
916d997c81
adapt gadman dnd to non-global variables
...
SVN revision: 76760
11 years ago
Mike Blumenkrantz
d153808e3d
I hate localization.
...
ticket #1524
SVN revision: 76759
11 years ago
Mike Blumenkrantz
59d33a4a8b
remove debug info
...
SVN revision: 76758
11 years ago
Mike Blumenkrantz
040b87a604
clean up gadcon dnd code to not use static variables
...
SVN revision: 76757
11 years ago
Carsten Haitzler
7a59e58273
add support for X-Enlightenment-Single-Instance :)
...
SVN revision: 76756
11 years ago
Carsten Haitzler
84bd5f65fc
fix executing executables directly in efm.
...
SVN revision: 76753
11 years ago
Mike Blumenkrantz
fbc50eee75
prevent gadcon callbacks from being added multiple times
...
SVN revision: 76749
11 years ago
Mike Blumenkrantz
8bea4f9411
check for existence BEFORE getting geom
...
SVN revision: 76744
11 years ago
Mike Blumenkrantz
404d6b2ea5
gadman static variables--
...
SVN revision: 76743
11 years ago
Mike Blumenkrantz
9093ac38ab
work around stupid evas mouse event bug
...
ticket #1324
SVN revision: 76742
11 years ago
Mike Blumenkrantz
a5713023e5
only create thumbs for files evas has loaders for
...
ticket #1520
SVN revision: 76739
11 years ago
Mike Blumenkrantz
85c099e91e
cleanup ethumb on failures
...
SVN revision: 76738
11 years ago
Mike Blumenkrantz
228b5a4701
outdent e_thumb so it's readable
...
SVN revision: 76737
11 years ago
Mike Blumenkrantz
7031ce46b4
fix bug where gadgets could not be dragged left on shelf at the expected level of dragging, also increase drag threshold for moving gadgets to the right
...
SVN revision: 76736
11 years ago
Mike Blumenkrantz
9ccf1d988f
don't delete gadgets when drag is done if new gadget is dropped gadget
...
SVN revision: 76735
11 years ago
Mike Blumenkrantz
894054e542
fileman menu no longer shows symlinks unless the option to show files in menu is enabled
...
SVN revision: 76734
11 years ago
Mike Blumenkrantz
4036e9a3c5
need to unlock gadcon BEFORE checking whether gadcon is still editing, otherwise we never unlock and always break shelf autohide
...
SVN revision: 76731
11 years ago
Mike Blumenkrantz
092b37f981
hmm it seems that attempting to be clever and show/hide when leaving and entering the same gadcon during a drag is at least part of the problem with ticket #1462...
...
SVN revision: 76730
11 years ago
Mike Blumenkrantz
d181a362c6
fix gadget dnd bug where repeatedly dragging gadgets around from shelf to desktop to shelf to desktop to shelf to desktop would confuse gadman and prevent it from injecting gadgets properly
...
SVN revision: 76729
11 years ago
Mike Blumenkrantz
6cf37f95bf
delete newly-created gcc here if it isn't our current gcc since we won't be using it
...
SVN revision: 76728
11 years ago
Mike Blumenkrantz
46afc57359
check null here even though it SEEMS impossible to prevent jokers from injecting bad configs
...
SVN revision: 76727
11 years ago
Mike Blumenkrantz
194dbb13a3
fix rare gadget dnd crash
...
SVN revision: 76726
11 years ago
Mike Blumenkrantz
134bed522c
only generate submenu for file properties if both file and application properties are available, otherwise just show file properties
...
SVN revision: 76725
11 years ago
Mike Blumenkrantz
87ab5d8968
add "current directory" to fileman menu browser when activating it from an fwin
...
SVN revision: 76724
11 years ago
Mike Blumenkrantz
0f35a6bf3c
block xds drops completely when they should be blocked, also reorder drop tests to avoid unnecessary ecore_file call
...
SVN revision: 76723
11 years ago
Mike Blumenkrantz
da524d6d91
kill off dnd operation if drop cb returns false
...
SVN revision: 76722
11 years ago
Maxime Villard
3dc989c695
From: Maxime Villard <rustyBSD@gmx.fr>
...
There is a problem with the realpath() call. When moving
a symlink, realpath() gets the path of the pointed file,
and the name assigned to the copied link is the name of
this file.
So we shouldn't use realpath(), but I don't know an equivalent
which doesn't take care of symlinks.
Here is an example patch.
SVN revision: 76721
11 years ago
Mike Blumenkrantz
e406dbd435
possibly fix headphones crash from massimo
...
SVN revision: 76719
11 years ago
Boris Faure
40adabe9ad
e: tiling: add "send to corner" actions
...
As requested in #1457 .
SVN revision: 76714
11 years ago
Carsten Haitzler
6669ca71a3
provide a way to select backlight device or output and then use it.
...
SVN revision: 76709
11 years ago
Carsten Haitzler
45ded3832b
THIS was the dnd bug i saw! that i couldnt reproduce easily... THIS...
...
heisenbug... ptr stuff wrong. :)
SVN revision: 76708
11 years ago
Mike McCormack
b5436997b8
e: Fix unused parameter warning
...
SVN revision: 76706
11 years ago
Massimo Maiurana
fd8298c4f9
updating russian translation
...
SVN revision: 76705
11 years ago
Massimo Maiurana
7e6faf26cc
updating portuguese and italian translations
...
SVN revision: 76704
11 years ago
Boris Faure
57f1273aae
e: fix Move to the left/right/up/down window
...
Closes #1488
SVN revision: 76703
11 years ago