Commit Graph

2399 Commits

Author SHA1 Message Date
Carsten Haitzler 39ac053aa6 handle shell execution failure exit code too :) and use a dialog... :)
SVN revision: 20026
2006-01-25 08:22:33 +00:00
Carsten Haitzler bb3447e068 make this cursor config have sane cursor limits! :)
SVN revision: 20024
2006-01-25 06:17:54 +00:00
Christopher Michael 36aa7e2d70 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
2006-01-25 04:06:51 +00:00
Christopher Michael 02bfb82b01 Add Cursor Settings and Starup Settings dialogues. Remove General Settings dialogue.
SVN revision: 20019
2006-01-25 04:04:15 +00:00
Christopher Michael 5f004e0cec Add Cursor Settings and Startup Settings dialogues
SVN revision: 20017
2006-01-25 04:03:12 +00:00
David Walter Seikel 3bdc8d4c52 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
2006-01-24 13:58:18 +00:00
Christopher Michael 3dad5445ad Remove Unused Variables. C++ is bad, mkay.
SVN revision: 20002
2006-01-24 03:03:28 +00:00
David Walter Seikel 3e51a0e7f6 Actually use the new tlist.
SVN revision: 20000
2006-01-23 18:53:07 +00:00
David Walter Seikel 676f375d7b FIXME++
SVN revision: 19999
2006-01-23 18:49:53 +00:00
David Walter Seikel c220a4beba Devilhorns wanted a count function added while I was playing in this.
And formatting.


SVN revision: 19998
2006-01-23 18:47:10 +00:00
David Walter Seikel e46bd5deef Raster said to stop hacking ilist and create another widget. Link the
source code in.


SVN revision: 19997
2006-01-23 18:40:57 +00:00
David Walter Seikel 42808f6ca5 Raster said to stop hacking ilist and create another widget. These are
the source files for that widget.


SVN revision: 19995
2006-01-23 18:33:20 +00:00
Carsten Haitzler 0509c62b0f just fall back to software x11
SVN revision: 19991
2006-01-23 15:53:54 +00:00
Carsten Haitzler feaa0a4131 more checks at runtime if e is ok - ie evas and ecore_evas supoprt is all
there.


SVN revision: 19990
2006-01-23 15:52:47 +00:00
Christopher Michael 967c4fa798 Rename the buttons
SVN revision: 19979
2006-01-23 04:52:37 +00:00
Christopher Michael a9a5a9b257 Keep the selected bg across basic/advanced switching.
SVN revision: 19978
2006-01-23 04:35:03 +00:00
Christopher Michael 45a91afc14 Rewrite the import dialog. Should behave better now
SVN revision: 19976
2006-01-23 02:56:01 +00:00
Christopher Michael 987791512a 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
2006-01-22 22:45:44 +00:00
David Walter Seikel e2cadbf7aa When changing API semantics, grep is your friend. My policy - if I break
it, I fix it.


SVN revision: 19968
2006-01-22 18:20:59 +00:00
Christopher Michael afd6959726 Fix for bg dialog crash. Make resize work on import. Code cleanups.
SVN revision: 19965
2006-01-22 15:51:51 +00:00
Christopher Michael 104d939d05 Make import dialog resizable
SVN revision: 19964
2006-01-22 15:33:32 +00:00
Christopher Michael ab32d328c4 Check for import being null on dialog close cb
SVN revision: 19963
2006-01-22 15:33:04 +00:00
Christopher Michael ffa2ff239a Remove printfs and extra comments. I'd like to thank onefang and CodeWarrior for there help with the import dialog.
SVN revision: 19962
2006-01-22 14:44:49 +00:00
David Walter Seikel 000417275b Allocate and free the view struct as per discussion.
SVN revision: 19961
2006-01-22 14:18:20 +00:00
Christopher Michael 4a9f8d3a9a Fixes for E_Config_Dialog_View
SVN revision: 19960
2006-01-22 14:17:43 +00:00
Christopher Michael 5da013565d Added import function to bg config dialog
SVN revision: 19959
2006-01-22 14:11:15 +00:00
David Walter Seikel 58da3b51f2 After complaining about this, I realized I was guilty of cut'n'paste as
much as anyone.


SVN revision: 19958
2006-01-22 13:01:40 +00:00
David Walter Seikel a9b4d794a2 Typo.
SVN revision: 19952
2006-01-21 18:15:23 +00:00
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 149d1895d4 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
2006-01-20 11:14:12 +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 0fa667a5a8 TODO
SVN revision: 19912
2006-01-20 04:06:37 +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