Commit Graph

7855 Commits

Author SHA1 Message Date
Daniel Kolesa 8ea331680f Updated Czech translation for E.
SVN revision: 40545
2009-05-08 07:15:57 +00:00
Viktor Kojouharov 648d75caab 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
2009-05-07 18:39:55 +00:00
Carsten Haitzler 9825672529 make bg's deletes when not visible - bettr if you have 1000+ bg's
:)



SVN revision: 40534
2009-05-07 13:27:11 +00:00
Hannes Janetzek 4d24d0eafb everything module: remove old files
SVN revision: 40528
2009-05-06 14:49:01 +00:00
Hannes Janetzek af1c362210 everything module: theme fixed
SVN revision: 40527
2009-05-06 14:39:21 +00:00
Hannes Janetzek cd647efc07 initial checkin of 'everything' module with sources for apps, windows and settings
SVN revision: 40526
2009-05-06 14:20:45 +00:00
Gustavo Sverzut Barbieri 080c0be517 minor improvements to dialogs asking to enter presentation mode.
SVN revision: 40521
2009-05-06 12:00:19 +00:00
Massimo Maiurana f278176eae updated with french translation
SVN revision: 40520
2009-05-06 10:30:37 +00:00
Carsten Haitzler 4fa7de4c9c 1. fm rename in-place patch. ok for now - probably should fix it up later
2. config module fix



SVN revision: 40508
2009-05-05 14:27:28 +00:00
Daniel Kolesa b182a76f59 Fixed debian stuff everywhere.
SVN revision: 40505
2009-05-04 17:36:48 +00:00
Rodrigo Cesar Lopes Belem b439212429 Added libtool as Build-Depends to everything that uses
DEB_CONFIGURE_SCRIPT := ./autogen.sh

SVN revision: 40500
2009-05-03 14:32:23 +00:00
Massimo Maiurana 39e330c0be updating greek translation
SVN revision: 40484
2009-05-02 13:18:11 +00:00
Daniel Kolesa 6205c83495 updated Czech translation of E.
SVN revision: 40476
2009-04-30 16:36:32 +00:00
Massimo Maiurana f0d6438d9e updating greek translations
SVN revision: 40475
2009-04-30 16:31:11 +00:00
Massimo Maiurana a4855a00c6 updating french and italian translations
SVN revision: 40473
2009-04-30 10:13:31 +00:00
Massimo Maiurana 586ef62d8d another little typo to fix
SVN revision: 40461
2009-04-29 15:39:00 +00:00
Massimo Maiurana 153904f98d fixed a little typo
SVN revision: 40460
2009-04-29 15:36:12 +00:00
Massimo Maiurana dff22a2f9e updating french translations
SVN revision: 40459
2009-04-29 15:23:55 +00:00
Aron Xu cd51cc6181 Updated Simplified Chinese translations by Luo Jie <lililjlj@gmail.com>, added hr to LINGUAS.
SVN revision: 40457
2009-04-29 13:49:32 +00:00
Massimo Maiurana 520f076582 updating portuguese translation
SVN revision: 40456
2009-04-29 10:45:28 +00:00
Viktor Kojouharov f0936b5b5b disable the slider if flip animations are off
SVN revision: 40455
2009-04-28 21:01:20 +00:00
Viktor Kojouharov d9f453e443 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
2009-04-28 17:38:09 +00:00
Massimiliano Calamelli 5f4f968653 Added #define _POSIX_HOST_NAME_MAX for OSes that don't know it (NetBSD in detail)
SVN revision: 40445
2009-04-28 15:50:32 +00:00
Christopher Michael 06692e1e18 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
2009-04-28 15:29:56 +00:00
Daniel Kolesa 555f5adb9f Updated translations.
SVN revision: 40441
2009-04-28 14:42:40 +00:00
Massimo Maiurana b011c13859 adding italian and french translations
SVN revision: 40435
2009-04-28 10:34:31 +00:00
Mike Frysinger d8e2b2b412 cleanup --with-profile handling
SVN revision: 40433
2009-04-28 05:50:02 +00:00
Mike Frysinger 9f12e0f3de tweak e module help strings so the mondo list is a bit more compact
SVN revision: 40427
2009-04-28 04:27:00 +00:00
Iván Briano 04177353ea Share some strings
SVN revision: 40426
2009-04-28 02:19:07 +00:00
Iván Briano e2b5c2e968 trailing spaces
SVN revision: 40425
2009-04-28 01:49:17 +00:00
Christopher Michael 022e23f4cb Formatting & Whitespace removal
SVN revision: 40417
2009-04-27 15:42:43 +00:00
toma b455d7316a 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
2009-04-27 15:33:00 +00:00
Gustavo Sverzut Barbieri d03f114f73 oops, forgot ":".
SVN revision: 40415
2009-04-27 15:16:15 +00:00
Gustavo Sverzut Barbieri ddd175a2f2 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
2009-04-27 02:54:43 +00:00
Gustavo Sverzut Barbieri f7b1ad0f9b 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
2009-04-27 02:49:50 +00:00
Massimo Maiurana cf9748a78c updating french and italian translations
SVN revision: 40398
2009-04-26 10:29:22 +00:00
Gustavo Sverzut Barbieri b045f6a244 fix typo.
SVN revision: 40388
2009-04-25 22:12:13 +00:00
Gustavo Sverzut Barbieri 04b88fea5f actions to toggle new modes.
SVN revision: 40385
2009-04-25 20:54:12 +00:00
Gustavo Sverzut Barbieri 7120b06df7 proper alignment when there is non-autohide shelves.
SVN revision: 40384
2009-04-25 18:49:39 +00:00
Gustavo Sverzut Barbieri 8f923e67c1 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
2009-04-25 18:32:34 +00:00
Gustavo Sverzut Barbieri d2be2c99a7 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
2009-04-25 16:49:53 +00:00
Gustavo Sverzut Barbieri b413d6a5e3 list of widgets to disable does not need to be global.
SVN revision: 40380
2009-04-25 16:31:45 +00:00
Gustavo Sverzut Barbieri 53fbc6e8e6 whitespace cleanup.
SVN revision: 40379
2009-04-25 16:28:32 +00:00
Gustavo Sverzut Barbieri 763008e5c6 remove global list of widgets, not required.
SVN revision: 40377
2009-04-25 16:13:12 +00:00
Gustavo Sverzut Barbieri 4d0e5d64df whitespace-cleanup
SVN revision: 40376
2009-04-25 16:10:34 +00:00
Gustavo Sverzut Barbieri 3cbfbd69d9 add "modes" configuration, now "presentation" and "offline".
They are presented as a submenu with check items. Need to implement
support in modules, so they'll check for these variables.

DESIGNERS: could you please provide the following icons:

   * preferences-modes: contain the other icons

   * preferences-modes-presentation: system is in presentation mode,
     no screensaver, locks and dpms will be available.

   * preferences-modes-offline: system is offline, modules that keep
     polling internet services (weather, forecasts, ...) should stop
     and show "I'm offline" emblem. When network systems (network
     manager, connman, exhalt...) are integrated, they will change
     this state as well.



SVN revision: 40375
2009-04-25 16:07:45 +00:00
Daniel Kolesa 0c48c0367a Updated Czech translation file.
SVN revision: 40367
2009-04-25 12:23:56 +00:00
Chidambar Zinnoury 60244fba6c Try to use FDO icons as some modules (screensaver, for instance) use them.
SVN revision: 40363
2009-04-25 08:03:53 +00:00
Massimo Maiurana f56524e82d updating french translations
SVN revision: 40347
2009-04-24 16:09:36 +00:00
Iván Briano b8d666c195 Move to eina_stringshare
Put some _replace instead of _del/_add,
so look there if something unespectedly breaks.


SVN revision: 40342
2009-04-24 02:38:55 +00:00