Commit Graph

8226 Commits

Author SHA1 Message Date
Massimo Maiurana 232477ec61 updating french translation
SVN revision: 42740
2009-09-27 14:21:29 +00:00
Hannes Janetzek 1321020294 - fix 'maximize fullscreen' action
- allow any maximized windows of any type to be manipulated when allow_manip is set
- remove 'maximize expand' option from config gui. this is the same as 'maximize smart'
- dont restirct iconify of fullscreen borders. this is policy that can be (and is) 
  restricted by gui.


SVN revision: 42735
2009-09-26 22:45:09 +00:00
Massimo Maiurana 5ba7f01090 updating french and italian translations
SVN revision: 42696
2009-09-25 10:45:26 +00:00
Hannes Janetzek 92476b7b85 fix segv in internal window restore code
SVN revision: 42690
2009-09-25 06:24:48 +00:00
Hannes Janetzek 28cb3262f6 'everything' sync app history with exehist
SVN revision: 42689
2009-09-25 03:40:18 +00:00
Hannes Janetzek 0961d2c507 'everything'
added simpler history sort modes


SVN revision: 42687
2009-09-25 00:27:36 +00:00
Hannes Janetzek ad6f5a29e3 'everything' - switch list/view mode
SVN revision: 42686
2009-09-24 23:10:05 +00:00
Hannes Janetzek 8c4812092d 'everything'
- remember full exec path to get the right .desktops
  ... bump history version number for this.
- fixes: 
  update border match value -> show them in aggregator.
  show items of first plugin in aggregator when no 
  items found from history.


SVN revision: 42685
2009-09-24 23:08:59 +00:00
Hannes Janetzek a4fb397e83 'everything'
- added option for default view mode 


SVN revision: 42684
2009-09-24 21:09:25 +00:00
Hannes Janetzek 8cc27a9ec8 - focus new window when it's the only one on current desk
- fix resizing by moveresize_request


SVN revision: 42681
2009-09-24 18:23:40 +00:00
Massimo Maiurana 01ff71bb0c updating french translation
SVN revision: 42671
2009-09-24 10:54:52 +00:00
Hannes Janetzek 460402d3f8 dont use EINA_LIST_REVERSE_FOREACH here
SVN revision: 42638
2009-09-23 06:12:53 +00:00
Hannes Janetzek 7cb9d3a362 EINA_FUCK_REVERSE_FOREACH != for (l = some_pointer_in_list_from_where_want_to_start; l; l = l->prev)
anyway nice that i didnt had to rewrite gadcon layout to fix this issue,
but at least starting the rewrite made me realize the above mentioned 
difference. moving and resizing of gcc in non-shrinked mode works 
now nicely again.


SVN revision: 42637
2009-09-23 06:06:13 +00:00
Gustavo Sverzut Barbieri 58a1c3125a e_hal_init/shutdown
SVN revision: 42633
2009-09-23 00:08:43 +00:00
Massimo Maiurana 6712dcadab updating french and italian translations
SVN revision: 42622
2009-09-22 17:20:22 +00:00
Samuel F. Baggen b40d4fb035 it is needed to wait a few seconds after a restart of E before to proceed with the next thing, E needs to finish the reload
SVN revision: 42621
2009-09-22 16:24:06 +00:00
Hannes Janetzek d165e9b349 forgotten parentheses
SVN revision: 42613
2009-09-22 00:08:54 +00:00
Hannes Janetzek a00d0cbf16 --printf
SVN revision: 42611
2009-09-21 23:03:33 +00:00
Hannes Janetzek 55094ac919 append params for dialog to configpath with '::' so the config path MUST not include '::'. e.g. use 'extenstions/shelves::$ID' to start the config dialog for a shelf with id $ID
SVN revision: 42610
2009-09-21 23:02:37 +00:00
Hannes Janetzek 91211ef9c4 reopen fileman and dialog windows after restart of e.
- modules using e_configure_registry_add must be modified to 
  use registry path as window class for this to work
- fileman now uses e_remember to remember position instead of 
  handling it separately
- added option to window remember for remembering dialogs and 
  fileman windows automatically


SVN revision: 42607
2009-09-21 20:36:35 +00:00
Hannes Janetzek 74c9efaa78 fix warnings
SVN revision: 42606
2009-09-21 20:19:14 +00:00
Hannes Janetzek 57c6db0e8f fix warnings
SVN revision: 42605
2009-09-21 20:07:28 +00:00
Samuel F. Baggen 06137c9655 enlightenment_remote replaced by a working interface with using callbacks
SVN revision: 42590
2009-09-21 03:25:31 +00:00
Hannes Janetzek ff240cb1f2 fix warnings
SVN revision: 42570
2009-09-19 22:55:35 +00:00
Hannes Janetzek 576fde7759 remember internal windows again
SVN revision: 42569
2009-09-19 17:35:18 +00:00
Hannes Janetzek 273a513b04 e_border use e's macros for calloc/free
SVN revision: 42568
2009-09-19 17:08:34 +00:00
Hannes Janetzek 5d0fe47535 fix last commit: do not add pending move when doing only resize
SVN revision: 42567
2009-09-19 16:51:37 +00:00
Hannes Janetzek 2f92b4a7ff e_border: remove maximized state when maximized window is moved or resized
- merge _e_border_resize_internal with _e_border_move_resize_internal


SVN revision: 42566
2009-09-19 16:26:16 +00:00
Hannes Janetzek 380f28333f everything:
- added config for popup position
- make 'open term here' action work with other terminal


SVN revision: 42554
2009-09-18 06:33:33 +00:00
Hannes Janetzek 484b32f3f0 gadcon: gadcon clients move now _with_ the mouse in shrinked mode
SVN revision: 42543
2009-09-17 09:03:13 +00:00
Hannes Janetzek 36bf931eda gadcon: get right mouse position for efm gadcon..
SVN revision: 42540
2009-09-17 05:41:23 +00:00
Hannes Janetzek 5cee246020 gadcon:
- fix dnd of gadcon clients between gadcons
- apply fix from victor for gadcon client movements
- make layout algorithm orientation agnostic


SVN revision: 42539
2009-09-17 05:18:28 +00:00
Massimo Maiurana 7bd1b90598 updating french and italian translations
SVN revision: 42509
2009-09-16 10:43:06 +00:00
Hannes Janetzek 803083eade enable 'everything' by default. no keybinding decided yet
SVN revision: 42503
2009-09-15 22:18:57 +00:00
Hannes Janetzek 420316641a everything: show 'launch' action for non .desktop app items
SVN revision: 42497
2009-09-15 17:19:53 +00:00
Hannes Janetzek 28eac9678c fix warnings
SVN revision: 42476
2009-09-14 00:32:44 +00:00
Hannes Janetzek b212674d65 fix warnings
SVN revision: 42475
2009-09-14 00:31:07 +00:00
Hannes Janetzek f682217fba e_fm:
- show theme folder icons again
- remove mime fallback function.this is already handled by efreets mime fallback


SVN revision: 42473
2009-09-14 00:26:56 +00:00
Davide Andreoli 0f9b3d1b1e * Fix bug #390
uberpinguin: can you confirm?

SVN revision: 42471
2009-09-13 20:11:25 +00:00
Hannes Janetzek 0d754cef10 more work on e_remember.
SVN revision: 42458
2009-09-13 12:26:29 +00:00
Hannes Janetzek 71c60e2e11 fix possible segv in e_int_config_remembers
SVN revision: 42456
2009-09-13 10:32:35 +00:00
Massimo Maiurana 315bfc2e47 updating french and italian translations
SVN revision: 42455
2009-09-13 07:31:45 +00:00
Hannes Janetzek 1c23f38879 delete border remembers.. finally
SVN revision: 42444
2009-09-12 17:26:16 +00:00
Hannes Janetzek 5e2de9c09b refactor _e_border_cb_window_move_resize_reques. this screamed for a switch.
SVN revision: 42443
2009-09-12 15:51:44 +00:00
Hannes Janetzek b6836f77d0 refactor bd->changes.size evaluation
SVN revision: 42442
2009-09-12 15:24:28 +00:00
Hannes Janetzek f13cb425c1 factor duplicated ecore_evas_managed_move and ecore_x_icccm_move_resize_send
out to _e_border_client_move_resize_send(E_Border)


SVN revision: 42441
2009-09-12 13:53:43 +00:00
Hannes Janetzek be82a34929 simplify code. only refactoring
SVN revision: 42440
2009-09-12 13:18:02 +00:00
Hannes Janetzek 61124c9ee9 remember transient state - do not update
SVN revision: 42439
2009-09-12 12:42:13 +00:00
Hannes Janetzek ab9c3d8468 e_fm: find theme defined mime icons
SVN revision: 42436
2009-09-12 11:22:58 +00:00
Hannes Janetzek 7bcc49c2fe - fixed e_remember_default_match to set match values
since these are not set by e_remember_update anymore
- remove E_Remember parameter from e_remmber_update. 
  if update is possible bd->remember is already set
- do not overwrite bordername value of remember on update. 
  should only be set by conf_border dialog
- make sure on update that match values are set otherwise 
  delete remember 


SVN revision: 42435
2009-09-12 11:08:07 +00:00