Carsten Haitzler [Thu, 26 Jan 2006 07:38:06 +0000 (07:38 +0000)]
apps error gets its own header now :)
SVN revision: 20039
rephorm [Thu, 26 Jan 2006 05:56:34 +0000 (05:56 +0000)]
add Configuration item to face menu (if the module defines e_modapi_config)
SVN revision: 20038
rephorm [Thu, 26 Jan 2006 05:40:17 +0000 (05:40 +0000)]
move the temperature module over to E_Gadget
i haven't been able to test that this fully works, since i don't have ACPI temperature sensors on here. but, it works to the extent that the old one did here, so it SHOULD be fine.
SVN revision: 20037
rephorm [Thu, 26 Jan 2006 05:17:51 +0000 (05:17 +0000)]
Remove module menu from gadget code since it is no longer used.
Include face count to ease matching config data to a face.
SVN revision: 20036
David Walter Seikel [Wed, 25 Jan 2006 11:22:40 +0000 (11:22 +0000)]
Dammit raster, I'm trying to cut down the amount of over processing being
done on these strings.
SVN revision: 20029
Carsten Haitzler [Wed, 25 Jan 2006 10:20:02 +0000 (10:20 +0000)]
more info on app exiting - translatable strings now. use textblock widget.
SVN revision: 20028
Carsten Haitzler [Wed, 25 Jan 2006 09:28:12 +0000 (09:28 +0000)]
ok- fangie.. THIS Is what i meant! this! put a textblock in a scrollframe.
textblock comes from an edje so it can be styled by the theme!
SVN revision: 20027
Carsten Haitzler [Wed, 25 Jan 2006 08:22:33 +0000 (08:22 +0000)]
handle shell execution failure exit code too :) and use a dialog... :)
SVN revision: 20026
troback [Wed, 25 Jan 2006 07:51:34 +0000 (07:51 +0000)]
- normal update
SVN revision: 20025
Carsten Haitzler [Wed, 25 Jan 2006 06:17:54 +0000 (06:17 +0000)]
make this cursor config have sane cursor limits! :)
SVN revision: 20024
Carsten Haitzler [Wed, 25 Jan 2006 05:58:00 +0000 (05:58 +0000)]
fix file list for deb pkging
SVN revision: 20023
Christopher Michael [Wed, 25 Jan 2006 04:06:51 +0000 (04:06 +0000)]
Add some functions to e_ilist and e_widget_ilist.c . Fix commented
unused variables (just removed them). Added Cursor Settings and Startup
Settings dialogue. Removed General Settings dialog.
SVN revision: 20020
Christopher Michael [Wed, 25 Jan 2006 04:04:15 +0000 (04:04 +0000)]
Add Cursor Settings and Starup Settings dialogues. Remove General Settings dialogue.
SVN revision: 20019
Christopher Michael [Wed, 25 Jan 2006 04:03:12 +0000 (04:03 +0000)]
Add Cursor Settings and Startup Settings dialogues
SVN revision: 20017
Christopher Michael [Wed, 25 Jan 2006 04:00:46 +0000 (04:00 +0000)]
Added Mouse Pointer icon for new Cursor Settings config dialog
SVN revision: 20016
David Walter Seikel [Tue, 24 Jan 2006 13:58:18 +0000 (13:58 +0000)]
When I cloned the pipe read stuff to make pipe error, I didn't realise that
ECORE_FD_ERROR is not the stderr equivilant of ECORE_FD_READ. I just cloned,
and changed READ's to ERROR's.
imho ECORE_FD_ERROR is missnamed, and should at least be better documented.
See man select_tut, especially the entry on exceptfds.
SVN revision: 20006
David Walter Seikel [Tue, 24 Jan 2006 05:01:04 +0000 (05:01 +0000)]
Reuse images, don't clone them.
SVN revision: 20003
Christopher Michael [Tue, 24 Jan 2006 03:03:28 +0000 (03:03 +0000)]
Remove Unused Variables. C++ is bad, mkay.
SVN revision: 20002
David Walter Seikel [Mon, 23 Jan 2006 18:53:07 +0000 (18:53 +0000)]
Actually use the new tlist.
SVN revision: 20000
David Walter Seikel [Mon, 23 Jan 2006 18:49:53 +0000 (18:49 +0000)]
FIXME++
SVN revision: 19999
David Walter Seikel [Mon, 23 Jan 2006 18:47:10 +0000 (18:47 +0000)]
Devilhorns wanted a count function added while I was playing in this.
And formatting.
SVN revision: 19998
David Walter Seikel [Mon, 23 Jan 2006 18:40:57 +0000 (18:40 +0000)]
Raster said to stop hacking ilist and create another widget. Link the
source code in.
SVN revision: 19997
David Walter Seikel [Mon, 23 Jan 2006 18:37:22 +0000 (18:37 +0000)]
Raster said to stop hacking ilist and create another widget. Link the new
theme in.
SVN revision: 19996
David Walter Seikel [Mon, 23 Jan 2006 18:33:20 +0000 (18:33 +0000)]
Raster said to stop hacking ilist and create another widget. These are
the source files for that widget.
SVN revision: 19995
David Walter Seikel [Mon, 23 Jan 2006 18:29:49 +0000 (18:29 +0000)]
Raster said to stop hacking ilist and create another widget. This is the
default theme for that widget.
Do we usually clone inages, or just use the ones from other widgets?
SVN revision: 19994
David Walter Seikel [Mon, 23 Jan 2006 18:20:04 +0000 (18:20 +0000)]
Debugging script and support file.
SVN revision: 19993
Carsten Haitzler [Mon, 23 Jan 2006 15:53:54 +0000 (15:53 +0000)]
just fall back to software x11
SVN revision: 19991
Carsten Haitzler [Mon, 23 Jan 2006 15:52:47 +0000 (15:52 +0000)]
more checks at runtime if e is ok - ie evas and ecore_evas supoprt is all
there.
SVN revision: 19990
Christopher Michael [Mon, 23 Jan 2006 04:52:37 +0000 (04:52 +0000)]
Rename the buttons
SVN revision: 19979
Christopher Michael [Mon, 23 Jan 2006 04:35:03 +0000 (04:35 +0000)]
Keep the selected bg across basic/advanced switching.
SVN revision: 19978
Christopher Michael [Mon, 23 Jan 2006 02:56:01 +0000 (02:56 +0000)]
Rewrite the import dialog. Should behave better now
SVN revision: 19976
Carsten Haitzler [Mon, 23 Jan 2006 00:32:51 +0000 (00:32 +0000)]
remove dupes
SVN revision: 19975
Christopher Michael [Sun, 22 Jan 2006 22:45:44 +0000 (22:45 +0000)]
Another try at a fix for bg close. Try to get the border of the import dialog to see if it exists or not, before trying to delete it.
SVN revision: 19973
maiurana [Sun, 22 Jan 2006 20:14:10 +0000 (20:14 +0000)]
*** empty log message ***
SVN revision: 19972
David Walter Seikel [Sun, 22 Jan 2006 18:20:59 +0000 (18:20 +0000)]
When changing API semantics, grep is your friend. My policy - if I break
it, I fix it.
SVN revision: 19968
Christopher Michael [Sun, 22 Jan 2006 15:51:51 +0000 (15:51 +0000)]
Fix for bg dialog crash. Make resize work on import. Code cleanups.
SVN revision: 19965
Christopher Michael [Sun, 22 Jan 2006 15:33:32 +0000 (15:33 +0000)]
Make import dialog resizable
SVN revision: 19964
Christopher Michael [Sun, 22 Jan 2006 15:33:04 +0000 (15:33 +0000)]
Check for import being null on dialog close cb
SVN revision: 19963
Christopher Michael [Sun, 22 Jan 2006 14:44:49 +0000 (14:44 +0000)]
Remove printfs and extra comments. I'd like to thank onefang and CodeWarrior for there help with the import dialog.
SVN revision: 19962
David Walter Seikel [Sun, 22 Jan 2006 14:18:20 +0000 (14:18 +0000)]
Allocate and free the view struct as per discussion.
SVN revision: 19961
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