Commit Graph

2655 Commits

Author SHA1 Message Date
sndev 882a079d07 Just small bug fix in Key Binding configuration dialog. It fixes a situation
when, after opening a config dialog, just one key binding is changed and apply/ok
button is pressed. Thus, the configuration changes are not lost.


SVN revision: 20585
2006-02-19 16:34:22 +00:00
Christopher Michael 3c25682444 Add a way to save error messages from e_app_error dialogue. Logs default to ~/<appname>.log . Add 2 missing function protos. Some formatting.
SVN revision: 20560
2006-02-18 12:14:41 +00:00
Carsten Haitzler 47e7c5f243 cross-compile fixes, (odd that this didnt screw up before when i did some
cross-compiling of e for arm), illogict patches too :)


SVN revision: 20552
2006-02-18 04:35:35 +00:00
stffrdhrn d9411eda2f * Use case insensitive match for suffixes
SVN revision: 20550
2006-02-18 01:12:43 +00:00
jlzapata 8714162645 efm:
- thumbnails are back in, still a few mime types to be added.


SVN revision: 20544
2006-02-17 13:36:31 +00:00
Christopher Michael ed4e6849f1 More updates to what is GUId
SVN revision: 20540
2006-02-17 10:25:23 +00:00
Christopher Michael 8cd0117582 Fix Desktop Settings advanced mode not working.
SVN revision: 20539
2006-02-17 09:58:22 +00:00
stffrdhrn a3266dff6a Fix typo
SVN revision: 20532
2006-02-17 00:25:58 +00:00
stffrdhrn 573d4b339b EFM Memory Management
- Make a copy, now freeing the e_fm_file list should be a bit more safe.


SVN revision: 20530
2006-02-16 22:04:16 +00:00
stffrdhrn 29567e3e4d Valgrinding...
- Might as well free roots on errors to make valgrind happy.


SVN revision: 20527
2006-02-16 21:18:11 +00:00
stffrdhrn c61ba650a9 Fix mem leak in search function:
- When searching always free the clean_file if it exists, its just used at
   search time.


SVN revision: 20526
2006-02-16 21:08:43 +00:00
jlzapata 7a4bc88869 efm:
- context menu (dragging with the right button) works
- dragging from one efm window to another efm window pops up the context
menu or calls the default relative action
- menu item labels are filled with the correct text


SVN revision: 20523
2006-02-16 17:06:37 +00:00
Christopher Michael fa5438eae1 Slightly better modules config dialog. Added frames for module options. Fix potential segv that could have happened if a user clicked on Enable/Load/Unload without having a module selected. Supports Auto-Apply properly now
SVN revision: 20518
2006-02-16 11:24:36 +00:00
Carsten Haitzler abab75bfa0 more work on shelfy bits
SVN revision: 20517
2006-02-16 09:27:37 +00:00
Carsten Haitzler fce2c3b1fc working on shelf config
SVN revision: 20515
2006-02-16 06:32:54 +00:00
Christopher Michael 99fa80874a Fix Bug: If we're not Warp While Selecting, then don't warp
SVN revision: 20514
2006-02-16 06:03:50 +00:00
Christopher Michael b0da09e195 Update what is GUId and IPCd
SVN revision: 20512
2006-02-16 05:08:17 +00:00
jlzapata 8510d3dcf1 efm:
- two more states for the fileman edje, hover - unhover
- implemented hover functions when dragging
- relative actions / default relative action in place (not working yet)
- there is SERIOUS BUG when using multiple windows of efm, when dragging
or using the band on 2+ windows for the first time segvs, i think this
was also before my changes.
- still there are lots of things to be coded, dont expect to work
cleanly yet


SVN revision: 20511
2006-02-16 03:13:30 +00:00
Christopher Michael cafd068c2c Add New Config Dialogue options to enlightenment_remote
SVN revision: 20499
2006-02-15 21:22:46 +00:00
Christopher Michael 1148850a2b Disable Auto-Apply on the border config dialogs
SVN revision: 20497
2006-02-15 20:40:55 +00:00
Christopher Michael 78ca372f21 General Fixies
SVN revision: 20496
2006-02-15 20:32:28 +00:00
Christopher Michael 64bf666eaf Disable Auto-Apply for these dialogs.
SVN revision: 20495
2006-02-15 20:30:59 +00:00
Christopher Michael 5621006577 Some fixes for Window Manipulation dialog.
SVN revision: 20494
2006-02-15 20:30:08 +00:00
Christopher Michael d82db82448 Allow Auto-Apply Settings and Default Mode for Config Dialogues
SVN revision: 20492
2006-02-15 20:29:33 +00:00
Christopher Michael fa5e3f722c Added config option for setting config dialog options
SVN revision: 20491
2006-02-15 20:28:55 +00:00
Christopher Michael e40da56cb3 Added config options for cfgdlg_auto_apply and cfgdlg_default_mode. Bumped config version
SVN revision: 20490
2006-02-15 20:28:31 +00:00
Christopher Michael 66733cebc9 Include new Config Dialog Settings
SVN revision: 20489
2006-02-15 20:27:45 +00:00
Christopher Michael 9da7f9f7af New Config Dialog for setting options about Config Dialogs, hehe. Can set if changes are auto-applied and also the default mode to open a config dialog in (Basic/Advanced)
SVN revision: 20487
2006-02-15 20:26:53 +00:00
Christopher Michael 11e57be6f9 Rework Modules Config Dialogue a bit. No need to click Apply button anymore. Just click the radios to enable/load/unload. Old apply code left but commented in case we want to revert. RFC on this :) -devilhorns
SVN revision: 20479
2006-02-15 15:47:51 +00:00
stffrdhrn f70e439aea Some fileman work:
* Free a list which had a FIXME note, looks like no need to free data
 * Fix a bug when right clicking on directories (do a NULL check)


SVN revision: 20475
2006-02-15 14:18:06 +00:00
Carsten Haitzler 16bec1dd21 shutdown on restart needs some things to shut down, not all.
SVN revision: 20469
2006-02-15 03:11:36 +00:00
jlzapata bac975332a efm:
- added default actions for each mime type, will be called on double
click
- added relative actions (actions that need a destination directory to
work)
- initial code for thumbnails and previews on the mime side :) (isnt
working yet)


SVN revision: 20459
2006-02-14 19:39:39 +00:00
Carsten Haitzler 477a40e79b working on shelves
... and a bit on gadcon.


SVN revision: 20456
2006-02-14 13:09:01 +00:00
David Walter Seikel 4746f6513b Missing space replaced with one I had lying around. The spare space was
rather old, but it seens to fit.


SVN revision: 20454
2006-02-14 12:51:40 +00:00
Christopher Michael 239e9ff186 No Need to _fill_data twice. _create_data already fills it. Little Formatting
SVN revision: 20453
2006-02-14 09:42:23 +00:00
Christopher Michael 0bb5680ef8 No Need to _fill_data twice. _create_data already fills it
SVN revision: 20452
2006-02-14 09:39:26 +00:00
jlzapata a8094c9329 efm:
- actions working, for test cases it only has: "edit with gimp",
"play with xmms" and "enqueue on xmms". test it :)


SVN revision: 20448
2006-02-14 02:32:14 +00:00
jlzapata c98217f129 efm:
- new code for mime handling, an inheritance model, working good
  check the e_fileman_mime.c for the idea.
- rewrite of several parts of efm to handle the new model.
- it isnt fully functional, but this commit is a first step.
- actions are working for the menu generation only, they dont execute
  right now.
- lots of comments, docs on the source.
* **WARNING** this is code in progress expect it to brake things *


SVN revision: 20445
2006-02-14 00:40:57 +00:00
Christopher Michael 31541946e6 Fix bug where changing a config value then selecting a different page (Basic/Advanced) would reset the value to it's original state.
SVN revision: 20437
2006-02-13 16:10:33 +00:00
Christopher Michael 52a5ccaac5 Fix bug where changing a config value then selecting a different page (Basic/Advanced) would reset the value to it's original state. Fix config dialogs to work correctly for this. Going for the modules config dialogs next.
SVN revision: 20435
2006-02-13 15:36:56 +00:00
Christopher Michael 388cbda6b1 Update what configs are GUId
SVN revision: 20433
2006-02-13 13:39:24 +00:00
Christopher Michael 2e23cc6460 Added Run Command Settings Dialog aka: exebuf. Reorder Config Panel.
SVN revision: 20432
2006-02-13 13:35:53 +00:00
Carsten Haitzler 6f5e4ef0af 1. move thngs to dialogs from the e_error ones. fileman files are left - they
have a lot of work to go to be done well (ie work that e_app does to read
stdout/err shoudl be here too - or we need to eventually virtualise this)
2. stop self-feeding scan loop :)


SVN revision: 20425
2006-02-13 06:32:26 +00:00
jlzapata c05bcf16ea efm:
- multiple dnd files working (only the icons no data for now)
- initial code for the autoscroll (disabled for now)
- callbacks cleanup


SVN revision: 20406
2006-02-11 22:54:07 +00:00
Carsten Haitzler 15199f1413 shutdown disabled for now.
SVN revision: 20384
2006-02-10 13:42:56 +00:00
Carsten Haitzler daccad473b more gadcon work... oooh getting close.
SVN revision: 20383
2006-02-10 12:21:22 +00:00
Carsten Haitzler e23367f722 for now - people will miss their "start" module - as it has now been ursurped
for gadcon testing :) mind u - it's a HELL of a lot smaller now :)


SVN revision: 20381
2006-02-10 09:26:12 +00:00
Carsten Haitzler 15c398e635 more gadcon work! - getting there. slowly. the pieces are coming together...
SVN revision: 20379
2006-02-10 08:14:57 +00:00
sndev cc3d6d26b7 New configuration dialog for Binding Key Settings.
SVN revision: 20371
2006-02-09 23:24:06 +00:00
jlzapata dbd474f723 efm:
- xdnd / internal dnd works
- new signals for drag/drop of icons

----------------------------------------------------------------------


SVN revision: 20366
2006-02-09 18:31:14 +00:00
jlzapata c9d66783c2 efm: correct icon movement
SVN revision: 20356
2006-02-09 04:04:53 +00:00
jlzapata 6884ac4ac5 at_location enabled again
SVN revision: 20352
2006-02-08 23:12:09 +00:00
jlzapata b6aec4bc2b efm work, dnd working, save/load working
SVN revision: 20351
2006-02-08 23:06:12 +00:00
Carsten Haitzler 2f7cfd5fbc more work on gadcon - u can drag items around and they reshuffle kind of ok -
not perfectly tho.


SVN revision: 20347
2006-02-08 15:06:25 +00:00
codewarrior efb3481bcb xdnd in efm
SVN revision: 20332
2006-02-07 14:30:21 +00:00
Carsten Haitzler 2f0b93100c and limit it more there as well
SVN revision: 20327
2006-02-07 06:38:32 +00:00
Carsten Haitzler eca6a45d5f limit callback event storms
SVN revision: 20326
2006-02-07 06:37:04 +00:00
codewarrior a4ee129a7f - remove the E_Drag code for now, its not working
- start new xdnd implementation (not working now, but no more hangs)


SVN revision: 20318
2006-02-07 01:52:03 +00:00
Carsten Haitzler 91b1a4ca52 a bit more gadcon work
SVN revision: 20308
2006-02-06 10:44:54 +00:00
Carsten Haitzler c3f7e5b01a lord of the caches: fellowship of the exe cache file. how to get what is most
likely an up-to-date list of all executables in $PATH as fast as possible and
then in the background build a new list from files and if this list does not
match the cached list once built, throw away the old cache file and write out
a new one. :) this should be about the best of all worlds - instaant exebuf
appearance and storing previously discovered info as well as never hanging
"solid". there is a chance the data you have is incomplete or out of date -
but thats better than the wm just hanging there for 10 seconds while disk IO
thrashes.


SVN revision: 20305
2006-02-06 08:06:18 +00:00
Carsten Haitzler 2714ed3d6c exebuf scans the $PATH in the background on open. this means not all results
are available at the very start - but over time it populates the list.


SVN revision: 20301
2006-02-06 03:43:50 +00:00
e-taro 7ac6b0b2af Fix a handful of minor leaks
Should e_module_find and e_module_new take a const char * instead?


SVN revision: 20292
2006-02-05 11:25:01 +00:00
Carsten Haitzler 57786e3b36 more gadcon work
SVN revision: 20287
2006-02-05 09:29:47 +00:00
Carsten Haitzler 93cec27126 working on gadcon - it has a special smart object layout of its own that is
designed to optimally help lay out gadgets in a 1 d list along an interval
and do the right thing shoudl that interval change size etc.


SVN revision: 20285
2006-02-05 08:17:40 +00:00
David Walter Seikel c22dbe41ee Doh!
SVN revision: 20279
2006-02-05 00:56:20 +00:00
Christopher Michael ab7753efcb Minor fixy for frame title.
SVN revision: 20278
2006-02-04 20:05:26 +00:00
Christopher Michael 787c9bc438 Make Advanced have the same button label as Basic.
SVN revision: 20277
2006-02-04 20:04:20 +00:00
Carsten Haitzler 19d04b63db shelves... for holding gadcons. now i have a test shelf ... i can go back to
gadcon


SVN revision: 20272
2006-02-04 06:45:13 +00:00
Christopher Michael 04146f9dd8 Fix a couple bugs in Window Display settings
SVN revision: 20263
2006-02-04 01:07:04 +00:00
Christopher Michael eb2e43db89 Config dialogue for Display Settings (size and refresh rate)
SVN revision: 20252
2006-02-03 21:58:28 +00:00
Christopher Michael a8fd6a5628 Allow Start module to be moved.
SVN revision: 20246
2006-02-03 20:17:41 +00:00
rephorm 128627e095 lameness--
SVN revision: 20231
2006-02-03 14:51:18 +00:00
Carsten Haitzler b30f189e6f illogicit patches for:
>e_int_config_focus_missing_options.patch: adds refocus last focused window on
desktop switch and revert focus when hiding or closing a window options.
>e_menu_various.patch: (up-to-date) adds several things...
 - support KeyPad equivalent for keybindings (numbers as well as
 directions).
 - add [home] [end] support : will go to the first/last menu item
 - 0 will go to the last menu item instead of going to the 10th one.
 - corrected the bug when the first menu item was activated *twice* when
 creating a POP_DIRECTION_DOWN menu with keyboard <- passed a long time
 on this trying to figure why it was happening
 - do not activate an already active menu item
>e_int_border_menu_consistency.patch: do not show items that will ne be taken
into account anyway.


SVN revision: 20223
2006-02-03 06:16:25 +00:00
Carsten Haitzler a17594e55a anitgadget placement policy
SVN revision: 20221
2006-02-03 06:13:32 +00:00
Carsten Haitzler c87208c3cc better button label
SVN revision: 20215
2006-02-03 03:07:07 +00:00
Christopher Michael 9202d4a6dc As per 'the man', remove the Module Settings menu from Configuration->
SVN revision: 20214
2006-02-03 02:43:55 +00:00
Christopher Michael aa0bcbb469 Give the Configuration Sub-Menu some icons :)
SVN revision: 20210
2006-02-03 01:39:47 +00:00
Christopher Michael 8c75e51510 Return with no value, and unused variables
SVN revision: 20203
2006-02-03 01:07:21 +00:00
Carsten Haitzler 9ba71cbd62 going to work on gadcon - an intended replacement for gadman. just starting
things up - comments welcome, but this needs to fix up layout of gadgets for
moduels (gadman will exist for a while - mayeb forever, but i will migrate
most internal modules to gadcon eventually)


SVN revision: 20196
2006-02-02 09:42:19 +00:00
Carsten Haitzler b89c4dd7bb typo fix
SVN revision: 20195
2006-02-02 06:55:39 +00:00
Carsten Haitzler 3e8f43f676 clean up menu - remove themes menu - there's a dialog now.
SVN revision: 20194
2006-02-02 06:06:21 +00:00
Carsten Haitzler 4f60645bed moduels menu will go - sorry guys. bad UI design to have inconsistent UI's
SVN revision: 20193
2006-02-02 04:31:28 +00:00
Carsten Haitzler dbe58aab6e itray fixies - gadman needfs work. might tackle that next.
SVN revision: 20192
2006-02-02 03:53:39 +00:00
Christopher Michael cace359cf7 Actually create the function for the proto defined in e_utils.h
SVN revision: 20181
2006-02-01 19:33:10 +00:00
Carsten Haitzler 4f941d827c itray behaving better - but some itray windows are not shaped! in fact none
are it seems.... that i have tested. the skype one inherits the parent bg
color/pixmap which makes things REALLY troublesome for us.


SVN revision: 20179
2006-02-01 14:50:00 +00:00
Carsten Haitzler ad8e00e5e7 itray is now a little better in terms of behaving itself.
SVN revision: 20176
2006-02-01 13:07:21 +00:00
Carsten Haitzler b27c98317e printf--
SVN revision: 20171
2006-02-01 11:25:30 +00:00
Carsten Haitzler 467b82d41c pass on mouse events if we didnt trap them first. :) (we fake them)
SVN revision: 20170
2006-02-01 11:25:07 +00:00
Carsten Haitzler 81fb7e3201 itray is a bit better - but frankly - this whole system tray shit SUCKS. a
lot of tray clients are very unstable and die at things in the spec they
should handle. they go deleting their windows for no reason etc.


SVN revision: 20167
2006-02-01 10:25:17 +00:00
Carsten Haitzler fb6d71ec9e itray is a little nicer
SVN revision: 20165
2006-02-01 09:36:56 +00:00
Carsten Haitzler b68b3d725a add a stolen window id subsystem so the border code ignores such stolen
windows. als fix itray a little and add comments for fixes


SVN revision: 20144
2006-01-31 12:06:47 +00:00
Carsten Haitzler afdc6b19ef todo items gone. window icon is now choosable - eap or app provided one.
SVN revision: 20140
2006-01-31 08:02:18 +00:00
Carsten Haitzler d2cd2d1d1d space--
SVN revision: 20108
2006-01-30 02:49:09 +00:00
Christopher Michael 6bfb2791b2 At the request of some users, bumb the max desktop count in Desktop Settings to 12
SVN revision: 20107
2006-01-30 02:46:00 +00:00
Christopher Michael 6a21299079 Allow quicker access to the modules settings dialog
SVN revision: 20106
2006-01-30 02:36:26 +00:00
Christopher Michael a8dca935d1 Rename the Allow Overlap option
SVN revision: 20092
2006-01-29 02:40:04 +00:00
David Walter Seikel 5ee07d38f3 Always treat it as markup if it's markup initially.
SVN revision: 20065
2006-01-27 05:09:22 +00:00
Christopher Michael 8a4e6d3942 Remove unused variables. Fix too many arguments to snprintf
SVN revision: 20045
2006-01-26 21:36:05 +00:00
Christopher Michael 0191b2fc3a Remove unused variables
SVN revision: 20044
2006-01-26 21:25:54 +00:00
Carsten Haitzler 528510e0ab apps error gets its own header now :)
SVN revision: 20039
2006-01-26 07:38:06 +00:00
rephorm 5f1f5d4d1e add Configuration item to face menu (if the module defines e_modapi_config)
SVN revision: 20038
2006-01-26 05:56:34 +00:00
rephorm 99921a4b8a 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
2006-01-26 05:40:17 +00:00
rephorm eebec166ca 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
2006-01-26 05:17:51 +00:00
David Walter Seikel 4e7e5fa0cc Dammit raster, I'm trying to cut down the amount of over processing being
done on these strings.


SVN revision: 20029
2006-01-25 11:22:40 +00:00
Carsten Haitzler 6114b14cb4 more info on app exiting - translatable strings now. use textblock widget.
SVN revision: 20028
2006-01-25 10:20:02 +00:00
Carsten Haitzler b090bdff32 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
2006-01-25 09:28:12 +00:00
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
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 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
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
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 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 4453a2bb87 Remove EAPI from function. Thanks Sebastian
SVN revision: 19642
2006-01-08 10:33:23 +00:00
Christopher Michael 54d299ed6d Typo
SVN revision: 19641
2006-01-08 10:07:58 +00:00
Christopher Michael 3686bd231f Set pointer to config dialogue to NULL when closing
SVN revision: 19639
2006-01-08 09:29:42 +00:00
sebastid ad90f04ef8 Set pointer to config dialog to NULL when closing the dialog.
SVN revision: 19637
2006-01-08 08:12:39 +00:00
Christopher Michael 18b4588fc2 Remove unused function & proto
SVN revision: 19630
2006-01-07 23:45:40 +00:00
Christopher Michael 52e4887768 Remove unused variables.General cleanups
SVN revision: 19629
2006-01-07 23:44:08 +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