platform/upstream/enlightenment.git
18 years agoRemove unused variables
Christopher Michael [Thu, 29 Dec 2005 15:56:30 +0000 (15:56 +0000)]
Remove unused variables

SVN revision: 19380

18 years agoRemove unused variables. Fix reuse of a variable and various warnings
Christopher Michael [Thu, 29 Dec 2005 15:51:16 +0000 (15:51 +0000)]
Remove unused variables. Fix reuse of a variable and various warnings

SVN revision: 19379

18 years agoRemove unused variables
Christopher Michael [Thu, 29 Dec 2005 15:38:08 +0000 (15:38 +0000)]
Remove unused variables

SVN revision: 19378

18 years agoExport hilight callback
Christopher Michael [Thu, 29 Dec 2005 15:34:47 +0000 (15:34 +0000)]
Export hilight callback

SVN revision: 19377

18 years agoRemove unused variables
Christopher Michael [Thu, 29 Dec 2005 15:19:22 +0000 (15:19 +0000)]
Remove unused variables

SVN revision: 19376

18 years agoFix no return in function returning non-void. Remove unused variables
Christopher Michael [Thu, 29 Dec 2005 15:07:50 +0000 (15:07 +0000)]
Fix no return in function returning non-void. Remove unused variables

SVN revision: 19375

18 years agoComment out unused function proto
Christopher Michael [Thu, 29 Dec 2005 15:05:14 +0000 (15:05 +0000)]
Comment out unused function proto

SVN revision: 19374

18 years agoExport e_entry_unfocus, not e_entry_focus twice :)
Christopher Michael [Thu, 29 Dec 2005 15:03:04 +0000 (15:03 +0000)]
Export e_entry_unfocus, not e_entry_focus twice :)

SVN revision: 19373

18 years agoMany compiler warning clean-ups
Christopher Michael [Thu, 29 Dec 2005 14:51:25 +0000 (14:51 +0000)]
Many compiler warning clean-ups

SVN revision: 19372

18 years agoExport e_icon_canvas_reset function as e_fileman_smart.c needs it
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

18 years agoExport the e_icon_canvas_xy_freeze & e_icon_canvas_xy_thaw as e_fileman_smart.c is...
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

18 years agoExport the e_border_unmaximize_vh as e_actions.c and e_int_border_menu.c are calling it
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

18 years agoRemove unused variables to quiet compiler warnings.
Christopher Michael [Thu, 29 Dec 2005 14:11:16 +0000 (14:11 +0000)]
Remove unused variables to quiet compiler warnings.

SVN revision: 19368

18 years agoAdd parens around truth value to quiet compiler warnings.
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

18 years agoRemove unused variables, Add E_GADMAN_CHANGE_EDGE & E_GADMAN_CHANGE_ZONE to e_gadget_...
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

18 years agoAdd parens in e_border_maximize and add E_MAXIMIZE_VERTICAL & E_MAXIMIZE_HORIZONTAL...
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

18 years agoMoved unused variable (int i) to the comment block where it should be
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

18 years agoAttempt some order to the chaos that is Configuration Panel
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

18 years agoefm:
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

18 years agoAdd minor e_widget_slider bug
Christopher Michael [Wed, 28 Dec 2005 20:53:15 +0000 (20:53 +0000)]
Add minor e_widget_slider bug

SVN revision: 19350

18 years ago*** empty log message ***
maiurana [Wed, 28 Dec 2005 19:48:46 +0000 (19:48 +0000)]
*** empty log message ***

SVN revision: 19349

18 years agoRemove module config dialogue bug
Christopher Michael [Wed, 28 Dec 2005 17:29:18 +0000 (17:29 +0000)]
Remove module config dialogue bug

SVN revision: 19347

18 years agoRedesign Modules Configuration Dialogue.
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

18 years agoFix remove by label
Christopher Michael [Wed, 28 Dec 2005 17:01:34 +0000 (17:01 +0000)]
Fix remove by label

SVN revision: 19345

18 years agodon't call the callback on buttons that are disabled. this prevents some segfaults...
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

18 years agoFix e_ilist compile warning
Christopher Michael [Tue, 27 Dec 2005 23:44:16 +0000 (23:44 +0000)]
Fix e_ilist compile warning

SVN revision: 19330

18 years agoFix remove by label
Christopher Michael [Tue, 27 Dec 2005 22:57:41 +0000 (22:57 +0000)]
Fix remove by label

SVN revision: 19326

18 years agoConfirmed. This is a bug now.
Christopher Michael [Tue, 27 Dec 2005 22:38:22 +0000 (22:38 +0000)]
Confirmed. This is a bug now.

SVN revision: 19325

18 years agoAdd About to Advanced module dialogue
Christopher Michael [Tue, 27 Dec 2005 22:21:39 +0000 (22:21 +0000)]
Add About to Advanced module dialogue

SVN revision: 19322

18 years agoRemove module dialog bug as load/unload works. Please resync your tree if your having...
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

18 years agoDisabled Advanced in BG settings until we have something for it
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

18 years agomake symbol hiding actually work - fix some bugs, fixme's adjust bugs and
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

18 years agoRemove unused variable
Christopher Michael [Sun, 25 Dec 2005 11:20:29 +0000 (11:20 +0000)]
Remove unused variable

SVN revision: 19292

18 years agoMinor fix for Default theme not being selected in the menu on first run
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

18 years agoDestroy list when finished
Christopher Michael [Sun, 25 Dec 2005 10:20:25 +0000 (10:20 +0000)]
Destroy list when finished

SVN revision: 19290

18 years agoRemove unused protos. Cleanups
Christopher Michael [Sat, 24 Dec 2005 20:01:03 +0000 (20:01 +0000)]
Remove unused protos. Cleanups

SVN revision: 19287

18 years agoRemove unused proto
Christopher Michael [Sat, 24 Dec 2005 19:47:42 +0000 (19:47 +0000)]
Remove unused proto

SVN revision: 19286

18 years agoOops...Use correct list variable
Christopher Michael [Sat, 24 Dec 2005 18:50:23 +0000 (18:50 +0000)]
Oops...Use correct list variable

SVN revision: 19285

18 years agoRemoved unused typedef
Christopher Michael [Fri, 23 Dec 2005 01:11:27 +0000 (01:11 +0000)]
Removed unused typedef

SVN revision: 19258

18 years ago* Fix the theme of the disabled button when it's scaled
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

18 years agoMake module config dialogue resizeable
Christopher Michael [Thu, 22 Dec 2005 23:41:46 +0000 (23:41 +0000)]
Make module config dialogue resizeable

SVN revision: 19252

18 years agoFix Close Button
Christopher Michael [Thu, 22 Dec 2005 23:02:12 +0000 (23:02 +0000)]
Fix Close Button

SVN revision: 19249

18 years agoRewrite e_int_config_modules.c.
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

18 years agoRename e_ilist_select_* functions to be e_ilist_selected_* as this seems
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

18 years ago*** empty log message ***
maiurana [Thu, 22 Dec 2005 11:41:39 +0000 (11:41 +0000)]
*** empty log message ***

SVN revision: 19232

18 years agohmm - most modules were disabled by default. fix!
Carsten Haitzler [Wed, 21 Dec 2005 16:56:33 +0000 (16:56 +0000)]
hmm - most modules were disabled by default. fix!

SVN revision: 19218

18 years agosegv--
Carsten Haitzler [Wed, 21 Dec 2005 09:49:06 +0000 (09:49 +0000)]
segv--

SVN revision: 19201

18 years agoformatting
Carsten Haitzler [Wed, 21 Dec 2005 09:11:18 +0000 (09:11 +0000)]
formatting

SVN revision: 19200

18 years agoAdd Close button to Configure Panel
Christopher Michael [Wed, 21 Dec 2005 06:38:50 +0000 (06:38 +0000)]
Add Close button to Configure Panel

SVN revision: 19199

18 years agoAdd Close button to Configure Panel and center text
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

18 years agojesse's module patch - quickly in.
Carsten Haitzler [Wed, 21 Dec 2005 04:48:20 +0000 (04:48 +0000)]
jesse's module patch - quickly in.

SVN revision: 19197

18 years agocancel renamed to close.
Carsten Haitzler [Wed, 21 Dec 2005 02:45:24 +0000 (02:45 +0000)]
cancel renamed to close.

SVN revision: 19194

18 years agoBasic Dropshadow Config Dialogue. Still needs work
Christopher Michael [Tue, 20 Dec 2005 23:07:52 +0000 (23:07 +0000)]
Basic Dropshadow Config Dialogue. Still needs work

SVN revision: 19188

18 years agoupdate zh_CN translation.
Emfox Zhou [Tue, 20 Dec 2005 07:33:27 +0000 (07:33 +0000)]
update zh_CN translation.

SVN revision: 19176

18 years agoadd an about button to the modules config
rephorm [Tue, 20 Dec 2005 02:38:47 +0000 (02:38 +0000)]
add an about button to the modules config

SVN revision: 19168

18 years agoMon Dec 19 21:35:51 2005 Michael Jennings (mej)
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

18 years agoMon Dec 19 21:27:49 2005 Michael Jennings (mej)
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

18 years agoits a good idea to initialize pointers before using them.
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

18 years agoAdd icons for Desktop, Menu, and Window in Configuration Panel
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

18 years agoMore Formatting...man this was a mess
Christopher Michael [Tue, 20 Dec 2005 00:44:42 +0000 (00:44 +0000)]
More Formatting...man this was a mess

SVN revision: 19163

18 years agoFormatting
Christopher Michael [Tue, 20 Dec 2005 00:32:21 +0000 (00:32 +0000)]
Formatting

SVN revision: 19162

18 years ago - new konfiguration pannel added
troback [Mon, 19 Dec 2005 20:20:56 +0000 (20:20 +0000)]
 - new konfiguration pannel added

SVN revision: 19157

18 years agoPatch from Tobias Glenstrup for Celcius fixes
Christopher Michael [Mon, 19 Dec 2005 18:34:25 +0000 (18:34 +0000)]
Patch from Tobias Glenstrup for Celcius fixes

SVN revision: 19150

18 years agoadd me
rephorm [Mon, 19 Dec 2005 17:23:03 +0000 (17:23 +0000)]
add me

SVN revision: 19149

18 years ago- misc checks
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

18 years agoEFM:
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

18 years agoEFM:
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

18 years agobug note
Carsten Haitzler [Mon, 19 Dec 2005 04:27:41 +0000 (04:27 +0000)]
bug note

SVN revision: 19139

18 years agoShhh..thanks onefang
Christopher Michael [Mon, 19 Dec 2005 00:32:30 +0000 (00:32 +0000)]
Shhh..thanks onefang

SVN revision: 19126

18 years agoWhen setting a border's zone, move it inside the zone if it isn't already. This fixes...
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

18 years agoAllow gadgets to either be 1 per container (default) or 1 per zone (like the pager).
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

18 years agoclarify multizone pager bug a bit.
rephorm [Sun, 18 Dec 2005 19:46:38 +0000 (19:46 +0000)]
clarify multizone pager bug a bit.
bugs++

SVN revision: 19117

18 years agoupdates from kojouharov :)
Carsten Haitzler [Sun, 18 Dec 2005 14:21:25 +0000 (14:21 +0000)]
updates from kojouharov :)

SVN revision: 19112

18 years agobackground selector:
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

18 years ago*** empty log message ***
maiurana [Sun, 18 Dec 2005 10:27:09 +0000 (10:27 +0000)]
*** empty log message ***

SVN revision: 19108

18 years agopass a single struct to e_gadget_new() instead of a ton of functions.
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

18 years agoRename e_int_config calls to avoid E namespace conflicts
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

18 years agohaga san's latest ja.po
Carsten Haitzler [Sun, 18 Dec 2005 02:55:47 +0000 (02:55 +0000)]
haga san's latest ja.po

SVN revision: 19099

18 years agoUpdate which config properties have GUI
Christopher Michael [Sat, 17 Dec 2005 23:24:36 +0000 (23:24 +0000)]
Update which config properties have GUI

SVN revision: 19098

18 years agoFix Autosize Bug When Ibox is at top or bottom of screen
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

18 years agoChange Module To Configuration in the dialogue
Christopher Michael [Sat, 17 Dec 2005 22:09:53 +0000 (22:09 +0000)]
Change Module To Configuration in the dialogue

SVN revision: 19096

18 years agoClean up e_mod_config.c
Christopher Michael [Sat, 17 Dec 2005 22:02:05 +0000 (22:02 +0000)]
Clean up e_mod_config.c

SVN revision: 19095

18 years agoUpdated module to use the dialog that raster designed. :) Some Cleanups
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

18 years agoRe-Enable Edit Mode. Make e_modapi_config use the same configure call as menu->config...
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

18 years agomodule config dialog
Carsten Haitzler [Sat, 17 Dec 2005 11:21:54 +0000 (11:21 +0000)]
module config dialog

SVN revision: 19089

18 years agodigiclock patch
Carsten Haitzler [Sat, 17 Dec 2005 10:18:48 +0000 (10:18 +0000)]
digiclock patch

SVN revision: 19088

18 years agodigiclock patch
Carsten Haitzler [Sat, 17 Dec 2005 10:18:47 +0000 (10:18 +0000)]
digiclock patch

SVN revision: 19087

18 years agoMore User Friendly Work & Formatting
Christopher Michael [Sat, 17 Dec 2005 02:24:04 +0000 (02:24 +0000)]
More User Friendly Work & Formatting

SVN revision: 19084

18 years agoAdd Config Panel Dialogue For Menu Settings
Christopher Michael [Sat, 17 Dec 2005 02:14:19 +0000 (02:14 +0000)]
Add Config Panel Dialogue For Menu Settings

SVN revision: 19083

18 years agoSmall Bugfix for Temperature Module
Christopher Michael [Fri, 16 Dec 2005 23:53:09 +0000 (23:53 +0000)]
Small Bugfix for Temperature Module

SVN revision: 19079

18 years agoRemove unused function prototype. Formatting
Christopher Michael [Fri, 16 Dec 2005 21:04:58 +0000 (21:04 +0000)]
Remove unused function prototype. Formatting

SVN revision: 19077

18 years agoPager Config Dialogue :)
Christopher Michael [Fri, 16 Dec 2005 20:57:24 +0000 (20:57 +0000)]
Pager Config Dialogue :)

SVN revision: 19076

18 years agoMake config dialogue more user friendly
Christopher Michael [Fri, 16 Dec 2005 17:55:40 +0000 (17:55 +0000)]
Make config dialogue more user friendly

SVN revision: 19075

18 years agofix dutch translation sorry
nielsabspoel [Fri, 16 Dec 2005 09:57:00 +0000 (09:57 +0000)]
fix dutch translation sorry

SVN revision: 19073

18 years agoUpdated Battery Config Dialogue. Opinions ?
Christopher Michael [Fri, 16 Dec 2005 05:21:12 +0000 (05:21 +0000)]
Updated Battery Config Dialogue. Opinions ?

SVN revision: 19068

18 years agoRemove unused function proto.
Christopher Michael [Fri, 16 Dec 2005 04:35:49 +0000 (04:35 +0000)]
Remove unused function proto.

SVN revision: 19067

18 years agoAdd Tobb's Ibox Patch: Don't move follower around when moving the ibox in edit mode
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

18 years agoAdd Tobb's Pager Patch: Fix pager tried to resize itself on resolution change
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

18 years agonl.po parse error - fix!
Carsten Haitzler [Fri, 16 Dec 2005 02:37:14 +0000 (02:37 +0000)]
nl.po parse error - fix!

SVN revision: 19061

18 years agoupdate dutch translation of enlightenment 16 december 2005
nielsabspoel [Fri, 16 Dec 2005 01:45:53 +0000 (01:45 +0000)]
update dutch translation of enlightenment 16 december 2005

SVN revision: 19060