Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Dorota Czaplejewicz
gtk
Commits
22d4d65e
Commit
22d4d65e
authored
Jul 22, 2005
by
Matthias Clasen
Browse files
2.7.4
parent
e4ac49b4
Changes
174
Expand all
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
22d4d65e
2005-07-22 Matthias Clasen <mclasen@redhat.com>
* === Released 2.7.4 ===
* NEWS: Updates
* gtk/gtkmessagedialog.c (gtk_message_dialog_format_secondary_markup):
...
...
ChangeLog.pre-2-10
View file @
22d4d65e
2005-07-22 Matthias Clasen <mclasen@redhat.com>
* === Released 2.7.4 ===
* NEWS: Updates
* gtk/gtkmessagedialog.c (gtk_message_dialog_format_secondary_markup):
...
...
ChangeLog.pre-2-8
View file @
22d4d65e
2005-07-22 Matthias Clasen <mclasen@redhat.com>
* === Released 2.7.4 ===
* NEWS: Updates
* gtk/gtkmessagedialog.c (gtk_message_dialog_format_secondary_markup):
...
...
INSTALL
View file @
22d4d65e
...
...
@@ -18,8 +18,8 @@ GTK+ requires the following packages:
Simple install procedure
========================
% gzip -cd gtk+-2.7.
3
.tar.gz | tar xvf - # unpack the sources
% cd gtk+-2.7.
3
# change to the toplevel directory
% gzip -cd gtk+-2.7.
4
.tar.gz | tar xvf - # unpack the sources
% cd gtk+-2.7.
4
# change to the toplevel directory
% ./configure # run the `configure' script
% make # build GTK
[ Become root if necessary ]
...
...
README
View file @
22d4d65e
General Information
===================
This is GTK+ version 2.7.
3
. GTK+ is a multi-platform toolkit for
This is GTK+ version 2.7.
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.
...
...
contrib/gdk-pixbuf-xlib/ChangeLog
View file @
22d4d65e
2005-07-22 Matthias Clasen <mclasen@redhat.com>
* === Released 2.7.4 ===
2005-07-15 Matthias Clasen <mclasen@redhat.com>
* === Released 2.7.3 ===
...
...
docs/reference/ChangeLog
View file @
22d4d65e
2005-07-22 Matthias Clasen <mclasen@redhat.com>
* === Released 2.7.4 ===
2005-07-22 Matthias Clasen <mclasen@redhat.com>
* gdk-pixbuf/tmpl/module_interface.sgml: Document unanchored
...
...
gdk-pixbuf/ChangeLog
View file @
22d4d65e
2005
-
07
-
22
Matthias
Clasen
<
mclasen
@
redhat
.
com
>
*
===
Released
2.7.4
===
2005
-
07
-
22
Matthias
Clasen
<
mclasen
@
redhat
.
com
>
*
queryloaders
.
c
:
Accept
'*'
in
masks
.
(
pointed
out
by
William
Jon
McCann
)
*
gdk
-
pixbuf
-
io
.
c
(
format_check
):
Make
anchored
patterns
work
as
they
did
before
.
(#
311011
,
William
Jon
McCann
)
...
...
gdk-pixbuf/queryloaders.c
View file @
22d4d65e
...
...
@@ -81,7 +81,7 @@ loader_sanity_check (const char *path, GdkPixbufFormat *info, GdkPixbufModule *v
goto
error
;
}
if
(
strspn
(
pattern
->
mask
,
" !xzn"
)
<
mask_len
)
if
(
strspn
(
pattern
->
mask
,
" !xzn
*
"
)
<
mask_len
)
{
error
=
"bad char in mask"
;
...
...
gtk/gtkmessagedialog.c
View file @
22d4d65e
...
...
@@ -603,9 +603,10 @@ gtk_message_dialog_format_secondary_text (GtkMessageDialog *message_dialog,
* like gtk_message_dialog_new_with_markup() does. Thus, if the arguments
* may contain special XML characters, you should use g_markup_printf_escaped()
* to escape it.
* <informalexample><programlisting>
* gchar *msg;
*
*
* msg = g_markup_printf_escaped (message_format, ...);
* gtk_message_dialog_format_secondary_markup (message_dialog, "%s", msg);
* g_free (msg);
...
...
gtk/xdgmime/ChangeLog
View file @
22d4d65e
2005-07-22 Matthias Clasen <mclasen@redhat.com>
* === Released 2.7.4 ===
2005-07-15 Matthias Clasen <mclasen@redhat.com>
* === Released 2.7.3 ===
...
...
modules/engines/pixbuf/ChangeLog
View file @
22d4d65e
2005-07-22 Matthias Clasen <mclasen@redhat.com>
* === Released 2.7.4 ===
2005-07-15 Matthias Clasen <mclasen@redhat.com>
* === Released 2.7.3 ===
...
...
po-properties/ChangeLog
View file @
22d4d65e
2005-07-22 Matthias Clasen <mclasen@redhat.com>
* === Released 2.7.4 ===
2005-07-22 Adam Weinberger <adamw@gnome.org>
* en_CA.po: Updated Canadian English translation.
...
...
po-properties/af.po
View file @
22d4d65e
This diff is collapsed.
Click to expand it.
po-properties/am.po
View file @
22d4d65e
...
...
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: gtk+ 2.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2005-07-
15
14:
36
-0400\n"
"POT-Creation-Date: 2005-07-
22
14:
14
-0400\n"
"PO-Revision-Date: 2003-01-14 11:02+EDT\n"
"Last-Translator: Ge'ez Frontier Foundation <locales@geez.org>\n"
"Language-Team: Amharic <locales@geez.org>\n"
...
...
@@ -91,7 +91,7 @@ msgstr ""
msgid "The default display for GDK"
msgstr ""
#: gdk/gdkpango.c:510 gtk/gtkinvisible.c:117 gtk/gtkwindow.c:5
39
#: gdk/gdkpango.c:510 gtk/gtkinvisible.c:117 gtk/gtkwindow.c:5
40
msgid "Screen"
msgstr "እስክሪን"
...
...
@@ -331,7 +331,7 @@ msgid "When TRUE, empty menu proxies for this action are hidden."
msgstr ""
#: gtk/gtkaction.c:283 gtk/gtkactiongroup.c:142 gtk/gtkcellrenderer.c:222
#: gtk/gtkwidget.c:45
4
#: gtk/gtkwidget.c:45
5
msgid "Sensitive"
msgstr ""
...
...
@@ -340,7 +340,7 @@ msgid "Whether the action is enabled."
msgstr ""
#: gtk/gtkaction.c:290 gtk/gtkactiongroup.c:149 gtk/gtktreeviewcolumn.c:226
#: gtk/gtkwidget.c:44
7
#: gtk/gtkwidget.c:44
8
msgid "Visible"
msgstr "የሚታይ"
...
...
@@ -693,7 +693,7 @@ msgid ""
"If set, the label is used to pick a stock item instead of being displayed"
msgstr ""
#: gtk/gtkbutton.c:250 gtk/gtkcombobox.c:68
1
#: gtk/gtkbutton.c:250 gtk/gtkcombobox.c:68
3
msgid "Focus on click"
msgstr ""
...
...
@@ -1024,7 +1024,7 @@ msgstr ""
msgid "Render detail to pass to the theme engine"
msgstr ""
#: gtk/gtkcellrendererpixbuf.c:205 gtk/gtkimage.c:261 gtk/gtkwindow.c:53
1
#: gtk/gtkcellrendererpixbuf.c:205 gtk/gtkimage.c:261 gtk/gtkwindow.c:53
2
#, fuzzy
msgid "Icon Name"
msgstr "የፊደሉ ቅርጽ ስም"
...
...
@@ -1252,7 +1252,7 @@ msgid ""
"have enough room to display the entire string"
msgstr ""
#: gtk/gtkcellrenderertext.c:494 gtk/gtkcombobox.c:57
1
#: gtk/gtkcellrenderertext.c:494 gtk/gtkcombobox.c:57
3
#, fuzzy
msgid "Wrap width"
msgstr "ስፋት"
...
...
@@ -1559,67 +1559,67 @@ msgstr ""
msgid "Whether entered values must already be present in the list"
msgstr ""
#: gtk/gtkcombobox.c:55
4
#: gtk/gtkcombobox.c:55
6
msgid "ComboBox model"
msgstr ""
#: gtk/gtkcombobox.c:55
5
#: gtk/gtkcombobox.c:55
7
msgid "The model for the combo box"
msgstr ""
#: gtk/gtkcombobox.c:57
2
#: gtk/gtkcombobox.c:57
4
msgid "Wrap width for layouting the items in a grid"
msgstr ""
#: gtk/gtkcombobox.c:59
4
#: gtk/gtkcombobox.c:59
6
msgid "Row span column"
msgstr ""
#: gtk/gtkcombobox.c:59
5
#: gtk/gtkcombobox.c:59
7
msgid "TreeModel column containing the row span values"
msgstr ""
#: gtk/gtkcombobox.c:61
6
#: gtk/gtkcombobox.c:61
8
msgid "Column span column"
msgstr ""
#: gtk/gtkcombobox.c:61
7
#: gtk/gtkcombobox.c:61
9
msgid "TreeModel column containing the column span values"
msgstr ""
#: gtk/gtkcombobox.c:63
7
#: gtk/gtkcombobox.c:63
9
msgid "Active item"
msgstr ""
#: gtk/gtkcombobox.c:6
38
#: gtk/gtkcombobox.c:6
40
msgid "The item which is currently active"
msgstr ""
#: gtk/gtkcombobox.c:65
7
gtk/gtkuimanager.c:232
#: gtk/gtkcombobox.c:65
9
gtk/gtkuimanager.c:232
msgid "Add tearoffs to menus"
msgstr ""
#: gtk/gtkcombobox.c:6
58
#: gtk/gtkcombobox.c:6
60
msgid "Whether dropdowns should have a tearoff menu item"
msgstr ""
#: gtk/gtkcombobox.c:67
3
gtk/gtkentry.c:534
#: gtk/gtkcombobox.c:67
5
gtk/gtkentry.c:534
msgid "Has Frame"
msgstr "ፍሬም አለ"
#: gtk/gtkcombobox.c:67
4
#: gtk/gtkcombobox.c:67
6
msgid "Whether the combo box draws a frame around the child"
msgstr ""
#: gtk/gtkcombobox.c:68
2
#: gtk/gtkcombobox.c:68
4
msgid "Whether the combo box grabs focus when it is clicked with the mouse"
msgstr ""
#: gtk/gtkcombobox.c:6
88
#: gtk/gtkcombobox.c:6
90
msgid "Appears as list"
msgstr ""
#: gtk/gtkcombobox.c:6
8
9
#: gtk/gtkcombobox.c:69
1
msgid "Whether dropdowns should look like lists rather than menus"
msgstr ""
...
...
@@ -2060,11 +2060,11 @@ msgstr "የመስኮቱ አርእስት"
msgid "The desired width of the button widget, in characters."
msgstr ""
#: gtk/gtkfilechooserdefault.c:6
4
1
#: gtk/gtkfilechooserdefault.c:6
9
1
msgid "Default file chooser backend"
msgstr ""
#: gtk/gtkfilechooserdefault.c:6
4
2
#: gtk/gtkfilechooserdefault.c:6
9
2
msgid "Name of the GtkFileChooser backend to use by default"
msgstr ""
...
...
@@ -2461,7 +2461,7 @@ msgstr "ማስረጊያዎች አሳይ"
msgid "Whether images should be shown in menus"
msgstr ""
#: gtk/gtkinvisible.c:118 gtk/gtkwindow.c:54
0
#: gtk/gtkinvisible.c:118 gtk/gtkwindow.c:54
1
msgid "The screen where this window will be displayed"
msgstr ""
...
...
@@ -3389,180 +3389,181 @@ msgstr ""
msgid "Whether the separator is drawn, or just blank"
msgstr ""
#: gtk/gtksettings.c:
281
#: gtk/gtksettings.c:
199
msgid "Double Click Time"
msgstr ""
#: gtk/gtksettings.c:2
82
#: gtk/gtksettings.c:2
00
msgid ""
"Maximum time allowed between two clicks for them to be considered a double "
"click (in milliseconds)"
msgstr ""
#: gtk/gtksettings.c:2
89
#: gtk/gtksettings.c:2
07
msgid "Double Click Distance"
msgstr ""
#: gtk/gtksettings.c:2
9
0
#: gtk/gtksettings.c:20
8
msgid ""
"Maximum distance allowed between two clicks for them to be considered a "
"double click (in pixels)"
msgstr ""
#: gtk/gtksettings.c:2
97
#: gtk/gtksettings.c:2
15
msgid "Cursor Blink"
msgstr "የመጠቆሚያዋ አበራርና አጠፋፍ"
#: gtk/gtksettings.c:2
98
#: gtk/gtksettings.c:2
16
msgid "Whether the cursor should blink"
msgstr ""
#: gtk/gtksettings.c:
305
#: gtk/gtksettings.c:
223
msgid "Cursor Blink Time"
msgstr ""
#: gtk/gtksettings.c:
306
#: gtk/gtksettings.c:
224
msgid "Length of the cursor blink cycle, in milleseconds"
msgstr ""
#: gtk/gtksettings.c:31
3
#: gtk/gtksettings.c:
2
31
msgid "Split Cursor"
msgstr ""
#: gtk/gtksettings.c:
314
#: gtk/gtksettings.c:
232
msgid ""
"Whether two cursors should be displayed for mixed left-to-right and right-to-"
"left text"
msgstr ""
#: gtk/gtksettings.c:
321
#: gtk/gtksettings.c:
239
msgid "Theme Name"
msgstr "የጭብጥ ስም"
#: gtk/gtksettings.c:
322
#: gtk/gtksettings.c:
240
msgid "Name of theme RC file to load"
msgstr ""
#: gtk/gtksettings.c:
329
#: gtk/gtksettings.c:
247
#, fuzzy
msgid "Icon Theme Name"
msgstr "የጭብጥ ስም"
#: gtk/gtksettings.c:
330
#: gtk/gtksettings.c:
248
msgid "Name of icon theme to use"
msgstr ""
#: gtk/gtksettings.c:
338
#: gtk/gtksettings.c:
256
msgid "Key Theme Name"
msgstr ""
#: gtk/gtksettings.c:
339
#: gtk/gtksettings.c:
257
msgid "Name of key theme RC file to load"
msgstr ""
#: gtk/gtksettings.c:
347
#: gtk/gtksettings.c:
265
msgid "Menu bar accelerator"
msgstr ""
#: gtk/gtksettings.c:
348
#: gtk/gtksettings.c:
266
msgid "Keybinding to activate the menu bar"
msgstr ""
#: gtk/gtksettings.c:
356
#: gtk/gtksettings.c:
274
msgid "Drag threshold"
msgstr ""
#: gtk/gtksettings.c:
357
#: gtk/gtksettings.c:
275
msgid "Number of pixels the cursor can move before dragging"
msgstr ""
#: gtk/gtksettings.c:
365
#: gtk/gtksettings.c:
283
msgid "Font Name"
msgstr "የፊደሉ ቅርጽ ስም"
#: gtk/gtksettings.c:
366
#: gtk/gtksettings.c:
284
msgid "Name of default font to use"
msgstr ""
#: gtk/gtksettings.c:
374
#: gtk/gtksettings.c:
292
msgid "Icon Sizes"
msgstr ""
#: gtk/gtksettings.c:
375
#: gtk/gtksettings.c:
293
msgid "List of icon sizes (gtk-menu=16,16:gtk-button=20,20..."
msgstr ""
#: gtk/gtksettings.c:3
83
#: gtk/gtksettings.c:3
01
msgid "GTK Modules"
msgstr ""
#: gtk/gtksettings.c:3
84
#: gtk/gtksettings.c:3
02
msgid "List of currently active GTK modules"
msgstr ""
#: gtk/gtksettings.c:3
93
#: gtk/gtksettings.c:3
11
msgid "Xft Antialias"
msgstr ""
#: gtk/gtksettings.c:3
94
#: gtk/gtksettings.c:3
12
msgid "Whether to antialias Xft fonts; 0=no, 1=yes, -1=default"
msgstr ""
#: gtk/gtksettings.c:
403
#: gtk/gtksettings.c:
321
msgid "Xft Hinting"
msgstr ""
#: gtk/gtksettings.c:
404
#: gtk/gtksettings.c:
322
msgid "Whether to hint Xft fonts; 0=no, 1=yes, -1=default"
msgstr ""
#: gtk/gtksettings.c:
413
#: gtk/gtksettings.c:
331
msgid "Xft Hint Style"
msgstr ""
#: gtk/gtksettings.c:414
msgid "What degree of hinting to use; none, slight, medium, or full"
#: gtk/gtksettings.c:332
msgid ""
"What degree of hinting to use; hintnone, hintslight, hintmedium, or hintfull"
msgstr ""
#: gtk/gtksettings.c:
423
#: gtk/gtksettings.c:
341
msgid "Xft RGBA"
msgstr ""
#: gtk/gtksettings.c:42
4
#: gtk/gtksettings.c:
3
42
msgid "Type of subpixel antialiasing; none, rgb, bgr, vrgb, vbgr"
msgstr ""
#: gtk/gtksettings.c:
433
#: gtk/gtksettings.c:
351
msgid "Xft DPI"
msgstr ""
#: gtk/gtksettings.c:
434
#: gtk/gtksettings.c:
352
msgid "Resolution for Xft, in 1024 * dots/inch. -1 to use default value"
msgstr ""
#: gtk/gtksettings.c:
443
#: gtk/gtksettings.c:
361
#, fuzzy
msgid "Cursor theme name"
msgstr "የጭብጥ ስም"
#: gtk/gtksettings.c:
444
#: gtk/gtksettings.c:
362
#, fuzzy
msgid "Name of the cursor theme to use"
msgstr "የጽሑፉ መለያ"
#: gtk/gtksettings.c:
452
#: gtk/gtksettings.c:
370
msgid "Cursor theme size"
msgstr ""
#: gtk/gtksettings.c:
453
#: gtk/gtksettings.c:
371
msgid "Size to use for cursors"
msgstr ""
#: gtk/gtksettings.c:
463
#: gtk/gtksettings.c:
381
msgid "Alternative button order"
msgstr ""
#: gtk/gtksettings.c:
464
#: gtk/gtksettings.c:
382
msgid "Whether buttons in dialogs should use the alternative button order"
msgstr ""
...
...
@@ -4460,7 +4461,7 @@ msgstr ""
msgid "Whether to display the column"
msgstr ""
#: gtk/gtktreeviewcolumn.c:234 gtk/gtkwindow.c:46
2
#: gtk/gtktreeviewcolumn.c:234 gtk/gtkwindow.c:46
3
msgid "Resizable"
msgstr ""
...
...
@@ -4588,398 +4589,398 @@ msgstr ""
msgid "Determines how the shadowed box around the viewport is drawn"
msgstr ""
#: gtk/gtkwidget.c:41
4
#: gtk/gtkwidget.c:41
5
msgid "Widget name"
msgstr ""
#: gtk/gtkwidget.c:41
5
#: gtk/gtkwidget.c:41
6
msgid "The name of the widget"
msgstr ""
#: gtk/gtkwidget.c:42
1
#: gtk/gtkwidget.c:42
2
msgid "Parent widget"
msgstr ""
#: gtk/gtkwidget.c:42
2
#: gtk/gtkwidget.c:42
3
msgid "The parent widget of this widget. Must be a Container widget"
msgstr ""
#: gtk/gtkwidget.c:4
29
#: gtk/gtkwidget.c:4
30
msgid "Width request"
msgstr ""
#: gtk/gtkwidget.c:43
0
#: gtk/gtkwidget.c:43
1
msgid ""
"Override for width request of the widget, or -1 if natural request should be "
"used"
msgstr ""
#: gtk/gtkwidget.c:43
8
#: gtk/gtkwidget.c:43
9
msgid "Height request"
msgstr ""
#: gtk/gtkwidget.c:4
39
#: gtk/gtkwidget.c:4
40
msgid ""
"Override for height request of the widget, or -1 if natural request should "
"be used"
msgstr ""
#: gtk/gtkwidget.c:44
8
#: gtk/gtkwidget.c:44
9
msgid "Whether the widget is visible"
msgstr ""
#: gtk/gtkwidget.c:45
5
#: gtk/gtkwidget.c:45
6
msgid "Whether the widget responds to input"
msgstr ""
#: gtk/gtkwidget.c:46
1
#: gtk/gtkwidget.c:46
2
msgid "Application paintable"
msgstr ""
#: gtk/gtkwidget.c:46
2
#: gtk/gtkwidget.c:46
3
msgid "Whether the application will paint directly on the widget"
msgstr ""
#: gtk/gtkwidget.c:46
8
#: gtk/gtkwidget.c:46
9
msgid "Can focus"
msgstr ""
#: gtk/gtkwidget.c:4
69
#: gtk/gtkwidget.c:4
70
msgid "Whether the widget can accept the input focus"
msgstr ""
#: gtk/gtkwidget.c:47
5
#: gtk/gtkwidget.c:47
6
msgid "Has focus"
msgstr ""
#: gtk/gtkwidget.c:47
6
#: gtk/gtkwidget.c:47
7
msgid "Whether the widget has the input focus"
msgstr ""
#: gtk/gtkwidget.c:48
2
#: gtk/gtkwidget.c:48
3
msgid "Is focus"
msgstr ""
#: gtk/gtkwidget.c:48
3
#: gtk/gtkwidget.c:48
4
msgid "Whether the widget is the focus widget within the toplevel"
msgstr ""
#: gtk/gtkwidget.c:4
8
9
#: gtk/gtkwidget.c:49
0
msgid "Can default"
msgstr ""
#: gtk/gtkwidget.c:49
0
#: gtk/gtkwidget.c:49
1
msgid "Whether the widget can be the default widget"
msgstr ""
#: gtk/gtkwidget.c:49
6
#: gtk/gtkwidget.c:49
7
msgid "Has default"
msgstr ""
#: gtk/gtkwidget.c:49
7
#: gtk/gtkwidget.c:49
8
msgid "Whether the widget is the default widget"
msgstr ""
#: gtk/gtkwidget.c:50
3
#: gtk/gtkwidget.c:50
4
msgid "Receives default"
msgstr ""
#: gtk/gtkwidget.c:50
4
#: gtk/gtkwidget.c:50
5
msgid "If TRUE, the widget will receive the default action when it is focused"
msgstr ""