Christopher Michael [Sun, 22 Jan 2006 14:17:43 +0000 (14:17 +0000)]
Fixes for E_Config_Dialog_View
SVN revision: 19960
Christopher Michael [Sun, 22 Jan 2006 14:11:15 +0000 (14:11 +0000)]
Added import function to bg config dialog
SVN revision: 19959
David Walter Seikel [Sun, 22 Jan 2006 13:01:40 +0000 (13:01 +0000)]
After complaining about this, I realized I was guilty of cut'n'paste as
much as anyone.
SVN revision: 19958
David Walter Seikel [Sat, 21 Jan 2006 18:15:23 +0000 (18:15 +0000)]
Typo.
SVN revision: 19952
David Walter Seikel [Sat, 21 Jan 2006 17:35:36 +0000 (17:35 +0000)]
A little birthday present I got from devilhorns.
SVN revision: 19950
David Walter Seikel [Sat, 21 Jan 2006 15:39:03 +0000 (15:39 +0000)]
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
Christopher Michael [Sat, 21 Jan 2006 15:37:41 +0000 (15:37 +0000)]
Pass back the correct data on highlight please. Someone needs a spank for that one :)
SVN revision: 19947
David Walter Seikel [Sat, 21 Jan 2006 12:44:48 +0000 (12:44 +0000)]
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
David Walter Seikel [Sat, 21 Jan 2006 11:48:30 +0000 (11:48 +0000)]
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
Carsten Haitzler [Sat, 21 Jan 2006 10:06:13 +0000 (10:06 +0000)]
ilist jumps to the selected spot now with the ilist widget (keyboard nav is
sane again)
SVN revision: 19938
Christopher Michael [Fri, 20 Jan 2006 11:14:12 +0000 (11:14 +0000)]
Formatting. Make Start Module config work correctly using E_Config_Dialog_Data. No need to define the configure function with EAPI. Removed not needed include. Add missing e_mod_config.h include to e_mod_config.c
SVN revision: 19924
Christopher Michael [Fri, 20 Jan 2006 11:09:14 +0000 (11:09 +0000)]
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
Christopher Michael [Fri, 20 Jan 2006 10:49:17 +0000 (10:49 +0000)]
Oops, that should not be commented
SVN revision: 19922
Christopher Michael [Fri, 20 Jan 2006 10:47:59 +0000 (10:47 +0000)]
Fix setting background in Advanced page. Remove couple unused vars.
SVN revision: 19921
Christopher Michael [Fri, 20 Jan 2006 09:49:39 +0000 (09:49 +0000)]
Remove unused variable. Formatting. Verified apply functions against old dialog to make sure advanced was applying correctly.
SVN revision: 19920
Carsten Haitzler [Fri, 20 Jan 2006 04:08:16 +0000 (04:08 +0000)]
authors of the patches too
SVN revision: 19913
Carsten Haitzler [Fri, 20 Jan 2006 04:06:37 +0000 (04:06 +0000)]
TODO
SVN revision: 19912
Carsten Haitzler [Fri, 20 Jan 2006 04:04:14 +0000 (04:04 +0000)]
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
Christopher Michael [Thu, 19 Jan 2006 16:03:39 +0000 (16:03 +0000)]
Avoid potential segv by making sure at least one image widget gets created.
SVN revision: 19906
sebastid [Thu, 19 Jan 2006 08:54:29 +0000 (08:54 +0000)]
Don't remove the vim tag!
Remove strlen == 0 checks.
Fix trailing whitespace.
SVN revision: 19898
Christopher Michael [Thu, 19 Jan 2006 00:57:27 +0000 (00:57 +0000)]
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
Christopher Michael [Thu, 19 Jan 2006 00:42:12 +0000 (00:42 +0000)]
Rewrite of background config dialog.
-Larger Preview Size
-Loads Backgrounds Faster
-Using Theme thumbnails for Theme backgrounds (for now)
SVN revision: 19893
rephorm [Wed, 18 Jan 2006 00:44:47 +0000 (00:44 +0000)]
queue a config save when deleting color classes
SVN revision: 19883
Christopher Michael [Tue, 17 Jan 2006 21:14:53 +0000 (21:14 +0000)]
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
Christopher Michael [Tue, 17 Jan 2006 20:25:48 +0000 (20:25 +0000)]
Remove FIXME comments as the module dialog works now
SVN revision: 19879
rephorm [Tue, 17 Jan 2006 18:31:16 +0000 (18:31 +0000)]
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
troback [Tue, 17 Jan 2006 15:16:46 +0000 (15:16 +0000)]
- update of the Swedish translation, fixed some typos
SVN revision: 19877
Christopher Michael [Tue, 17 Jan 2006 10:50:58 +0000 (10:50 +0000)]
Fix for 'Format argument is not a pointer'
SVN revision: 19873
Christopher Michael [Tue, 17 Jan 2006 00:41:18 +0000 (00:41 +0000)]
Add preview for theme background. Has sizing issues still tho
SVN revision: 19860
maiurana [Sun, 15 Jan 2006 18:16:23 +0000 (18:16 +0000)]
*** empty log message ***
SVN revision: 19838
David Walter Seikel [Sun, 15 Jan 2006 11:27:19 +0000 (11:27 +0000)]
More ecore_exe naming break'n'fix. Should be all done now.
SVN revision: 19832
sebastid [Sun, 15 Jan 2006 10:44:18 +0000 (10:44 +0000)]
Formatting.
SVN revision: 19828
Carsten Haitzler [Sun, 15 Jan 2006 07:11:02 +0000 (07:11 +0000)]
sharpies patch.
SVN revision: 19817
codewarrior [Sat, 14 Jan 2006 21:05:44 +0000 (21:05 +0000)]
- patch from mista (Efm)
- allow eap image w/h to be changable.
SVN revision: 19808
sebastid [Sat, 14 Jan 2006 16:10:57 +0000 (16:10 +0000)]
Fix warnings.
SVN revision: 19801
sebastid [Sat, 14 Jan 2006 16:05:35 +0000 (16:05 +0000)]
Fix warnings.
Make a global typedef for Config Data, and let the different dialogs fill
the struct.
SVN revision: 19800
Carsten Haitzler [Sat, 14 Jan 2006 14:53:29 +0000 (14:53 +0000)]
typooow!
SVN revision: 19783
Christopher Michael [Sat, 14 Jan 2006 12:30:46 +0000 (12:30 +0000)]
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
Carsten Haitzler [Sat, 14 Jan 2006 10:24:08 +0000 (10:24 +0000)]
haga-san's updates :)
SVN revision: 19766
Carsten Haitzler [Sat, 14 Jan 2006 09:11:24 +0000 (09:11 +0000)]
haga-san's ja updates
SVN revision: 19764
Christopher Michael [Sat, 14 Jan 2006 01:42:32 +0000 (01:42 +0000)]
Update TODO. Remove bg settings item
SVN revision: 19761
Christopher Michael [Sat, 14 Jan 2006 01:39:58 +0000 (01:39 +0000)]
Disable Ok/Apply if the selected theme matches the current one
SVN revision: 19760
David Walter Seikel [Fri, 13 Jan 2006 06:38:44 +0000 (06:38 +0000)]
Minor API breakage and fixage.
SVN revision: 19757
Carsten Haitzler [Fri, 13 Jan 2006 02:11:11 +0000 (02:11 +0000)]
no mroe leak - and simply bad changes to smart objects. BAD BAD.
SVN revision: 19751
Carsten Haitzler [Thu, 12 Jan 2006 23:35:32 +0000 (23:35 +0000)]
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
Carsten Haitzler [Thu, 12 Jan 2006 05:43:08 +0000 (05:43 +0000)]
big fat asparagus!
SVN revision: 19736
Carsten Haitzler [Thu, 12 Jan 2006 03:28:04 +0000 (03:28 +0000)]
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
rephorm [Thu, 12 Jan 2006 02:12:21 +0000 (02:12 +0000)]
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
rephorm [Thu, 12 Jan 2006 01:18:16 +0000 (01:18 +0000)]
commit some Todo for e_gadget that i forgot to commit weeks ago
SVN revision: 19728
troback [Wed, 11 Jan 2006 14:34:16 +0000 (14:34 +0000)]
- normal update
SVN revision: 19725
handyande [Wed, 11 Jan 2006 14:22:54 +0000 (14:22 +0000)]
If someone closed the exit dialog (not using cancel) the exit_dialog pointer got left around - fix
SVN revision: 19724
handyande [Wed, 11 Jan 2006 13:55:20 +0000 (13:55 +0000)]
Don't create a gadman for the popup (removes the empty gadman container when switching desks in edit mode)
SVN revision: 19722
Christopher Michael [Wed, 11 Jan 2006 09:44:05 +0000 (09:44 +0000)]
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
Christopher Michael [Wed, 11 Jan 2006 04:35:51 +0000 (04:35 +0000)]
Trap in case current_theme is NULL to avoid a potential Segv
SVN revision: 19711
Carsten Haitzler [Wed, 11 Jan 2006 04:23:40 +0000 (04:23 +0000)]
add exebuf to the main menu as run command, and add app menu config
formatting to exebuf display of apps
SVN revision: 19710
Christopher Michael [Wed, 11 Jan 2006 01:50:47 +0000 (01:50 +0000)]
Remove unused variable. Fix segv on first run
SVN revision: 19706
Christopher Michael [Tue, 10 Jan 2006 15:37:44 +0000 (15:37 +0000)]
Minor fix for users that don't have e_config->default_desktop_bg set
SVN revision: 19699
Christopher Michael [Tue, 10 Jan 2006 15:05:09 +0000 (15:05 +0000)]
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
Christopher Michael [Tue, 10 Jan 2006 15:04:04 +0000 (15:04 +0000)]
When selecting bgs, if the current bg is what we selected in the list, disable the ok/apply buttons
SVN revision: 19697
Christopher Michael [Tue, 10 Jan 2006 14:19:46 +0000 (14:19 +0000)]
Update TODO
SVN revision: 19696
Christopher Michael [Tue, 10 Jan 2006 14:17:59 +0000 (14:17 +0000)]
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
Christopher Michael [Tue, 10 Jan 2006 09:49:15 +0000 (09:49 +0000)]
Correct Edje Cache and Collection Cache not in MB. Correct detail to font cache (0.5mb)
SVN revision: 19691
Carsten Haitzler [Tue, 10 Jan 2006 08:46:33 +0000 (08:46 +0000)]
dialog message wrong if ld.so errors (also 127 exit code). make more generic.
SVN revision: 19690
Carsten Haitzler [Tue, 10 Jan 2006 08:32:28 +0000 (08:32 +0000)]
oops - message typos!
SVN revision: 19688
Carsten Haitzler [Tue, 10 Jan 2006 08:32:27 +0000 (08:32 +0000)]
oops - message typos!
SVN revision: 19687
Carsten Haitzler [Tue, 10 Jan 2006 07:38:12 +0000 (07:38 +0000)]
same vis off
SVN revision: 19684
Carsten Haitzler [Tue, 10 Jan 2006 04:23:43 +0000 (04:23 +0000)]
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
Carsten Haitzler [Sun, 8 Jan 2006 16:47:43 +0000 (16:47 +0000)]
gagis's lazy skid marks! :):)
SVN revision: 19659
Carsten Haitzler [Sun, 8 Jan 2006 16:38:01 +0000 (16:38 +0000)]
fangies work!
SVN revision: 19658
Carsten Haitzler [Sun, 8 Jan 2006 12:32:16 +0000 (12:32 +0000)]
options to allow shading etc.
SVN revision: 19648
Christopher Michael [Sun, 8 Jan 2006 10:33:23 +0000 (10:33 +0000)]
Remove EAPI from function. Thanks Sebastian
SVN revision: 19642
Christopher Michael [Sun, 8 Jan 2006 10:07:58 +0000 (10:07 +0000)]
Typo
SVN revision: 19641
Christopher Michael [Sun, 8 Jan 2006 09:29:42 +0000 (09:29 +0000)]
Set pointer to config dialogue to NULL when closing
SVN revision: 19639
sebastid [Sun, 8 Jan 2006 08:12:39 +0000 (08:12 +0000)]
Set pointer to config dialog to NULL when closing the dialog.
SVN revision: 19637
Christopher Michael [Sat, 7 Jan 2006 23:45:40 +0000 (23:45 +0000)]
Remove unused function & proto
SVN revision: 19630
Christopher Michael [Sat, 7 Jan 2006 23:44:08 +0000 (23:44 +0000)]
Remove unused variables.General cleanups
SVN revision: 19629
Christopher Michael [Sat, 7 Jan 2006 22:33:03 +0000 (22:33 +0000)]
Add Settings to Window Display and Window Manipulation.Let's be consistant in naming the dialogs
SVN revision: 19623
sebastid [Sat, 7 Jan 2006 17:54:31 +0000 (17:54 +0000)]
Fix warnings.
SVN revision: 19617
sebastid [Sat, 7 Jan 2006 17:39:28 +0000 (17:39 +0000)]
Fix warning.
SVN revision: 19616
sebastid [Sat, 7 Jan 2006 17:38:13 +0000 (17:38 +0000)]
Clean warnings.
SVN revision: 19615
sebastid [Sat, 7 Jan 2006 14:21:25 +0000 (14:21 +0000)]
Remove cast
SVN revision: 19608
sebastid [Sat, 7 Jan 2006 13:21:35 +0000 (13:21 +0000)]
The evas object isn't always created.
SVN revision: 19606
sebastid [Sat, 7 Jan 2006 10:39:46 +0000 (10:39 +0000)]
Fix EAPI warnings.
SVN revision: 19597
codewarrior [Fri, 6 Jan 2006 23:45:13 +0000 (23:45 +0000)]
-Efm:
- cleanups
- patch from Jose for menus.
- patch from Mista for Open With and other misc.
SVN revision: 19581
Christopher Michael [Fri, 6 Jan 2006 21:45:57 +0000 (21:45 +0000)]
If a module has a config dialogue, destroy it on module shutdown
SVN revision: 19576
Christopher Michael [Fri, 6 Jan 2006 21:30:53 +0000 (21:30 +0000)]
If a module has a config dialogue, destroy it on module shutdown
SVN revision: 19575
Carsten Haitzler [Fri, 6 Jan 2006 19:18:40 +0000 (19:18 +0000)]
TODO bugs
SVN revision: 19571
Carsten Haitzler [Fri, 6 Jan 2006 16:26:18 +0000 (16:26 +0000)]
bug--
SVN revision: 19562
Carsten Haitzler [Fri, 6 Jan 2006 15:32:40 +0000 (15:32 +0000)]
TODO bugs
SVN revision: 19559
Carsten Haitzler [Fri, 6 Jan 2006 15:24:29 +0000 (15:24 +0000)]
fix stringshare NULL
SVN revision: 19558
Carsten Haitzler [Fri, 6 Jan 2006 13:56:46 +0000 (13:56 +0000)]
fix several bugs (cursors for example)... found some more... :)
SVN revision: 19555
Carsten Haitzler [Fri, 6 Jan 2006 13:56:45 +0000 (13:56 +0000)]
fix several bugs (cursors for example)... found some more... :)
SVN revision: 19554
Christopher Michael [Fri, 6 Jan 2006 09:07:34 +0000 (09:07 +0000)]
Minor fix for Configure and About buttons being disabled on apply when the modules state hasn't changed
SVN revision: 19552
Christopher Michael [Thu, 5 Jan 2006 12:06:56 +0000 (12:06 +0000)]
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
Christopher Michael [Thu, 5 Jan 2006 10:11:00 +0000 (10:11 +0000)]
Fix buggers in module config dialog. Configure/About buttons were not in sync with the modules state
SVN revision: 19537
Christopher Michael [Wed, 4 Jan 2006 22:20:51 +0000 (22:20 +0000)]
Added window list settings dialog.
Updated e_config.h to reflect what is gui'd
SVN revision: 19533
Christopher Michael [Wed, 4 Jan 2006 21:11:44 +0000 (21:11 +0000)]
Removed unused variable and functions
SVN revision: 19532
Christopher Michael [Tue, 3 Jan 2006 23:23:28 +0000 (23:23 +0000)]
Fix eap editor segfault by checking to see that the tile exists before trying to remove it.
SVN revision: 19515
Christopher Michael [Tue, 3 Jan 2006 21:38:34 +0000 (21:38 +0000)]
Remove restart dialogue from general settings as it's not needed. Thanks Sebastion :)
SVN revision: 19514
troback [Tue, 3 Jan 2006 21:03:58 +0000 (21:03 +0000)]
- normal update
SVN revision: 19513