Commit Graph

12 Commits

Author SHA1 Message Date
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
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
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
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
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
sebastid 6a638a7806 Fix EAPI warnings.
SVN revision: 19597
2006-01-07 10:39:46 +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 8607bf932f Remove defined but not used statements
SVN revision: 19452
2005-12-31 11:51:23 +00:00
Christopher Michael f8f481fe34 Remove unused variables
SVN revision: 19380
2005-12-29 15:56:30 +00:00
Christopher Michael f33c45d144 Rename e_ilist_select_* functions to be e_ilist_selected_* as this seems
more intuitive.
Update e_int_config_theme.c for this change.
Update e_int_config_background.c for this change.
Update e_int_border_border.c for this change.

Added e_ilist_remove_num to remove entries by number.
Added e_widget_ilist_remove_num.

Added e_ilist_remove_label to remove entries by label.
Added e_widget_ilist_remove_label.

Added e_ilist_selected_label_get to retrieve the selected items label.
Added e_widget_ilist_selected_label_get.


SVN revision: 19245
2005-12-22 21:08:34 +00:00
codewarrior 6121b94137 - misc checks
- add theme selector (basic mode only) from Chady


SVN revision: 19148
2005-12-19 14:42:43 +00:00