mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-05 16:20:10 +00:00
2.13.4
svn path=/trunk/; revision=20783
This commit is contained in:
parent
7574f3e248
commit
40a31e283c
@ -1,3 +1,7 @@
|
||||
2008-07-05 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* === Released 2.13.4 ===
|
||||
|
||||
2008-07-05 Michael Natterer <mitch@imendio.com>
|
||||
|
||||
* gtk/gtk.symbols: move gtk_draw_insertion_cursor() out of the
|
||||
|
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.13.3 requires at least GLib 2.17.1,
|
||||
location as GTK+. GTK+ 2.13.4 requires at least GLib 2.17.1,
|
||||
Pango 1.20, ATK 1.13.0 and cairo 1.6.0.
|
||||
|
||||
- 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.13.3.tar.gz | tar xvf - # unpack the sources
|
||||
% cd gtk+-2.13.3 # change to the toplevel directory
|
||||
% gzip -cd gtk+-2.13.4.tar.gz | tar xvf - # unpack the sources
|
||||
% cd gtk+-2.13.4 # change to the toplevel directory
|
||||
% ./configure # run the `configure' script
|
||||
% make # build GTK+
|
||||
[ Become root if necessary ]
|
||||
|
2
README
2
README
@ -1,7 +1,7 @@
|
||||
General Information
|
||||
===================
|
||||
|
||||
This is GTK+ version 2.13.3. GTK+ is a multi-platform toolkit for
|
||||
This is GTK+ version 2.13.4. 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-07-05 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* === Released 2.13.4 ===
|
||||
|
||||
2008-06-13 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* === Released 2.13.3 ===
|
||||
|
@ -1,3 +1,7 @@
|
||||
2008-07-05 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* === Released 2.13.4 ===
|
||||
|
||||
2008-07-04 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gtk/tmpl/gtkradiobutton.sgml: Update
|
||||
|
@ -10,13 +10,11 @@ The functions in this section are intended to be used in test programs.
|
||||
They allow to simulate some user input.
|
||||
</para>
|
||||
|
||||
|
||||
<!-- ##### SECTION See_Also ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
|
||||
<!-- ##### SECTION Stability_Level ##### -->
|
||||
|
||||
|
||||
|
@ -61,6 +61,16 @@ An object representing and maintaining a group of accelerators.
|
||||
@arg2:
|
||||
@arg3:
|
||||
|
||||
<!-- ##### ARG GtkAccelGroup:is-locked ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkAccelGroup:modifier-mask ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### FUNCTION gtk_accel_group_new ##### -->
|
||||
<para>
|
||||
|
||||
|
@ -108,13 +108,6 @@ following fields. (These fields should be considered read-only.
|
||||
They should never be set by an application.)
|
||||
</para>
|
||||
|
||||
@children: a list of children belonging the GtkBox.
|
||||
The data is a list of structures of type #GtkBoxChild-struct.
|
||||
@spacing: the number of pixels to put between children of the GtkBox,
|
||||
zero by default. Use gtk_box_set_spacing() to set this field.
|
||||
@homogeneous: a flag that if %TRUE forces all children to get equal
|
||||
space in the GtkBox; %FALSE by default. Use gtk_box_set_homogeneous()
|
||||
to set this field.
|
||||
|
||||
<!-- ##### ARG GtkBox:homogeneous ##### -->
|
||||
<para>
|
||||
|
@ -112,6 +112,11 @@ it cannot be individually modified.
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkCellRenderer:editing ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkCellRenderer:height ##### -->
|
||||
<para>
|
||||
|
||||
|
@ -44,6 +44,11 @@ property is set to a pixbuf, it renders that one.
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkCellRendererPixbuf:gicon ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkCellRendererPixbuf:icon-name ##### -->
|
||||
<para>
|
||||
|
||||
|
@ -342,6 +342,16 @@ will not be used again.
|
||||
@user_data:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gtk_clipboard_request_uris ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@clipboard:
|
||||
@callback:
|
||||
@user_data:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gtk_clipboard_wait_for_contents ##### -->
|
||||
<para>
|
||||
|
||||
@ -382,6 +392,15 @@ will not be used again.
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gtk_clipboard_wait_for_uris ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@clipboard:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gtk_clipboard_wait_is_text_available ##### -->
|
||||
<para>
|
||||
|
||||
@ -410,6 +429,15 @@ will not be used again.
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gtk_clipboard_wait_is_uris_available ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@clipboard:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gtk_clipboard_wait_for_targets ##### -->
|
||||
<para>
|
||||
|
||||
|
@ -74,6 +74,26 @@ Connect a handler for the clicked event.
|
||||
</para>
|
||||
|
||||
|
||||
<!-- ##### ARG GtkColorSelectionDialog:cancel-button ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkColorSelectionDialog:color-selection ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkColorSelectionDialog:help-button ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkColorSelectionDialog:ok-button ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### FUNCTION gtk_color_selection_dialog_new ##### -->
|
||||
<para>
|
||||
Creates a new #GtkColorSelectionDialog.
|
||||
|
@ -177,8 +177,6 @@ dividing #GtkHSeparator in the dialog. It is treated exactly the same
|
||||
as any other #GtkHButtonBox.
|
||||
</para>
|
||||
|
||||
@vbox:
|
||||
@action_area:
|
||||
|
||||
<!-- ##### SIGNAL GtkDialog::close ##### -->
|
||||
<para>
|
||||
|
@ -146,6 +146,11 @@ The #GtkEntry-struct struct contains only private data.
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkEntry:overwrite-mode ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkEntry:scroll-offset ##### -->
|
||||
<para>
|
||||
|
||||
@ -166,6 +171,11 @@ The #GtkEntry-struct struct contains only private data.
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkEntry:text-length ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkEntry:truncate-multiline ##### -->
|
||||
<para>
|
||||
|
||||
|
@ -51,10 +51,6 @@ fonts.</para></listitem>
|
||||
<!-- ##### STRUCT GtkFontSelectionDialog ##### -->
|
||||
|
||||
|
||||
@ok_button: The OK button of the dialog
|
||||
@apply_button: The Apply button of the dialog. This button is hidden
|
||||
by default but you can show/hide it
|
||||
@cancel_button: The Cancel button of the dialog
|
||||
|
||||
<!-- ##### FUNCTION gtk_font_selection_dialog_new ##### -->
|
||||
<para>
|
||||
|
@ -102,6 +102,11 @@ handlebox are detached from the main window.
|
||||
(this argument provides no extra information
|
||||
and is here only for backwards-compatibility)
|
||||
|
||||
<!-- ##### ARG GtkHandleBox:child-detached ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkHandleBox:handle-position ##### -->
|
||||
<para>
|
||||
|
||||
|
@ -35,7 +35,6 @@ area.
|
||||
|
||||
</para>
|
||||
|
||||
@bin_window:
|
||||
|
||||
<!-- ##### SIGNAL GtkLayout::set-scroll-adjustments ##### -->
|
||||
<para>
|
||||
|
@ -94,6 +94,31 @@ should be accessed using the functions below.
|
||||
@menu: the object which received the signal.
|
||||
@arg1:
|
||||
|
||||
<!-- ##### ARG GtkMenu:accel-group ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkMenu:accel-path ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkMenu:active ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkMenu:attach-widget ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkMenu:monitor ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkMenu:tearoff-state ##### -->
|
||||
<para>
|
||||
|
||||
|
@ -73,6 +73,16 @@ submenu. For normal applications, the relevant signal is "activate".
|
||||
@menuitem: the object which received the signal.
|
||||
@arg1:
|
||||
|
||||
<!-- ##### ARG GtkMenuItem:accel-path ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkMenuItem:right-justified ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkMenuItem:submenu ##### -->
|
||||
<para>
|
||||
|
||||
@ -103,6 +113,11 @@ submenu. For normal applications, the relevant signal is "activate".
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkMenuItem:width-chars ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### FUNCTION gtk_menu_item_new ##### -->
|
||||
<para>
|
||||
Creates a new #GtkMenuItem.
|
||||
|
@ -56,6 +56,11 @@ on all platforms supported by GTK+.
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkPlug:socket-window ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### FUNCTION gtk_plug_construct ##### -->
|
||||
<para>
|
||||
</para>
|
||||
|
@ -58,6 +58,11 @@ is tailored for this use case.
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkScaleButton:orientation ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkScaleButton:size ##### -->
|
||||
<para>
|
||||
|
||||
@ -126,3 +131,12 @@ is tailored for this use case.
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gtk_scale_button_get_popup ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@button:
|
||||
@Returns:
|
||||
|
||||
|
||||
|
@ -76,8 +76,6 @@ There are no public fields in the #GtkScrolledWindow struct; it should
|
||||
only be accessed using the functions below.
|
||||
</para>
|
||||
|
||||
@hscrollbar:
|
||||
@vscrollbar:
|
||||
|
||||
<!-- ##### SIGNAL GtkScrolledWindow::move-focus-out ##### -->
|
||||
<para>
|
||||
|
@ -108,11 +108,26 @@ Sharing settings between applications
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkSettings:gtk-enable-event-sounds ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkSettings:gtk-enable-input-feedback-sounds ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkSettings:gtk-enable-mnemonics ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkSettings:gtk-enable-tooltips ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkSettings:gtk-entry-password-hint-timeout ##### -->
|
||||
<para>
|
||||
|
||||
@ -248,6 +263,11 @@ Sharing settings between applications
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkSettings:gtk-sound-theme-name ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkSettings:gtk-split-cursor ##### -->
|
||||
<para>
|
||||
|
||||
|
@ -47,13 +47,6 @@ The #GtkToolbar struct only contains private data and should only be
|
||||
accessed through the function described below.
|
||||
</para>
|
||||
|
||||
@num_children:
|
||||
@children:
|
||||
@orientation:
|
||||
@style:
|
||||
@icon_size:
|
||||
@tooltips:
|
||||
@_tooltips:
|
||||
|
||||
<!-- ##### SIGNAL GtkToolbar::focus-home-or-end ##### -->
|
||||
<para>
|
||||
|
@ -77,14 +77,6 @@ internal child "accessible" of a <structname>GtkWidget</structname>.
|
||||
|
||||
</para>
|
||||
|
||||
@style: The style for the widget. The style contains the colors the widget should be
|
||||
drawn in for each state along with graphics contexts used to draw with and the font
|
||||
to use for text.
|
||||
@requisition: The widget's desired size.
|
||||
@allocation: The widget's allocated size.
|
||||
@window: The widget's window or its parent window if it does not have a window. (Which
|
||||
will be indicated by the #GTK_NO_WINDOW flag being set).
|
||||
@parent:
|
||||
|
||||
<!-- ##### SIGNAL GtkWidget::accel-closures-changed ##### -->
|
||||
<para>
|
||||
@ -786,6 +778,11 @@ internal child "accessible" of a <structname>GtkWidget</structname>.
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkWidget:window ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GtkWidget:cursor-aspect-ratio ##### -->
|
||||
<para>
|
||||
|
||||
@ -1199,13 +1196,6 @@ widget by its parent. It is a subregion of its parents allocation. See
|
||||
|
||||
</para>
|
||||
|
||||
@selection:
|
||||
@target:
|
||||
@type:
|
||||
@format:
|
||||
@data:
|
||||
@length:
|
||||
@display:
|
||||
|
||||
<!-- ##### STRUCT GtkWidgetAuxInfo ##### -->
|
||||
<para>
|
||||
|
@ -1,3 +1,7 @@
|
||||
2008-07-05 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* === Released 2.13.4 ===
|
||||
|
||||
2008-06-18 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* io-ico.c: Add image/x-win-bitmap to the supported mimetypes,
|
||||
|
@ -1,3 +1,7 @@
|
||||
2008-07-05 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* === Released 2.13.4 ===
|
||||
|
||||
2008-07-05 Jorge Gonzalez <jorgegonz@svn.gnome.org>
|
||||
|
||||
* es.po: Updated Spanish translation
|
||||
|
1199
po-properties/af.po
1199
po-properties/af.po
File diff suppressed because it is too large
Load Diff
1184
po-properties/am.po
1184
po-properties/am.po
File diff suppressed because it is too large
Load Diff
1176
po-properties/ang.po
1176
po-properties/ang.po
File diff suppressed because it is too large
Load Diff
1200
po-properties/ar.po
1200
po-properties/ar.po
File diff suppressed because it is too large
Load Diff
1200
po-properties/as.po
1200
po-properties/as.po
File diff suppressed because it is too large
Load Diff
1199
po-properties/az.po
1199
po-properties/az.po
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
1201
po-properties/be.po
1201
po-properties/be.po
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
1200
po-properties/bg.po
1200
po-properties/bg.po
File diff suppressed because it is too large
Load Diff
1201
po-properties/bn.po
1201
po-properties/bn.po
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
1182
po-properties/br.po
1182
po-properties/br.po
File diff suppressed because it is too large
Load Diff
1199
po-properties/bs.po
1199
po-properties/bs.po
File diff suppressed because it is too large
Load Diff
1200
po-properties/ca.po
1200
po-properties/ca.po
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
1198
po-properties/cs.po
1198
po-properties/cs.po
File diff suppressed because it is too large
Load Diff
1203
po-properties/cy.po
1203
po-properties/cy.po
File diff suppressed because it is too large
Load Diff
1201
po-properties/da.po
1201
po-properties/da.po
File diff suppressed because it is too large
Load Diff
1200
po-properties/de.po
1200
po-properties/de.po
File diff suppressed because it is too large
Load Diff
1200
po-properties/dz.po
1200
po-properties/dz.po
File diff suppressed because it is too large
Load Diff
1200
po-properties/el.po
1200
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
1173
po-properties/eo.po
1173
po-properties/eo.po
File diff suppressed because it is too large
Load Diff
3496
po-properties/es.po
3496
po-properties/es.po
File diff suppressed because it is too large
Load Diff
1197
po-properties/et.po
1197
po-properties/et.po
File diff suppressed because it is too large
Load Diff
1206
po-properties/eu.po
1206
po-properties/eu.po
File diff suppressed because it is too large
Load Diff
1192
po-properties/fa.po
1192
po-properties/fa.po
File diff suppressed because it is too large
Load Diff
1200
po-properties/fi.po
1200
po-properties/fi.po
File diff suppressed because it is too large
Load Diff
1200
po-properties/fr.po
1200
po-properties/fr.po
File diff suppressed because it is too large
Load Diff
1179
po-properties/ga.po
1179
po-properties/ga.po
File diff suppressed because it is too large
Load Diff
1198
po-properties/gl.po
1198
po-properties/gl.po
File diff suppressed because it is too large
Load Diff
1200
po-properties/gu.po
1200
po-properties/gu.po
File diff suppressed because it is too large
Load Diff
3244
po-properties/he.po
3244
po-properties/he.po
File diff suppressed because it is too large
Load Diff
1200
po-properties/hi.po
1200
po-properties/hi.po
File diff suppressed because it is too large
Load Diff
1199
po-properties/hr.po
1199
po-properties/hr.po
File diff suppressed because it is too large
Load Diff
1200
po-properties/hu.po
1200
po-properties/hu.po
File diff suppressed because it is too large
Load Diff
1184
po-properties/hy.po
1184
po-properties/hy.po
File diff suppressed because it is too large
Load Diff
1176
po-properties/ia.po
1176
po-properties/ia.po
File diff suppressed because it is too large
Load Diff
1200
po-properties/id.po
1200
po-properties/id.po
File diff suppressed because it is too large
Load Diff
1173
po-properties/io.po
1173
po-properties/io.po
File diff suppressed because it is too large
Load Diff
1180
po-properties/is.po
1180
po-properties/is.po
File diff suppressed because it is too large
Load Diff
1204
po-properties/it.po
1204
po-properties/it.po
File diff suppressed because it is too large
Load Diff
1200
po-properties/ja.po
1200
po-properties/ja.po
File diff suppressed because it is too large
Load Diff
1200
po-properties/ka.po
1200
po-properties/ka.po
File diff suppressed because it is too large
Load Diff
1199
po-properties/kn.po
1199
po-properties/kn.po
File diff suppressed because it is too large
Load Diff
3246
po-properties/ko.po
3246
po-properties/ko.po
File diff suppressed because it is too large
Load Diff
1176
po-properties/ku.po
1176
po-properties/ku.po
File diff suppressed because it is too large
Load Diff
1201
po-properties/li.po
1201
po-properties/li.po
File diff suppressed because it is too large
Load Diff
1200
po-properties/lt.po
1200
po-properties/lt.po
File diff suppressed because it is too large
Load Diff
1201
po-properties/lv.po
1201
po-properties/lv.po
File diff suppressed because it is too large
Load Diff
1174
po-properties/mi.po
1174
po-properties/mi.po
File diff suppressed because it is too large
Load Diff
1200
po-properties/mk.po
1200
po-properties/mk.po
File diff suppressed because it is too large
Load Diff
1199
po-properties/ml.po
1199
po-properties/ml.po
File diff suppressed because it is too large
Load Diff
1228
po-properties/mn.po
1228
po-properties/mn.po
File diff suppressed because it is too large
Load Diff
1243
po-properties/mr.po
1243
po-properties/mr.po
File diff suppressed because it is too large
Load Diff
1199
po-properties/ms.po
1199
po-properties/ms.po
File diff suppressed because it is too large
Load Diff
1200
po-properties/nb.po
1200
po-properties/nb.po
File diff suppressed because it is too large
Load Diff
1200
po-properties/ne.po
1200
po-properties/ne.po
File diff suppressed because it is too large
Load Diff
1205
po-properties/nl.po
1205
po-properties/nl.po
File diff suppressed because it is too large
Load Diff
1199
po-properties/nn.po
1199
po-properties/nn.po
File diff suppressed because it is too large
Load Diff
1201
po-properties/nso.po
1201
po-properties/nso.po
File diff suppressed because it is too large
Load Diff
3214
po-properties/oc.po
3214
po-properties/oc.po
File diff suppressed because it is too large
Load Diff
1188
po-properties/or.po
1188
po-properties/or.po
File diff suppressed because it is too large
Load Diff
1200
po-properties/pa.po
1200
po-properties/pa.po
File diff suppressed because it is too large
Load Diff
1201
po-properties/pl.po
1201
po-properties/pl.po
File diff suppressed because it is too large
Load Diff
1200
po-properties/pt.po
1200
po-properties/pt.po
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
1201
po-properties/ro.po
1201
po-properties/ro.po
File diff suppressed because it is too large
Load Diff
1200
po-properties/ru.po
1200
po-properties/ru.po
File diff suppressed because it is too large
Load Diff
1197
po-properties/rw.po
1197
po-properties/rw.po
File diff suppressed because it is too large
Load Diff
1180
po-properties/si.po
1180
po-properties/si.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