forked from AuroraMiddleware/gtk
2.13.0
svn path=/trunk/; revision=19628
This commit is contained in:
parent
f07ad74afc
commit
7dbb99c297
@ -1,3 +1,9 @@
|
||||
2008-02-16 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* === Released 2.13.0 ===
|
||||
|
||||
* Makefile.decl: Start Xvfb at depth 16 so cairo doesn't choke.
|
||||
|
||||
2008-02-21 Tor Lillqvist <tml@novell.com>
|
||||
|
||||
* gtk/gtkfilechooserdefault.c (list_mtime_data_func) [Win32]: Must
|
||||
|
6
INSTALL
6
INSTALL
@ -4,7 +4,7 @@ Prerequisites
|
||||
GTK+ requires the following packages:
|
||||
|
||||
- The GLib, Pango, ATK and cairo libraries, available at the same
|
||||
location as GTK+. GTK+ 2.12.1 requires at least GLib 2.12,
|
||||
location as GTK+. GTK+ 2.13.0 requires at least GLib 2.12,
|
||||
Pango 1.13, ATK 1.9 and cairo 1.2.
|
||||
|
||||
- The TIFF, PNG, and JPEG image loading libraries. You most
|
||||
@ -20,8 +20,8 @@ GTK+ requires the following packages:
|
||||
Simple install procedure
|
||||
========================
|
||||
|
||||
% gzip -cd gtk+-2.12.1.tar.gz | tar xvf - # unpack the sources
|
||||
% cd gtk+-2.12.1 # change to the toplevel directory
|
||||
% gzip -cd gtk+-2.13.0.tar.gz | tar xvf - # unpack the sources
|
||||
% cd gtk+-2.13.0 # change to the toplevel directory
|
||||
% ./configure # run the `configure' script
|
||||
% make # build GTK+
|
||||
[ Become root if necessary ]
|
||||
|
@ -10,7 +10,7 @@ TEST_PROGS =
|
||||
### testing rules
|
||||
|
||||
# Xvfb based test rules
|
||||
XVFB = Xvfb
|
||||
XVFB = Xvfb -screen 0 800x600x16
|
||||
XIDS = 101 102 103 104 105 106 107 197 199 211 223 227 293 307 308 309 310 311 \
|
||||
491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 \
|
||||
991 992 993 994 995 996 997 998 999 1000 1001 1002 1003 1004 1005 1006 1007 \
|
||||
@ -23,7 +23,7 @@ SKIP_GDKTARGET = \
|
||||
XVFB_START = \
|
||||
${XVFB} -help 2>/dev/null 1>&2 \
|
||||
&& XID=`for id in $(XIDS) ; do test -e /tmp/.X$$id-lock || { echo $$id; exit 0; }; done; exit 1` \
|
||||
&& { ${XVFB} :$$XID -nolisten tcp -auth /dev/null >/dev/null 2>&1 & \
|
||||
&& { ${XVFB} :$$XID -screen 0 800x600x16 -nolisten tcp -auth /dev/null >/dev/null 2>&1 & \
|
||||
trap "kill -15 $$! " 0 HUP INT QUIT TRAP USR1 PIPE TERM ; } \
|
||||
|| { echo "Gtk+Tests:ERROR: Failed to start Xvfb environment for X11 target tests."; exit 1; } \
|
||||
&& DISPLAY=:$$XID && export DISPLAY
|
||||
|
65
NEWS
65
NEWS
@ -1,3 +1,68 @@
|
||||
Overview of Changes from GTK+ 2.12.x to 2.13.0
|
||||
==============================================
|
||||
|
||||
* gdk-pixbuf:
|
||||
- Support loading the OS X icns format
|
||||
- Support loading of JPEG2000 images
|
||||
- Support loading from and saving to GIO streams
|
||||
|
||||
* GDK:
|
||||
- Add GdkAppLaunchContext, to provide startup notification
|
||||
with g_app_info_launch()
|
||||
- Use RandR 1.2 instead of Xinerama when available, and expose
|
||||
more monitor information
|
||||
|
||||
* Accessibility:
|
||||
- The gail module is now shipped as part of GTK+
|
||||
- GtkStatusIcon supports keyboard navigation
|
||||
|
||||
* GtkCalendar:
|
||||
- Support displaying details for each day
|
||||
|
||||
* GtkBuilder:
|
||||
- gtk-builder-convert has been improved
|
||||
- Translation-domain works properly
|
||||
- Support accessibility
|
||||
|
||||
* Testing support:
|
||||
- Add utilities for testing GTK+ applications
|
||||
- Add some unit tests for GTK+
|
||||
|
||||
* New settings:
|
||||
- for disabling display of accelerators and mnemonics
|
||||
- for position of vertical scrollbars in scrolled windows
|
||||
- for the default input method
|
||||
|
||||
* GtkToolShell: new interface for containers of GtkToolItems
|
||||
|
||||
* Bug fixes:
|
||||
- too many to list here
|
||||
|
||||
* Updated translations:
|
||||
Arabic (ar)
|
||||
Assamese (as)
|
||||
Belarusian (be)
|
||||
Belarusian Latin (be@latin)
|
||||
Czech (cs)
|
||||
German (de)
|
||||
Greek (el)
|
||||
Estonian (et)
|
||||
Finnish (fi)
|
||||
French (fr)
|
||||
Irish (ga)
|
||||
Hebrew (he)
|
||||
Indonesian (id)
|
||||
Kurdish (ku)
|
||||
Marathi (mr)
|
||||
Norwegian bokmål (nb)
|
||||
Occitan (oc)
|
||||
Brazilian Portugese (pt_BR)
|
||||
Slovenian (sl)
|
||||
Swedish (sv)
|
||||
Telugu (te)
|
||||
Russian (ru)
|
||||
|
||||
|
||||
Overview of Changes from GTK+ 2.12.0 to 2.12.1
|
||||
==============================================
|
||||
|
||||
|
2
README
2
README
@ -1,7 +1,7 @@
|
||||
General Information
|
||||
===================
|
||||
|
||||
This is GTK+ version 2.12.1. GTK+ is a multi-platform toolkit for
|
||||
This is GTK+ version 2.13.0. GTK+ is a multi-platform toolkit for
|
||||
creating graphical user interfaces. Offering a complete set of widgets,
|
||||
GTK+ is suitable for projects ranging from small one-off projects to
|
||||
complete application suites.
|
||||
|
@ -1,3 +1,7 @@
|
||||
2008-02-16 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* === Released 2.13.0 ===
|
||||
|
||||
2007-10-16 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* === Released 2.12.1 ===
|
||||
|
@ -1,3 +1,7 @@
|
||||
2008-02-16 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* === Released 2.13.0 ===
|
||||
|
||||
2008-02-18 Sven Neumann <sven@gimp.org>
|
||||
|
||||
* gtk/tmpl/gtkstock.sgml: added GTK_STOCK_PAGE_SETUP.
|
||||
|
@ -408,6 +408,14 @@ Turns off certain object flags. (Private)
|
||||
</para>
|
||||
|
||||
|
||||
<!-- ##### MACRO GTK_STOCK_PAGE_SETUP ##### -->
|
||||
<para>
|
||||
The "Page Setup" item.
|
||||
<inlinegraphic fileref="gtk-page-setup.png" format="PNG"></inlinegraphic>
|
||||
</para>
|
||||
|
||||
@Since: 2.14
|
||||
|
||||
<!-- ##### MACRO GTK_TIPS_QUERY ##### -->
|
||||
<para>
|
||||
|
||||
|
@ -720,15 +720,6 @@ The "Reverse Portrait Orientation" item.
|
||||
@Since: 2.10
|
||||
|
||||
|
||||
<!-- ##### MACRO GTK_STOCK_PAGE_SETUP ##### -->
|
||||
<para>
|
||||
The "Page Setup" item.
|
||||
<inlinegraphic fileref="gtk-page-setup.png" format="PNG"></inlinegraphic>
|
||||
</para>
|
||||
|
||||
@Since: 2.14
|
||||
|
||||
|
||||
<!-- ##### MACRO GTK_STOCK_PASTE ##### -->
|
||||
<para>
|
||||
The "Paste" item.
|
||||
|
@ -1,3 +1,7 @@
|
||||
2008-02-16 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* === Released 2.13.0 ===
|
||||
|
||||
2008-02-15 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gdk-pixbuf-animation.h:
|
||||
|
@ -9,7 +9,7 @@ GTK_PRINT_PREVIEW_COMMAND="evince --unlink-tempfile --preview --print-settings %
|
||||
endif
|
||||
|
||||
SUBDIRS = theme-bits $(xdgmimedir) . tests
|
||||
DIST_SUBDIRS=theme-bits xdgmime
|
||||
DIST_SUBDIRS=theme-bits xdgmime tests
|
||||
|
||||
if HAVE_CUPS
|
||||
GTK_PRINT_BACKENDS=file,cups
|
||||
|
@ -1,3 +1,7 @@
|
||||
2008-02-16 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* === Released 2.13.0 ===
|
||||
|
||||
2007-10-16 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* === Released 2.12.1 ===
|
||||
|
@ -1,3 +1,7 @@
|
||||
2008-02-16 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* === Released 2.13.0 ===
|
||||
|
||||
2008-02-18 Jorge Gonzalez <jorgegonz@svn.gnome.org>
|
||||
|
||||
* es.po: Updated Spanish translation
|
||||
|
1180
po-properties/af.po
1180
po-properties/af.po
File diff suppressed because it is too large
Load Diff
1176
po-properties/am.po
1176
po-properties/am.po
File diff suppressed because it is too large
Load Diff
1173
po-properties/ang.po
1173
po-properties/ang.po
File diff suppressed because it is too large
Load Diff
3250
po-properties/ar.po
3250
po-properties/ar.po
File diff suppressed because it is too large
Load Diff
1181
po-properties/as.po
1181
po-properties/as.po
File diff suppressed because it is too large
Load Diff
1180
po-properties/az.po
1180
po-properties/az.po
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
1180
po-properties/be.po
1180
po-properties/be.po
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
1181
po-properties/bg.po
1181
po-properties/bg.po
File diff suppressed because it is too large
Load Diff
1180
po-properties/bn.po
1180
po-properties/bn.po
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
1178
po-properties/br.po
1178
po-properties/br.po
File diff suppressed because it is too large
Load Diff
1180
po-properties/bs.po
1180
po-properties/bs.po
File diff suppressed because it is too large
Load Diff
1181
po-properties/ca.po
1181
po-properties/ca.po
File diff suppressed because it is too large
Load Diff
1180
po-properties/cs.po
1180
po-properties/cs.po
File diff suppressed because it is too large
Load Diff
1181
po-properties/cy.po
1181
po-properties/cy.po
File diff suppressed because it is too large
Load Diff
1181
po-properties/da.po
1181
po-properties/da.po
File diff suppressed because it is too large
Load Diff
1193
po-properties/de.po
1193
po-properties/de.po
File diff suppressed because it is too large
Load Diff
1180
po-properties/dz.po
1180
po-properties/dz.po
File diff suppressed because it is too large
Load Diff
3144
po-properties/el.po
3144
po-properties/el.po
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
1172
po-properties/eo.po
1172
po-properties/eo.po
File diff suppressed because it is too large
Load Diff
3389
po-properties/es.po
3389
po-properties/es.po
File diff suppressed because it is too large
Load Diff
3133
po-properties/et.po
3133
po-properties/et.po
File diff suppressed because it is too large
Load Diff
1181
po-properties/eu.po
1181
po-properties/eu.po
File diff suppressed because it is too large
Load Diff
1177
po-properties/fa.po
1177
po-properties/fa.po
File diff suppressed because it is too large
Load Diff
3137
po-properties/fi.po
3137
po-properties/fi.po
File diff suppressed because it is too large
Load Diff
1181
po-properties/fr.po
1181
po-properties/fr.po
File diff suppressed because it is too large
Load Diff
1175
po-properties/ga.po
1175
po-properties/ga.po
File diff suppressed because it is too large
Load Diff
1180
po-properties/gl.po
1180
po-properties/gl.po
File diff suppressed because it is too large
Load Diff
1181
po-properties/gu.po
1181
po-properties/gu.po
File diff suppressed because it is too large
Load Diff
1181
po-properties/he.po
1181
po-properties/he.po
File diff suppressed because it is too large
Load Diff
1180
po-properties/hi.po
1180
po-properties/hi.po
File diff suppressed because it is too large
Load Diff
1180
po-properties/hr.po
1180
po-properties/hr.po
File diff suppressed because it is too large
Load Diff
1181
po-properties/hu.po
1181
po-properties/hu.po
File diff suppressed because it is too large
Load Diff
1176
po-properties/hy.po
1176
po-properties/hy.po
File diff suppressed because it is too large
Load Diff
1175
po-properties/ia.po
1175
po-properties/ia.po
File diff suppressed because it is too large
Load Diff
1184
po-properties/id.po
1184
po-properties/id.po
File diff suppressed because it is too large
Load Diff
1172
po-properties/io.po
1172
po-properties/io.po
File diff suppressed because it is too large
Load Diff
1173
po-properties/is.po
1173
po-properties/is.po
File diff suppressed because it is too large
Load Diff
1186
po-properties/it.po
1186
po-properties/it.po
File diff suppressed because it is too large
Load Diff
1181
po-properties/ja.po
1181
po-properties/ja.po
File diff suppressed because it is too large
Load Diff
1180
po-properties/ka.po
1180
po-properties/ka.po
File diff suppressed because it is too large
Load Diff
3265
po-properties/kn.po
3265
po-properties/kn.po
File diff suppressed because it is too large
Load Diff
1181
po-properties/ko.po
1181
po-properties/ko.po
File diff suppressed because it is too large
Load Diff
1174
po-properties/ku.po
1174
po-properties/ku.po
File diff suppressed because it is too large
Load Diff
1181
po-properties/li.po
1181
po-properties/li.po
File diff suppressed because it is too large
Load Diff
1181
po-properties/lt.po
1181
po-properties/lt.po
File diff suppressed because it is too large
Load Diff
1180
po-properties/lv.po
1180
po-properties/lv.po
File diff suppressed because it is too large
Load Diff
1173
po-properties/mi.po
1173
po-properties/mi.po
File diff suppressed because it is too large
Load Diff
1181
po-properties/mk.po
1181
po-properties/mk.po
File diff suppressed because it is too large
Load Diff
1181
po-properties/ml.po
1181
po-properties/ml.po
File diff suppressed because it is too large
Load Diff
1186
po-properties/mn.po
1186
po-properties/mn.po
File diff suppressed because it is too large
Load Diff
1186
po-properties/mr.po
1186
po-properties/mr.po
File diff suppressed because it is too large
Load Diff
1180
po-properties/ms.po
1180
po-properties/ms.po
File diff suppressed because it is too large
Load Diff
3143
po-properties/nb.po
3143
po-properties/nb.po
File diff suppressed because it is too large
Load Diff
1180
po-properties/ne.po
1180
po-properties/ne.po
File diff suppressed because it is too large
Load Diff
1181
po-properties/nl.po
1181
po-properties/nl.po
File diff suppressed because it is too large
Load Diff
1180
po-properties/nn.po
1180
po-properties/nn.po
File diff suppressed because it is too large
Load Diff
1180
po-properties/nso.po
1180
po-properties/nso.po
File diff suppressed because it is too large
Load Diff
3108
po-properties/oc.po
3108
po-properties/oc.po
File diff suppressed because it is too large
Load Diff
1177
po-properties/or.po
1177
po-properties/or.po
File diff suppressed because it is too large
Load Diff
1181
po-properties/pa.po
1181
po-properties/pa.po
File diff suppressed because it is too large
Load Diff
1181
po-properties/pl.po
1181
po-properties/pl.po
File diff suppressed because it is too large
Load Diff
1181
po-properties/pt.po
1181
po-properties/pt.po
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
1181
po-properties/ro.po
1181
po-properties/ro.po
File diff suppressed because it is too large
Load Diff
1181
po-properties/ru.po
1181
po-properties/ru.po
File diff suppressed because it is too large
Load Diff
1177
po-properties/rw.po
1177
po-properties/rw.po
File diff suppressed because it is too large
Load Diff
3308
po-properties/sk.po
3308
po-properties/sk.po
File diff suppressed because it is too large
Load Diff
4179
po-properties/sl.po
4179
po-properties/sl.po
File diff suppressed because it is too large
Load Diff
1185
po-properties/sq.po
1185
po-properties/sq.po
File diff suppressed because it is too large
Load Diff
1180
po-properties/sr.po
1180
po-properties/sr.po
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
1184
po-properties/sv.po
1184
po-properties/sv.po
File diff suppressed because it is too large
Load Diff
1180
po-properties/ta.po
1180
po-properties/ta.po
File diff suppressed because it is too large
Load Diff
1178
po-properties/te.po
1178
po-properties/te.po
File diff suppressed because it is too large
Load Diff
1172
po-properties/th.po
1172
po-properties/th.po
File diff suppressed because it is too large
Load Diff
1176
po-properties/tk.po
1176
po-properties/tk.po
File diff suppressed because it is too large
Load Diff
1187
po-properties/tr.po
1187
po-properties/tr.po
File diff suppressed because it is too large
Load Diff
1175
po-properties/tt.po
1175
po-properties/tt.po
File diff suppressed because it is too large
Load Diff
1181
po-properties/uk.po
1181
po-properties/uk.po
File diff suppressed because it is too large
Load Diff
1176
po-properties/ur.po
1176
po-properties/ur.po
File diff suppressed because it is too large
Load Diff
1172
po-properties/uz.po
1172
po-properties/uz.po
File diff suppressed because it is too large
Load Diff
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user