Christopher Michael [Thu, 29 Dec 2005 14:51:25 +0000 (14:51 +0000)]
Many compiler warning clean-ups
SVN revision: 19372
Christopher Michael [Thu, 29 Dec 2005 14:46:29 +0000 (14:46 +0000)]
Export e_icon_canvas_reset function as e_fileman_smart.c needs it
SVN revision: 19371
Christopher Michael [Thu, 29 Dec 2005 14:37:43 +0000 (14:37 +0000)]
Export the e_icon_canvas_xy_freeze & e_icon_canvas_xy_thaw as e_fileman_smart.c is calling it
SVN revision: 19370
Christopher Michael [Thu, 29 Dec 2005 14:23:18 +0000 (14:23 +0000)]
Export the e_border_unmaximize_vh as e_actions.c and e_int_border_menu.c are calling it
SVN revision: 19369
Christopher Michael [Thu, 29 Dec 2005 14:11:16 +0000 (14:11 +0000)]
Remove unused variables to quiet compiler warnings.
SVN revision: 19368
Christopher Michael [Thu, 29 Dec 2005 14:00:00 +0000 (14:00 +0000)]
Add parens around truth value to quiet compiler warnings.
SVN revision: 19367
Christopher Michael [Thu, 29 Dec 2005 13:50:50 +0000 (13:50 +0000)]
Remove unused variables, Add E_GADMAN_CHANGE_EDGE & E_GADMAN_CHANGE_ZONE to e_gadget_face_cb_gmc_change; both to quiet compiler warnings.
SVN revision: 19366
Christopher Michael [Thu, 29 Dec 2005 13:42:44 +0000 (13:42 +0000)]
Add parens in e_border_maximize and add E_MAXIMIZE_VERTICAL & E_MAXIMIZE_HORIZONTAL to e_border_unmaximize; both to quiet compiler warnings.
SVN revision: 19365
Christopher Michael [Thu, 29 Dec 2005 13:29:51 +0000 (13:29 +0000)]
Moved unused variable (int i) to the comment block where it should be
SVN revision: 19364
Christopher Michael [Wed, 28 Dec 2005 22:38:11 +0000 (22:38 +0000)]
Attempt some order to the chaos that is Configuration Panel
SVN revision: 19355
codewarrior [Wed, 28 Dec 2005 22:00:12 +0000 (22:00 +0000)]
efm:
- patch from mista <rastamasta@gmx.de> to fix last line not showing in efm
SVN revision: 19352
Christopher Michael [Wed, 28 Dec 2005 20:53:15 +0000 (20:53 +0000)]
Add minor e_widget_slider bug
SVN revision: 19350
maiurana [Wed, 28 Dec 2005 19:48:46 +0000 (19:48 +0000)]
*** empty log message ***
SVN revision: 19349
Christopher Michael [Wed, 28 Dec 2005 17:29:18 +0000 (17:29 +0000)]
Remove module config dialogue bug
SVN revision: 19347
Christopher Michael [Wed, 28 Dec 2005 17:28:02 +0000 (17:28 +0000)]
Redesign Modules Configuration Dialogue.
Eliminates the BUG on TODO.
Radio Button Matrix:
Enabled == (Loaded && Enabled)
Loaded == (Loaded && !Enabled)
Unloaded == (!Loaded && !Enabled)
SVN revision: 19346
Christopher Michael [Wed, 28 Dec 2005 17:01:34 +0000 (17:01 +0000)]
Fix remove by label
SVN revision: 19345
rephorm [Wed, 28 Dec 2005 01:16:26 +0000 (01:16 +0000)]
don't call the callback on buttons that are disabled. this prevents some segfaults when clicking on disabled buttons.
also, clear up a few warnings.
SVN revision: 19334
Christopher Michael [Tue, 27 Dec 2005 23:44:16 +0000 (23:44 +0000)]
Fix e_ilist compile warning
SVN revision: 19330
Christopher Michael [Tue, 27 Dec 2005 22:57:41 +0000 (22:57 +0000)]
Fix remove by label
SVN revision: 19326
Christopher Michael [Tue, 27 Dec 2005 22:38:22 +0000 (22:38 +0000)]
Confirmed. This is a bug now.
SVN revision: 19325
Christopher Michael [Tue, 27 Dec 2005 22:21:39 +0000 (22:21 +0000)]
Add About to Advanced module dialogue
SVN revision: 19322
Christopher Michael [Tue, 27 Dec 2005 22:09:59 +0000 (22:09 +0000)]
Remove module dialog bug as load/unload works. Please resync your tree if your having a problem with it.
SVN revision: 19321
Christopher Michael [Tue, 27 Dec 2005 22:07:15 +0000 (22:07 +0000)]
Disabled Advanced in BG settings until we have something for it
SVN revision: 19320
Carsten Haitzler [Tue, 27 Dec 2005 17:16:58 +0000 (17:16 +0000)]
make symbol hiding actually work - fix some bugs, fixme's adjust bugs and
TODO, add exe history and actually use it etc.
SVN revision: 19313
Christopher Michael [Sun, 25 Dec 2005 11:20:29 +0000 (11:20 +0000)]
Remove unused variable
SVN revision: 19292
Christopher Michael [Sun, 25 Dec 2005 11:17:33 +0000 (11:17 +0000)]
Minor fix for Default theme not being selected in the menu on first run
SVN revision: 19291
Christopher Michael [Sun, 25 Dec 2005 10:20:25 +0000 (10:20 +0000)]
Destroy list when finished
SVN revision: 19290
Christopher Michael [Sat, 24 Dec 2005 20:01:03 +0000 (20:01 +0000)]
Remove unused protos. Cleanups
SVN revision: 19287
Christopher Michael [Sat, 24 Dec 2005 19:47:42 +0000 (19:47 +0000)]
Remove unused proto
SVN revision: 19286
Christopher Michael [Sat, 24 Dec 2005 18:50:23 +0000 (18:50 +0000)]
Oops...Use correct list variable
SVN revision: 19285
Christopher Michael [Fri, 23 Dec 2005 01:11:27 +0000 (01:11 +0000)]
Removed unused typedef
SVN revision: 19258
moom16 [Fri, 23 Dec 2005 00:03:44 +0000 (00:03 +0000)]
* Fix the theme of the disabled button when it's scaled
SVN revision: 19255
Christopher Michael [Thu, 22 Dec 2005 23:41:46 +0000 (23:41 +0000)]
Make module config dialogue resizeable
SVN revision: 19252
Christopher Michael [Thu, 22 Dec 2005 23:02:12 +0000 (23:02 +0000)]
Fix Close Button
SVN revision: 19249
Christopher Michael [Thu, 22 Dec 2005 22:40:21 +0000 (22:40 +0000)]
Rewrite e_int_config_modules.c.
This fixes the segfault issues people were having.
Recommend resyncing your E codebase with current cvs as this uses newer
e_widget_ilist functions that I committed earlier.
SVN revision: 19248
Christopher Michael [Thu, 22 Dec 2005 21:08:34 +0000 (21:08 +0000)]
Rename e_ilist_select_* functions to be e_ilist_selected_* as this seems
more intuitive.
Update e_int_config_theme.c for this change.
Update e_int_config_background.c for this change.
Update e_int_border_border.c for this change.
Added e_ilist_remove_num to remove entries by number.
Added e_widget_ilist_remove_num.
Added e_ilist_remove_label to remove entries by label.
Added e_widget_ilist_remove_label.
Added e_ilist_selected_label_get to retrieve the selected items label.
Added e_widget_ilist_selected_label_get.
SVN revision: 19245
maiurana [Thu, 22 Dec 2005 11:41:39 +0000 (11:41 +0000)]
*** empty log message ***
SVN revision: 19232
Carsten Haitzler [Wed, 21 Dec 2005 16:56:33 +0000 (16:56 +0000)]
hmm - most modules were disabled by default. fix!
SVN revision: 19218
Carsten Haitzler [Wed, 21 Dec 2005 09:49:06 +0000 (09:49 +0000)]
segv--
SVN revision: 19201
Carsten Haitzler [Wed, 21 Dec 2005 09:11:18 +0000 (09:11 +0000)]
formatting
SVN revision: 19200
Christopher Michael [Wed, 21 Dec 2005 06:38:50 +0000 (06:38 +0000)]
Add Close button to Configure Panel
SVN revision: 19199
Christopher Michael [Wed, 21 Dec 2005 06:37:58 +0000 (06:37 +0000)]
Add Close button to Configure Panel and center text
SVN revision: 19198
Carsten Haitzler [Wed, 21 Dec 2005 04:48:20 +0000 (04:48 +0000)]
jesse's module patch - quickly in.
SVN revision: 19197
Carsten Haitzler [Wed, 21 Dec 2005 02:45:24 +0000 (02:45 +0000)]
cancel renamed to close.
SVN revision: 19194
Christopher Michael [Tue, 20 Dec 2005 23:07:52 +0000 (23:07 +0000)]
Basic Dropshadow Config Dialogue. Still needs work
SVN revision: 19188
Emfox Zhou [Tue, 20 Dec 2005 07:33:27 +0000 (07:33 +0000)]
update zh_CN translation.
SVN revision: 19176
rephorm [Tue, 20 Dec 2005 02:38:47 +0000 (02:38 +0000)]
add an about button to the modules config
SVN revision: 19168
Michael Jennings [Tue, 20 Dec 2005 02:27:59 +0000 (02:27 +0000)]
Mon Dec 19 21:35:51 2005 Michael Jennings (mej)
Oops, didn't mean to change the spec files.
----------------------------------------------------------------------
SVN revision: 19167
Michael Jennings [Tue, 20 Dec 2005 02:19:59 +0000 (02:19 +0000)]
Mon Dec 19 21:27:49 2005 Michael Jennings (mej)
Modules moved.
----------------------------------------------------------------------
SVN revision: 19166
rephorm [Tue, 20 Dec 2005 02:05:01 +0000 (02:05 +0000)]
its a good idea to initialize pointers before using them.
(why this worked for _anyone_ is beyond me...)
SVN revision: 19165
Christopher Michael [Tue, 20 Dec 2005 01:01:52 +0000 (01:01 +0000)]
Add icons for Desktop, Menu, and Window in Configuration Panel
SVN revision: 19164
Christopher Michael [Tue, 20 Dec 2005 00:44:42 +0000 (00:44 +0000)]
More Formatting...man this was a mess
SVN revision: 19163
Christopher Michael [Tue, 20 Dec 2005 00:32:21 +0000 (00:32 +0000)]
Formatting
SVN revision: 19162
troback [Mon, 19 Dec 2005 20:20:56 +0000 (20:20 +0000)]
- new konfiguration pannel added
SVN revision: 19157
Christopher Michael [Mon, 19 Dec 2005 18:34:25 +0000 (18:34 +0000)]
Patch from Tobias Glenstrup for Celcius fixes
SVN revision: 19150
rephorm [Mon, 19 Dec 2005 17:23:03 +0000 (17:23 +0000)]
add me
SVN revision: 19149
codewarrior [Mon, 19 Dec 2005 14:42:43 +0000 (14:42 +0000)]
- misc checks
- add theme selector (basic mode only) from Chady
SVN revision: 19148
codewarrior [Mon, 19 Dec 2005 14:11:28 +0000 (14:11 +0000)]
EFM:
- e_icon_canvas cleanup and more work on white bug problem
SVN revision: 19145
codewarrior [Mon, 19 Dec 2005 13:05:23 +0000 (13:05 +0000)]
EFM:
- fix white window bug. please confirm if you still get it.
SVN revision: 19141
Carsten Haitzler [Mon, 19 Dec 2005 04:27:41 +0000 (04:27 +0000)]
bug note
SVN revision: 19139
Christopher Michael [Mon, 19 Dec 2005 00:32:30 +0000 (00:32 +0000)]
Shhh..thanks onefang
SVN revision: 19126
rephorm [Sun, 18 Dec 2005 21:43:59 +0000 (21:43 +0000)]
When setting a border's zone, move it inside the zone if it isn't already. This fixes border dragging from a pager in one zone to a pager in another.
SVN revision: 19122
rephorm [Sun, 18 Dec 2005 21:06:37 +0000 (21:06 +0000)]
Allow gadgets to either be 1 per container (default) or 1 per zone (like the pager).
SVN revision: 19120
rephorm [Sun, 18 Dec 2005 19:46:38 +0000 (19:46 +0000)]
clarify multizone pager bug a bit.
bugs++
SVN revision: 19117
Carsten Haitzler [Sun, 18 Dec 2005 14:21:25 +0000 (14:21 +0000)]
updates from kojouharov :)
SVN revision: 19112
codewarrior [Sun, 18 Dec 2005 10:44:55 +0000 (10:44 +0000)]
background selector:
- get initial background selector working (thanks chady)
- todo: advanced mode
SVN revision: 19109
maiurana [Sun, 18 Dec 2005 10:27:09 +0000 (10:27 +0000)]
*** empty log message ***
SVN revision: 19108
rephorm [Sun, 18 Dec 2005 07:37:53 +0000 (07:37 +0000)]
pass a single struct to e_gadget_new() instead of a ton of functions.
SVN revision: 19107
Christopher Michael [Sun, 18 Dec 2005 06:33:14 +0000 (06:33 +0000)]
Rename e_int_config calls to avoid E namespace conflicts
SVN revision: 19105
Carsten Haitzler [Sun, 18 Dec 2005 02:55:47 +0000 (02:55 +0000)]
haga san's latest ja.po
SVN revision: 19099
Christopher Michael [Sat, 17 Dec 2005 23:24:36 +0000 (23:24 +0000)]
Update which config properties have GUI
SVN revision: 19098
Christopher Michael [Sat, 17 Dec 2005 22:57:15 +0000 (22:57 +0000)]
Fix Autosize Bug When Ibox is at top or bottom of screen
SVN revision: 19097
Christopher Michael [Sat, 17 Dec 2005 22:09:53 +0000 (22:09 +0000)]
Change Module To Configuration in the dialogue
SVN revision: 19096
Christopher Michael [Sat, 17 Dec 2005 22:02:05 +0000 (22:02 +0000)]
Clean up e_mod_config.c
SVN revision: 19095
Christopher Michael [Sat, 17 Dec 2005 21:16:38 +0000 (21:16 +0000)]
Updated module to use the dialog that raster designed. :) Some Cleanups
SVN revision: 19091
Christopher Michael [Sat, 17 Dec 2005 20:54:52 +0000 (20:54 +0000)]
Re-Enable Edit Mode. Make e_modapi_config use the same configure call as menu->configuration method. Updated e_mod_config.c to use the dialog that raster designed. :)
SVN revision: 19090
Carsten Haitzler [Sat, 17 Dec 2005 11:21:54 +0000 (11:21 +0000)]
module config dialog
SVN revision: 19089
Carsten Haitzler [Sat, 17 Dec 2005 10:18:48 +0000 (10:18 +0000)]
digiclock patch
SVN revision: 19088
Carsten Haitzler [Sat, 17 Dec 2005 10:18:47 +0000 (10:18 +0000)]
digiclock patch
SVN revision: 19087
Christopher Michael [Sat, 17 Dec 2005 02:24:04 +0000 (02:24 +0000)]
More User Friendly Work & Formatting
SVN revision: 19084
Christopher Michael [Sat, 17 Dec 2005 02:14:19 +0000 (02:14 +0000)]
Add Config Panel Dialogue For Menu Settings
SVN revision: 19083
Christopher Michael [Fri, 16 Dec 2005 23:53:09 +0000 (23:53 +0000)]
Small Bugfix for Temperature Module
SVN revision: 19079
Christopher Michael [Fri, 16 Dec 2005 21:04:58 +0000 (21:04 +0000)]
Remove unused function prototype. Formatting
SVN revision: 19077
Christopher Michael [Fri, 16 Dec 2005 20:57:24 +0000 (20:57 +0000)]
Pager Config Dialogue :)
SVN revision: 19076
Christopher Michael [Fri, 16 Dec 2005 17:55:40 +0000 (17:55 +0000)]
Make config dialogue more user friendly
SVN revision: 19075
nielsabspoel [Fri, 16 Dec 2005 09:57:00 +0000 (09:57 +0000)]
fix dutch translation sorry
SVN revision: 19073
Christopher Michael [Fri, 16 Dec 2005 05:21:12 +0000 (05:21 +0000)]
Updated Battery Config Dialogue. Opinions ?
SVN revision: 19068
Christopher Michael [Fri, 16 Dec 2005 04:35:49 +0000 (04:35 +0000)]
Remove unused function proto.
SVN revision: 19067
Christopher Michael [Fri, 16 Dec 2005 04:34:47 +0000 (04:34 +0000)]
Add Tobb's Ibox Patch: Don't move follower around when moving the ibox in edit mode
SVN revision: 19066
Christopher Michael [Fri, 16 Dec 2005 04:29:16 +0000 (04:29 +0000)]
Add Tobb's Pager Patch: Fix pager tried to resize itself on resolution change
SVN revision: 19065
Carsten Haitzler [Fri, 16 Dec 2005 02:37:14 +0000 (02:37 +0000)]
nl.po parse error - fix!
SVN revision: 19061
nielsabspoel [Fri, 16 Dec 2005 01:45:53 +0000 (01:45 +0000)]
update dutch translation of enlightenment 16 december 2005
SVN revision: 19060
Christopher Michael [Fri, 16 Dec 2005 00:54:30 +0000 (00:54 +0000)]
Update Makefile.am for config dialogue
SVN revision: 19053
Christopher Michael [Thu, 15 Dec 2005 23:46:01 +0000 (23:46 +0000)]
Added Patch from Tobb to remove resizing/moving of the follower while in edit mode
SVN revision: 19052
Christopher Michael [Thu, 15 Dec 2005 22:37:14 +0000 (22:37 +0000)]
Add clock config dialogue :)
SVN revision: 19050
Christopher Michael [Thu, 15 Dec 2005 22:33:56 +0000 (22:33 +0000)]
Fix clock config. Thanks onefang.
SVN revision: 19049
Christopher Michael [Thu, 15 Dec 2005 22:05:58 +0000 (22:05 +0000)]
Removed unused function
SVN revision: 19047
Carsten Haitzler [Thu, 15 Dec 2005 10:17:02 +0000 (10:17 +0000)]
obj ref problem! fix!
SVN revision: 19041
Carsten Haitzler [Thu, 15 Dec 2005 07:12:00 +0000 (07:12 +0000)]
centralise getting icon evas object from app
SVN revision: 19038
Carsten Haitzler [Thu, 15 Dec 2005 04:29:38 +0000 (04:29 +0000)]
exebuf has its own config for gui setup
SVN revision: 19035