Commit Graph

3579 Commits

Author SHA1 Message Date
Christopher Michael 8ca105b52f Patch from saturn_vk for adding an action and key-binding (set
through config dialog) which allows to "Show Desktop" by
iconifying/uniconifying all active borders.

(Tested heavily, no problems.)


SVN revision: 23118
2006-06-03 10:19:11 +00:00
Christopher Michael f276c3d704 Remove window border menu raise/lower item.
SVN revision: 23109
2006-06-03 02:48:31 +00:00
Christopher Michael be57f30d3b Add Raise/Lower to window border menu.
SVN revision: 23108
2006-06-03 02:47:54 +00:00
Christopher Michael 0a15188c11 Removed shelf config dialog todo item.
SVN revision: 23107
2006-06-03 02:27:51 +00:00
Christopher Michael 284085fd70 Rework Shelf Config dialog, giving it a basic and advanced mode.
Advanced mode contains everything, basic mode just has size and style.


SVN revision: 23106
2006-06-03 02:27:13 +00:00
Christopher Michael 88b38caf30 Removed the FIXME: Icon preferences comment.
SVN revision: 23105
2006-06-03 01:50:19 +00:00
Christopher Michael 738604bb20 IBox now has config options for setting what is displayed in icon label.
Note: May need to "grandma"-ize this :)


SVN revision: 23104
2006-06-03 01:49:33 +00:00
sndev d13e0da18a Improving ibox.
* New config options that allow to show iconified wins from all zones/current zone/all zone desktops/current zone desktop.
* fixing multiple config dialogs issue. Only one config dialog is allowed per module instance.


SVN revision: 23103
2006-06-03 00:03:09 +00:00
kaethorn 590b5ac93d Include .eap files in enlightenment debian package.
SVN revision: 23098
2006-06-02 20:27:25 +00:00
Christopher Michael 832c7ca22d Remove the "Icon Name" default text from the edc.
If the user selects an eap field to display in ibar label, and that
field contained no data, the "Icon Name" text was printed instead.


SVN revision: 23097
2006-06-02 19:12:25 +00:00
Christopher Michael ab1188e724 IBar todo items finished.
The ibar config dialog may need some rewording.


SVN revision: 23096
2006-06-02 19:10:20 +00:00
Christopher Michael 5ba5902c22 Added ability to create/delete bar sources in config dialog now.
Uses new e_entry_dialog code.
Added ability to select which eap field is shown in the label.

This removes TODO items for ibar :)


SVN revision: 23095
2006-06-02 19:09:08 +00:00
Christopher Michael 057af1edf4 Added an entry dialog ala confirm dialog for getting user input.
Currently used in ibar config dialog for adding/removing bar sources.


SVN revision: 23094
2006-06-02 19:07:50 +00:00
Massimo Maiurana 3275a89000 *** empty log message ***
SVN revision: 23092
2006-06-02 18:39:27 +00:00
Carsten Haitzler a8c4ea7208 enable/disable module works again :)
SVN revision: 23078
2006-06-02 05:15:03 +00:00
sndev 44efb14c21 * making the code easier
* allowing to add gccs directly to a gc->clients, instead of local evas_list.


SVN revision: 23072
2006-06-01 22:16:29 +00:00
Carsten Haitzler 36dad3c9f5 and make module config dialog work again :)
SVN revision: 23046
2006-06-01 06:57:32 +00:00
Carsten Haitzler 3a2144cad0 nice little overhaul of module related stuff. moduels now finally RELY on
module.eap files being installed - and using the e_apps api to load them and
ask for a name. Also icon is expected to be in this file too and i have
removed the info func call from modules as well as config_menu, module menus,
and other cruft in moduel structs. this also means revving the module api
version and saving users from a "if i recompile it will work" thing. :)
moduels need serious updates, not just a recompile for this. your modules
WILL break.


SVN revision: 23045
2006-06-01 06:44:37 +00:00
Carsten Haitzler f0ae0e8d64 limit place coord to within the zone.
SVN revision: 23044
2006-06-01 05:43:54 +00:00
sebastid a75b750f14 Don't use strlen to check for empty string
SVN revision: 23043
2006-06-01 05:27:25 +00:00
sebastid 6d775e62d2 Don't use strlen to check for empty string
SVN revision: 23042
2006-06-01 05:15:05 +00:00
Carsten Haitzler 59a12c9d5d remove really evil/bad code int he desklock config dialog. don't go digging
and recreating internal widget data - you need a feature - add it to the
widget, or use existing ones. password mode disabled because it's just a bad
buggy hack. see comments.


SVN revision: 23041
2006-06-01 04:09:33 +00:00
Stafford Mitchell Horne 049f2aae52 Add macro for N_ for marking string for translation
* Can be used to get static context strings translated
 * I guess this is the best way to do it, see here:
   http://www.gnu.org/software/gettext/manual/html_node/gettext_153.html
   http://www.gnu.org/software/gettext/manual/html_node/gettext_19.html


SVN revision: 23039
2006-05-31 22:51:24 +00:00
sebastid 715a64d5fe Fix warnings
SVN revision: 23032
2006-05-31 18:58:26 +00:00
sebastid c2d2b54e25 Remove unused variables
SVN revision: 23031
2006-05-31 18:44:18 +00:00
sebastid ec5cc36312 Fix paranthesis
SVN revision: 23030
2006-05-31 18:43:48 +00:00
sebastid 1487a2d788 Fix warnings
SVN revision: 23029
2006-05-31 18:41:37 +00:00
sebastid 7cafc0a578 Use correct function when fetching zone.
SVN revision: 23026
2006-05-31 16:46:02 +00:00
sebastid 5d8422e41a Use E_NEW macro
SVN revision: 23025
2006-05-31 16:31:52 +00:00
sebastid 9cb379777f Add const
SVN revision: 23024
2006-05-31 16:31:51 +00:00
sebastid 7c51b35764 Add const
SVN revision: 23023
2006-05-31 16:19:11 +00:00
sebastid 9ce88beab7 Add const modifiers
SVN revision: 23022
2006-05-31 16:12:16 +00:00
sebastid 2faf4a5ab6 Add some const modifiers to quiet warnings.
Remove unused variables.


SVN revision: 23021
2006-05-31 16:07:22 +00:00
sebastid db3c3b8da7 Clean warnings
SVN revision: 23020
2006-05-31 15:47:31 +00:00
sebastid 0c0c0bbed5 Clean compiler warnings
SVN revision: 23019
2006-05-31 15:46:44 +00:00
Stafford Mitchell Horne 04a89312f9 Make config list buttons thinner. This is so longer text labels which
do not wrap wont affect the layout.


SVN revision: 23017
2006-05-31 00:32:26 +00:00
Stafford Mitchell Horne c4a4f8ee9b Modules should use the module text classes.
SVN revision: 23014
2006-05-30 23:39:23 +00:00
sndev f283545354 * Preventing to have more than 1 config dialog per shelf, when it is
launched via E config panel.


SVN revision: 23013
2006-05-30 21:27:52 +00:00
troback c2636c7061 - update
SVN revision: 23006
2006-05-30 12:36:14 +00:00
Carsten Haitzler ecb5f317b4 7--
SVN revision: 22994
2006-05-29 21:32:30 +00:00
Carsten Haitzler e3a5d7ad2d start on a long awaited TODO item - a window properties dialog - that will
let u know what e thinks about this window... just some of ICCCM for now.


SVN revision: 22983
2006-05-29 07:35:41 +00:00
e-taro d4d39de98b e17 bg.po update (Luchezar P. Petkov)
SVN revision: 22980
2006-05-28 22:00:34 +00:00
e-taro 8c84bde372 e17 ja.po update (Yasufumi Haga)
SVN revision: 22972
2006-05-28 15:28:53 +00:00
sndev 5053c4367e oooppps. NULL check was not performed => strange items in the list :)
SVN revision: 22967
2006-05-28 11:28:14 +00:00
sndev 7370ced84f * Focus window on uniconify.
SVN revision: 22939
2006-05-27 22:58:09 +00:00
sndev 6e06ed9318 * Allow the E_EVENT_FOCUS_IN/OUT to be sent iff the focus is set explicitly.
Otherwise, the event is set on each focus callback, not even if the border
already has focus.

* Do not like autoapply in keybinding dialog. :)


SVN revision: 22926
2006-05-27 17:09:08 +00:00
Massimo Maiurana 9cbe86aeb1 *** empty log message ***
SVN revision: 22922
2006-05-27 14:02:04 +00:00
Christopher Michael f7c1dede27 Disable Advanced in Configuration Dialogs config dialog as Auto-Apply is
currently disabled.

Re-enable if/when auto-apply goes back in.


SVN revision: 22892
2006-05-25 16:30:43 +00:00
Christopher Michael da0f51c1ef Fix long-standing issue with Window Display config dialog that has been
driving me crazy.
	- Keep Window Geometry Info option in sync between Basic and Advanced.


SVN revision: 22891
2006-05-25 16:14:10 +00:00
Christopher Michael c98d4c14d3 Removed IBox Labels optional from TODO.
SVN revision: 22888
2006-05-25 13:26:47 +00:00