lp:~gtkconf/murrine/murrine-configurator

Created by Murrine Configurator and last modified

A frontend to configure gtk options included in many recent gtk engines.

Get this branch:
bzr branch lp:~gtkconf/murrine/murrine-configurator
Members of Murrine Configurator can upload to this branch. Log in for directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Murrine Configurator
Project:
Murrine
Status:
Development

Recent revisions

47. By Luke Morton

Added README.

46. By Luke Morton

Added README.

45. By dburr

Start adding support for elements in style definitions. Still a lot of work to be done, e.g. adding it to the UI

44. By dburr

* Fleshed out the INSTALL and README docs.
* Added a Makefile which can create release tarballs and documentation
* Made indentation more consistent in sources
* Changed themes to use the same GTK prefix as schemas

43. By dburr

Add the --list-all-schemas option. This required the Schema.print_all() methods to be substantially reworked. Other changes:
* Moved some schema related settings to const.py
* Fixed __select_row() for copy/rename
* Factored out common error dialog code
* Renamed methodsNamedLikeThis in themes.py to methods_named_like_this to be consistent with the rest of the module

42. By dburr

Factored out simple ThemeList operations (get_theme_description, get_theme_owner, etc) from MainWindow to a base class called ThemeInfo which can be used without having the UI running. Used this to implement the --list-all-themes option. Also made a few other minor changes:
* change debugging output to stderr
* update properties window when a new theme is selected
* fix GTK warning when displaying properties window (no idea what was trying to be accomplished with 'cell_background_set')

41. By dburr

Added a Debug object that is used to control debug output.

40. By dburr

* Add handling for up and down key press in theme list
* Add ParseError class to handle parsing errors because string exceptions are deprecated in newer versions of Python
* When activating a theme we take a copy of it to use for reverting
* Added a new method called set_widget to each Option that allows the corresponding GTK widget to be updated
* Store the owner object of the GTK widgets as user data so that we can map a widget to an Option

39. By dburr

Fixed loading non-string types (numbers, colours, booleans) from gtkrc files. This was causing Option._is_valid to return False and ignore the value.

38. By Luke Morton

Branch merge

Branch metadata

Branch format:
Branch format 6
Repository format:
Bazaar pack repository format 1 (needs bzr 0.92)
This branch contains Public information 
Everyone can see this information.