Sebastian Dransfeld [Mon, 25 Jun 2012 18:45:02 +0000 (18:45 +0000)]
Revert "e: Don't require svn to build"
This reverts commit
29a2a6f8e17fc991e0ea33bb8a1f920f32b0f504.
E already requires svn efl
SVN revision: 72822
Sebastian Dransfeld [Mon, 25 Jun 2012 18:26:12 +0000 (18:26 +0000)]
e: Don't require svn to build
SVN revision: 72821
Sebastian Dransfeld [Mon, 25 Jun 2012 17:45:32 +0000 (17:45 +0000)]
e: bump required efreet version
SVN revision: 72820
Sebastian Dransfeld [Mon, 25 Jun 2012 17:12:35 +0000 (17:12 +0000)]
efreet: Improve language reset
efreet.c: Reset parsed locale, and force a reparse of LANG env
efreet_cache.c: Close desktop cache so we reopen cache with correct
language
SVN revision: 72817
Stefan Schmidt [Mon, 25 Jun 2012 13:57:20 +0000 (13:57 +0000)]
e/evry: Avoid using uninitialized variables.
SVN revision: 72809
Carsten Haitzler [Mon, 25 Jun 2012 13:11:19 +0000 (13:11 +0000)]
give e_alert_main.c some config.h love.
SVN revision: 72807
Mike Blumenkrantz [Mon, 25 Jun 2012 13:04:13 +0000 (13:04 +0000)]
have to unlock shelf at this point or else it will never hide anymore
fixes ticket #1013
SVN revision: 72806
Mike Blumenkrantz [Mon, 25 Jun 2012 12:11:30 +0000 (12:11 +0000)]
also FIXME-- from the last commit
SVN revision: 72805
Mike Blumenkrantz [Mon, 25 Jun 2012 12:10:31 +0000 (12:10 +0000)]
fix some remaining shelf autohide bugs related to shelves drawn on the container
SVN revision: 72804
Mike Blumenkrantz [Mon, 25 Jun 2012 10:48:42 +0000 (10:48 +0000)]
formatting
SVN revision: 72797
Mike Blumenkrantz [Mon, 25 Jun 2012 10:47:26 +0000 (10:47 +0000)]
use e_gadcon_client_autoscroll_toggle_disabled_set() to disable autoscroll toggle item in gadget menu for tasks: this gadget must always be autoscrolled
SVN revision: 72796
Mike Blumenkrantz [Mon, 25 Jun 2012 10:46:51 +0000 (10:46 +0000)]
add e_gadcon_client_autoscroll_toggle_disabled_set() to prevent disabling autoscroll in a gadget
SVN revision: 72795
Mike Blumenkrantz [Mon, 25 Jun 2012 08:25:07 +0000 (08:25 +0000)]
also ensure min size for shelf gadgets is not greater than max size
SVN revision: 72787
Mike Blumenkrantz [Mon, 25 Jun 2012 08:22:16 +0000 (08:22 +0000)]
shelf gadgets no longer tries to set min/max sizes that are larger than the shelf
SVN revision: 72786
Chidambar Zinnoury [Mon, 25 Jun 2012 08:09:25 +0000 (08:09 +0000)]
e modules: categories also need some translation lovin'.
SVN revision: 72785
Mike Blumenkrantz [Mon, 25 Jun 2012 07:57:00 +0000 (07:57 +0000)]
simpler fix for systray/shelf hiding, also unbreaks autohide in cases which the previous commit just broke
SVN revision: 72784
Mike Blumenkrantz [Mon, 25 Jun 2012 07:50:08 +0000 (07:50 +0000)]
fix shelf autohide when mouse moves out of systray from a systrayed icon's menu
SVN revision: 72783
Carsten Haitzler [Sun, 24 Jun 2012 13:18:35 +0000 (13:18 +0000)]
make desklock use wizard look.
SVN revision: 72766
Carsten Haitzler [Sun, 24 Jun 2012 11:05:46 +0000 (11:05 +0000)]
some work on wallpapers. default now is some mottley rock i brewed up.
not totally happy with it, but let's see. added some more nice ones as
options too.
SVN revision: 72764
Chidambar Zinnoury [Sun, 24 Jun 2012 09:33:06 +0000 (09:33 +0000)]
e: for consistancy's sake, use Enlightenment instead of E or E17 in all user-visible strings.
SVN revision: 72759
Mike Blumenkrantz [Sun, 24 Jun 2012 08:02:00 +0000 (08:02 +0000)]
false alarm: this doesn't break java focus, java breaks java focus.
SVN revision: 72757
Carsten Haitzler [Sun, 24 Jun 2012 07:50:02 +0000 (07:50 +0000)]
breaks java! yay!
SVN revision: 72756
Chidambar Zinnoury [Sun, 24 Jun 2012 05:35:49 +0000 (05:35 +0000)]
e window list: prevent from segfaulting, patch from andrej.
Description from Trac (see #1020):
Pressing a key which is bound to "next/previous window of the same class" can make Enlightenment SEGV. This happens when:
Window switcher list module is loaded
the key is pressed when the active desktop is empty (i.e., contains no windows / applications) and at least one other desktop contains one or several windows
This does not happen if all the desktops are empty.
Fixes #1020.
SVN revision: 72753
Carsten Haitzler [Sun, 24 Jun 2012 04:18:01 +0000 (04:18 +0000)]
try and address some focus issues...
SVN revision: 72751
Mike Blumenkrantz [Fri, 22 Jun 2012 08:27:10 +0000 (08:27 +0000)]
fix super long-standing ibar bug where multiple ibars using the same source would never be updated until restart when changes were made
also consolidate E_Order objects per source
SVN revision: 72693
Mike Blumenkrantz [Fri, 22 Jun 2012 07:30:50 +0000 (07:30 +0000)]
formatting
SVN revision: 72692
Mike Blumenkrantz [Fri, 22 Jun 2012 07:28:13 +0000 (07:28 +0000)]
formatting
SVN revision: 72691
Mike Blumenkrantz [Fri, 22 Jun 2012 07:24:31 +0000 (07:24 +0000)]
missed this ibar config item function, fix fix!
SVN revision: 72690
Mike Blumenkrantz [Fri, 22 Jun 2012 07:21:51 +0000 (07:21 +0000)]
fix memory leak spotted by seb in gc_id_new. this whole thing is pretty confusing; I'm glad we don't have docs for it
SVN revision: 72689
Mike Blumenkrantz [Thu, 21 Jun 2012 13:42:06 +0000 (13:42 +0000)]
Vincent Torri via lists.sourceforge.net
2:31 PM (10 minutes ago)
to enlightenment-devel.
would it be possible to add a note in the code, about the reason of
that change ?
Vincent
On Thu, Jun 21, 2012 at 3:29 PM, Enlightenment SVN
<no-reply@enlightenment.org> wrote:
> Log:
> gtk developers with IQs over 180 enjoy hiding and showing their windows constantly, especially when resizing. this broke e's comp since we are not nearly that clever and try to defer hide animations in most cases. undoing the defer whenever this happens allows us to keep up with their towering genius.
> fixes ticket #765 and probably some others.
> affected apps: claws-mail, firefox
SVN revision: 72602
Mike Blumenkrantz [Thu, 21 Jun 2012 13:29:45 +0000 (13:29 +0000)]
gtk developers with IQs over 180 enjoy hiding and showing their windows constantly, especially when resizing. this broke e's comp since we are not nearly that clever and try to defer hide animations in most cases. undoing the defer whenever this happens allows us to keep up with their towering genius.
fixes ticket #765 and probably some others.
affected apps: claws-mail, firefox
SVN revision: 72600
Mike Blumenkrantz [Thu, 21 Jun 2012 12:09:08 +0000 (12:09 +0000)]
fix keyboard navigation of menus where the first item of a submenu is disabled
SVN revision: 72599
Mike Blumenkrantz [Thu, 21 Jun 2012 12:05:58 +0000 (12:05 +0000)]
maybe fix urgency thingy
SVN revision: 72598
Mike Blumenkrantz [Thu, 21 Jun 2012 11:57:14 +0000 (11:57 +0000)]
more bsd fd leaks--
SVN revision: 72597
Mike Blumenkrantz [Thu, 21 Jun 2012 11:55:21 +0000 (11:55 +0000)]
fix possible fd leak
SVN revision: 72595
Mike Blumenkrantz [Thu, 21 Jun 2012 11:03:50 +0000 (11:03 +0000)]
fix the same instance id bug as in pager, this will likely delete configs for a large number of modules
SVN revision: 72592
Daniel Juyung Seo [Thu, 21 Jun 2012 10:48:50 +0000 (10:48 +0000)]
e ko.po: Updated Korean translation.
SVN revision: 72589
Daniel Juyung Seo [Thu, 21 Jun 2012 10:48:44 +0000 (10:48 +0000)]
e po: Updated po
SVN revision: 72588
Daniel Juyung Seo [Thu, 21 Jun 2012 10:48:30 +0000 (10:48 +0000)]
e/pager e_mod_config.c: Use proper word for 'duration' not 'speed'. Fix strings before the 'string freeze'.
SVN revision: 72587
Mike Blumenkrantz [Thu, 21 Jun 2012 10:42:04 +0000 (10:42 +0000)]
fix pager id saving, fixes #684 and also deletes your pager configs
SVN revision: 72586
Carsten Haitzler [Thu, 21 Jun 2012 09:54:35 +0000 (09:54 +0000)]
fix sloppy focus potr warp on first window focus.
SVN revision: 72584
Mike Blumenkrantz [Thu, 21 Jun 2012 09:12:52 +0000 (09:12 +0000)]
avoid setting border urgency twice, also prevent urgency signal from occurring on currently focused window
SVN revision: 72583
Mike Blumenkrantz [Thu, 21 Jun 2012 09:06:47 +0000 (09:06 +0000)]
ensure notification size cannot be too large
SVN revision: 72582
Boris Faure [Thu, 21 Jun 2012 08:31:01 +0000 (08:31 +0000)]
e: tiling: remove window from floating list when changing desktop
SVN revision: 72574
Boris Faure [Thu, 21 Jun 2012 08:30:51 +0000 (08:30 +0000)]
e: tiling: add to floating list when a window is floating...
SVN revision: 72573
Mike Blumenkrantz [Thu, 21 Jun 2012 07:11:47 +0000 (07:11 +0000)]
formatting
SVN revision: 72568
Mike Blumenkrantz [Thu, 21 Jun 2012 07:06:16 +0000 (07:06 +0000)]
all the crying and complaining and whining about the border menu has resulted in a consult between me and a world-renowned UI design expert: myself. enjoy the changes, they're not changing again any time soon. also thx dh for supervising my semicolon use
SVN revision: 72567
Mike Blumenkrantz [Thu, 21 Jun 2012 07:02:23 +0000 (07:02 +0000)]
another instance of icon_object_set abuse: magic error defeated!
SVN revision: 72566
Mike Blumenkrantz [Thu, 21 Jun 2012 06:52:20 +0000 (06:52 +0000)]
formatting
SVN revision: 72565
Mike Blumenkrantz [Thu, 21 Jun 2012 06:47:26 +0000 (06:47 +0000)]
when a gc_init function fails, delete the config and clean up after: mainly for systray
SVN revision: 72564
Mike Blumenkrantz [Thu, 21 Jun 2012 06:36:14 +0000 (06:36 +0000)]
someone got a little too clever trying to disable multiple systray instances and now it doesn't even display an error dialog. well let me tell you, we like our error dialogs. we like them a lot.
SVN revision: 72562
Vincent Torri [Thu, 21 Jun 2012 06:19:43 +0000 (06:19 +0000)]
e17: whitespaces--
SVN revision: 72561
Daniel Juyung Seo [Wed, 20 Jun 2012 14:55:18 +0000 (14:55 +0000)]
e po: Updated po files. Updated Korean translations.
SVN revision: 72549
Mike Blumenkrantz [Wed, 20 Jun 2012 13:51:57 +0000 (13:51 +0000)]
formatting
SVN revision: 72544
Mike Blumenkrantz [Wed, 20 Jun 2012 13:21:57 +0000 (13:21 +0000)]
formatting
SVN revision: 72542
Mike Blumenkrantz [Wed, 20 Jun 2012 12:55:44 +0000 (12:55 +0000)]
formatting
SVN revision: 72541
Mike Blumenkrantz [Wed, 20 Jun 2012 12:43:15 +0000 (12:43 +0000)]
formatting
SVN revision: 72540
Mike Blumenkrantz [Wed, 20 Jun 2012 09:58:28 +0000 (09:58 +0000)]
formatting
SVN revision: 72537
Mike Blumenkrantz [Wed, 20 Jun 2012 09:20:27 +0000 (09:20 +0000)]
keybindings which execute a command will no longer execute the command on the repeat of the key: you now have to press the key every time you want to execute the command.
fixes #329
SVN revision: 72536
Mike Blumenkrantz [Wed, 20 Jun 2012 08:51:08 +0000 (08:51 +0000)]
formatting
SVN revision: 72535
Stefan Schmidt [Wed, 20 Jun 2012 08:48:31 +0000 (08:48 +0000)]
e/e_randr: mode may not be set in any case. Init it.
SVN revision: 72534
Stefan Schmidt [Wed, 20 Jun 2012 08:48:27 +0000 (08:48 +0000)]
e/gadman: Rename variable in loop to avoid shadowing
SVN revision: 72533
Stefan Schmidt [Wed, 20 Jun 2012 08:48:18 +0000 (08:48 +0000)]
e: More y0 and y1 renaming to avoid global shadowing
SVN revision: 72532
Mike Blumenkrantz [Wed, 20 Jun 2012 08:48:06 +0000 (08:48 +0000)]
keybind macro now takes 3 params to allow manually setting unused on key event param
SVN revision: 72531
Mike Blumenkrantz [Wed, 20 Jun 2012 08:42:17 +0000 (08:42 +0000)]
formatting
SVN revision: 72530
Mike Blumenkrantz [Wed, 20 Jun 2012 08:37:02 +0000 (08:37 +0000)]
rename input bindings settings to be more accurate and descriptive
SVN revision: 72529
Mike Blumenkrantz [Wed, 20 Jun 2012 08:29:55 +0000 (08:29 +0000)]
formatting
SVN revision: 72528
Stefan Schmidt [Wed, 20 Jun 2012 07:54:23 +0000 (07:54 +0000)]
e: More y1 to yy1 renaming thanks to y1 global
SVN revision: 72525
Stefan Schmidt [Wed, 20 Jun 2012 07:54:19 +0000 (07:54 +0000)]
e/drobshadow: Rename y1 variable to yy1 to avoid shadow global y1.
I know thats not really nice, but we are using y1 all over the place and math.h has it as a global.
SVN revision: 72524
Mike Blumenkrantz [Wed, 20 Jun 2012 07:01:53 +0000 (07:01 +0000)]
formatting
SVN revision: 72520
Mike Blumenkrantz [Tue, 19 Jun 2012 14:22:13 +0000 (14:22 +0000)]
attempting right click -> Open with multiple directories selected will no longer try crazy things
SVN revision: 72482
Mike Blumenkrantz [Tue, 19 Jun 2012 14:12:41 +0000 (14:12 +0000)]
macros can be confusing if you don't understand how they work.
fix super longstanding efm bug where shift+select selected way more items than it should have
SVN revision: 72481
Mike Blumenkrantz [Tue, 19 Jun 2012 13:51:30 +0000 (13:51 +0000)]
some chucklehead doesn't know how shift/ctrl selection on click works and reversed the modifiers. I have now unreversed them
SVN revision: 72480
Mike Blumenkrantz [Tue, 19 Jun 2012 13:42:51 +0000 (13:42 +0000)]
final bug fixes for eeze mounting: ensure suid wrapper is set for eject, fix mount point deletion on ejecting, create mount point directories just before mounting to allow for correct permissions
SVN revision: 72479
Mike Blumenkrantz [Tue, 19 Jun 2012 12:20:33 +0000 (12:20 +0000)]
formatting
SVN revision: 72474
Mike Blumenkrantz [Tue, 19 Jun 2012 10:24:09 +0000 (10:24 +0000)]
only set remembered custom dir pan if we're using an instance that has custom dir enabled
SVN revision: 72469
Mike Blumenkrantz [Tue, 19 Jun 2012 10:05:22 +0000 (10:05 +0000)]
make list items expand to maximum width
SVN revision: 72468
Christopher Michael [Tue, 19 Jun 2012 09:59:31 +0000 (09:59 +0000)]
Fix unitialized variable warning.
SVN revision: 72467
Mike Blumenkrantz [Tue, 19 Jun 2012 09:56:48 +0000 (09:56 +0000)]
also set text min for list_odd items
SVN revision: 72464
Mike Blumenkrantz [Tue, 19 Jun 2012 09:48:36 +0000 (09:48 +0000)]
fix crazy horizontal scrollbar flickering and resizing in file selector for efm
SVN revision: 72463
Mike Blumenkrantz [Tue, 19 Jun 2012 07:31:08 +0000 (07:31 +0000)]
formatting
SVN revision: 72449
Mike Blumenkrantz [Tue, 19 Jun 2012 07:25:26 +0000 (07:25 +0000)]
unify efm smart object checking code into a macro
SVN revision: 72448
Mike Blumenkrantz [Tue, 19 Jun 2012 07:06:13 +0000 (07:06 +0000)]
no need to freeze here, we're already frozen
SVN revision: 72444
Mike Blumenkrantz [Tue, 19 Jun 2012 06:59:10 +0000 (06:59 +0000)]
formatting
SVN revision: 72443
Mike Blumenkrantz [Mon, 18 Jun 2012 13:41:45 +0000 (13:41 +0000)]
formatting
SVN revision: 72402
Mike Blumenkrantz [Mon, 18 Jun 2012 13:30:57 +0000 (13:30 +0000)]
allow favorites panel to expand in file selector, allowing people who have long-named favorite directories to read the directory names
SVN revision: 72397
Mike Blumenkrantz [Mon, 18 Jun 2012 13:21:52 +0000 (13:21 +0000)]
on second thought, don't remove the delete task if we're still waiting for an overwrite confirmation
SVN revision: 72396
Mike Blumenkrantz [Mon, 18 Jun 2012 13:17:48 +0000 (13:17 +0000)]
delete the rm task from the efm slave if there is a failure during the copy task
this should fix the problem described by the very angry message in ticket #729
SVN revision: 72395
Mike Blumenkrantz [Mon, 18 Jun 2012 12:54:07 +0000 (12:54 +0000)]
remove a probably-impossible case where efm's op slave would execute an undefined command without the user's knowledge
SVN revision: 72394
Mike Blumenkrantz [Mon, 18 Jun 2012 12:49:07 +0000 (12:49 +0000)]
formatting
SVN revision: 72392
Mike Blumenkrantz [Mon, 18 Jun 2012 12:18:51 +0000 (12:18 +0000)]
formatting
SVN revision: 72389
Mike Blumenkrantz [Mon, 18 Jun 2012 11:55:44 +0000 (11:55 +0000)]
efm now keeps a list of selected icons per window, also now pasting to a selected folder will paste inside the selected folder instead of to the current directory
closes ticket #618
SVN revision: 72385
Mike Blumenkrantz [Mon, 18 Jun 2012 09:20:21 +0000 (09:20 +0000)]
stderr was not meant to be an arg here
SVN revision: 72376
Mike Blumenkrantz [Mon, 18 Jun 2012 08:50:09 +0000 (08:50 +0000)]
simplify e border icon deletion, probably fixing ticket #872
SVN revision: 72373
Tom Hacohen [Sun, 17 Jun 2012 13:02:08 +0000 (13:02 +0000)]
E: Add myself to Authors. Apparently I wrote some code in e.
SVN revision: 72294
Chidambar Zinnoury [Sun, 17 Jun 2012 10:24:41 +0000 (10:24 +0000)]
e color settings: recalculate current object dimensions instead of using the previous one's.
SVN revision: 72288
Chidambar Zinnoury [Sun, 17 Jun 2012 07:39:05 +0000 (07:39 +0000)]
e clock: scale calendar.
SVN revision: 72281
Chidambar Zinnoury [Sun, 17 Jun 2012 07:16:58 +0000 (07:16 +0000)]
e i18n: clock settings also needs some lovin'.
SVN revision: 72277
Chidambar Zinnoury [Sun, 17 Jun 2012 06:39:13 +0000 (06:39 +0000)]
e clock calendar: complexity--.
No need to check whether day names is already got for each day when it can be done once.
Not sure why they are cleared and recreated at every month change.
SVN revision: 72275
Chidambar Zinnoury [Sun, 17 Jun 2012 06:37:10 +0000 (06:37 +0000)]
e clock settings: verbose--.
SVN revision: 72274