Commit Graph

5192 Commits

Author SHA1 Message Date
Stafford Mitchell Horne 577618bf99 If finally go around to adding the advanced conf dialog for input methods.
* Note: input methods are stored as full path now, meaning most people have to update their configs


SVN revision: 27492
2006-12-17 11:24:59 +00:00
Christopher Michael 348ec15b3f Make sure to define the variable type so we do not get 'Undefined Variable'
errors when building for *BSD.

Thanks _alexey_ :)


SVN revision: 27487
2006-12-17 10:12:03 +00:00
Christopher Michael 38849cb682 Add "remember_internal_windows" config option to the Window Display Advanced
page.

Update e_config.h to reflect GUI'd config option.


SVN revision: 27483
2006-12-17 02:10:24 +00:00
Christopher Michael 133e366725 Move 'Configuration Dialogs' to Advanced and remove Miscellaneous section.
SVN revision: 27481
2006-12-16 21:40:04 +00:00
Christopher Michael d3ae383e69 Fix recent winlist iconified commit (values were not added in the correct
place, and was not IFCFG'd for the version it was added in).

Add ability to turn on/off remembering E internal dialogs (only setable via
ipc for now)


SVN revision: 27480
2006-12-16 21:28:46 +00:00
Christopher Michael 9988cc48ec Do not expand width/height on the buttons.
SVN revision: 27479
2006-12-16 20:32:40 +00:00
Christopher Michael c767ef7752 Remove unused variable.
SVN revision: 27478
2006-12-16 20:28:51 +00:00
Christopher Michael eed24e833f Rework mouse bindings dialog to not use a bunch of list widgets.
SVN revision: 27477
2006-12-16 20:21:12 +00:00
Christopher Michael 164797ae36 Rework keybindings dialog to use less widgets when doing basic_create.
SVN revision: 27476
2006-12-16 19:54:41 +00:00
Sebastian Dransfeld d00bc63561 Fix for FreeBSD, thanks Ravenlock.
SVN revision: 27471
2006-12-16 08:30:29 +00:00
Sebastian Dransfeld da3724d67d Remove duplicate header.
SVN revision: 27470
2006-12-16 08:27:45 +00:00
quan74 bfa0ba5aab Makefile / dist cleanups
SVN revision: 27469
2006-12-16 01:54:16 +00:00
Sebastian Dransfeld 2a1358264a Only check the type of sensor on init and when changing config.
SVN revision: 27464
2006-12-15 08:32:31 +00:00
Christopher Michael 6e5deedf2c Added a "nice to have" for the temp module.
SVN revision: 27458
2006-12-15 05:19:54 +00:00
Christopher Michael 4edd5b4e41 Patch from Eric 'Ravenlock' Schuele <ravenlock@comcast.net> to provide winlist config
options that allow showing/hiding iconified apps from other desks/screens in
the winlist.


SVN revision: 27457
2006-12-15 05:03:09 +00:00
titan 23c1258e61 Fix up the preview a little bit.
SVN revision: 27456
2006-12-15 03:28:03 +00:00
Carsten Haitzler 2b999319f2 numlock binding... WRONG. see comments.
SVN revision: 27453
2006-12-14 23:38:33 +00:00
Sebastian Dransfeld 1c03446089 Remove undefined functions.
SVN revision: 27452
2006-12-14 19:42:21 +00:00
Sebastian Dransfeld a87dfea106 Remove unused variables.
SVN revision: 27451
2006-12-14 19:37:51 +00:00
Sebastian Dransfeld ccac82a4e7 Declare function.
Make internal function static.
Remove unused variables.
Formatting.


SVN revision: 27450
2006-12-14 19:36:59 +00:00
Sebastian Dransfeld fa297ae0c1 Remove unused variables.
SVN revision: 27449
2006-12-14 19:31:48 +00:00
Sebastian Dransfeld a7dd2a5a4c char -> const char
SVN revision: 27448
2006-12-14 19:29:24 +00:00
Sebastian Dransfeld 4571aa7c51 Add missing header.
SVN revision: 27447
2006-12-14 19:27:46 +00:00
Sebastian Dransfeld 7184c89b42 Return 1 on successful apply
SVN revision: 27446
2006-12-14 19:25:19 +00:00
Christopher Michael 364d79712d Add missing traps for numlock state when executing bindings.
SVN revision: 27445
2006-12-14 17:52:51 +00:00
Sebastian Dransfeld 84114aa83a Remove unused variables.
Add cast for printf.
char -> const char


SVN revision: 27444
2006-12-14 15:55:35 +00:00
Sebastian Dransfeld fdeaf6b885 Add return value.
SVN revision: 27443
2006-12-14 15:48:10 +00:00
Sebastian Dransfeld 6169ab14c4 Remove unused variables.
SVN revision: 27442
2006-12-14 15:46:58 +00:00
Sebastian Dransfeld 19d8a72849 Correct header define.
SVN revision: 27441
2006-12-14 15:44:47 +00:00
Sebastian Dransfeld 2a7dc3ccf7 Remove unused variables.
SVN revision: 27440
2006-12-14 15:40:19 +00:00
Sebastian Dransfeld 1943218ffb Add return value.
SVN revision: 27439
2006-12-14 15:39:26 +00:00
Sebastian Dransfeld 7884290d8b Remove unused variables.
Fix assignment, should be a test.


SVN revision: 27438
2006-12-14 15:36:09 +00:00
Sebastian Dransfeld 75f1dcfb1f Remove unused variable.
Don't abuse pointers.


SVN revision: 27437
2006-12-14 15:32:38 +00:00
Sebastian Dransfeld 8a2be75e0e Remove unused variables.
hash callback func should return 1 if the whole hash is to be checked.


SVN revision: 27436
2006-12-14 15:28:27 +00:00
Sebastian Dransfeld 4ce743a844 Don't set a default ACPI temperature sensor.
Use the first available temperature sensor if none is set.


SVN revision: 27435
2006-12-14 15:07:47 +00:00
Sebastian Dransfeld bc4289566a Always need to check if therms is valid.
SVN revision: 27434
2006-12-14 15:04:15 +00:00
Christopher Michael bccd396ba4 Delete the list objects and close button when the dialog closes.
SVN revision: 27419
2006-12-11 20:39:26 +00:00
Christopher Michael d9701e12be Add a little more space between the window border and content object so that
Config Panel appears more like a normal Config Dialog with respect to the
space between window border and objects.


SVN revision: 27418
2006-12-11 20:38:52 +00:00
Christopher Michael 5f749052d9 Add ability to have seperate NumLock key bindings for on & off states.
SVN revision: 27417
2006-12-11 10:19:46 +00:00
Massimo Maiurana 57a782b2c3 *** empty log message ***
SVN revision: 27411
2006-12-10 20:48:26 +00:00
Christopher Michael 806f4a5075 Fix button labels and icons.
Some formatting.


SVN revision: 27409
2006-12-10 15:35:13 +00:00
Christopher Michael d561020c7b Some fixups for framelist position and content alignment. Thanks tokyo :)
SVN revision: 27403
2006-12-10 12:57:05 +00:00
metrics 04d05abd07 Don't needlessly update fields if we never actually found an icon.
Eliminates some infinite loops on callbacks.


SVN revision: 27401
2006-12-10 09:27:33 +00:00
Carsten Haitzler ab7dbef8d2 be patient and wait for the previous e to be cleaned up with a loops checking
for the old e.


SVN revision: 27400
2006-12-10 03:55:18 +00:00
Carsten Haitzler bda7481ea3 working on the file properties dialog
SVN revision: 27388
2006-12-09 06:28:25 +00:00
Carsten Haitzler 39aee7fc1d only sel_change callback on an actual change
SVN revision: 27387
2006-12-09 04:46:37 +00:00
Carsten Haitzler 79c8864f92 working on file properties dialog.
SVN revision: 27359
2006-12-05 14:28:48 +00:00
Carsten Haitzler 169ef3607a lotys of changes - mayaswell asparagus - and the start of some of my fm
properties dialog work... it sucks - i know.


SVN revision: 27348
2006-12-04 12:14:18 +00:00
Miculcy Brian 2b835c60eb Standalone windows menu does now have a title.
But how should i set this for the (favorite) applications menu...? Will add that later.


SVN revision: 27341
2006-12-03 21:25:47 +00:00
Massimo Maiurana ae1b94bcd6 *** empty log message ***
SVN revision: 27340
2006-12-03 19:37:09 +00:00