Commit Graph

1826 Commits

Author SHA1 Message Date
David Walter Seikel a6cafb2f1f A little birthday present I got from devilhorns.
SVN revision: 19950
2006-01-21 17:35:36 +00:00
David Walter Seikel 4b77796724 Exe error dialog. Still needs some work, but it's good enough for testing
by the wider community.  Currently only e_app started exe's get this.


SVN revision: 19948
2006-01-21 15:39:03 +00:00
Christopher Michael 70c0aa895b Pass back the correct data on highlight please. Someone needs a spank for that one :)
SVN revision: 19947
2006-01-21 15:37:41 +00:00
David Walter Seikel bca4e798f1 Add a close button callback hook at the request of devilhorns.
If the callback returns zero, the dialog is NOT closed.

Seems that every user of config_dialog allocates E_Config_Dialog_View on
the stack and doesn't clear it, so I can't rely on the close_cfdata member
being NULL.  I currently set it to NULL in e_config_dialog_new() and if
you want to use it, set it in create_widgets();  I suspect that allocating
a structure on the stack that lives beyond the function call is just
asking for trouble.


SVN revision: 19945
2006-01-21 12:44:48 +00:00
David Walter Seikel c59b0cff46 Make it a bit more generic.
* Allow NULL apply_cfdata functions.
* Autohide the "Apply" and "OK" buttons if there is no apply_cfdata functions.
* Change the mode switch button text to be more generic.


SVN revision: 19944
2006-01-21 11:48:30 +00:00
Carsten Haitzler 1a51c5c283 ilist jumps to the selected spot now with the ilist widget (keyboard nav is
sane again)


SVN revision: 19938
2006-01-21 10:06:13 +00:00
Christopher Michael ad3a4f0926 Radio buttons have focus stealing issues. Disable setting focus to the bg_list in advanced for now as this causes weird behavior with the radios.
SVN revision: 19923
2006-01-20 11:09:14 +00:00
Christopher Michael 3a17f0aa3a Oops, that should not be commented
SVN revision: 19922
2006-01-20 10:49:17 +00:00
Christopher Michael 0868c890f1 Fix setting background in Advanced page. Remove couple unused vars.
SVN revision: 19921
2006-01-20 10:47:59 +00:00
Christopher Michael a9d4ebc969 Remove unused variable. Formatting. Verified apply functions against old dialog to make sure advanced was applying correctly.
SVN revision: 19920
2006-01-20 09:49:39 +00:00
Carsten Haitzler 5f71f7acf5 2 pending patches in my inbox.
1. "allow overlap" patch for modules - needs better names in the gui (Allow
windows to overlap maybe - as allow overlap is very vague)
2. itray module (buggy - buggy - beware. i know why. beware i said!)
3. TODO items


SVN revision: 19911
2006-01-20 04:04:14 +00:00
Christopher Michael d3d92eb719 Avoid potential segv by making sure at least one image widget gets created.
SVN revision: 19906
2006-01-19 16:03:39 +00:00
sebastid 57ae1936f8 Don't remove the vim tag!
Remove strlen == 0 checks.
Fix trailing whitespace.


SVN revision: 19898
2006-01-19 08:54:29 +00:00
Christopher Michael 175b217eaa Slight speed up for theme-thumb loading. Fix for 'Selecting a theme in the list that is already set did not disable apply/ok buttons'
SVN revision: 19894
2006-01-19 00:57:27 +00:00
Christopher Michael ac19dc1533 Rewrite of background config dialog.
-Larger Preview Size
	-Loads Backgrounds Faster
	-Using Theme thumbnails for Theme backgrounds (for now)


SVN revision: 19893
2006-01-19 00:42:12 +00:00
rephorm f34730eb66 queue a config save when deleting color classes
SVN revision: 19883
2006-01-18 00:44:47 +00:00
Christopher Michael e2709e5e7d Disable the theme bg preview for now as some themes use backgrounds which are made of multiple parts and causes the preview size problem.
SVN revision: 19880
2006-01-17 21:14:53 +00:00
Christopher Michael 9990f14297 Remove FIXME comments as the module dialog works now
SVN revision: 19879
2006-01-17 20:25:48 +00:00
rephorm f4f3eab425 fix typos
default color class values to 255 (so, if you just set color, but not color2/3, color2/3 will be unaffected).
delete cc's for real.


SVN revision: 19878
2006-01-17 18:31:16 +00:00
Christopher Michael b1dd0b9ae7 Fix for 'Format argument is not a pointer'
SVN revision: 19873
2006-01-17 10:50:58 +00:00
Christopher Michael ed52894331 Add preview for theme background. Has sizing issues still tho
SVN revision: 19860
2006-01-17 00:41:18 +00:00
David Walter Seikel fe96145090 More ecore_exe naming break'n'fix. Should be all done now.
SVN revision: 19832
2006-01-15 11:27:19 +00:00
sebastid 0629b30236 Formatting.
SVN revision: 19828
2006-01-15 10:44:18 +00:00
Carsten Haitzler 52abf0c9be sharpies patch.
SVN revision: 19817
2006-01-15 07:11:02 +00:00
codewarrior 6437ea875a - patch from mista (Efm)
- allow eap image w/h to be changable.


SVN revision: 19808
2006-01-14 21:05:44 +00:00
sebastid 3df39a04d0 Fix warnings.
Make a global typedef for Config Data, and let the different dialogs fill
the struct.


SVN revision: 19800
2006-01-14 16:05:35 +00:00
Carsten Haitzler 0cccd7addd typooow!
SVN revision: 19783
2006-01-14 14:53:29 +00:00
Christopher Michael 361f7f2eb8 Disable Ok/Apply if the selected theme matches the current one
SVN revision: 19760
2006-01-14 01:39:58 +00:00
David Walter Seikel f102024cfa Minor API breakage and fixage.
SVN revision: 19757
2006-01-13 06:38:44 +00:00
Carsten Haitzler 2cc0fa56bc no mroe leak - and simply bad changes to smart objects. BAD BAD.
SVN revision: 19751
2006-01-13 02:11:11 +00:00
Carsten Haitzler fd0e90de2e some minor fixes to bg cf dialog. a FIXMe there tho. i think we can avoid the
cb_data entirely actually... :) need to fix that.


SVN revision: 19749
2006-01-12 23:35:32 +00:00
Carsten Haitzler f74e4a6bbc change exebuf to alt+escape - some keyboards donthave a grave key (other
keymaps for example) :) - if this conflicts - we can try something else :)


SVN revision: 19733
2006-01-12 03:28:04 +00:00
rephorm 28ded42f0d Initial Color Class support in e17
only ipc at the moment (enlightenment_remote)
no real theme support yet either.

also, -color-class-del does not have the intended effect yet. need to add color_
class_del() to edje first


SVN revision: 19731
2006-01-12 02:12:21 +00:00
rephorm fb883ef939 commit some Todo for e_gadget that i forgot to commit weeks ago
SVN revision: 19728
2006-01-12 01:18:16 +00:00
handyande 660d271497 If someone closed the exit dialog (not using cancel) the exit_dialog pointer got left around - fix
SVN revision: 19724
2006-01-11 14:22:54 +00:00
Christopher Michael 7cb7f3c5a1 Fix theme selector preview size on dialog start. If we select a theme from the list, and it is the current theme that is already applied, then disable the ok/apply buttons.
SVN revision: 19719
2006-01-11 09:44:05 +00:00
Christopher Michael 83df74ef6d Trap in case current_theme is NULL to avoid a potential Segv
SVN revision: 19711
2006-01-11 04:35:51 +00:00
Carsten Haitzler ec34d0c511 add exebuf to the main menu as run command, and add app menu config
formatting to exebuf display of apps


SVN revision: 19710
2006-01-11 04:23:40 +00:00
Christopher Michael 36611d3800 Remove unused variable. Fix segv on first run
SVN revision: 19706
2006-01-11 01:50:47 +00:00
Christopher Michael c88f87fb83 Minor fix for users that don't have e_config->default_desktop_bg set
SVN revision: 19699
2006-01-10 15:37:44 +00:00
Christopher Michael 5431156f1e When selecting themes, if the current theme is what we selected in the list, disable the ok/apply buttons. Formatting. Code cleanup
SVN revision: 19698
2006-01-10 15:05:09 +00:00
Christopher Michael 9eb2e91ee1 When selecting bgs, if the current bg is what we selected in the list, disable the ok/apply buttons
SVN revision: 19697
2006-01-10 15:04:04 +00:00
Christopher Michael 5356abd965 BUG Fixes: clip/get first time, add advanced section for setting bg on this desk, default, all. Advanced needs Set for this desk and Set for all to be implemented yet.
SVN revision: 19694
2006-01-10 14:17:59 +00:00
Christopher Michael 5ea3442fba Correct Edje Cache and Collection Cache not in MB. Correct detail to font cache (0.5mb)
SVN revision: 19691
2006-01-10 09:49:15 +00:00
Carsten Haitzler 2262d09cf8 dialog message wrong if ld.so errors (also 127 exit code). make more generic.
SVN revision: 19690
2006-01-10 08:46:33 +00:00
Carsten Haitzler 72abed451a oops - message typos!
SVN revision: 19688
2006-01-10 08:32:28 +00:00
Carsten Haitzler 27b0f208ab oops - message typos!
SVN revision: 19687
2006-01-10 08:32:27 +00:00
Carsten Haitzler f33f8a5007 same vis off
SVN revision: 19684
2006-01-10 07:38:12 +00:00
Carsten Haitzler ebf9cca1ed ok - turn off visibility stuff for e -0 for some reason just the dropshadow
module has problems with memcpy and memset... but its identical to everything
else and i dont see why it doesnt work and others do... weird.


SVN revision: 19679
2006-01-10 04:23:43 +00:00
Carsten Haitzler 7ce12cd800 fangies work!
SVN revision: 19658
2006-01-08 16:38:01 +00:00
Carsten Haitzler 5c33ead53a options to allow shading etc.
SVN revision: 19648
2006-01-08 12:32:16 +00:00
Christopher Michael 53f9924b65 Add Settings to Window Display and Window Manipulation.Let's be consistant in naming the dialogs
SVN revision: 19623
2006-01-07 22:33:03 +00:00
sebastid e5461c66c6 Fix warnings.
SVN revision: 19617
2006-01-07 17:54:31 +00:00
sebastid 60cf81f63e Fix warning.
SVN revision: 19616
2006-01-07 17:39:28 +00:00
sebastid 792e1868df Clean warnings.
SVN revision: 19615
2006-01-07 17:38:13 +00:00
sebastid 20aa37038c Remove cast
SVN revision: 19608
2006-01-07 14:21:25 +00:00
sebastid 1a57f7d02b The evas object isn't always created.
SVN revision: 19606
2006-01-07 13:21:35 +00:00
sebastid 6a638a7806 Fix EAPI warnings.
SVN revision: 19597
2006-01-07 10:39:46 +00:00
codewarrior d3c1a4a4a0 -Efm:
- cleanups
- patch from Jose for menus.
- patch from Mista for Open With and other misc.


SVN revision: 19581
2006-01-06 23:45:13 +00:00
Carsten Haitzler 603f0ab5b1 bug--
SVN revision: 19562
2006-01-06 16:26:18 +00:00
Carsten Haitzler d6f75b50cf fix stringshare NULL
SVN revision: 19558
2006-01-06 15:24:29 +00:00
Carsten Haitzler eff5eeeac7 fix several bugs (cursors for example)... found some more... :)
SVN revision: 19555
2006-01-06 13:56:46 +00:00
Christopher Michael afa4cf4615 Minor fix for Configure and About buttons being disabled on apply when the modules state hasn't changed
SVN revision: 19552
2006-01-06 09:07:34 +00:00
Christopher Michael 18d49353ce Add Size and Position options to Advanced Config Dialogue for Winlist. Does not follow the ''Advanced has same options as Basic'' design because it would not fit into 640x480. Feel free to redo if you can make it fit.
SVN revision: 19539
2006-01-05 12:06:56 +00:00
Christopher Michael 6c5ccfcb3a Fix buggers in module config dialog. Configure/About buttons were not in sync with the modules state
SVN revision: 19537
2006-01-05 10:11:00 +00:00
Christopher Michael 2f75f46077 Added window list settings dialog.
Updated e_config.h to reflect what is gui'd


SVN revision: 19533
2006-01-04 22:20:51 +00:00
Christopher Michael b495e3aa62 Removed unused variable and functions
SVN revision: 19532
2006-01-04 21:11:44 +00:00
Christopher Michael 19690e4b2d Fix eap editor segfault by checking to see that the tile exists before trying to remove it.
SVN revision: 19515
2006-01-03 23:23:28 +00:00
Christopher Michael bba7ef3fba Remove restart dialogue from general settings as it's not needed. Thanks Sebastion :)
SVN revision: 19514
2006-01-03 21:38:34 +00:00
Christopher Michael 79df73f1b9 Formatting. No need to check if a dir exists as ecore_file_is_dir already checks. Sizing Fixes for the dialogue. Should look a bit better now.
SVN revision: 19496
2006-01-02 11:33:10 +00:00
Christopher Michael a734626cbb Formatting. No need to check if a dir exists as ecore_file_is_dir already checks
SVN revision: 19494
2006-01-02 10:52:44 +00:00
Christopher Michael 8945585113 Added Performance Settings configure dialogue for handling E cache settings
and framerate.


SVN revision: 19488
2006-01-02 07:01:07 +00:00
Christopher Michael 765bfe433b Rework General Settings Dialog in prep for Performance Settings Dialog
SVN revision: 19487
2006-01-02 06:59:36 +00:00
Christopher Michael 824908f473 Fixes to general settings dialog. Handle different caches correctly. Formatting
SVN revision: 19485
2006-01-02 05:32:07 +00:00
Christopher Michael 9982e2e6d3 Update e_config.h with comments about what is GUI'd
SVN revision: 19481
2006-01-02 00:10:02 +00:00
Christopher Michael 8005c8c4e0 Add an Advanced Page to General Settings
SVN revision: 19479
2006-01-01 23:14:59 +00:00
Christopher Michael f78fe3330d Grrr, put that back. Sorry, doing too many things at once
SVN revision: 19462
2005-12-31 21:14:06 +00:00
Christopher Michael 9dee40dff6 Apparently this is needed
SVN revision: 19461
2005-12-31 20:46:38 +00:00
Christopher Michael b6a1dac387 Add a restart dialog for when Use E cursor or cursor size get changed as they require a restart to take effect.
SVN revision: 19458
2005-12-31 19:10:21 +00:00
Christopher Michael d84dd3f080 Did I forget this file ?
SVN revision: 19454
2005-12-31 17:23:05 +00:00
Christopher Michael 6f9cd02ba3 Fix casting int to int
SVN revision: 19453
2005-12-31 12:01:04 +00:00
Christopher Michael 8607bf932f Remove defined but not used statements
SVN revision: 19452
2005-12-31 11:51:23 +00:00
Christopher Michael 575460b7e9 Added General Settings Dialogue
SVN revision: 19451
2005-12-31 11:49:45 +00:00
Christopher Michael d332106d22 Reorder Config Panel. Makes a bit more sense this way
SVN revision: 19450
2005-12-31 10:07:51 +00:00
handyande 63ccd7f154 It seems to me that the dlerror here is not useful, so this replaces the (null) that always seems to be printed
SVN revision: 19418
2005-12-30 12:49:45 +00:00
Christopher Michael 546dff7a12 Fix returns with no value
SVN revision: 19381
2005-12-29 15:58:05 +00:00
Christopher Michael f8f481fe34 Remove unused variables
SVN revision: 19380
2005-12-29 15:56:30 +00:00
Christopher Michael 0d1f43ca6f Remove unused variables. Fix reuse of a variable and various warnings
SVN revision: 19379
2005-12-29 15:51:16 +00:00
Christopher Michael 10255a0904 Remove unused variables
SVN revision: 19378
2005-12-29 15:38:08 +00:00
Christopher Michael 4c4e066b4f Export hilight callback
SVN revision: 19377
2005-12-29 15:34:47 +00:00
Christopher Michael ca4473f3db Remove unused variables
SVN revision: 19376
2005-12-29 15:19:22 +00:00
Christopher Michael 953c5a387b Fix no return in function returning non-void. Remove unused variables
SVN revision: 19375
2005-12-29 15:07:50 +00:00
Christopher Michael 213db6646d Comment out unused function proto
SVN revision: 19374
2005-12-29 15:05:14 +00:00
Christopher Michael 152d3e6c02 Export e_entry_unfocus, not e_entry_focus twice :)
SVN revision: 19373
2005-12-29 15:03:04 +00:00
Christopher Michael aeb360012f Many compiler warning clean-ups
SVN revision: 19372
2005-12-29 14:51:25 +00:00
Christopher Michael 325b5e826f Export e_icon_canvas_reset function as e_fileman_smart.c needs it
SVN revision: 19371
2005-12-29 14:46:29 +00:00
Christopher Michael a9c474b067 Export the e_icon_canvas_xy_freeze & e_icon_canvas_xy_thaw as e_fileman_smart.c is calling it
SVN revision: 19370
2005-12-29 14:37:43 +00:00
Christopher Michael 162ae39c10 Export the e_border_unmaximize_vh as e_actions.c and e_int_border_menu.c are calling it
SVN revision: 19369
2005-12-29 14:23:18 +00:00
Christopher Michael 100bc1200e Remove unused variables to quiet compiler warnings.
SVN revision: 19368
2005-12-29 14:11:16 +00:00
Christopher Michael a928a79d88 Add parens around truth value to quiet compiler warnings.
SVN revision: 19367
2005-12-29 14:00:00 +00:00
Christopher Michael 8f83193d0d 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
2005-12-29 13:50:50 +00:00
Christopher Michael cb40e2eeba 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
2005-12-29 13:42:44 +00:00
Christopher Michael fcb67e5ec9 Moved unused variable (int i) to the comment block where it should be
SVN revision: 19364
2005-12-29 13:29:51 +00:00
Christopher Michael 44f386e096 Attempt some order to the chaos that is Configuration Panel
SVN revision: 19355
2005-12-28 22:38:11 +00:00
codewarrior 1a794d6c6b efm:
- patch from mista <rastamasta@gmx.de> to fix last line not showing in efm


SVN revision: 19352
2005-12-28 22:00:12 +00:00
Christopher Michael 0537c0117a Redesign Modules Configuration Dialogue.
Eliminates the BUG on TODO.
Radio Button Matrix:
       Enabled == (Loaded && Enabled)
       Loaded == (Loaded && !Enabled)
       Unloaded == (!Loaded && !Enabled)


SVN revision: 19346
2005-12-28 17:28:02 +00:00
Christopher Michael 6d8b0305d0 Fix remove by label
SVN revision: 19345
2005-12-28 17:01:34 +00:00
rephorm ed57000bf5 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
2005-12-28 01:16:26 +00:00
Christopher Michael 502c98d993 Fix e_ilist compile warning
SVN revision: 19330
2005-12-27 23:44:16 +00:00
Christopher Michael 577afaae8a Fix remove by label
SVN revision: 19326
2005-12-27 22:57:41 +00:00
Christopher Michael b6f86f04b1 Add About to Advanced module dialogue
SVN revision: 19322
2005-12-27 22:21:39 +00:00
Christopher Michael 8f73e9399b Disabled Advanced in BG settings until we have something for it
SVN revision: 19320
2005-12-27 22:07:15 +00:00
Carsten Haitzler 78d729a57b 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
2005-12-27 17:16:58 +00:00
Christopher Michael 4785fb1d20 Remove unused variable
SVN revision: 19292
2005-12-25 11:20:29 +00:00
Christopher Michael 77ebbd9e23 Minor fix for Default theme not being selected in the menu on first run
SVN revision: 19291
2005-12-25 11:17:33 +00:00
Christopher Michael 8e4bfac183 Destroy list when finished
SVN revision: 19290
2005-12-25 10:20:25 +00:00
Christopher Michael e6332a1a2a Oops...Use correct list variable
SVN revision: 19285
2005-12-24 18:50:23 +00:00
Christopher Michael 4628710d84 Removed unused typedef
SVN revision: 19258
2005-12-23 01:11:27 +00:00
Christopher Michael 8b98a4a5ee Make module config dialogue resizeable
SVN revision: 19252
2005-12-22 23:41:46 +00:00
Christopher Michael baa9fae930 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
2005-12-22 22:40:21 +00:00
Christopher Michael f33c45d144 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
2005-12-22 21:08:34 +00:00
Carsten Haitzler be4ff51432 hmm - most modules were disabled by default. fix!
SVN revision: 19218
2005-12-21 16:56:33 +00:00
Carsten Haitzler b4ef343f72 segv--
SVN revision: 19201
2005-12-21 09:49:06 +00:00
Carsten Haitzler e659cb06a4 formatting
SVN revision: 19200
2005-12-21 09:11:18 +00:00
Christopher Michael f9247cba15 Add Close button to Configure Panel
SVN revision: 19199
2005-12-21 06:38:50 +00:00
Carsten Haitzler 32711b918e jesse's module patch - quickly in.
SVN revision: 19197
2005-12-21 04:48:20 +00:00
Carsten Haitzler d9b9bc6f90 cancel renamed to close.
SVN revision: 19194
2005-12-21 02:45:24 +00:00
rephorm a62466d341 add an about button to the modules config
SVN revision: 19168
2005-12-20 02:38:47 +00:00
rephorm 55a999b5c7 its a good idea to initialize pointers before using them.
(why this worked for _anyone_ is beyond me...)


SVN revision: 19165
2005-12-20 02:05:01 +00:00
Christopher Michael 3599d73e80 Add icons for Desktop, Menu, and Window in Configuration Panel
SVN revision: 19164
2005-12-20 01:01:52 +00:00
Christopher Michael 4d260a8c32 More Formatting...man this was a mess
SVN revision: 19163
2005-12-20 00:44:42 +00:00
Christopher Michael d20ad6001b Formatting
SVN revision: 19162
2005-12-20 00:32:21 +00:00
codewarrior 6121b94137 - misc checks
- add theme selector (basic mode only) from Chady


SVN revision: 19148
2005-12-19 14:42:43 +00:00
codewarrior b6bc092d13 EFM:
- e_icon_canvas cleanup and more work on white bug problem


SVN revision: 19145
2005-12-19 14:11:28 +00:00
codewarrior bceb9c3ec3 EFM:
- fix white window bug. please confirm if you still get it.


SVN revision: 19141
2005-12-19 13:05:23 +00:00
rephorm e140fd2b09 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
2005-12-18 21:43:59 +00:00
rephorm c597c6585c Allow gadgets to either be 1 per container (default) or 1 per zone (like the pager).
SVN revision: 19120
2005-12-18 21:06:37 +00:00
Carsten Haitzler 2916ef5be4 updates from kojouharov :)
SVN revision: 19112
2005-12-18 14:21:25 +00:00
codewarrior fa8755b7eb background selector:
- get initial background selector working (thanks chady)
- todo: advanced mode


SVN revision: 19109
2005-12-18 10:44:55 +00:00
rephorm e3ead0ca7a pass a single struct to e_gadget_new() instead of a ton of functions.
SVN revision: 19107
2005-12-18 07:37:53 +00:00
Christopher Michael 47699c5173 Update which config properties have GUI
SVN revision: 19098
2005-12-17 23:24:36 +00:00
Carsten Haitzler 71040b0586 module config dialog
SVN revision: 19089
2005-12-17 11:21:54 +00:00
Christopher Michael f3b2308d72 Add Config Panel Dialogue For Menu Settings
SVN revision: 19083
2005-12-17 02:14:19 +00:00
Carsten Haitzler ae211bcb97 obj ref problem! fix!
SVN revision: 19041
2005-12-15 10:17:02 +00:00
Carsten Haitzler 912cf96418 centralise getting icon evas object from app
SVN revision: 19038
2005-12-15 07:12:00 +00:00
Carsten Haitzler 9e16ed30e9 exebuf has its own config for gui setup
SVN revision: 19035
2005-12-15 04:29:38 +00:00
Carsten Haitzler a93d3c6ccf cleaning up exebuf a bit
SVN revision: 19032
2005-12-15 03:27:42 +00:00
Carsten Haitzler b6aa138b09 exebuf is ... well.. a bit better now
SVN revision: 19015
2005-12-14 15:54:51 +00:00
codewarrior 6f66ee6346 metadata + positioning:
- disable this for now so we can debug other things, them come back to it.


SVN revision: 18994
2005-12-13 14:56:21 +00:00
Carsten Haitzler c426bec3db fix "last focused on desk" stuff
SVN revision: 18948
2005-12-11 05:56:26 +00:00
Carsten Haitzler c131f81043 devil's patch... :)
SVN revision: 18944
2005-12-11 03:03:53 +00:00
Carsten Haitzler 05a11288df segv deleting actions. fix.
SVN revision: 18917
2005-12-09 07:47:03 +00:00
codewarrior f4ca9e33b0 - better cleanups
SVN revision: 18914
2005-12-08 13:03:06 +00:00
codewarrior 3be597c032 - remove trailing slash, thanks kiwi
SVN revision: 18912
2005-12-08 11:16:47 +00:00
codewarrior 485c1f48b3 - dont forget to close the eet file.
SVN revision: 18908
2005-12-08 08:03:58 +00:00
codewarrior d6e60edb82 - add a protoype in the .h file
SVN revision: 18907
2005-12-08 07:57:07 +00:00
codewarrior df7bb0110d - add method to fetch a thumb's width and height without having to decode the pixels.
SVN revision: 18906
2005-12-08 07:55:10 +00:00
Carsten Haitzler 9fd0c21a9f that was silly. double stringdel. fix.
SVN revision: 18905
2005-12-08 03:58:29 +00:00
codewarrior d9cb67e0ae - image propagation fix. ugly but works for now.
SVN revision: 18904
2005-12-07 23:53:02 +00:00
stffrdhrn ff4d281126 Fix some problems with validation.
- Validation function now canonicalizes the "locale -a" output
- Searching for locale directory now canonicalizes the path files


SVN revision: 18897
2005-12-07 17:09:02 +00:00
Carsten Haitzler c30558a79b working on mr. exebuf...
SVN revision: 18893
2005-12-07 13:24:58 +00:00
codewarrior 83b396cef4 More eap editor work.
- small fix to hilite cb for iconsel
- propagate values between advanced / basic
- add -start-eap-edit to e_remote


SVN revision: 18884
2005-12-06 22:50:41 +00:00
Carsten Haitzler 7104735aa4 well - skeleton work.. going to work on exebuf...
SVN revision: 18876
2005-12-06 14:25:57 +00:00
codewarrior 75506f8e41 now how did that get away...
SVN revision: 18871
2005-12-06 10:07:55 +00:00
codewarrior 34566645fd Continue working on the eap editor and file dialog.
- add hilite propagation (single click file, press ok is now the same as double clicking the file directly)
- eap editor saves new eaps if you give them a path, simple <-> advanced doesnt relay the info between each other yet.

Going to try to do a bit every night.


SVN revision: 18849
2005-12-05 22:20:34 +00:00
Carsten Haitzler 796db6c2ef handle stringshare for imc's
SVN revision: 18824
2005-12-04 12:28:34 +00:00
Carsten Haitzler a3d5f5c28d a lot more use of stringshare.
SVN revision: 18823
2005-12-04 12:03:59 +00:00
codewarrior 6f098b1984 translation, thanks Massimo.
SVN revision: 18822
2005-12-04 11:46:09 +00:00
codewarrior 67f527e8b7 - tiny fix for eap editor, this beings out another issue to address. when we save metadata for a dir, we save icon positions. the eap editor is a small window by default so icons will look out of place. need to think about it and find a good way to solve it.
SVN revision: 18821
2005-12-04 09:47:49 +00:00
Carsten Haitzler 9bb58eca2c aleksej patch for segv on moving window to a new desk if its negative desk
count :)


SVN revision: 18817
2005-12-04 03:25:34 +00:00
Carsten Haitzler d8c635f964 more stringshare work
SVN revision: 18816
2005-12-03 15:39:25 +00:00
andyetitmoves 2f655c348d minor fix: add spaces to error messages
SVN revision: 18814
2005-12-03 15:00:44 +00:00
stffrdhrn 97fd4f7d87 Suggestion from Ramkumar
- Do not set LANGUAGE either


SVN revision: 18813
2005-12-03 12:53:02 +00:00
stffrdhrn 4eeab3fe72 Trying to hunt white efm bug
- Cleanup: Ecore_List -> Evas_List
- Fix: a leak where heap was twice allocated


SVN revision: 18812
2005-12-03 12:25:06 +00:00
stffrdhrn 15d712ed4a Try to fix logic for setting locales when NULL is passed, This shoud satisfy
the needs of both Mathieu and andyetitmoves.
- Get lang from env vars
- If we were passed NULL do not set any env vars


SVN revision: 18809
2005-12-03 05:56:10 +00:00
stffrdhrn a917f4f7f4 Comments Cleaning:
- Todo--
- Todo++


SVN revision: 18789
2005-12-02 19:20:48 +00:00
stffrdhrn 9c10f7cfb2 Locale list udpate
- Only list valid locales


SVN revision: 18788
2005-12-02 19:05:12 +00:00
stffrdhrn 14742e0076 Clean up and enhanse language setting code.
- Add better directory search function
- Add ability to use locale aliases
- Add ability to validate locale by checking against "locale -a" output
- Fix up the locale list function ( now it is a little more simple )


SVN revision: 18787
2005-12-02 18:47:46 +00:00
Carsten Haitzler 2decabf3b3 bind9ings now use stringshare too
SVN revision: 18783
2005-12-02 09:37:32 +00:00
Carsten Haitzler 141a376232 alert made more robust just in case... but mor eimportantle e_apps and
e_apps_cache now use stringshare. bit by bit my friends... bit by bit...


SVN revision: 18782
2005-12-02 09:08:58 +00:00
andyetitmoves 608a3e40f5 (e_intl_language_set) Fixed a bug when lang is NULL. The expected behaviour is
to restore the original environment variables. The code, after doing this, sets
back all the env vars to _e_intl_language. This fails when the different locale
env vars have different values.


SVN revision: 18766
2005-12-01 16:53:20 +00:00
Carsten Haitzler 0b001f8114 '
turn off click always focuses by default


SVN revision: 18763
2005-12-01 09:06:23 +00:00
Carsten Haitzler cf7815a1da patches and stuff hanign in mail...
SVN revision: 18756
2005-12-01 07:10:32 +00:00
Carsten Haitzler 782511c6e5 danish translation updates
SVN revision: 18754
2005-12-01 06:46:40 +00:00
Carsten Haitzler 27d0ae8db3 dnd safety
SVN revision: 18746
2005-12-01 06:15:24 +00:00
rephorm e3a28bf9d0 E_Gadget
--------

a quick set of convenience functions for creating gadgets (desktop modules).
see gadget_test for an example. documentation still to come :)

i still need to comb over and make sure i didn't miss freeing anything...


SVN revision: 18742
2005-12-01 04:07:27 +00:00
Carsten Haitzler fe53f56cb5 asparagus!
SVN revision: 18672
2005-11-28 06:01:45 +00:00
codewarrior 4909dff5c4 - int patch by Massimo Maiurana <maiurana@gmail.com>
SVN revision: 18670
2005-11-27 21:24:48 +00:00
stffrdhrn 26b69ad8bd - Clean up the best match function and make it work
- In e_path the user list should be before the default list
- Add a function to list all available locales wrapping "locale -a"


SVN revision: 18647
2005-11-26 11:44:02 +00:00
Carsten Haitzler 2551e897ed dont segv on empty bind param etc. matches. also a note for intle.
SVN revision: 18639
2005-11-25 04:10:54 +00:00
Carsten Haitzler 4245869a3c no more (null)ipoos
SVN revision: 18633
2005-11-24 09:31:34 +00:00
Carsten Haitzler 0a106be88b no more hang...
SVN revision: 18630
2005-11-24 07:16:05 +00:00
Carsten Haitzler eaadf415e0 more cache controls and a flusher... :)
SVN revision: 18627
2005-11-24 04:23:31 +00:00
Carsten Haitzler da336f50b8 handle NULL strings
SVN revision: 18623
2005-11-24 01:37:01 +00:00
Carsten Haitzler 6dc9647fa8 handle NULL config strings. some of them anyway
SVN revision: 18616
2005-11-23 12:55:55 +00:00
Carsten Haitzler 2d6aaac36b some struct stuff. nothng there. got distracted.
SVN revision: 18611
2005-11-23 07:31:56 +00:00
stffrdhrn f9571a02e0 - Dont add the .edj when changing themes
SVN revision: 18609
2005-11-23 04:03:31 +00:00
Carsten Haitzler a9e676b9c9 starterd shell for doing deskpreview smart...
SVN revision: 18601
2005-11-22 14:47:24 +00:00
stffrdhrn b81b2c3044 E_Intl changes
- Hunt a path for message files


SVN revision: 18600
2005-11-22 13:28:10 +00:00
Carsten Haitzler d3fe2ac2dc shorter text
SVN revision: 18597
2005-11-22 09:59:24 +00:00