Sophie

Sophie

distrib > Mandriva > 2010.0 > x86_64 > by-pkgid > 6a50161b86295f3ce170349442b9410c > files > 6

QtPixmap-0.28-6mdv2010.0.x86_64.rpm

0.28
----
1. Fix for background colour of selected text, thanks to David Rodríguez García
2. Fix for button offsets.

0.27
----
1. Fix possible GTK2 memory corruption.
2. Remove use of C++ comment in C code! Caused compile failure under gcc 3.3
3. Set derfaults for:
     kwin-activeBackground
     kwin-activeBlend
     kwin-activeForeground
     kwin-activeTitleBtnBg
     kwin-frame
     kwin-inactiveBackground
     kwin-inactiveBlend
     kwin-inactiveForeground
     kwin-inactiveFrame
     kwin-inactiveTitleBtnBg

0.26
----
1. Add KWin colours to re-colour choices - required by ThinGeramik
     kwin-activeBackground
     kwin-activeBlend
     kwin-activeForeground
     kwin-activeTitleBtnBg
     kwin-frame
     kwin-inactiveBackground
     kwin-inactiveBlend
     kwin-inactiveForeground
     kwin-inactiveFrame
     kwin-inactiveTitleBtnBg

0.25
----
1. Split package - > Geramik and QtPixmap
2. Small compile fix due to usage of c++ comments in c code!
3. Re-add usage of x_offset/y_offset for text on a button -
   this was mistakenly removed.
4. Similary, respect the "use_selected_for_menu_item" and
   "use_selected_for_menu" flags.
5. Change x_offset and y_offset to button_x_offset and button_y_offset,
   and add new tb_button_x_offset and tb_button_y_offset for
   toolbar buttons.


---- Old Combined Geramik/QtPixamp ChangeLog ----


0.24
----
1. More consistent button displacements.
2. Better un-defined box style - makes sodipodi look better.
3. Fixes for GIMP 1.3
4. Fix font settings for GTK2.2

0.23
----
1. Fix bug with GTK2 highlighting of menubar items under GTK 2.2.1

0.22
----
1. Fix crash due to unintialised img var - thanks to Stefan Schimanski.

0.21
----
1. Make combo-boxes thinner.
2. Allow ussage of GTK1 font substitution file, either
   /etc/X11/qt_gtk_fnt2fntrc or ~/.qt/gtk_fnt2fntrc, and format:

   <replace from> <with>

   e.g.

   Arial=Helvetica

   This would cause GTK1 apps to use Helvetica, even if KDE/KControl
   has specified Arial. Idea (& patch) supplied by Adrian Schroeter.

0.20
----
1. Remove 1 pixel border from GTK2 menus.
2. Allow to set x and y thickness parameters for GTK1 apps.
3. Better overall GTK1 and GTK2 menu entry height matching with Keramik.
4. Properly fix GNOME control center crash - thanks to Stefan Schimanski.
5. Re-do weight ranges - would mean 48 is accecpted as "Normal"

0.19
----
1. Allow toggle buttons to use custom colour.
2. New "missing" script.
3. New "draw_string" function for GTK1 apps.
4. Rename GTK2 engine to just "QTPixmap" a la GTK1 engine - will make
   it easier in future to create GTK1 and GTK2 themes...
5. Use QT_GTK_ENC for manual setting of GTK1 font encoding (QTPIXMAP_GTK_ENC
   read if QT_GTK_ENC not set) - this allows setting of just one env var
   between Geramik, and my FreeCurve based theme - QtCurve.

0.18
----
1. For GTK1 apps - look in locale settings to see if a font encoding
   is specified. i.e. if $LANG=ru_RU.KOI8-R, then use koi8-r as the font
   encoding.
2. Read font settings from ~/.qt/qtrc - KDE3.1 now sets this, so no need
   to read ~/.kderc
3. Set default font to Adobe-Hevetica 12, if not set in ~/.qt/qtrc
4. Fix bug where GTK2 progress bar was incorrectly resized (always full).
5. Install GTK2 rc file as gtkrc, not grkrc-2.0 - works better with
   gnome-control-center.
6. Stop crashing gnome-control-center. At the momoent, I've only commented
   out the offending code - not a real solution.

0.17
----
1. Fix crash when drawing detatched GTK2 menus.
2. Better menu border.
3. Much better line edit shadow boxes.

0.16
----
1. Use recolouring for GTK2 buttons - code was missing!
2. Set default colours to that of KDE3.1
3. Better tabs.
4. Fix disabled combo arrows.
5. Better 3d-boxes.
6. Fix toolbar handles in menudrake.
7. Use X dpi settings when requesting GTK1 font. (Fixes my Mandrake
   system - where KDE fonts were of a different size to GTK1 fonts. Looks
   like Xft (KDE) somehow new my displays dpi - but GTK assumed 75dpi?)

0.15
----
1. Better check/radio buttons for GTK2.
2. Reduce size of pixmaps.
3. Allow app to specify alternative button colours - needed for Mandrake's
   diskdrake.
4. Use g_cache to store images in GTK1 as is done for GTK2.
5. Remove "Gdk-CRITICAL **: file gdkpixmap.c: line 823 (gdk_pixmap_unref):
           assertion `private->ref_count > 0' failed." errors - caused by
   freeing mask pixmap. This is handled by imlib.
6. Rename dist directories (engine* -> qtpixmap*, theme -> geramik).
7. Fix default button background being larger on the LHS for GTK1.
8. Fix for some GTK combo arrows.
9. Set width of GTK2 splitter.

0.14
----
1. Better focus rect for combo boxes - more consistent between GTK1/2/Keramik.
2. Use combo-arrow for GTK editable combo-boxes.
3. Change default install prefix from /usr/local to /usr
4. Use "selected text" colour for selected menu entries - needed for dark
   colour schemes. (Doesn't work for GTK1 accelerator labels?)

0.13
----
1. Set GTK1 button & combo focus rectangle mod from gtkrc.
2. Set GTK1 check/radio focus similar to GTK2.

0.12
----
1.  Radio/check's dont highlight - previously the background was drawn, now
    no box at all will be drawn.
2.  GTK2 - fix position of text in button.
3.  Brighter highlighting of toolbar buttons.
4.  Use gtkrc to distinguish button types - instead of engine code.
5.  Colour toolbar handles.
6.  Colour arrows - should now work with dark colour schemes.
7.  Only apply pallete to widgets that don't already have it set.
8.  Fix memory leaks in GTK1 version - thanks to Stefan Schimanski.
9.  Striped progress bar.
10. Allow image stretch to be specified as width, height, both, or none.
11. Use "on-off" dashes for GTK1 focus (i.e. windows-like).

0.11
----
1. If GtkButton is child of GtkList & GtkCTree (as well as already done
   GtkCList and GtkTreeView), then use the listview_header pixmaps.
2. Better slider pixmaps.
3. Style more toolbar buttons.
4. Better (hopefully!) setting of general style colours.

0.10
----
1. Use KDE like arrows for non-scroll bars.
2. Doubled up scrollbar arrows (GTK2)
3. Evolution fixes.
4. Fix toolbar handles.
5. Splitter and slider pixmaps.
6. Keramik like listview headers, toolbar buttons, and highlight of menubar
   entries.
7. Fix for nautilus nav buttons.
8. Fix GTK2 toolbar handles.
9. Check for fonts specified as "foundry-family" as well as
   "Family [Foundry]"

0.09
----
1. Fix for tooltips.
2. Better toolbar background pixmap.
3. Better tool/menu-bar handle pixmaps.
4. More Keramik like scrollbar arrows (GTK2)
5. Better spinbox (GTK2)
6. Default button indicator now works for GTK2 apps.
7. (Much) Better buttons and combos (GTK2)

0.08
----
1. New gtkrc keyword "overlay_min_size = { width, height }" -- allows
   to specify min size of widget before overlay will be drawn.
2. Allow text, and icon (GTK 2 only), to move when button is pressed.
   (i.e. currently text moves down by 1 pixel when button is pressed - a la
   Keramik)
3. Better colour for GTK2 menus, and other backgrounds, !!! :-)
   (Not 100% correct, as Keramik's menu colour is slightly lighter than the
   background color - but it's good enough for me...)
4. Read all colours from ~/.qt/qtrc - no need for ~/.gtkrc-kde (generated by
   KDE when "Apply colours to non KDE apps" is selected)

0.07
----
1. Remove high-lighting on mouse-over for radio and check boxes - Keramik
   does not do this - so neither should Geramik. (Flickers though...)
2. Fix colour of text-entry widgets.
3. Match disabled buttons better.
4. Better check and radio buttons.
5. Fix problem of overwrittn text with 0.06 - missing pixmap from archive!

0.06
----
1. Fix bug where "overlay_file_color" was not being read in correctly.
2. Created pixmaps for left/right tabs.
3. Fix AbiWord toolbars.
4. Fix background in tab-widgets.

0.05
----
1. Better scrollbar arrows - grey when disabled, hollow when selected.
2. Initial GTK2 version
3. Set encoding to be used for GTK1 fonts. Uses LANG, or LC_CTYPE, env var
   to guess the encoding - or set QTPIXMAP_GTK_ENC to required encoding
   (i.e. export QTPIXMAP_GTK_ENC=iso8859-2)

0.04
----
1. Use non-dashed line for editable focus.
2. Better combo-box themeing.
3. Use pixel size, and not point size, field of XLFD for loading fonts.

0.03
----
1. Set default font from ~/.kderc as well. (Should be ~/.qt/qtrc but
   kcontrol does *not* copy font settings to qtrc!)

0.02
----
1. Lighten SLIDER by 70
2. Fix for GNOME apps - use "*Menu" as opposed to "GtkMenu" in gtkrc

0.01
----
Intial, beta, very-un-tested, release.