~ubuntu-branches/ubuntu/oneiric/gtk-qt-engine/oneiric

« back to all changes in this revision

Viewing changes to ChangeLog

  • Committer: Bazaar Package Importer
  • Author(s): Fathi Boudra, Didier Raboud, Fathi Boudra
  • Date: 2009-06-25 09:35:02 UTC
  • mfrom: (1.2.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20090625093502-ovidnbr0okqkm6ua
Tags: 1:1.1+svn5-1
* New svn repository (http://code.google.com/p/gtk-qt-engine)
  - Update upstream package to revision 5
    "Updated Norwegian Nynorsk translation by Karl Ove Hufthammer"

[ Didier Raboud ]

* Change source and binary name to gtk-qt-engine.
  - Bump epoch to 1 due to previous gtk-qt-engine being 1:0.8.
    (Closes: 480696)
  - Use the actual repository revision.
* Update debian/control:
  - Add myself to Uploaders field.
  - Add Vcs-{Svn,Browser} fields.
* Refactorize debian/rules:
  - Remove the custom debian/cdbs directory.
  - Add get-orig-source target.
* Add 04_no_kde4_in_configfile.diff patch (Closes: 527340).

[ Fathi Boudra ]

* Bump Standard-Version to 3.8.2 (no changes needed).
* Update debian/control: drop cdbs build dependency.
* Update debian/copyright: update upstream url.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
Changes since 0.7:
2
 
 * Switch the buildsystem from autotools to CMake.  CMake 2.4 is now required to build the project.
3
 
 * Fix scrollbar sliders in the Domino widget style
4
 
 * Fix a bug that caused Qt colours not to be applied to GTK applications.  This fixes several graphical problems when using dark colour schemes.
5
 
 * Fix a bug that would disable Bonobo support even when the correct packages were installed
6
 
 * The control center module will now write a configuration file that will only affect applications inside KDE.  Applications running in GNOME can be themed separately using the GNOME tools.
7
 
 * Add a setting for emacs keyboard shortcuts
8
 
 * Fix OpenOffice detection on Fedora Core.
9
 
 * Draw default buttons properly.
10
 
 * Provide a fallback icon even when one of the right size doesn't exist
11
 
 * Fix invalid CSS comments.
12
 
 * When the Qt theme can't be found, display a dialog allowing the user to modify the search paths.
13
 
 * Respect KDE's "Show icons on buttons" setting
14
 
 * Fix icon themes in GNOME apps such as evolution on Fedora Core 5 and 6
15
 
 * GTK apps will now respect KDE's toolbar icon display settings (thanks Bastian Venthur)
16
 
 * Merge fix-iconpaths.patch from suse.  This fixes icon loading issues with inherited icon themes.
17
 
 * Highlighted menu items are now always white.
18
 
 * Italian translation from Davide Madrisan
19
 
 * Fix button appearance in the Motif Plus style
20
 
 * Turkish translation by S.Çağlar Onur
21
 
 * Patch from Martin Michlmayr to fix compilation on GCC 4.3
22
 
 * Bulgarian translation by Zlatko Popov
23
 
 * Russian translation by Viktor Ponasenkov
24
 
 * Patch from Patrick Lamaizière to fix command line parsing on FreeBSD
25
 
 * Fix corrupt scrollbar ends on Firefox with the Domino style
26
 
 * Make buttons, checkboxes and radio buttons indicate keyboard focus
27
 
 * Fix icon loading code when dealing with multiple inheritance
28
 
 * Map more GTK icons (thanks to bm@cage.ugent.be)
29
 
 * Setting a font with bold or italic options now works correctly
30
 
 * Fix a bug where menu checkmarks would be displayed as a series of
31
 
 horizontal lines
 
1
Changes since 1.1
 
2
 
 
3
Improvements:
 
4
 * Set the environment variable GTK_QT_ENGINE_ACTIVE.  Style developers can
 
5
 check for the presence of this variable to change their behaviour depending
 
6
 on whether the their theme is being used by GTK.
 
7
 * Use KDE4's tooltip colors properly
 
8
 * Patch from Thomas Lübking - improve colors in Bespin
 
9
 
 
10
Bug fixes:
 
11
 * Fix a divide by 0 exception in styles where there are no scrollbar buttons
 
12
 (cloudcity)
 
13
 * Fix a crash in Firefox's open file dialog
 
14
 
 
15
i18n:
 
16
 * Korean translation by Park Shinjo
 
17
 * Chinese Simplified translation by nihui
 
18
 * Brazilian portuguese translation by Gustavo Serra Scalet
 
19
 * Updated German translation from Jannick Kuhr
 
20
 * Romanian translation by Sergiu Bivol
 
21
 * Lithuanian translation by Donatas Glodenis
 
22
 * Dutch translation by Verstraete Kenny
 
23
 * Ukrainian translation by Yuri Chornoivan
 
24
 * Updated Norwegian Nynorsk translation by Karl Ove Hufthammer