Andreas Volz [Fri, 10 Apr 2009 22:34:15 +0000 (22:34 +0000)]
- possible configure the xscreensaver options only if activated
- now used Eina_List for storage (I hope I used it correct...)
SVN revision: 39952
Davide Andreoli [Fri, 10 Apr 2009 22:28:58 +0000 (22:28 +0000)]
Patch by semernin to fix bug#272
thanks
SVN revision: 39951
Davide Andreoli [Fri, 10 Apr 2009 22:02:32 +0000 (22:02 +0000)]
* e_fwin.c : Make some cleaning here. Whitespaces + functions grouped better.
No changes to code made. Still need to rename some functions in a more
standard way.
SVN revision: 39950
Andreas Volz [Fri, 10 Apr 2009 21:17:58 +0000 (21:17 +0000)]
allow editing of Custom Screenlock only if activated check
SVN revision: 39949
Andreas Volz [Fri, 10 Apr 2009 21:03:20 +0000 (21:03 +0000)]
enabled and disabled state for checkboxes
SVN revision: 39947
Andreas Volz [Fri, 10 Apr 2009 18:52:18 +0000 (18:52 +0000)]
GUI improvement by enable/disable radio group chained to checkbox state
SVN revision: 39946
Andreas Volz [Fri, 10 Apr 2009 17:51:36 +0000 (17:51 +0000)]
disabled state for e/widgets/radio and e/widgets/radio_icon implemented
SVN revision: 39943
Sergey Semernin [Fri, 10 Apr 2009 14:21:36 +0000 (14:21 +0000)]
From: Sergey Semernin <sergey.semernin@gmail.com>
In E_Dialog space key grabbed before than keydown event reach to entry widget
in E_Entry_Dialog.
Thus, I forced ungrab space key in e_entry_dialog_show constructor.
Moreover, I added escape key handling in _e_entry_cb_key_down callback.
I do not delete space key grub in E_Dialog, because, I think, it may be
usefull here,
when we need selecting controls with space. Or not?
SVN revision: 39936
Vincent Torri [Fri, 10 Apr 2009 14:05:50 +0000 (14:05 +0000)]
allow compilation of battery module on mac os x
SVN revision: 39935
Vincent Torri [Fri, 10 Apr 2009 13:40:37 +0000 (13:40 +0000)]
[name]_CFLAGS and [name]_LIBS are already substituted by PKG_CHECK_MODULES
SVN revision: 39934
Vincent Torri [Fri, 10 Apr 2009 12:18:36 +0000 (12:18 +0000)]
ecore_x_window_del -> ecore_x_window_free
SVN revision: 39931
Andreas Volz [Fri, 10 Apr 2009 11:11:49 +0000 (11:11 +0000)]
set minimum size for cards list
SVN revision: 39928
Vincent Torri [Fri, 10 Apr 2009 09:57:57 +0000 (09:57 +0000)]
ecore_x_window_del -> ecore_x_window_free
SVN revision: 39924
Daniel Kolesa [Fri, 10 Apr 2009 09:55:48 +0000 (09:55 +0000)]
Updated E debian stuff for new repos
SVN revision: 39923
Massimo Maiurana [Thu, 9 Apr 2009 15:48:06 +0000 (15:48 +0000)]
updating french and italian translations
SVN revision: 39908
Gustavo Sverzut Barbieri [Wed, 8 Apr 2009 18:25:02 +0000 (18:25 +0000)]
eina_stringshare_replace() gets in!
I was replicating this code in many places, it should go into eina itself.
It's the right way to change strings that you don't know are
stringshared before, since it will first add a reference and then
remove, making it impossible to have references to go 0 and string
being released before adding new references, fixing the following
possible problem:
x = eina_stringshare_add("x");
replace(x, x);
then:
incorrect_replace(const char **b, const char *a) {
eina_stringshare_del(*b); /* reference gets to 0 */
eina_stringshare_add(a); /* BUG!!! */
*b = a;
}
SVN revision: 39903
Christopher Michael [Wed, 8 Apr 2009 18:02:27 +0000 (18:02 +0000)]
Remove erroneous widget_data_get call
SVN revision: 39902
Carsten Haitzler [Wed, 8 Apr 2009 08:34:11 +0000 (08:34 +0000)]
when hacking.... know what u are doing
SVN revision: 39892
Carsten Haitzler [Wed, 8 Apr 2009 08:30:13 +0000 (08:30 +0000)]
add a cmd-line opt to skip format test...
SVN revision: 39891
Daniel Kolesa [Tue, 7 Apr 2009 18:29:13 +0000 (18:29 +0000)]
Make profiles working again. Thanks to Sachiel for the fix :)
SVN revision: 39889
Massimo Maiurana [Tue, 7 Apr 2009 15:55:32 +0000 (15:55 +0000)]
updating french and italian translations
SVN revision: 39888
Viktor Kojouharov [Mon, 6 Apr 2009 21:22:12 +0000 (21:22 +0000)]
shorten some strings
SVN revision: 39886
Viktor Kojouharov [Mon, 6 Apr 2009 20:39:09 +0000 (20:39 +0000)]
convert the fm config dialog into a toolbook.
gui for 2 new options -> windows_modifiers (this should really be the default) and case insensitivity
SVN revision: 39883
Gustavo Sverzut Barbieri [Mon, 6 Apr 2009 12:59:58 +0000 (12:59 +0000)]
minor speedups.
the e_main.c change might prove useful as it will minimize path
resolution a lot, something that is not that cheap, even more durin e
startup where disc is still spinning due other tasks
starting. HOWEVER, it might bring problems to those using pre
GLibC-2.4 (we're at 2.9 these days) and maybe people using Solaris or
BSD, let's see if they have any trouble.
SVN revision: 39880
Christopher Michael [Sun, 5 Apr 2009 17:07:18 +0000 (17:07 +0000)]
Formatting, Whitespace Removal, Remove useless return in one function,
Initialize variables to NULL.
SVN revision: 39872
Christopher Michael [Sun, 5 Apr 2009 16:58:49 +0000 (16:58 +0000)]
Formatting
SVN revision: 39870
Christopher Michael [Sun, 5 Apr 2009 16:35:24 +0000 (16:35 +0000)]
Include proper slider images for each group.
SVN revision: 39868
Carsten Haitzler [Sun, 5 Apr 2009 16:10:50 +0000 (16:10 +0000)]
default theme is now the grey wp at the start... should have a better frame
for it - need to improve the thum frames anyway. also the all desktops/this
desk/this screen now works. need to next add add pic/add exhcange/add
gradient buttons
SVN revision: 39867
Carsten Haitzler [Sun, 5 Apr 2009 03:49:16 +0000 (03:49 +0000)]
for e_thumb.. use preload!
SVN revision: 39866
Davide Andreoli [Sun, 5 Apr 2009 00:26:31 +0000 (00:26 +0000)]
* E_Fwin:
Ctrl+w -> close the window
Ctrl+a -> select all
SVN revision: 39865
Davide Andreoli [Sat, 4 Apr 2009 23:28:37 +0000 (23:28 +0000)]
Fix 'Open' command of EFM. was broken since last commit...
Done a quick fix, that code need a refactor
SVN revision: 39864
Christopher Michael [Sat, 4 Apr 2009 19:40:00 +0000 (19:40 +0000)]
Remove silly return at end of function.
SVN revision: 39861
Carsten Haitzler [Sat, 4 Apr 2009 15:39:12 +0000 (15:39 +0000)]
click anywhere dismisses slideout.
SVN revision: 39859
Carsten Haitzler [Sat, 4 Apr 2009 15:11:26 +0000 (15:11 +0000)]
nice shadow around/behind the slide-up.
SVN revision: 39858
Carsten Haitzler [Sat, 4 Apr 2009 14:37:07 +0000 (14:37 +0000)]
comments for todo...
SVN revision: 39856
Carsten Haitzler [Sat, 4 Apr 2009 14:15:08 +0000 (14:15 +0000)]
add a slide out panel/tab to put options and stuff in.
SVN revision: 39855
Carsten Haitzler [Sat, 4 Apr 2009 07:18:55 +0000 (07:18 +0000)]
and properly hide windows that ask to be iconified on start!
SVN revision: 39853
Davide Andreoli [Sat, 4 Apr 2009 04:14:01 +0000 (04:14 +0000)]
* Add a submenu to the efm open-with menu, to show suggested applications.
So you don't have to load the whole applications list to choose between 2 or 3 options :)
Hope you like it
Dave
SVN revision: 39852
Eric Schuele [Sat, 4 Apr 2009 02:52:52 +0000 (02:52 +0000)]
Icons compliments of Manowarror. (Hopefully I've put them in the correct location)
SVN revision: 39851
Eric Schuele [Sat, 4 Apr 2009 02:52:07 +0000 (02:52 +0000)]
Icons compliments of Manowarror. (Hopefully I've put them in the correct location)
SVN revision: 39850
Davide Andreoli [Sat, 4 Apr 2009 01:20:32 +0000 (01:20 +0000)]
* Patch from Sergey to merge the 2 list in the open with dialog.
With a very little fix in table colspans.
Thanks
Dave
SVN revision: 39849
Davide Andreoli [Sat, 4 Apr 2009 00:37:57 +0000 (00:37 +0000)]
* Fix wallpaper import on language with floating point separator different that ','
The edc was generated as
align: 1,3333 1,333;
and thus edje_cc refused to build.
I have done a quick HACK. simply set locale to "C" and the reset to previous locale.
If someone know a cleaner way to solve this issue please let me know.
POSSIBLE ALTERNATIVE SOLUTION:
Why we don't make E able to directly load image files?
I think it's just a matter of 2 lines of code...or am I wrong?
Doing this we can remove all this hackish code to generate edc.
Thanks
Dave
SVN revision: 39848
Davide Andreoli [Fri, 3 Apr 2009 22:41:31 +0000 (22:41 +0000)]
Patch by Sergey to apply efm window geometry if found in the custom file.
Thanks :)
SVN revision: 39847
Davide Andreoli [Fri, 3 Apr 2009 22:05:18 +0000 (22:05 +0000)]
Scale dialogs icons with e_scale
SVN revision: 39846
Gustavo Sverzut Barbieri [Fri, 3 Apr 2009 21:45:33 +0000 (21:45 +0000)]
use scaled icon size.
SVN revision: 39843
Massimo Maiurana [Thu, 2 Apr 2009 11:34:02 +0000 (11:34 +0000)]
updating french translation
SVN revision: 39832
Rafael Antognolli [Thu, 2 Apr 2009 03:46:22 +0000 (03:46 +0000)]
Changing e_conf_wallpaper_import dialog.
It has been split into two other dialogs, one for wallpaper file selection
and another one for import settings.
Also the "Set As Background" efm action just calls the latter because the file
was already selected.
SVN revision: 39831
Viktor Kojouharov [Wed, 1 Apr 2009 17:03:09 +0000 (17:03 +0000)]
files can now be dragged over destination files (not just subdirs). In that case, the source file will be sent to the directory that houses the dest file. No more seggies
SVN revision: 39829
Cedric BAIL [Wed, 1 Apr 2009 16:57:29 +0000 (16:57 +0000)]
* illumine: Cleanup handler destruction.
SVN revision: 39828
Viktor Kojouharov [Wed, 1 Apr 2009 08:28:21 +0000 (08:28 +0000)]
ctrl+n duplicates the current fwin
SVN revision: 39826
Carsten Haitzler [Wed, 1 Apr 2009 02:16:05 +0000 (02:16 +0000)]
some more shadows to wp dialog
SVN revision: 39825
Cedric BAIL [Tue, 31 Mar 2009 16:05:05 +0000 (16:05 +0000)]
* e_box: Prevent the reuse of a free memory adress.
SVN revision: 39821
Carsten Haitzler [Tue, 31 Mar 2009 12:47:10 +0000 (12:47 +0000)]
oops. timer works now always
SVN revision: 39817
Carsten Haitzler [Tue, 31 Mar 2009 12:20:35 +0000 (12:20 +0000)]
leak--
SVN revision: 39816
Carsten Haitzler [Tue, 31 Mar 2009 07:42:25 +0000 (07:42 +0000)]
matching theme changes too...
SVN revision: 39812
Carsten Haitzler [Tue, 31 Mar 2009 06:51:12 +0000 (06:51 +0000)]
now dialog doesnt require globals.
SVN revision: 39811
Carsten Haitzler [Tue, 31 Mar 2009 06:24:54 +0000 (06:24 +0000)]
and fix unsel...
SVN revision: 39810
Carsten Haitzler [Tue, 31 Mar 2009 06:22:55 +0000 (06:22 +0000)]
stay open until click on bg to close.
SVN revision: 39809
Davide Andreoli [Mon, 30 Mar 2009 14:31:54 +0000 (14:31 +0000)]
Attach the fm object pointer to the menu generated from the efm.
So you can read the fm object if you hook into the menu.
SVN revision: 39803
Davide Andreoli [Mon, 30 Mar 2009 13:59:56 +0000 (13:59 +0000)]
* Add a new menu api call :
EAPI void
e_menu_item_disabled_set(E_Menu_Item *mi, int disable)
Setting the menu item 'disabled' will gray it out and will make it unselectable.
SVN revision: 39802
Carsten Haitzler [Mon, 30 Mar 2009 13:34:32 +0000 (13:34 +0000)]
a new wallpaper config dialog. only partly done. try it anyway. it's fun.
SVN revision: 39801
Massimo Maiurana [Mon, 30 Mar 2009 12:31:17 +0000 (12:31 +0000)]
updating french translations
SVN revision: 39800
Massimo Maiurana [Sun, 29 Mar 2009 18:33:55 +0000 (18:33 +0000)]
updating it and fr po's and adding fileman_opinfo in potfiles
SVN revision: 39796
Gustavo Sverzut Barbieri [Sun, 29 Mar 2009 15:51:12 +0000 (15:51 +0000)]
add davemds module as requested.
SVN revision: 39795
Davide Andreoli [Sun, 29 Mar 2009 15:33:26 +0000 (15:33 +0000)]
* e_fm_operation_registry : Add a new api call: EAPI int e_fm2_op_registry_count(void)
* Add the new simple module fileman_opinfo
The module provide a gadget that show the efm operations in progress. It is just a button
with a dynamic label atm, a better interface to come...
To compile the module you need to add it to configure.ac and src/modules/Makefile.am ... I have those
files too much hacked atm to commit :P
k-s: can you commit the 2 files for me please? just add the new module.
Hope you like it
Dave
SVN revision: 39794
Davide Andreoli [Sun, 29 Mar 2009 01:24:11 +0000 (01:24 +0000)]
* Better dialogs (rename, overwrite etc) for efm
SVN revision: 39788
Davide Andreoli [Sun, 29 Mar 2009 00:26:43 +0000 (00:26 +0000)]
* 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
Davide Andreoli [Sat, 28 Mar 2009 22:26:23 +0000 (22:26 +0000)]
* Fix mouse click on button widget (when using theme icon, not edje icon)
SVN revision: 39786
Davide Andreoli [Sat, 28 Mar 2009 22:18:17 +0000 (22:18 +0000)]
another enlightenment/error icon reference (that icon never exists :/ )
SVN revision: 39785
Davide Andreoli [Sat, 28 Mar 2009 22:16:12 +0000 (22:16 +0000)]
* Fix e_util_dialog_internal() icon
* Scale better the efm progress
SVN revision: 39784
Gustavo Sverzut Barbieri [Sat, 28 Mar 2009 21:40:33 +0000 (21:40 +0000)]
oops, missing free.
SVN revision: 39783
Nicholas Hughart [Sat, 28 Mar 2009 15:43:24 +0000 (15:43 +0000)]
Add LINGUAS file.
SVN revision: 39778
Nicholas Hughart [Sat, 28 Mar 2009 15:24:36 +0000 (15:24 +0000)]
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
Carsten Haitzler [Fri, 27 Mar 2009 14:07:12 +0000 (14:07 +0000)]
formatting
SVN revision: 39761
Gustavo Sverzut Barbieri [Fri, 27 Mar 2009 02:23:13 +0000 (02:23 +0000)]
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
Christopher Michael [Thu, 26 Mar 2009 00:47:36 +0000 (00:47 +0000)]
Remove this because it's just silly.
SVN revision: 39722
Jaime Thomas [Wed, 25 Mar 2009 23:58:52 +0000 (23:58 +0000)]
Don't expand the bottom check and frame.
SVN revision: 39721
Daniel Kolesa [Wed, 25 Mar 2009 17:06:13 +0000 (17:06 +0000)]
Updated Czech translation of Enlightenment.
SVN revision: 39719
Daniel Kolesa [Wed, 25 Mar 2009 17:02:19 +0000 (17:02 +0000)]
Updated Czech translations everywhere.
SVN revision: 39718
Davide Andreoli [Wed, 25 Mar 2009 00:14:58 +0000 (00:14 +0000)]
Make the file manager progress look black and white
SVN revision: 39703
Christopher Michael [Tue, 24 Mar 2009 21:11:03 +0000 (21:11 +0000)]
Fix some formatting (still a lot more to fix). Remove whitespace. Make
sure int variables are initialized to a value.
SVN revision: 39699
Christopher Michael [Tue, 24 Mar 2009 20:13:50 +0000 (20:13 +0000)]
Add missing menu_realize for POP_DIRECTION_RIGHT.
SVN revision: 39698
Daniel Kolesa [Tue, 24 Mar 2009 19:56:43 +0000 (19:56 +0000)]
i found it is useless and cdbs is setting up prefix automatically.
SVN revision: 39695
Daniel Kolesa [Tue, 24 Mar 2009 19:51:00 +0000 (19:51 +0000)]
forgot to add --prefix=/usr
SVN revision: 39694
Daniel Kolesa [Tue, 24 Mar 2009 19:44:57 +0000 (19:44 +0000)]
Updated debian stuff everywhere.
SVN revision: 39693
Davide Andreoli [Tue, 24 Mar 2009 18:04:19 +0000 (18:04 +0000)]
place the progress rectangle on the bottom left and don't overlap with the scrollbars
SVN revision: 39688
Davide Andreoli [Tue, 24 Mar 2009 17:57:30 +0000 (17:57 +0000)]
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
Viktor Kojouharov [Tue, 24 Mar 2009 16:08:37 +0000 (16:08 +0000)]
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
Davide Andreoli [Tue, 24 Mar 2009 15:29:02 +0000 (15:29 +0000)]
Simple notification when a file operation needs attention
SVN revision: 39684
Davide Andreoli [Tue, 24 Mar 2009 14:52:06 +0000 (14:52 +0000)]
Use the new e_fm_operation_registry infrastructure to show file operation progress in efm
SVN revision: 39682
Viktor Kojouharov [Tue, 24 Mar 2009 14:22:54 +0000 (14:22 +0000)]
pop the shelf if there's no popup
SVN revision: 39680
Christopher Michael [Tue, 24 Mar 2009 00:20:38 +0000 (00:20 +0000)]
Remove useless variable in ecore_evas_resize callback. No reason to
fetch data if it's not going to be used.
SVN revision: 39660
Carsten Haitzler [Mon, 23 Mar 2009 13:39:24 +0000 (13:39 +0000)]
ghost windows-- ?
SVN revision: 39655
Carsten Haitzler [Mon, 23 Mar 2009 13:04:02 +0000 (13:04 +0000)]
lost windows.. back!
SVN revision: 39652
Gustavo Sverzut Barbieri [Mon, 23 Mar 2009 12:28:15 +0000 (12:28 +0000)]
eina macros in menu loops
SVN revision: 39651
Viktor Kojouharov [Mon, 23 Mar 2009 12:14:31 +0000 (12:14 +0000)]
temporarily show the shelf on urgent windows (ibox)
SVN revision: 39649
Gustavo Sverzut Barbieri [Mon, 23 Mar 2009 11:46:14 +0000 (11:46 +0000)]
use safe version to free sub menus.
SVN revision: 39648
Carsten Haitzler [Mon, 23 Mar 2009 10:19:13 +0000 (10:19 +0000)]
more leak--!
SVN revision: 39646
Carsten Haitzler [Mon, 23 Mar 2009 09:36:11 +0000 (09:36 +0000)]
nuke segv in fm and leaks in menus.
SVN revision: 39644
Carsten Haitzler [Mon, 23 Mar 2009 02:14:10 +0000 (02:14 +0000)]
use new timer add func - for when u want the timer to be relative to the loop
tick time - not "now".
SVN revision: 39639