GTK+ Front-End Refactored.
Posted: 06.12.2005, 05:04
Hello,
So, I took the challenge that was laid before me.
I'm happy to announce, that after two-and-a-half weeks of average five-hour-per-day work, I've rewritten the GTK+ and GNOME front-ends.
Here is the list of changes:
Major Changes
It would be awesome if all Linux-able people could test and give feedback.
t00fri wrote:Comparing the GNOME and notably the KDE flavors to the GTK version for Linux, I think it is fair to insist that the difference is still /VERY/ large. It is simply much more "than just a little bit of work" to get the gtk version to the same standards.
So, I took the challenge that was laid before me.
I'm happy to announce, that after two-and-a-half weeks of average five-hour-per-day work, I've rewritten the GTK+ and GNOME front-ends.
Here is the list of changes:
Major Changes
- Split source into multiple files
- Performance: removed repeated calls to resync preferences
- Redesigned the interface to use GtkActions and GtkUIManager
- Added preference saving to file
- Commented heavily
- New about dialog
- Made non-modal: GoTo, View Options, Tour Guide, Browsers,
- EclipseFinder
- Changed a few calls to standard C to allow for Windows building
- Star Browser now uses greek letters in names
- Added tab-completion support on overlay entry
- Replaced deprecated GtkOptionMenu with GtkComboBox in Set Time window
- New GTK save/open dialog
- Moved the License dialog from Help menu to new About box
- Added "Copy" and "Open" URL functions
- Galaxy Brightness preferences saved
- Updated GConf schema/settings
- Added command line options
- Fixed automake bug where GConf schema would always install
It would be awesome if all Linux-able people could test and give feedback.