2010-01-18 19:31:10 by Matthias Drochner | Files touched by this commit (2) | |
Log message:
update to 2.18.5
changes:
-Removal of a potential infinite loop in different clearlooks styles
-translation updates
|
2009-10-24 14:51:42 by Matthias Drochner | Files touched by this commit (3) | |
Log message:
update to 2.18.4
This switches to the gnome-2.28 release branch.
|
2009-08-26 21:58:47 by Jens Rehsack | Files touched by this commit (1461) | |
Log message:
bump revision because of graphics/jpeg update
|
2009-07-22 11:01:55 by Thomas Klausner | Files touched by this commit (373) |
Log message:
Remove USE_DIRS from pkgsrc.
Shared directories can now be created independently by the pacakges
needing them and will be removed automatically by pkg_delete when empty.
Packages needing empty directories can use the @pkgdir command in PLIST.
Discussed and ok'd in thread starting at
http://mail-index.netbsd.org/tech-pkg/2009/06/30/msg003546.html
|
2009-06-14 20:25:20 by Joerg Sonnenberger | Files touched by this commit (321) |
Log message:
Remove @dirrm entries from PLISTs
|
2009-05-20 01:22:10 by Thomas Klausner | Files touched by this commit (3) |
Log message:
Disable animation support for Clearlooks by default.
Bump PKGREVISION.
Upstream says (http://bugzilla.gnome.org/show_bug.cgi?id=583278):
Our animation support is more a hack than something else, and I
would prefer to remove it rather than enabling it :)
Maybe in the future, Gtk+ will provide better API for animations,
and we could write a better approach, which uses less CPU cycles
for example.
|
2009-05-19 13:21:59 by Thomas Klausner | Files touched by this commit (3) | |
Log message:
Update to 2.18.2, set LICENSE to gnu-lgpl-v2.1.
Overview of Changes in 2.18.2 (since 2.18.1)
============================================
Changes in this release:
- Changes for the git migration (doap file, ChangeLog)
GNOME bugs fixed in this release:
578882 â gtk-engines-2.18.1 doesn't pass tests due to exported_lua
New and updated translations:
Krishna Babu K (te)
Overview of Changes in 2.18.1 (since 2.18.0)
============================================
Changes in this release:
- Clearlooks draws the focus line of entries now correct.
- Clearlooks now only draws a one pixel line between two adjacent steppers.
GNOME bugs fixed in this release:
576786 â clearlooks is broken on trunk
576787 â export hygiene
572178 â Remove deprecated GTK+ symbols
New and updated translations:
Ray Wang (zh_CN)
Shankar Prasad (kn)
Djihed Afifi (ar)
Suso Baleato (gl)
|
2009-03-20 20:25:55 by Joerg Sonnenberger | Files touched by this commit (1252) |
Log message:
Simply and speed up buildlink3.mk files and processing.
This changes the buildlink3.mk files to use an include guard for the
recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS,
BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new
variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of
enter/exit marker, which can be used to reconstruct the tree and
to determine first level includes. Avoiding := for large variables
(BUILDLINK_ORDER) speeds up parse time as += has linear complexity.
The include guard reduces system time by avoiding reading files over and
over again. For complex packages this reduces both %user and %sys time to
half of the former time.
|
2009-03-16 21:19:31 by Jared D. McNeill | Files touched by this commit (2) | |
Log message:
Update gtk2-engines to 2.18.0.
Overview of Changes in 2.18.0 (since 2.17.4)
============================================
Changes in this release:
- Improved entry progress drawing in Clearlooks.
New and updated translations:
Suso Baleato (gl)
Amitakhya Phukan (as)
Kenneth Nielsen (da)
Jennie Petoumenou (el)
Sandeep Shedmake (mr)
Ankit Patel (gu)
I. Felix (ta)
Hendrik Richter (de)
Yaron Shahrabani (he)
Gintautas Miliauskas (lt)
Manoj Kumar Giri (or)
Overview of Changes in 2.17.4 (since 2.17.3)
============================================
Changes in this release:
- Many themes have some initial support for progressbars in entries.
New and udpated translations:
Claude Paroz (fr)
Duarte Loreto (pt)
David Lodge (en_GB)
Baris Cicek (tr)
Adi Roiban (ro)
Wouter Bolsterlee (nl)
Overview of Changes in 2.17.3 (since 2.17.2)
============================================
This release of gtk-engines is now solely LGPL 2.1 or any later version.
GNOME Bugs fixed in this release:
563787 â GNOME Goal: Clean up GLib and GTK+ includes
571835 â Focus inconsistent between expander and other widgets in Clearlooks
New and udpated translations:
Wouter Bolsterlee (nl)
Lucas Lommer (cs)
Tomasz Dominikowski (pl)
Gabor Kelemen (hu)
Iñaki Larrañaga Murgoitio (eu)
Gil Forcada (ca)
Yavor Doganov (bg)
Chao-Hsiung Liao (zh_HK)
Chao-Hsiung Liao (zh_TW)
Takeshi AIHANA (ja)
Theppitak Karoonboonyanan (th)
Clytie Siddall (vi)
Changwoo Ryu (ko)
Ilkka Tuohela (fi)
Kjartan Maraas (nb)
Daniel Nylander (sv)
Overview of Changes in 2.17.2 (since 2.17.1)
============================================
GNOME Bugs fixed in this release:
563256 â 2.17.1 ftbfs
Overview of Changes in 2.17.1 (since 2.17.0)
============================================
Changes in this release:
- A leak in Clearlooks that happened for default buttons was fixed.
- The Clearlooks inconsistent radio indicator drawing was fixed.
GNOME Bugs fixed in this release:
560042 â Sub-optimal -I flag ordering
560443 â GNOME Goal: Remove deprecated GLib symbols
549830 â Use G_DEFINE_DYNAMIC_TYPE in theme engines
New and udpated translations:
Daniel Nylander (sv)
Jorge González (es)
Laurent Dhima (sq)
Overview of Changes in 2.17.0 (since 2.16.0)
============================================
Changes in this release:
- Focus indicator drawing in Mist
- Clearlooks now has a disable_focus option to do screenshots for
documentation
- Fixed the background color of viewports in notebooks in Clearlooks.
GNOME Bugs fixed in this release:
553575 â [PATCH] Only draw focus when navigating with the keyboard
555890 â Button rendering bug
|
2008-11-24 04:18:36 by Jared D. McNeill | Files touched by this commit (1) |
Log message:
oops, regen
|