
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
MetaTheme is a project dedicated to unification of appearance between different graphics toolkits (currently GTK2, QT and Java).
The program is designed as a thin layer between toolkits and theme engines, creating unified API by which each theme engine can draw. The result is that every application uses the same code for drawing, making the appearance same across different applications. MetaTheme also adjusts behaviour a bit, so the overall effect of unification is impressive.
Please see the new homepage at http://www.metatheme.org/ for more details about this project.
15 years ago
Version 0.0.6 (2005/10/01)
- Styled menubar item, toolbar handle and dropdown item in MSSTYLE
- Fixed drawing of menus and progressbar in MSSTYLE
- Fixed MSSTYLE on 64-bit systems
- Added warning notice to metatheme-install script
Version 0.0.5 (2005/09/01)
- Added Highcolor/B3 theme and MSSTYLE themes loader
- Fixed checking a disabled state of buttons in Gecko-based applications
- Added ability to force MetaTheme in Java applications
- Added support for multiple toolkits in one process
- Improved look of Redmond and Plastik themes
- Styled JSplitPane
- Added basic support for Cairo
- Added support for retrieving information about widget hierarchy
- Added alpha channel to MT_IMAGE
Version 0.0.4 (2004/12/31)
- Initial support for Java/SWING toolkit
- Added three new themes: Plastik XP, Industrial and Flat
- Removed dependency on KDE
- Added ability to revert the order of dialog buttons to normal in GTK2
- Fixed invisible check and radio buttons in Konqueror
- Added basic support for customizing the appearance of texts
- Cleaned C++ binding and QT compatibility layer
Version 0.0.3 (2004/08/23)
- Added configuration tool with ability for on-the-fly switching of themes
- Made MetaTheme reentrant
- Styled toggle button in QT toolbar
- Fixed radio buttons, scrollbars and tooltips in Gecko based applications
- Improved appearance of GNOME toolbars
- Removed drawing of pointless border in Nautilus desktop window
- Other bugfixes and improvements
Version 0.0.2 (2004/07/01)
- New build system
- Fixed bad appearance in GTK 2.4 (some things not done yet)
- Fixed GtkRuler and GtkCurve widgets
- Fixed bugs in Plastik
- Styled check and radio icons in listviews
- Styled QFrame and GtkTearoffMenuItem
- Changed configuration file
- Other bugfixes and improvements
Version 0.0.1 (2004/06/01)
- Initial release.
15 years ago
Version 0.0.6 (2005/10/01)
- Styled menubar item, toolbar handle and dropdown item in MSSTYLE
- Fixed drawing of menus and progressbar in MSSTYLE
- Fixed MSSTYLE on 64-bit systems
- Added warning notice to metatheme-install script
Version 0.0.5 (2005/09/01)
- Added Highcolor/B3 theme and MSSTYLE themes loader
- Fixed checking a disabled state of buttons in Gecko-based applications
- Added ability to force MetaTheme in Java applications
- Added support for multiple toolkits in one process
- Improved look of Redmond and Plastik themes
- Styled JSplitPane
- Added basic support for Cairo
- Added support for retrieving information about widget hierarchy
- Added alpha channel to MT_IMAGE
Version 0.0.4 (2004/12/31)
- Initial support for Java/SWING toolkit
- Added three new themes: Plastik XP, Industrial and Flat
- Removed dependency on KDE
- Added ability to revert the order of dialog buttons to normal in GTK2
- Fixed invisible check and radio buttons in Konqueror
- Added basic support for customizing the appearance of texts
- Cleaned C++ binding and QT compatibility layer
Version 0.0.3 (2004/08/23)
- Added configuration tool with ability for on-the-fly switching of themes
- Made MetaTheme reentrant
- Styled toggle button in QT toolbar
- Fixed radio buttons, scrollbars and tooltips in Gecko based applications
- Improved appearance of GNOME toolbars
- Removed drawing of pointless border in Nautilus desktop window
- Other bugfixes and improvements
Version 0.0.2 (2004/07/01)
- New build system
- Fixed bad appearance in GTK 2.4 (some things not done yet)
- Fixed GtkRuler and GtkCurve widgets
- Fixed bugs in Plastik
- Styled check and radio icons in listviews
- Styled QFrame and GtkTearoffMenuItem
- Changed configuration file
- Other bugfixes and improvements
Version 0.0.1 (2004/06/01)
- Initial release.
eyecorners
16 years ago
Report
wishmaker
16 years ago
metatheme with the scrollbar-patch
--------------------------------------------------------------
$ make
=== generating dependencies
make[1]: Entering directory `/home/wishmaker/metatheme/metatheme-0.0.1/metatheme'
gcc -MM -Wall metatheme.c > Makefile.dep
make[1]: Leaving directory `/home/wishmaker/metatheme/metatheme-0.0.1/metatheme'
make[1]: Entering directory `/home/wishmaker/metatheme/metatheme-0.0.1/toolkits'
make[2]: Entering directory `/home/wishmaker/metatheme/metatheme-0.0.1/toolkits/gtk2'
gcc -MM `pkg-config gtk+-2.0 --cflags` -Wall -ansi -I../../metatheme mt_gtk2.c mt_gtk2_style.c mt_gtk2_draw.c mt_gtk2_patches.c > Makefile.dep
make[2]: Leaving directory `/home/wishmaker/metatheme/metatheme-0.0.1/toolkits/gtk2'
make[2]: Entering directory `/home/wishmaker/metatheme/metatheme-0.0.1/toolkits/qt'
/opt/qt-3.3.0/bin/moc mt_qt.h -o mt_qt.moc
make[2]: /opt/qt-3.3.0/bin/moc: Command not found
make[2]: *** [mt_qt.moc] Error 127
make[2]: Leaving directory `/home/wishmaker/metatheme/metatheme-0.0.1/toolkits/qt'
make[1]: *** [depend] Error 2
make[1]: Leaving directory `/home/wishmaker/metatheme/metatheme-0.0.1/toolkits'
make: *** [depend] Error 2
Report
wishmaker
16 years ago
just edited config.mk, and corrected the paths. Everytihng went ok :)
Report
akincisor
16 years ago
Report
jezek2
16 years ago
To fulfil this requirement MetaTheme provides through it's API only things that can be fully supported in all supported toolkits. Also each toolkit has a different set of widgets, so using theme engine from another toolkit is not sufficient for full unification.
At this time, MetaTheme supports only QT/KDE and GTK2 toolkits. But in future it will have support for others (like GTK1, Java, Mozilla, OpenOffice, and maybe others).
Report
nomar
16 years ago
I'll test and perhaps join your Project as soon as I get the broken GTK2 libs on my machine fixed.
Report
elocal
16 years ago
mt_gtk2_draw.c: In function `retrieve_state':
mt_gtk2_draw.c:196: error: label at end of compound statement
mt_gtk2_draw.c: In function `draw_box':
mt_gtk2_draw.c:582: warning: the address of `draw_shadow', will always evaluate as `true'
make[2]: *** [mt_gtk2_draw.o] Error 1
make[2]: Leaving directory `/home/elocal/metatheme-0.0.1/toolkits/gtk2'
make[1]: *** [gtk2] Error 2
make[1]: Leaving directory `/home/elocal/metatheme-0.0.1/toolkits'
make: *** [toolkits] Error 2
So I removed "default:" in line 195 of toolkits/gtk2/mt_gtk2_draw.c and it compiled. But gtk2 apps don`t get theme and give an warning when runned from a terminal:
(xchat:1867): Gtk-WARNING **: /home/elocal/.metatheme/toolkits/libmt_gtk2.so: undefined symbol: _gtk_scrolled_window_get_scrollbar_spacing
QT apps seem to work fine tough.
Report
jezek2
16 years ago
Can you tell me what version of GTK and GCC do you have?
I've made a patch for the last error you mentioned. You can download it here:
http://jezek2.advel.cz/projects/metatheme/metatheme-scrollbar-spacing-fix.diff
Apply it by running this command in the metatheme directory:
patch -p1 < metatheme-scrollbar-spacing-fix.diff
Though it may not work, depending which other changes your GTK version has.
Report
elocal
16 years ago
Report