Commit Graph

2302 Commits

Author SHA1 Message Date
codewarrior d3c1a4a4a0 -Efm:
- cleanups
- patch from Jose for menus.
- patch from Mista for Open With and other misc.


SVN revision: 19581
2006-01-06 23:45:13 +00:00
Christopher Michael 6bf7badbe5 If a module has a config dialogue, destroy it on module shutdown
SVN revision: 19576
2006-01-06 21:45:57 +00:00
Christopher Michael b1d75321d1 If a module has a config dialogue, destroy it on module shutdown
SVN revision: 19575
2006-01-06 21:30:53 +00:00
Carsten Haitzler 603f0ab5b1 bug--
SVN revision: 19562
2006-01-06 16:26:18 +00:00
Carsten Haitzler d6f75b50cf fix stringshare NULL
SVN revision: 19558
2006-01-06 15:24:29 +00:00
Carsten Haitzler eff5eeeac7 fix several bugs (cursors for example)... found some more... :)
SVN revision: 19555
2006-01-06 13:56:46 +00:00
Christopher Michael afa4cf4615 Minor fix for Configure and About buttons being disabled on apply when the modules state hasn't changed
SVN revision: 19552
2006-01-06 09:07:34 +00:00
Christopher Michael 18d49353ce 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
2006-01-05 12:06:56 +00:00
Christopher Michael 6c5ccfcb3a Fix buggers in module config dialog. Configure/About buttons were not in sync with the modules state
SVN revision: 19537
2006-01-05 10:11:00 +00:00
Christopher Michael 2f75f46077 Added window list settings dialog.
Updated e_config.h to reflect what is gui'd


SVN revision: 19533
2006-01-04 22:20:51 +00:00
Christopher Michael b495e3aa62 Removed unused variable and functions
SVN revision: 19532
2006-01-04 21:11:44 +00:00
Christopher Michael 19690e4b2d Fix eap editor segfault by checking to see that the tile exists before trying to remove it.
SVN revision: 19515
2006-01-03 23:23:28 +00:00
Christopher Michael bba7ef3fba Remove restart dialogue from general settings as it's not needed. Thanks Sebastion :)
SVN revision: 19514
2006-01-03 21:38:34 +00:00
Christopher Michael 79df73f1b9 Formatting. No need to check if a dir exists as ecore_file_is_dir already checks. Sizing Fixes for the dialogue. Should look a bit better now.
SVN revision: 19496
2006-01-02 11:33:10 +00:00
Christopher Michael a734626cbb Formatting. No need to check if a dir exists as ecore_file_is_dir already checks
SVN revision: 19494
2006-01-02 10:52:44 +00:00
Christopher Michael 8945585113 Added Performance Settings configure dialogue for handling E cache settings
and framerate.


SVN revision: 19488
2006-01-02 07:01:07 +00:00
Christopher Michael 765bfe433b Rework General Settings Dialog in prep for Performance Settings Dialog
SVN revision: 19487
2006-01-02 06:59:36 +00:00
Christopher Michael cd94b9242e Remove compile warning for evas_stringshare
SVN revision: 19486
2006-01-02 06:27:44 +00:00
Christopher Michael 824908f473 Fixes to general settings dialog. Handle different caches correctly. Formatting
SVN revision: 19485
2006-01-02 05:32:07 +00:00
Christopher Michael 9982e2e6d3 Update e_config.h with comments about what is GUI'd
SVN revision: 19481
2006-01-02 00:10:02 +00:00
Christopher Michael 8005c8c4e0 Add an Advanced Page to General Settings
SVN revision: 19479
2006-01-01 23:14:59 +00:00
Christopher Michael f78fe3330d Grrr, put that back. Sorry, doing too many things at once
SVN revision: 19462
2005-12-31 21:14:06 +00:00
Christopher Michael 9dee40dff6 Apparently this is needed
SVN revision: 19461
2005-12-31 20:46:38 +00:00
Christopher Michael b6a1dac387 Add a restart dialog for when Use E cursor or cursor size get changed as they require a restart to take effect.
SVN revision: 19458
2005-12-31 19:10:21 +00:00
Christopher Michael d84dd3f080 Did I forget this file ?
SVN revision: 19454
2005-12-31 17:23:05 +00:00
Christopher Michael 6f9cd02ba3 Fix casting int to int
SVN revision: 19453
2005-12-31 12:01:04 +00:00
Christopher Michael 8607bf932f Remove defined but not used statements
SVN revision: 19452
2005-12-31 11:51:23 +00:00
Christopher Michael 575460b7e9 Added General Settings Dialogue
SVN revision: 19451
2005-12-31 11:49:45 +00:00
Christopher Michael d332106d22 Reorder Config Panel. Makes a bit more sense this way
SVN revision: 19450
2005-12-31 10:07:51 +00:00
Christopher Michael 4c236eb1fa Fix Config call for current container. Better trapping
SVN revision: 19428
2005-12-30 14:28:13 +00:00
Christopher Michael 66734c5392 Fix typo
SVN revision: 19427
2005-12-30 14:21:29 +00:00
Christopher Michael eb4875d024 Fix Config call for current container. Better trapping
SVN revision: 19426
2005-12-30 14:17:21 +00:00
Christopher Michael acb5e591ce Fix Config call for current container. Better trapping
SVN revision: 19425
2005-12-30 14:10:35 +00:00
Christopher Michael 8e0ee56223 Add missed trap
SVN revision: 19424
2005-12-30 14:09:06 +00:00
Christopher Michael 1cebd90d14 Fix this the right way. Better trapping
SVN revision: 19423
2005-12-30 14:07:44 +00:00
Christopher Michael 6d8c8baa0f Remove the list free. May cause segfault when unloading module
SVN revision: 19422
2005-12-30 14:00:17 +00:00
Christopher Michael 1e1eea1558 Fix IBox Configure Call to check for current container
SVN revision: 19421
2005-12-30 13:58:16 +00:00
Christopher Michael bb4b7078ec Fix IBar config to check for current container
SVN revision: 19420
2005-12-30 13:54:44 +00:00
handyande 63ccd7f154 It seems to me that the dlerror here is not useful, so this replaces the (null) that always seems to be printed
SVN revision: 19418
2005-12-30 12:49:45 +00:00
Christopher Michael 50a9bbe250 Fix missed GCC 4 visibility (bad raster) so that e_utils builds again
SVN revision: 19399
2005-12-30 01:52:20 +00:00
Christopher Michael ebc84f1d30 Remove unused variables.C++ comments are bad, mmmkay?
SVN revision: 19390
2005-12-29 16:31:00 +00:00
Christopher Michael 6ff116edd6 C++ comments are bad, mmmkay?
SVN revision: 19389
2005-12-29 16:23:52 +00:00
Christopher Michael 5191bc1765 No C++ comments in C code. Sorry KainX :)
SVN revision: 19388
2005-12-29 16:16:49 +00:00
Christopher Michael c2c4c9c176 Remove unused function proto & function
SVN revision: 19387
2005-12-29 16:12:45 +00:00
Christopher Michael f0f791f4a7 Remove the function too, it's not used
SVN revision: 19386
2005-12-29 16:11:25 +00:00
Christopher Michael dc69ab8a78 Remove unused variables & unused function proto
SVN revision: 19385
2005-12-29 16:09:54 +00:00
Christopher Michael ef606e4b54 Fix implicit declaration warnings. Remove unused function protos
SVN revision: 19384
2005-12-29 16:06:59 +00:00
Christopher Michael dbe96532ec No C++ comments in C code. Sorry KainX :)
SVN revision: 19383
2005-12-29 16:05:00 +00:00
Christopher Michael d2fed9e40f Comment out unused function proto
SVN revision: 19382
2005-12-29 16:00:08 +00:00
Christopher Michael 546dff7a12 Fix returns with no value
SVN revision: 19381
2005-12-29 15:58:05 +00:00