Commit Graph

3020 Commits

Author SHA1 Message Date
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
troback 62eba31084 - update of the Swedish translation, fixed some typos
SVN revision: 19877
2006-01-17 15:16:46 +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
maiurana 7af2136291 *** empty log message ***
SVN revision: 19838
2006-01-15 18:16:23 +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 bbea62a127 Fix warnings.
SVN revision: 19801
2006-01-14 16:10:57 +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 c35ae8482f Patch from David Stevenson to stop pager module causing E to segfault when setting the number of desks via enlightenment_remote. Tested, works
SVN revision: 19776
2006-01-14 12:30:46 +00:00
Carsten Haitzler 9a4c1eb800 haga-san's updates :)
SVN revision: 19766
2006-01-14 10:24:08 +00:00
Carsten Haitzler 73fc580837 haga-san's ja updates
SVN revision: 19764
2006-01-14 09:11:24 +00:00
Christopher Michael 7e4d0c000b Update TODO. Remove bg settings item
SVN revision: 19761
2006-01-14 01:42:32 +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 5fe41a926d big fat asparagus!
SVN revision: 19736
2006-01-12 05:43:08 +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
troback 1da19be8f0 - normal update
SVN revision: 19725
2006-01-11 14:34: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
handyande 38436c807a Don't create a gadman for the popup (removes the empty gadman container when switching desks in edit mode)
SVN revision: 19722
2006-01-11 13:55:20 +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 962a108024 Update TODO
SVN revision: 19696
2006-01-10 14:19:46 +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 28cc14919c gagis's lazy skid marks! :):)
SVN revision: 19659
2006-01-08 16:47:43 +00:00