platform/upstream/enlightenment.git
15 years agoAdded Ukranian translation by Коростіль Данилo <ted.korostiled@gmail.com>
Aron Xu [Sun, 7 Jun 2009 03:11:06 +0000 (03:11 +0000)]
Added Ukranian translation by Коростіль Данилo <ted.korostiled@gmail.com>

SVN revision: 40933

15 years agofix segv: remove timer when popup is hidden/destroyed.
Gustavo Sverzut Barbieri [Sun, 7 Jun 2009 02:02:54 +0000 (02:02 +0000)]
fix segv: remove timer when popup is hidden/destroyed.

for quick commands (i call couple of short-named shell scripts) it was
easy to trigger the situation where timer expired after popup was gone
and E got a segv by accessing popup == NULL.

SVN revision: 40932

15 years agoadd missing images used by sergey's hal/fm patch.
Gustavo Sverzut Barbieri [Sun, 7 Jun 2009 01:37:43 +0000 (01:37 +0000)]
add missing images used by sergey's hal/fm patch.

SVN revision: 40931

15 years agoefm2 hal handling API - full changes.
Gustavo Sverzut Barbieri [Sun, 7 Jun 2009 00:00:41 +0000 (00:00 +0000)]
efm2 hal handling API - full changes.

1. Added E_FM_OP_EJECT command to e_fm_main. It unmounts volume
   before eject, if it necessary.
2. Added timeouts of mounting/unmounting/ejecting media, and
   it's moved to slave e_fm_main.c. Each timeout will generate
   *_MOUNT_ERROR, *_UNMOUNT_ERROR and *_EJECT_ERROR message.
3. Added auto mount on insert media and auto showing efm2 window
   on mount volume options to filemanager config.
4. Added mounted/unmounted glyphs to efm2 icons and track state
   code. Now each removable device have "M" glyph on icon if mounted
   and "U" when unmounted.
5. Added mount/unmount/eject commands to icon dropdown menu.
6. Russian translation of mew messages.
7. Other bugfixes and improvements for co-operation.

Now, efm2 contains all code to mount/umnount/eject removable media and
all code to provide corresponding user interface.
It can working independently from 'places' or co-operate with it.

By: Sergey Semernin

SVN revision: 40928

15 years agofix bugs of gadgets using incorrect zones.
Gustavo Sverzut Barbieri [Sat, 6 Jun 2009 23:40:58 +0000 (23:40 +0000)]
fix bugs of gadgets using incorrect zones.

I found strange behavior in my configuration (xinerama - two screens
with two zones). When i select a Enlightenment->Restart from menu the
popups for gadgets on desktop doesn't appear or appear wrongly. After
some time i've found that this depends on on from what screen i am
choosing this enlightenment->restart :)

After some debugging i figured it out:

When restarting enlightenment some gadgets (i.e. calendar) are calling
e_gadgon_popup_new(). Inside that function, zone for popup window
(this zone was used later in ecore_evas_move_resize) is calculated
like that:

{{{
zone = e_util_zone_current_get(e_manager_current_get());
and in e_manager_current_get is: ecore_x_pointer_xy_get()
}}}

... so - i have my answer why restaring from one screen (cursor was on
that screen) and from second screen i have different results...

In other words: during initializing module like calendar - created
zone for popup is assigned depending on current cursor position.

In my patch i've chage this to obtain zone using the gadget position
instead.  But it solves the problem partialy.

Next thing - in function:

e_gadget_popup_show() (which is called later) when calculating popup
position coordinates was calculated using zone:

{{{
pop->gcc->gadcon->zone
}}}

which in my case was always the first (initial) zone - (of course it
was wrong, because i put a gadgets on different screens for testing).
so i changed it to zone of popup window (which was calculated before,
in e_gadgon_popup_new()) and after that everythings works ok :) Zones
for popups are correctly assigned and popups calculation are also ok -
even after restaring enlightenment (tested with cursor on both
screens).

By: manio

SVN revision: 40927

15 years agofix exebuf so it will execute what it should.
Gustavo Sverzut Barbieri [Sat, 6 Jun 2009 23:35:10 +0000 (23:35 +0000)]
fix exebuf so it will execute what it should.

Run Command (module exebuf in e) was acting strange for me. I
have .desktops for Firefox and Firefox - Safe mode (well, at least a
menu entries for them), and when I entered "firefox" in the input box,
and choose the command "firefox" from the list under the input field,
exebuf was starting Firefox - Safe Mode (it was the only one showed in
the upper list - "Firefox" was not listed there).
This patch fixes it (the lower selected, upper started problem, not the
"Firefox" is not there one) for me.

By: Tomasz Kontusz

SVN revision: 40926

15 years agofix typo that would use the incorrect window border icon.
Gustavo Sverzut Barbieri [Fri, 5 Jun 2009 18:50:05 +0000 (18:50 +0000)]
fix typo that would use the incorrect window border icon.

SVN revision: 40906

15 years agoAdded ku to LINGUAS, fixed {missing file} in gettext
Aron Xu [Wed, 3 Jun 2009 14:36:42 +0000 (14:36 +0000)]
Added ku to LINGUAS, fixed {missing file} in gettext

SVN revision: 40880

15 years agoe_gadcon_popup now responds to changes in the content's size hint changes, and resize...
Viktor Kojouharov [Sun, 31 May 2009 15:48:26 +0000 (15:48 +0000)]
e_gadcon_popup now responds to changes in the content's size hint changes, and resizes itself accordingly.

with this, the resize func will no longer be needed, if users of the popup set the size_min hint of the content of the popup.

SVN revision: 40864

15 years agofix debian rules files.
Gustavo Sverzut Barbieri [Tue, 26 May 2009 17:34:53 +0000 (17:34 +0000)]
fix debian rules files.

 * fix the way AC_INIT macros are parsed to consider [] as well.
 * set both LDFLAGS and CFLAGS on the libs I use and I know support -fvisibility=hidden.

SVN revision: 40838

15 years agoUse E_FREE for _xdnd, created with E_NEW.
Christopher Michael [Tue, 26 May 2009 16:02:49 +0000 (16:02 +0000)]
Use E_FREE for _xdnd, created with E_NEW.

SVN revision: 40836

15 years agoFormatting. Add missing void in function declaration.
Christopher Michael [Tue, 26 May 2009 14:44:19 +0000 (14:44 +0000)]
Formatting. Add missing void in function declaration.

SVN revision: 40835

15 years agoUpdated Czech translations.
Daniel Kolesa [Sun, 24 May 2009 11:59:05 +0000 (11:59 +0000)]
Updated Czech translations.

SVN revision: 40818

15 years agodo full size calc when the content is set, not when it is shown
Viktor Kojouharov [Sun, 24 May 2009 10:02:56 +0000 (10:02 +0000)]
do full size calc when the content is set, not when it is shown

SVN revision: 40813

15 years agoSome fixes for debian.
Daniel Kolesa [Sat, 23 May 2009 13:57:54 +0000 (13:57 +0000)]
Some fixes for debian.

SVN revision: 40796

15 years agoFormatting & Whitespace Removal
Christopher Michael [Tue, 19 May 2009 22:53:46 +0000 (22:53 +0000)]
Formatting & Whitespace Removal

SVN revision: 40753

15 years agoLots of formatting, & Whitespace Removal
Christopher Michael [Tue, 19 May 2009 22:50:35 +0000 (22:50 +0000)]
Lots of formatting, & Whitespace Removal

SVN revision: 40752

15 years agoupdating french and italian translations
Massimo Maiurana [Mon, 18 May 2009 15:35:17 +0000 (15:35 +0000)]
updating french and italian translations

SVN revision: 40727

15 years agofix problem with e_gadcon_provider_register() being called from e_modapi_init().
Gustavo Sverzut Barbieri [Sun, 17 May 2009 23:43:02 +0000 (23:43 +0000)]
fix problem with e_gadcon_provider_register() being called from e_modapi_init().

if e_modapi_init() called e_gadcon_provider_register() the module
gc_init() would be called immediately, becore e_modapi_init() finished
and thus mod->data was unset (it's set by E when that function
returns).

most modules did not show this problem since they keep lots of globals
around and use them, but not mixer module. Mixer module did check for
global mixer_mod to be set and also mixer_mod->data, thus exposed this
problem, with "mixer is not able to show on desktop/gadget" but did in
shelves, since it would refuse to load immediately but would be loaded
later at e_shelf_config_new()->e_gadcon_populate().

Now gadcons are populated from an idler, avoiding all these problems
and probably will impact user's perceived load time since it will do
less work before getting to main loop and being able to process
events.

SVN revision: 40714

15 years agoskip the history when doing a quick 'open with'
Viktor Kojouharov [Sun, 17 May 2009 21:54:34 +0000 (21:54 +0000)]
skip the history when doing a quick 'open with'

SVN revision: 40713

15 years agofix xinerama monitor sorting.
Gustavo Sverzut Barbieri [Sun, 17 May 2009 21:35:01 +0000 (21:35 +0000)]
fix xinerama monitor sorting.

xinerama monitor sorting should consider position and not just size.

Patch by manio, modified to handle y axis as well.

SVN revision: 40712

15 years agoMake fallback to parent dir when no permissions.
Gustavo Sverzut Barbieri [Sun, 17 May 2009 21:30:15 +0000 (21:30 +0000)]
Make fallback to parent dir when no permissions.

Now, when "open dirs in place" is active and user haven't permission to
open dir, efm2 fallback to parent directory. Also other events (for ex.
delete)
on dirs opened in efm will cause go to it's parents in efm windows.

Patch to ticket #273.

By Sergey Semernin.

SVN revision: 40711

15 years agoImprovements to fileman's "open with..." dialog.
Gustavo Sverzut Barbieri [Sun, 17 May 2009 21:22:14 +0000 (21:22 +0000)]
Improvements to fileman's "open with..." dialog.

Patch originally by manio, with minor changes.

SVN revision: 40710

15 years agoenable "everything" module.
Gustavo Sverzut Barbieri [Sun, 17 May 2009 20:42:01 +0000 (20:42 +0000)]
enable "everything" module.

SVN revision: 40709

15 years agoRemove unneeded variables.
Christopher Michael [Sun, 17 May 2009 16:01:41 +0000 (16:01 +0000)]
Remove unneeded variables.

SVN revision: 40706

15 years agoupdating esperanto translation
Massimo Maiurana [Sun, 17 May 2009 07:47:15 +0000 (07:47 +0000)]
updating esperanto translation

SVN revision: 40687

15 years agoupdating it.po files
Massimo Maiurana [Sat, 16 May 2009 11:36:41 +0000 (11:36 +0000)]
updating it.po files

SVN revision: 40686

15 years agoUpdated fr.po by choak <choak@orange.fr>, merged latest pot file to all po files...
Aron Xu [Sat, 16 May 2009 08:09:34 +0000 (08:09 +0000)]
Updated fr.po by choak <choak@orange.fr>, merged latest pot file to all po files by Aron.

SVN revision: 40683

15 years agoRemove need for extra variables. Use E_NEW & E_FREE.
Christopher Michael [Fri, 15 May 2009 19:53:25 +0000 (19:53 +0000)]
Remove need for extra variables. Use E_NEW & E_FREE.
Cleanup Formatting. Remove Whitespace.

SVN revision: 40682

15 years agoFix typo, Thanks Viktor :)
Christopher Michael [Fri, 15 May 2009 18:25:55 +0000 (18:25 +0000)]
Fix typo, Thanks Viktor :)

SVN revision: 40681

15 years agouse E_NEW & E_FREE macros
Christopher Michael [Fri, 15 May 2009 18:11:41 +0000 (18:11 +0000)]
use E_NEW & E_FREE macros

SVN revision: 40680

15 years agoRemove some unneeded variables. Formatting & Whitespace removal.
Christopher Michael [Fri, 15 May 2009 17:59:02 +0000 (17:59 +0000)]
Remove some unneeded variables. Formatting & Whitespace removal.

SVN revision: 40679

15 years agoseveral patches from sergey etc.
Carsten Haitzler [Fri, 15 May 2009 11:47:28 +0000 (11:47 +0000)]
several patches from sergey etc.

SVN revision: 40668

15 years agounderquoted parameters
Vincent Torri [Fri, 15 May 2009 08:58:54 +0000 (08:58 +0000)]
underquoted parameters

SVN revision: 40663

15 years ago * wallpaper2: Prevent the creation of the idler instead of forcing it's destruction.
Cedric BAIL [Thu, 14 May 2009 16:37:07 +0000 (16:37 +0000)]
* wallpaper2: Prevent the creation of the idler instead of forcing it's destruction.

SVN revision: 40645

15 years agosome rabid idle enter checks
Carsten Haitzler [Thu, 14 May 2009 14:28:44 +0000 (14:28 +0000)]
some rabid idle enter checks

SVN revision: 40642

15 years agounbreak pager and mouse wheel.
Gustavo Sverzut Barbieri [Wed, 13 May 2009 11:38:12 +0000 (11:38 +0000)]
unbreak pager and mouse wheel.

pagers should not rely on events on the edje object as it might get
lots of event replicas if there is a chain of swallows/groups/smarts
and they repeat events.

the new theme exports an e.eventarea part that will get the events and
pager will try to use it, if not fallback to the old behavior.

I cannot test this now, please say if it does not work.

SVN revision: 40616

15 years agoupdating french and italian translations
Massimo Maiurana [Wed, 13 May 2009 10:59:23 +0000 (10:59 +0000)]
updating french and italian translations

SVN revision: 40615

15 years agonew glow image that scales better.
Gustavo Sverzut Barbieri [Wed, 13 May 2009 02:05:44 +0000 (02:05 +0000)]
new glow image that scales better.

large buttons like those in syscon were very ugly with old glow since
it would scale the gradient. now the glow is just in the borders, the
middle is a plain color.

SVN revision: 40614

15 years agointegrate systray translation/gettext into e17.
Gustavo Sverzut Barbieri [Wed, 13 May 2009 01:28:11 +0000 (01:28 +0000)]
integrate systray translation/gettext into e17.

SVN revision: 40613

15 years agoremove useless defines.
Gustavo Sverzut Barbieri [Wed, 13 May 2009 01:27:20 +0000 (01:27 +0000)]
remove useless defines.

SVN revision: 40612

15 years agopass make distcheck, set svn:ignore.
Gustavo Sverzut Barbieri [Wed, 13 May 2009 01:11:32 +0000 (01:11 +0000)]
pass make distcheck, set svn:ignore.

SVN revision: 40611

15 years agofinish systray merge to e/src/modules.
Gustavo Sverzut Barbieri [Wed, 13 May 2009 00:45:21 +0000 (00:45 +0000)]
finish systray merge to e/src/modules.

systray is now officially supported (at least by me :-P) and is
included in standard e17 module set.

SVN revision: 40610

15 years agofirst step to move systray to e/src/modules.
Gustavo Sverzut Barbieri [Wed, 13 May 2009 00:06:08 +0000 (00:06 +0000)]
first step to move systray to e/src/modules.

SVN revision: 40609

15 years agodon't be so strict on debhelper/cdbs so it builds on ubuntu-hardy.
Gustavo Sverzut Barbieri [Tue, 12 May 2009 14:44:07 +0000 (14:44 +0000)]
don't be so strict on debhelper/cdbs so it builds on ubuntu-hardy.

SVN revision: 40602

15 years agoremove unused/undefined variables, these are in their own dir now.
Gustavo Sverzut Barbieri [Tue, 12 May 2009 14:43:32 +0000 (14:43 +0000)]
remove unused/undefined variables, these are in their own dir now.

SVN revision: 40601

15 years agounbreak drag of windows in pager.
Gustavo Sverzut Barbieri [Tue, 12 May 2009 14:42:51 +0000 (14:42 +0000)]
unbreak drag of windows in pager.

SVN revision: 40600

15 years agoadding esperanto translation
Massimo Maiurana [Mon, 11 May 2009 16:54:12 +0000 (16:54 +0000)]
adding esperanto translation

SVN revision: 40595

15 years agoupdating esperanto translation
Massimo Maiurana [Mon, 11 May 2009 11:33:16 +0000 (11:33 +0000)]
updating esperanto translation

SVN revision: 40585

15 years agoremove norender. bad move!
Carsten Haitzler [Sat, 9 May 2009 11:58:52 +0000 (11:58 +0000)]
remove norender. bad move!

SVN revision: 40568

15 years agofix theme for syscon - was bad... mmkay
Carsten Haitzler [Sat, 9 May 2009 11:03:11 +0000 (11:03 +0000)]
fix theme for syscon - was bad... mmkay

SVN revision: 40567

15 years agomount by label first - more useful in real life
Carsten Haitzler [Sat, 9 May 2009 10:26:12 +0000 (10:26 +0000)]
mount by label first - more useful in real life

SVN revision: 40566

15 years agoAdded cvs to Build-Depends on packages that use autopoint.
Rodrigo Cesar Lopes Belem [Sat, 9 May 2009 02:24:06 +0000 (02:24 +0000)]
Added cvs to Build-Depends on packages that use autopoint.

SVN revision: 40564

15 years agoupdating french translation
Massimo Maiurana [Fri, 8 May 2009 16:18:15 +0000 (16:18 +0000)]
updating french translation

SVN revision: 40553

15 years agoupdating french and italian translations
Massimo Maiurana [Fri, 8 May 2009 10:58:41 +0000 (10:58 +0000)]
updating french and italian translations

SVN revision: 40547

15 years agoUpdated Czech translation for E.
Daniel Kolesa [Fri, 8 May 2009 07:15:57 +0000 (07:15 +0000)]
Updated Czech translation for E.

SVN revision: 40545

15 years agoLarger backgrounds can now be set to scroll whenever a E changes between desks. Kind...
Viktor Kojouharov [Thu, 7 May 2009 18:39:55 +0000 (18:39 +0000)]
Larger backgrounds can now be set to scroll whenever a E changes between desks. Kind of like a transition, but uses only one (the first desk's), larger wallpaper instead of several wallpapers for all desks, and it overrides the transition settings if activated.

The option can currently be activated from Virtual Desktops Settings -> Advanced. A better home and preview would be better for these settings.

In more detail, this option can make a wallpaper, larger than the geometry of the zone, scroll appropriately with each desk change. Consider a nice panorama picture, which is as wide as the total desks' width. Then, at most, E will scroll the background by 1 / (number of desks) for each desk change. The direction of the scrolling is dependent on the desk change itself. Also, the user can specify a coefficient of maximum scrolling for each axis. If the coefficient is 0, the wallpaper will not move.

More advanced animations can be constructed with edje. The data item "directional_freedom" "(1|0) (1|0)" can toggle the actual wallpaper scrolling done by E for each axis. A message with the current x/y position, panning w|h, and zone w|h is sent to the background edje with each desk change animation tick. An example embryo script that handles the message, and changes a hypothetical "a1" part in the "e/desktop/background" group is shown below:

         public message(Msg_Type:type, id, ...) {
            if (type == MSG_INT_SET) {
               new x = getarg(2);
               new y = getarg(3);
  //      new max_x = getarg(4);
  //      new max_y = getarg(5);
  //      new w = getarg(6);
  //      new h = getarg(7);
               custom_state(PART:"a1", "default", 0.0);
               set_state_val(PART:"a1", STATE_FILL_POS, 0.0, 0.0, -x / 4, -y / 4);
               set_state(PART:"a1", "custom", 0.0);
            }
         }

SVN revision: 40543

15 years agomake bg's deletes when not visible - bettr if you have 1000+ bg's
Carsten Haitzler [Thu, 7 May 2009 13:27:11 +0000 (13:27 +0000)]
make bg's deletes when not visible - bettr if you have 1000+ bg's
:)

SVN revision: 40534

15 years agoeverything module: remove old files
Hannes Janetzek [Wed, 6 May 2009 14:49:01 +0000 (14:49 +0000)]
everything module: remove old files

SVN revision: 40528

15 years agoeverything module: theme fixed
Hannes Janetzek [Wed, 6 May 2009 14:39:21 +0000 (14:39 +0000)]
everything module: theme fixed

SVN revision: 40527

15 years agoinitial checkin of 'everything' module with sources for apps, windows and settings
Hannes Janetzek [Wed, 6 May 2009 14:20:45 +0000 (14:20 +0000)]
initial checkin of 'everything' module with sources for apps, windows and settings

SVN revision: 40526

15 years agominor improvements to dialogs asking to enter presentation mode.
Gustavo Sverzut Barbieri [Wed, 6 May 2009 12:00:19 +0000 (12:00 +0000)]
minor improvements to dialogs asking to enter presentation mode.

SVN revision: 40521

15 years agoupdated with french translation
Massimo Maiurana [Wed, 6 May 2009 10:30:37 +0000 (10:30 +0000)]
updated with french translation

SVN revision: 40520

15 years ago1. fm rename in-place patch. ok for now - probably should fix it up later
Carsten Haitzler [Tue, 5 May 2009 14:27:28 +0000 (14:27 +0000)]
1. fm rename in-place patch. ok for now - probably should fix it up later
2. config module fix

SVN revision: 40508

15 years agoFixed debian stuff everywhere.
Daniel Kolesa [Mon, 4 May 2009 17:36:48 +0000 (17:36 +0000)]
Fixed debian stuff everywhere.

SVN revision: 40505

15 years agoAdded libtool as Build-Depends to everything that uses
Rodrigo Cesar Lopes Belem [Sun, 3 May 2009 14:32:23 +0000 (14:32 +0000)]
Added libtool as Build-Depends to everything that uses
DEB_CONFIGURE_SCRIPT := ./autogen.sh

SVN revision: 40500

15 years agoupdating greek translation
Massimo Maiurana [Sat, 2 May 2009 13:18:11 +0000 (13:18 +0000)]
updating greek translation

SVN revision: 40484

15 years agoupdated Czech translation of E.
Daniel Kolesa [Thu, 30 Apr 2009 16:36:32 +0000 (16:36 +0000)]
updated Czech translation of E.

SVN revision: 40476

15 years agoupdating greek translations
Massimo Maiurana [Thu, 30 Apr 2009 16:31:11 +0000 (16:31 +0000)]
updating greek translations

SVN revision: 40475

15 years agoupdating french and italian translations
Massimo Maiurana [Thu, 30 Apr 2009 10:13:31 +0000 (10:13 +0000)]
updating french and italian translations

SVN revision: 40473

15 years agoanother little typo to fix
Massimo Maiurana [Wed, 29 Apr 2009 15:39:00 +0000 (15:39 +0000)]
another little typo to fix

SVN revision: 40461

15 years agofixed a little typo
Massimo Maiurana [Wed, 29 Apr 2009 15:36:12 +0000 (15:36 +0000)]
fixed a little typo

SVN revision: 40460

15 years agoupdating french translations
Massimo Maiurana [Wed, 29 Apr 2009 15:23:55 +0000 (15:23 +0000)]
updating french translations

SVN revision: 40459

15 years agoUpdated Simplified Chinese translations by Luo Jie <lililjlj@gmail.com>, added hr...
Aron Xu [Wed, 29 Apr 2009 13:49:32 +0000 (13:49 +0000)]
Updated Simplified Chinese translations by Luo Jie <lililjlj@gmail.com>, added hr to LINGUAS.

SVN revision: 40457

15 years agoupdating portuguese translation
Massimo Maiurana [Wed, 29 Apr 2009 10:45:28 +0000 (10:45 +0000)]
updating portuguese translation

SVN revision: 40456

15 years agodisable the slider if flip animations are off
Viktor Kojouharov [Tue, 28 Apr 2009 21:01:20 +0000 (21:01 +0000)]
disable the slider if flip animations are off

SVN revision: 40455

15 years agoimprovements to the tabbed e_fwin. changing tabs will not cause a reload, since each...
Viktor Kojouharov [Tue, 28 Apr 2009 17:38:09 +0000 (17:38 +0000)]
improvements to the tabbed e_fwin. changing tabs will not cause a reload, since each tab holds its own fm object.

ctrl+w will close the current tab. if there are no more tabs, the window will be closed

SVN revision: 40447

15 years agoAdded #define _POSIX_HOST_NAME_MAX for OSes that don't know it (NetBSD in detail)
Massimiliano Calamelli [Tue, 28 Apr 2009 15:50:32 +0000 (15:50 +0000)]
Added #define _POSIX_HOST_NAME_MAX for OSes that don't know it (NetBSD in detail)

SVN revision: 40445

15 years agoLots of formatting fixes. Clear the text label in the pager desks if
Christopher Michael [Tue, 28 Apr 2009 15:29:56 +0000 (15:29 +0000)]
Lots of formatting fixes. Clear the text label in the pager desks if
Show Desktop Names is not enabled. Currently, any changes made to the
pager module config require the pager module to be restarted (or E
restarted). This should be addressed before a 1.0 release.

SVN revision: 40443

15 years agoUpdated translations.
Daniel Kolesa [Tue, 28 Apr 2009 14:42:40 +0000 (14:42 +0000)]
Updated translations.

SVN revision: 40441

15 years agoadding italian and french translations
Massimo Maiurana [Tue, 28 Apr 2009 10:34:31 +0000 (10:34 +0000)]
adding italian and french translations

SVN revision: 40435

15 years agocleanup --with-profile handling
Mike Frysinger [Tue, 28 Apr 2009 05:50:02 +0000 (05:50 +0000)]
cleanup --with-profile handling

SVN revision: 40433

15 years agotweak e module help strings so the mondo list is a bit more compact
Mike Frysinger [Tue, 28 Apr 2009 04:27:00 +0000 (04:27 +0000)]
tweak e module help strings so the mondo list is a bit more compact

SVN revision: 40427

15 years agoShare some strings
Iván Briano [Tue, 28 Apr 2009 02:19:07 +0000 (02:19 +0000)]
Share some strings

SVN revision: 40426

15 years agotrailing spaces
Iván Briano [Tue, 28 Apr 2009 01:49:17 +0000 (01:49 +0000)]
trailing spaces

SVN revision: 40425

15 years agoFormatting & Whitespace removal
Christopher Michael [Mon, 27 Apr 2009 15:42:43 +0000 (15:42 +0000)]
Formatting & Whitespace removal

SVN revision: 40417

15 years agoA fix for pager names. Still broken tho. The dialog to turn names on/off needs to...
toma [Mon, 27 Apr 2009 15:33:00 +0000 (15:33 +0000)]
A fix for pager names. Still broken tho. The dialog to turn names on/off needs to work with the gadget itself AND in the paper popup. Seems code related.

SVN revision: 40416

15 years agooops, forgot ":".
Gustavo Sverzut Barbieri [Mon, 27 Apr 2009 15:16:15 +0000 (15:16 +0000)]
oops, forgot ":".

SVN revision: 40415

15 years agoAsk to enter presentation mode.
Gustavo Sverzut Barbieri [Mon, 27 Apr 2009 02:54:43 +0000 (02:54 +0000)]
Ask to enter presentation mode.

If you deactivate screensaver (ie: move mouse) or unlock desklock
within some given threshold, ask user if he would like to enter
presentation mode or even if should increase timeout to next event.

This is also useful when at the office and you quickly move mouse in
order to keep your explanation. If you know your explanation is short,
just hit "increase timeout", otherwise "Yes" to increase timeout.

Increase timeout is a multiplier that will increment the factor on
each dialog answer.

There is an option to stop asking. This can be changed in "Advanced"
versions of screensaver and desklock dialogs.

SVN revision: 40414

15 years agoOption to enable desklock after screensaver timeout.
Gustavo Sverzut Barbieri [Mon, 27 Apr 2009 02:49:50 +0000 (02:49 +0000)]
Option to enable desklock after screensaver timeout.

This option will make it possible to lock the screen after some
seconds screensaver started.

It is useful in cases you want a short screensaver and uses screenlock
but often need to unlock it quickly (ie: was talking to someone at the
office, screensaver starts and you would like to quickly avoid
desklock, otherwise need to stop talking, unlock and continue).

SVN revision: 40413

15 years agoupdating french and italian translations
Massimo Maiurana [Sun, 26 Apr 2009 10:29:22 +0000 (10:29 +0000)]
updating french and italian translations

SVN revision: 40398

15 years agofix typo.
Gustavo Sverzut Barbieri [Sat, 25 Apr 2009 22:12:13 +0000 (22:12 +0000)]
fix typo.

SVN revision: 40388

15 years agoactions to toggle new modes.
Gustavo Sverzut Barbieri [Sat, 25 Apr 2009 20:54:12 +0000 (20:54 +0000)]
actions to toggle new modes.

SVN revision: 40385

15 years agoproper alignment when there is non-autohide shelves.
Gustavo Sverzut Barbieri [Sat, 25 Apr 2009 18:49:39 +0000 (18:49 +0000)]
proper alignment when there is non-autohide shelves.

SVN revision: 40384

15 years agonew special case for desklock wallpaper.
Gustavo Sverzut Barbieri [Sat, 25 Apr 2009 18:32:34 +0000 (18:32 +0000)]
new special case for desklock wallpaper.

desklock now can use the same wallpaper as desktop, this is what I use
and was annoyed to have to remember to change in both places.

SVN revision: 40383

15 years agodpms, screensaver and desklock now respect "presentation" mode.
Gustavo Sverzut Barbieri [Sat, 25 Apr 2009 16:49:53 +0000 (16:49 +0000)]
dpms, screensaver and desklock now respect "presentation" mode.

Wow, no need to go to "Settings" and then 3 dialogs to do my presentations!

SVN revision: 40381

15 years agolist of widgets to disable does not need to be global.
Gustavo Sverzut Barbieri [Sat, 25 Apr 2009 16:31:45 +0000 (16:31 +0000)]
list of widgets to disable does not need to be global.

SVN revision: 40380

15 years agowhitespace cleanup.
Gustavo Sverzut Barbieri [Sat, 25 Apr 2009 16:28:32 +0000 (16:28 +0000)]
whitespace cleanup.

SVN revision: 40379

15 years agoremove global list of widgets, not required.
Gustavo Sverzut Barbieri [Sat, 25 Apr 2009 16:13:12 +0000 (16:13 +0000)]
remove global list of widgets, not required.

SVN revision: 40377

15 years agowhitespace-cleanup
Gustavo Sverzut Barbieri [Sat, 25 Apr 2009 16:10:34 +0000 (16:10 +0000)]
whitespace-cleanup

SVN revision: 40376