]> Pileus Git - ~andy/gtk/log
~andy/gtk
15 years agoTranslation updated by Ivar Smolin
Priit Laes [Sat, 23 Aug 2008 12:10:50 +0000 (12:10 +0000)]
Translation updated by Ivar Smolin

2008-08-23  Priit Laes  <plaes at svn dot gnome dot org>

* et.po: Translation updated by Ivar Smolin

svn path=/trunk/; revision=21189

15 years agoUpdated French translation by Yannick Tailliez and Claude Paroz.
Claude Paroz [Sat, 23 Aug 2008 08:31:53 +0000 (08:31 +0000)]
Updated French translation by Yannick Tailliez and Claude Paroz.

2008-08-23  Claude Paroz  <claude@2xlibre.net>

* fr.po: Updated French translation by Yannick Tailliez and Claude Paroz.

svn path=/trunk/; revision=21188

15 years agoUpdated Japanese translation.
Takeshi AIHANA [Sat, 23 Aug 2008 07:17:58 +0000 (07:17 +0000)]
Updated Japanese translation.

2008-08-23  Takeshi AIHANA <takeshi.aihana@gmail.com>

        * ja.po: Updated Japanese translation.

svn path=/trunk/; revision=21187

15 years agoUpdated Japanese translation.
Takeshi AIHANA [Sat, 23 Aug 2008 07:16:20 +0000 (07:16 +0000)]
Updated Japanese translation.

2008-08-23  Takeshi AIHANA <takeshi.aihana@gmail.com>

        * ja.po: Updated Japanese translation.

svn path=/trunk/; revision=21186

15 years agoUpdated Spanish translation
Jorge Gonzalez Gonzalez [Fri, 22 Aug 2008 14:16:59 +0000 (14:16 +0000)]
Updated Spanish translation

svn path=/trunk/; revision=21185

15 years agoUpdated Translation
Laurent Dhima [Fri, 22 Aug 2008 10:01:49 +0000 (10:01 +0000)]
Updated Translation

svn path=/trunk/; revision=21184

15 years agoUpdated Vietnamese translation
Nguyễn Thái Ngọc Duy [Fri, 22 Aug 2008 05:04:29 +0000 (05:04 +0000)]
Updated Vietnamese translation

2008-08-22  Nguyễn Thái Ngọc Duy <pclouds@gmail.com>

* vi.po: Updated Vietnamese translation

svn path=/trunk/; revision=21183

15 years agoWhen reconstructing the color hash, try harder to avoid unnecessary
Matthias Clasen [Fri, 22 Aug 2008 03:51:56 +0000 (03:51 +0000)]
When reconstructing the color hash, try harder to avoid unnecessary

        * gtk/gtksettings.c: When reconstructing the color hash, try
        harder to avoid unnecessary notification, since this can lead
        to infinite reloading of rc files in some situations.

svn path=/trunk/; revision=21182

15 years agoRemove the checks to see if the window is modally blocked. This doesn't
Cody Russell [Fri, 22 Aug 2008 00:30:06 +0000 (00:30 +0000)]
Remove the checks to see if the window is modally blocked. This doesn't

2008-08-21  Cody Russell  <bratsche@gnome.org>

        * gdk/win32/gdkevents-win32.c (doesnt_want_key): Remove the checks
        to see if the window is modally blocked.  This doesn't get us anything,
        and it confuses the search window in GtkTreeView (and potentially other
        utility windows in other apps).  (#520165)

svn path=/trunk/; revision=21180

15 years agoUpdated French translation
Robert-André Mauchin [Thu, 21 Aug 2008 20:14:36 +0000 (20:14 +0000)]
Updated French translation

svn path=/trunk/; revision=21179

15 years agosmall formatting fix.
Michael Natterer [Thu, 21 Aug 2008 11:42:32 +0000 (11:42 +0000)]
small formatting fix.

2008-08-21  Michael Natterer  <mitch@imendio.com>

* gtk/gtktreeview.c (gtk_tree_view_realize): small formatting fix.

svn path=/trunk/; revision=21178

15 years agoBug 545875 – evo crashed when trying to print pages 6-7 of a 1 page
Marek Kasik [Thu, 21 Aug 2008 11:30:46 +0000 (11:30 +0000)]
Bug 545875 – evo crashed when trying to print pages 6-7 of a 1 page

2008-08-21  Marek Kasik  <mkasik@redhat.com>

Bug 545875 – evo crashed when trying to print pages 6-7 of a 1 page
email

* gtk/gtkprintoperation.c: Clamp page ranges to correct ranges

svn path=/trunk/; revision=21177

15 years agochangelog update for previous commit
Marek Kasik [Thu, 21 Aug 2008 10:32:33 +0000 (10:32 +0000)]
changelog update for previous commit

2008-08-21  Marek Kasik  <mkasik@redhat.com>

* ChangeLog: changelog update for previous commit

svn path=/trunk/; revision=21176

15 years agoBug 535158 – can't rearrange the order of multi pages per side
Marek Kasik [Thu, 21 Aug 2008 10:25:27 +0000 (10:25 +0000)]
Bug 535158 – can't rearrange the order of multi pages per side

2008-08-21  Marek Kasik  <mkasik@redhat.com>

Bug 535158 – can't rearrange the order of multi pages per side

* gtk/gtkprinter.c
* gtk/gtkprinter.h
* gtk/gtkprintunixdialog.c
* gtk/gtkprintsettings.c
* gtk/gtkprintsettings.h
* gtk/gtkenums.h
* modules/printbackends/cups/gtkprintbackendcups.c: Allow user to
specify layout of pages per sheet in number-up mode

svn path=/trunk/; revision=21175

15 years agoBug #548783. Change g_assert to g_return_if_fail to avoid unnucessary
Li Yuan [Thu, 21 Aug 2008 05:41:16 +0000 (05:41 +0000)]
Bug #548783. Change g_assert to g_return_if_fail to avoid unnucessary

2008-08-21  Li Yuan  <li.yuan@sun.com>

        * gailtreeview.c: (traverse_cells):
        Bug #548783. Change g_assert to g_return_if_fail to avoid
        unnucessary crash.

svn path=/trunk/; revision=21174

15 years agoBug #548782. Emit children-changed::remove signal when a row is deleted in
Li Yuan [Thu, 21 Aug 2008 05:28:58 +0000 (05:28 +0000)]
Bug #548782. Emit children-changed::remove signal when a row is deleted in

2008-08-21  Li Yuan  <li.yuan@sun.com>

        * gailtreeview.c: (model_row_deleted):
        Bug #548782. Emit children-changed::remove signal when a row is
        deleted in gtktreeview.

svn path=/trunk/; revision=21173

15 years ago+Wed Aug 20 18:16:29 2008 Søren Sandmann <sandmann@redhat.com>
Søren Sandmann Pedersen [Wed, 20 Aug 2008 22:18:38 +0000 (22:18 +0000)]
+Wed Aug 20 18:16:29 2008  Søren Sandmann  <sandmann@redhat.com>
+
+ * gdk/x11/gdkscreen-x11.c (_gdk_x11_screen_size_changed): Emit the
+ monitors changed signal when the screen size changes.
+

svn path=/trunk/; revision=21172

15 years ago(gtk_color_selection_dialog_get_color_selection): Use the correct macro to test
Torsten Schönfeld [Wed, 20 Aug 2008 20:17:20 +0000 (20:17 +0000)]
(gtk_color_selection_dialog_get_color_selection): Use the correct macro to test
the validity of the passed-in dialog.

svn path=/trunk/; revision=21171

15 years agoAllow changing page with arrows even on non-focusable notebook. (#528091)
Milan Crha [Wed, 20 Aug 2008 08:17:35 +0000 (08:17 +0000)]
Allow changing page with arrows even on non-focusable notebook. (#528091)

2008-08-05  Milan Crha  <mcrha@redhat.com>

        * gtk/gtknotebook.c: (gtk_notebook_do_arrow): Allow changing page with
        arrows even on non-focusable notebook. (#528091)

svn path=/trunk/; revision=21170

15 years agoBrazilian Portuguese translation updated by Fábio Nogueira and Leonardo
Leonardo Ferreira Fontenelle [Wed, 20 Aug 2008 02:47:42 +0000 (02:47 +0000)]
Brazilian Portuguese translation updated by Fábio Nogueira and Leonardo

2008-08-19  Leonardo Ferreira Fontenelle  <leonardof@gnome.org>

* pt_BR.po: Brazilian Portuguese translation updated by Fábio Nogueira
and Leonardo Ferreira Fontenelle.

svn path=/trunk/; revision=21169

15 years ago[PATCH 7/7] bgo543308 - Remove the default_width/height stuff, since we are not using...
Federico Mena Quintero [Wed, 20 Aug 2008 01:13:17 +0000 (01:13 +0000)]
[PATCH 7/7] bgo543308 - Remove the default_width/height stuff, since we are not using it anymore

Signed-off-by: Federico Mena Quintero <federico@novell.com>
svn path=/trunk/; revision=21168

15 years ago[PATCH 6/7] bgo543308 - Only compute a font-based size if we are in expanded mode...
Federico Mena Quintero [Wed, 20 Aug 2008 01:12:54 +0000 (01:12 +0000)]
[PATCH 6/7] bgo543308 - Only compute a font-based size if we are in expanded mode or one of the OPEN modes

Signed-off-by: Federico Mena Quintero <federico@novell.com>
svn path=/trunk/; revision=21167

15 years ago[PATCH 5/7] bgo543308 - Unconditionally compute a size based on font size
Federico Mena Quintero [Wed, 20 Aug 2008 01:12:35 +0000 (01:12 +0000)]
[PATCH 5/7] bgo543308 - Unconditionally compute a size based on font size

Signed-off-by: Federico Mena Quintero <federico@novell.com>
svn path=/trunk/; revision=21166

15 years ago[PATCH 4/7] bgo543308 - Emit default-size-changed when the file chooser is mapped
Federico Mena Quintero [Wed, 20 Aug 2008 01:12:13 +0000 (01:12 +0000)]
[PATCH 4/7] bgo543308 - Emit default-size-changed when the file chooser is mapped

Signed-off-by: Federico Mena Quintero <federico@novell.com>
svn path=/trunk/; revision=21165

15 years ago[PATCH 3/7] bgo543308 - Factor out the code to emit default-size-changed.
Federico Mena Quintero [Wed, 20 Aug 2008 01:11:45 +0000 (01:11 +0000)]
[PATCH 3/7] bgo543308 - Factor out the code to emit default-size-changed.
Only emit default-size-changed if the file chooser widget is mapped.
It only makes sense to do this once we know our final configuration,
which is actually when we are mapped.

Signed-off-by: Federico Mena Quintero <federico@novell.com>
svn path=/trunk/; revision=21164

15 years ago[PATCH 2/7] bgo543308 - Remove obsolete sizing code in GtkFileChooserDialog
Federico Mena Quintero [Wed, 20 Aug 2008 01:11:20 +0000 (01:11 +0000)]
[PATCH 2/7] bgo543308 - Remove obsolete sizing code in GtkFileChooserDialog

Signed-off-by: Federico Mena Quintero <federico@novell.com>
svn path=/trunk/; revision=21163

15 years ago[PATCH 1/7] bgo543308 - Let the file chooser widget be in charge of its default size...
Federico Mena Quintero [Wed, 20 Aug 2008 01:10:59 +0000 (01:10 +0000)]
[PATCH 1/7] bgo543308 - Let the file chooser widget be in charge of its default size; don't force it from the dialog

Signed-off-by: Federico Mena Quintero <federico@novell.com>
svn path=/trunk/; revision=21162

15 years ago[PATCH 0/7] bgo543308 - File chooser uses incorrect default size
Federico Mena Quintero [Wed, 20 Aug 2008 01:10:42 +0000 (01:10 +0000)]
[PATCH 0/7] bgo543308 - File chooser uses incorrect default size

Signed-off-by: Federico Mena Quintero <federico@novell.com>
svn path=/trunk/; revision=21161

15 years agoTranslation updated by Ivar Smolin
Priit Laes [Tue, 19 Aug 2008 20:22:08 +0000 (20:22 +0000)]
Translation updated by Ivar Smolin

2008-08-19  Priit Laes  <plaes at svn dot gnome dot org>

* et.po: Translation updated by Ivar Smolin

svn path=/trunk/; revision=21160

15 years agoMove gtk_menu_set_monitor next to gtk_menu_get_monitor. Move
Torsten Schönfeld [Tue, 19 Aug 2008 20:09:28 +0000 (20:09 +0000)]
Move gtk_menu_set_monitor next to gtk_menu_get_monitor.  Move
gtk_menu_set_title next to gtk_menu_get_title.

svn path=/trunk/; revision=21159

15 years agoBug 548354 – Remove repeated code in gtk_cell_view_size_allocate
Björn Lindqvist [Tue, 19 Aug 2008 19:16:38 +0000 (19:16 +0000)]
Bug 548354 – Remove repeated code in gtk_cell_view_size_allocate

2008-08-19  Björn Lindqvist  <bjourne@gmail.com>

Bug 548354 – Remove repeated code in gtk_cell_view_size_allocate

* gtk/gtkcellview.c (gtk_cell_view_size_allocate): Remove some
code duplication, no need for separate loops for GTK_PACK_START
and GTK_PACK_END.

svn path=/trunk/; revision=21158

15 years agoRemove the requres-version tag as well
Johan Dahlin [Tue, 19 Aug 2008 10:02:12 +0000 (10:02 +0000)]
Remove the requres-version tag as well

2008-08-19  Johan Dahlin  <johan@gnome.org>

    * gtk/gtk-builder-convert (GtkBuilderConverter._parse):
    Remove the requres-version tag as well

svn path=/trunk/; revision=21157

15 years agosq.po: Updated Albanian Translation.
Laurent Dhima [Tue, 19 Aug 2008 08:55:04 +0000 (08:55 +0000)]
sq.po: Updated Albanian Translation.

svn path=/trunk/; revision=21156

15 years agosq.po: Updated Albanian Translation.
Laurent Dhima [Tue, 19 Aug 2008 07:45:31 +0000 (07:45 +0000)]
sq.po: Updated Albanian Translation.

svn path=/trunk/; revision=21155

15 years agoForgotten file
Matthias Clasen [Tue, 19 Aug 2008 01:40:48 +0000 (01:40 +0000)]
Forgotten file

svn path=/trunk/; revision=21154

15 years agoBump version
Matthias Clasen [Tue, 19 Aug 2008 01:19:54 +0000 (01:19 +0000)]
Bump version

svn path=/trunk/; revision=21153

15 years ago2.13.7
Matthias Clasen [Tue, 19 Aug 2008 01:17:29 +0000 (01:17 +0000)]
2.13.7

svn path=/trunk/; revision=21151

15 years agoBug 541600 – GtkCalendar segfault for certain values of detail-with-chars
Mathias Hasselmann [Mon, 18 Aug 2008 22:20:19 +0000 (22:20 +0000)]
Bug 541600 – GtkCalendar segfault for certain values of detail-with-chars

* gtk/gtkcalendar.c (gtk_calendar_class_init()): Limit the "year"
  property to G_MAXINT >> 9, instead of G_MAXINT >> 8: year_to_days()
  multiplies the year property with 365 and returns the result as
  glong. Therefore ceil(log(365, 2)) = 9 bits must be available,
  not just 8 bits.

svn path=/trunk/; revision=21150

15 years agoBug 541315 – Segfault when selecting a GtkMenuItem with submenu and no
Björn Lindqvist [Mon, 18 Aug 2008 17:48:13 +0000 (17:48 +0000)]
Bug 541315 – Segfault when selecting a GtkMenuItem with submenu and no

2008-08-18  Björn Lindqvist  <bjourne@gmail.com>

Bug 541315 – Segfault when selecting a GtkMenuItem with submenu
and no parent

* gtk/gtkmenuitem.c (gtk_menu_item_real_popup_submenu): Ensure
that the menu item has a parent before popping it up.

svn path=/trunk/; revision=21149

15 years agoupdated hebrew translation
Yair Hershkovitz [Mon, 18 Aug 2008 14:41:13 +0000 (14:41 +0000)]
updated hebrew translation

svn path=/trunk/; revision=21148

15 years agoBug 548196 – gtk-builder-convert doesn't properly convert GtkTextView
Johan Dahlin [Mon, 18 Aug 2008 06:51:40 +0000 (06:51 +0000)]
Bug 548196 – gtk-builder-convert doesn't properly convert GtkTextView

2008-08-18  Johan Dahlin  <johan@gnome.org>

    Bug 548196 – gtk-builder-convert doesn't properly convert GtkTextView

    * gtk/gtk-builder-convert: Rename the text property to buffer.

svn path=/trunk/; revision=21147

15 years agoUse g_quark_from_static_string where possible
Matthias Clasen [Mon, 18 Aug 2008 00:14:17 +0000 (00:14 +0000)]
Use g_quark_from_static_string where possible

svn path=/trunk/; revision=21146

15 years agosv.po: Updated Swedish translation
Daniel Nylander [Sun, 17 Aug 2008 22:03:37 +0000 (22:03 +0000)]
sv.po: Updated Swedish translation

svn path=/trunk/; revision=21145

15 years agoUpdated Spanish translation
Jorge Gonzalez Gonzalez [Sun, 17 Aug 2008 21:50:40 +0000 (21:50 +0000)]
Updated Spanish translation

svn path=/trunk/; revision=21144

15 years agoUpdated Russian translation by Anton Shestakov.
Nickolay V. Shmyrev [Sun, 17 Aug 2008 12:16:11 +0000 (12:16 +0000)]
Updated Russian translation by Anton Shestakov.

2008-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>

* ru.po: Updated Russian translation by Anton Shestakov.

svn path=/trunk/; revision=21143

15 years agoupdated hebrew translation
Yair Hershkovitz [Sun, 17 Aug 2008 08:13:48 +0000 (08:13 +0000)]
updated hebrew translation

svn path=/trunk/; revision=21142

15 years agoUpdated Portuguese translation.
Duarte Loreto [Sat, 16 Aug 2008 23:04:54 +0000 (23:04 +0000)]
Updated Portuguese translation.

2008-08-17  Duarte Loreto <happyguy_pt@hotmail.com>

* pt.po: Updated Portuguese translation.

svn path=/trunk/; revision=21141

15 years agoUpdated Portuguese translation.
Duarte Loreto [Sat, 16 Aug 2008 23:03:18 +0000 (23:03 +0000)]
Updated Portuguese translation.

2008-08-17  Duarte Loreto <happyguy_pt@hotmail.com>

* pt.po: Updated Portuguese translation.

svn path=/trunk/; revision=21140

15 years agoUpdated Portuguese translation.
Duarte Loreto [Sat, 16 Aug 2008 23:00:17 +0000 (23:00 +0000)]
Updated Portuguese translation.

2008-08-17  Duarte Loreto <happyguy_pt@hotmail.com>

* pt.po: Updated Portuguese translation.

svn path=/trunk/; revision=21139

15 years agoDon't mention GdkWindowRedirect in the docs; it's opaque and not used in any
Torsten Schönfeld [Sat, 16 Aug 2008 19:57:41 +0000 (19:57 +0000)]
Don't mention GdkWindowRedirect in the docs; it's opaque and not used in any
public API.

svn path=/trunk/; revision=21138

15 years agoFix small issues in the documentation of gdk_window_remove_redirection and
Torsten Schönfeld [Sat, 16 Aug 2008 19:56:23 +0000 (19:56 +0000)]
Fix small issues in the documentation of gdk_window_remove_redirection and
gdk_window_redirect_to_drawable.

svn path=/trunk/; revision=21137

15 years agoSome aftermath of the fix of bug #543868. Clip and flip to the source, not
Richard Hult [Fri, 15 Aug 2008 20:27:22 +0000 (20:27 +0000)]
Some aftermath of the fix of bug #543868. Clip and flip to the source, not

2008-08-15  Richard Hult  <richard@imendio.com>

* gdk/quartz/gdkdrawable-quartz.c (gdk_quartz_draw_drawable): Some
aftermath of the fix of bug #543868. Clip and flip to the source,
not the destination. Don't save/restore the gstate, it's already
done when getting/releasing the context.

svn path=/trunk/; revision=21136

15 years agoAdd another missing symbol.
Richard Hult [Fri, 15 Aug 2008 20:20:46 +0000 (20:20 +0000)]
Add another missing symbol.

2008-08-15  Richard Hult  <richard@imendio.com>

* gtk/gtkclipboard-quartz.c (gtk_clipboard_wait_is_uris_available):
Add another missing symbol.

svn path=/trunk/; revision=21135

15 years agoBug 547680 – fontconfig monitoring can crash apps
Behdad Esfahbod [Fri, 15 Aug 2008 19:43:20 +0000 (19:43 +0000)]
Bug 547680 – fontconfig monitoring can crash apps

2008-08-15  Behdad Esfahbod  <behdad@gnome.org>

        Bug 547680 – fontconfig monitoring can crash apps

        * gtk/gtksettings.c (settings_update_fontconfig): Clear pango cache
        before recreating fontconfig config.

svn path=/trunk/; revision=21134

15 years agoUse the g_test_*() API for this test reviewed by: Richard Hult
Sven Herzberg [Fri, 15 Aug 2008 18:57:31 +0000 (18:57 +0000)]
Use the g_test_*() API for this test reviewed by: Richard Hult

2008-08-15  Sven Herzberg  <sven@imendio.com>

Use the g_test_*() API for this test
reviewed by: Richard Hult

* gdk/tests/check-gdk-cairo.c: use the g_test_*() API to permit adding
new tests

svn path=/trunk/; revision=21133

15 years agoPrepare for using the g_test_*() API reviewed by: Richard Hult
Sven Herzberg [Fri, 15 Aug 2008 18:50:18 +0000 (18:50 +0000)]
Prepare for using the g_test_*() API reviewed by: Richard Hult

2008-08-15  Sven Herzberg  <sven@imendio.com>

Prepare for using the g_test_*() API
reviewed by: Richard Hult

* gdk/tests/check-gdk-cairo.c: use assertions instead of returning an
error code

svn path=/trunk/; revision=21132

15 years agoCredit Torsten Schoenfeld in latest change.
Claudio Saavedra [Fri, 15 Aug 2008 18:37:58 +0000 (18:37 +0000)]
Credit Torsten Schoenfeld in latest change.

svn path=/trunk/; revision=21131

15 years agoBug 547944 – Self-reference in gtk_page_setup_load_file's docs
Claudio Saavedra [Fri, 15 Aug 2008 18:37:00 +0000 (18:37 +0000)]
Bug 547944 – Self-reference in gtk_page_setup_load_file's docs

2008-08-15  Claudio Saavedra  <csaavedra@igalia.com>

Bug 547944 – Self-reference in gtk_page_setup_load_file's docs

* gtk/gtkpagesetup.c: Fix the reference in gtk_page_setup_load_file()
documentation.

svn path=/trunk/; revision=21130

15 years agoSome doc additions
Matthias Clasen [Fri, 15 Aug 2008 18:01:38 +0000 (18:01 +0000)]
Some doc additions

svn path=/trunk/; revision=21129

15 years agoAdd missing Since tags
Christian Dywan [Fri, 15 Aug 2008 18:01:00 +0000 (18:01 +0000)]
Add missing Since tags

svn path=/trunk/; revision=21128

15 years agogailbooleancell.c gailimagecell.c gailtextcell.c gailwidget.c
Michael Natterer [Fri, 15 Aug 2008 11:37:00 +0000 (11:37 +0000)]
gailbooleancell.c gailimagecell.c gailtextcell.c gailwidget.c

2008-08-15  Michael Natterer  <mitch@imendio.com>

* gailbooleancell.c
* gailimagecell.c
* gailtextcell.c
* gailwidget.c
* tests/Makefile.am
* tests/testbutton.c
* tests/testimage.c
* tests/testlib.c
* tests/testmenuitem.c
* tests/testnotebook.c
* tests/testoptionmenu.c
* tests/testpaned.c
* tests/testselection.c
* tests/testtable.c: some undeprecation.

* libgail-util/Makefile.am. build with GDK_DISABLE_DEPRECATED
and GTK_DISABLE_DEPRECATED.

svn path=/trunk/; revision=21127

15 years agoUpdated Norwegian bokmål translation.
Kjartan Maraas [Fri, 15 Aug 2008 11:00:12 +0000 (11:00 +0000)]
Updated Norwegian bokmål translation.

2008-08-15  Kjartan Maraas  <kmaraas@gnome.org>

* nb.po: Updated Norwegian bokmål translation.

svn path=/trunk/; revision=21126

15 years agoUpdated Galician translation
Ignacio Casal Quinteiro [Fri, 15 Aug 2008 09:26:20 +0000 (09:26 +0000)]
Updated Galician translation

svn path=/trunk/; revision=21125

15 years agoupdating for Punjabi file pa.po by Amanpreet Singh Alam
Amanpreet Singh Alam [Fri, 15 Aug 2008 09:25:15 +0000 (09:25 +0000)]
updating for Punjabi file pa.po by Amanpreet Singh Alam

svn path=/trunk/; revision=21124

15 years agoImprove documentation of "gtk-button-images" setting
Christian Dywan [Fri, 15 Aug 2008 08:23:53 +0000 (08:23 +0000)]
Improve documentation of "gtk-button-images" setting

svn path=/trunk/; revision=21123

15 years agoUpdated Finnish translation
Ilkka Tuohela [Thu, 14 Aug 2008 12:58:02 +0000 (12:58 +0000)]
Updated Finnish translation

svn path=/trunk/; revision=21122

15 years agoUpdated Finnish translation
Ilkka Tuohela [Thu, 14 Aug 2008 12:50:52 +0000 (12:50 +0000)]
Updated Finnish translation

svn path=/trunk/; revision=21121

15 years agoAdding Marathi Translations
Sandeep Shedmake [Thu, 14 Aug 2008 10:05:04 +0000 (10:05 +0000)]
Adding Marathi Translations

svn path=/trunk/; revision=21120

15 years agoUdpating Marathi Translations
Sandeep Shedmake [Thu, 14 Aug 2008 10:02:24 +0000 (10:02 +0000)]
Udpating Marathi Translations

svn path=/trunk/; revision=21119

15 years agosvn path=/trunk/; revision=21118
Sandeep Shedmake [Thu, 14 Aug 2008 09:39:25 +0000 (09:39 +0000)]
svn path=/trunk/; revision=21118

svn path=/trunk/; revision=21118

15 years agoUpdated Marathi Translations
Sandeep Shedmake [Thu, 14 Aug 2008 09:15:42 +0000 (09:15 +0000)]
Updated Marathi Translations

svn path=/trunk/; revision=21117

15 years agoremoving the translated mr.po consisting translations for 'gtk+/po-properties' module
Sandeep Shedmake [Thu, 14 Aug 2008 09:13:05 +0000 (09:13 +0000)]
removing the translated mr.po consisting translations for 'gtk+/po-properties' module

svn path=/trunk/; revision=21116

15 years agoExclude CR2 files in the tiff loader.
Matthias Clasen [Thu, 14 Aug 2008 05:32:58 +0000 (05:32 +0000)]
Exclude CR2 files in the tiff loader.

svn path=/trunk/; revision=21115

15 years agoDon't add pointless getters
Matthias Clasen [Thu, 14 Aug 2008 03:37:43 +0000 (03:37 +0000)]
Don't add pointless getters

svn path=/trunk/; revision=21114

15 years agoAdd translator hints
Matthias Clasen [Thu, 14 Aug 2008 03:12:58 +0000 (03:12 +0000)]
Add translator hints

svn path=/trunk/; revision=21113

15 years agoMove gtk_font_selection_dialog_get_apply_button,
Torsten Schönfeld [Wed, 13 Aug 2008 20:59:29 +0000 (20:59 +0000)]
Move gtk_font_selection_dialog_get_apply_button,
gtk_font_selection_dialog_get_cancel_button, and
gtk_font_selection_dialog_get_ok_button to the GtkFontSelectionDialog section.

svn path=/trunk/; revision=21112

15 years agoget rid of the deprecated aliases NONE and BOOL.
Michael Natterer [Wed, 13 Aug 2008 18:44:11 +0000 (18:44 +0000)]
get rid of the deprecated aliases NONE and BOOL.

2008-08-13  Michael Natterer  <mitch@imendio.com>

* gtk/gtkmarshalers.list: get rid of the deprecated aliases NONE
and BOOL.

* gtk/gtkdialog.c
* gtk/gtkentrycompletion.c
* gtk/gtkmenuitem.c
* gtk/gtkoldeditable.c
* gtk/gtkrange.c
* gtk/gtktreeview.c
* gtk/gtkwidget.c: changed accordingly.

svn path=/trunk/; revision=21111

15 years agoUpdated Marathi Translations
Sandeep Shedmake [Wed, 13 Aug 2008 15:09:12 +0000 (15:09 +0000)]
Updated Marathi Translations

svn path=/trunk/; revision=21110

15 years agoAdded Marathi Translations
Sandeep Shedmake [Wed, 13 Aug 2008 15:08:44 +0000 (15:08 +0000)]
Added Marathi Translations

svn path=/trunk/; revision=21109

15 years agoupdating for Punjabi file pa.po by Amanpreet Singh Alam
Amanpreet Singh Alam [Wed, 13 Aug 2008 14:36:08 +0000 (14:36 +0000)]
updating for Punjabi file pa.po by Amanpreet Singh Alam

svn path=/trunk/; revision=21108

15 years agoBug 547456 - gdk/x11/gdkscreen-x11.c : init_solaris_xinerama doesn't
Erwann Chenede - [Wed, 13 Aug 2008 13:47:02 +0000 (13:47 +0000)]
Bug 547456 - gdk/x11/gdkscreen-x11.c : init_solaris_xinerama doesn't

2008-08-13 Erwann Chenede - <erwann.chenede@sun.com>

  Bug 547456 - gdk/x11/gdkscreen-x11.c : init_solaris_xinerama
  doesn't compile on Solaris

  * gdk/x11/gdkscreen-x11.c: make init_solaris_xinerama () compile
  when HAVE_SOLARIS_XINERAMA is defined.

svn path=/trunk/; revision=21107

15 years agocast the return value of g_dgettext() to fix warning about discarded
Michael Natterer [Wed, 13 Aug 2008 08:40:44 +0000 (08:40 +0000)]
cast the return value of g_dgettext() to fix warning about discarded

2008-08-13  Michael Natterer  <mitch@imendio.com>

* gtk/gtkstock.c (gtk_stock_lookup): cast the return value of
g_dgettext() to fix warning about discarded qualifier.

svn path=/trunk/; revision=21106

15 years agoreorder marshalers for no reason apart from forcing a rebuild of the
Michael Natterer [Wed, 13 Aug 2008 08:26:39 +0000 (08:26 +0000)]
reorder marshalers for no reason apart from forcing a rebuild of the

2008-08-13  Michael Natterer  <mitch@imendio.com>

* gdk-pixbuf-marshal.list: reorder marshalers for no reason apart
from forcing a rebuild of the header after yesterday's Makefile.am
change.

svn path=/trunk/; revision=21105

15 years agouse canonical signal name.
Paolo Borelli [Tue, 12 Aug 2008 19:20:43 +0000 (19:20 +0000)]
use canonical signal name.

2008-08-12  Paolo Borelli  <pborelli@katamail.com>

* gtk/gtkclipboard.c (gtk_clipboard_store):
use canonical signal name.

svn path=/trunk/; revision=21104

15 years agoBug 526234 - make shift+ctrl+del delete till the end of line
Paolo Borelli [Tue, 12 Aug 2008 17:21:13 +0000 (17:21 +0000)]
Bug 526234 - make shift+ctrl+del delete till the end of line

2008-08-12  Paolo Borelli  <pborelli@katamail.com>

Bug 526234 - make shift+ctrl+del delete till the end of line

* gtk/gtktextview.c: add shift+ctrl+del and shift+ctrl+backspace
keyboard shortcuts to delete to the end/start of the current line.

svn path=/trunk/; revision=21103

15 years agoUpdated Spanish translation
Jorge Gonzalez Gonzalez [Tue, 12 Aug 2008 16:03:49 +0000 (16:03 +0000)]
Updated Spanish translation

svn path=/trunk/; revision=21102

15 years agoUpdated Spanish translation
Jorge Gonzalez Gonzalez [Tue, 12 Aug 2008 16:03:01 +0000 (16:03 +0000)]
Updated Spanish translation

svn path=/trunk/; revision=21101

15 years agobail out if there is no label to set the color on.
Michael Natterer [Tue, 12 Aug 2008 15:47:13 +0000 (15:47 +0000)]
bail out if there is no label to set the color on.

2008-08-12  Michael Natterer  <mitch@imendio.com>

* gtk/gtklinkbutton.c (set_link_color): bail out if there is no
label to set the color on.

(gtk_link_button_add): call set_link_color() so the label gets
the right color no matter how the link button is created.

svn path=/trunk/; revision=21100

15 years agoremove unused variable and fix formatting of some function headers.
Michael Natterer [Tue, 12 Aug 2008 15:20:19 +0000 (15:20 +0000)]
remove unused variable and fix formatting of some function headers.

2008-08-12  Michael Natterer  <mitch@imendio.com>

* gtk/gtkassistant.c: remove unused variable and fix formatting of
some function headers.

svn path=/trunk/; revision=21099

15 years agoUpdated Galician translation
Ignacio Casal Quinteiro [Tue, 12 Aug 2008 15:13:39 +0000 (15:13 +0000)]
Updated Galician translation

svn path=/trunk/; revision=21098

15 years agoUpdated Galician translation
Ignacio Casal Quinteiro [Tue, 12 Aug 2008 15:11:44 +0000 (15:11 +0000)]
Updated Galician translation

svn path=/trunk/; revision=21097

15 years agodefine -DGDK_PIXBUF_DISABLE_DEPRECATED in the global CFLAGS.
Michael Natterer [Tue, 12 Aug 2008 15:04:55 +0000 (15:04 +0000)]
define -DGDK_PIXBUF_DISABLE_DEPRECATED in the global CFLAGS.

2008-08-12  Michael Natterer  <mitch@imendio.com>

* configure.in: define -DGDK_PIXBUF_DISABLE_DEPRECATED in the
global CFLAGS.

* gdk-pixbuf/Makefile.am: make the contents gdk-pixbuf-marshal.h
visible for GDK_PIXBUF_COMPILATION.

* contrib/gdk-pixbuf-xlib/Makefile.am
* demos/Makefile.am
* demos/gtk-demo/Makefile.am
* gdk-pixbuf/pixops/Makefile.am
* gdk/Makefile.am
* gdk/x11/Makefile.am
* gtk/Makefile.am
* gtk/tests/Makefile.am
* gtk/theme-bits/Makefile.am
* modules/engines/ms-windows/Makefile.am
* modules/engines/pixbuf/Makefile.am
* modules/input/Makefile.am
* perf/Makefile.am
* tests/Makefile.am: remove -DDGDK_PIXBUF_DISABLE_DEPRECATED here.

svn path=/trunk/; revision=21096

15 years agouse g_return_val_if_fail() now that the function has a return value.
Michael Natterer [Tue, 12 Aug 2008 14:45:35 +0000 (14:45 +0000)]
use g_return_val_if_fail() now that the function has a return value.

2008-08-12  Michael Natterer  <mitch@imendio.com>

* gtk/gtkstatusicon.c (gtk_status_icon_get_gicon): use
g_return_val_if_fail() now that the function has a return value.

svn path=/trunk/; revision=21095

15 years agogtk/gtkaccellabel.c gtk/gtkaction.c gtk/gtkclist.c gtk/gtkcolorbutton.c
Sven Neumann [Tue, 12 Aug 2008 14:37:03 +0000 (14:37 +0000)]
gtk/gtkaccellabel.c gtk/gtkaction.c gtk/gtkclist.c gtk/gtkcolorbutton.c

2008-08-12  Sven Neumann  <sven@gimp.org>

* gtk/gtkaccellabel.c
* gtk/gtkaction.c
* gtk/gtkclist.c
* gtk/gtkcolorbutton.c
* gtk/gtkctree.c
* gtk/gtkdialog.c
* gtk/gtkdnd-quartz.c
* gtk/gtkdnd.c
* gtk/gtkentry.c
* gtk/gtkfilechooserdefault.c
* gtk/gtkfilesel.c
* gtk/gtkgamma.c
* gtk/gtkiconview.c
* gtk/gtkkeyhash.c
* gtk/gtklabel.c
* gtk/gtkmenu.c
* gtk/gtkmenubar.c
* gtk/gtkpaned.c
* gtk/gtkrecentchooserdialog.c
* gtk/gtkrecentchooserutils.c
* gtk/gtkselection.c
* gtk/gtksizegroup.c
* gtk/gtktextbtree.c
* gtk/gtktextbuffer.c
* gtk/gtktextview.c
* gtk/gtktoolbar.c
* gtk/gtktreemodel.c
* gtk/gtkuimanager.c
* gtk/gtkwindow-decorate.c
* gtk/gtkwindow.c: use canonical signal names in some more places
that I missed earlier. Also changed this in the documentation and
comments.

svn path=/trunk/; revision=21094

15 years agoupdated hebrew translation
Yair Hershkovitz [Tue, 12 Aug 2008 12:55:22 +0000 (12:55 +0000)]
updated hebrew translation

svn path=/trunk/; revision=21093

15 years agoUpdated Thai translation.
Theppitak Karoonboonyanan [Tue, 12 Aug 2008 11:53:28 +0000 (11:53 +0000)]
Updated Thai translation.

2008-08-12  Theppitak Karoonboonyanan  <thep@linux.thai.net>

* th.po: Updated Thai translation.

svn path=/trunk/; revision=21092

15 years agogtk/gtknotebook.c property nick and blurb should be marked with P_(), not
Sven Neumann [Tue, 12 Aug 2008 11:32:35 +0000 (11:32 +0000)]
gtk/gtknotebook.c property nick and blurb should be marked with P_(), not

2008-08-12  Sven Neumann  <sven@gimp.org>

* gtk/gtknotebook.c
* gtk/gtkradiotoolbutton.c: property nick and blurb should be
marked with P_(), not _().

svn path=/trunk/; revision=21091

15 years agoUpdated Basque translation.
Inaki Larranaga Murgoitio [Tue, 12 Aug 2008 10:56:25 +0000 (10:56 +0000)]
Updated Basque translation.

2008-08-12  Inaki Larranaga Murgoitio  <dooteo@euskalgnu.org>

* eu.po: Updated Basque translation.

svn path=/trunk/; revision=21090

15 years agoexamples/gtkdial/gtkdial.c gdk/gdkapplaunchcontext.c gdk/gdkpango.c
Michael Natterer [Tue, 12 Aug 2008 09:51:16 +0000 (09:51 +0000)]
examples/gtkdial/gtkdial.c gdk/gdkapplaunchcontext.c gdk/gdkpango.c

2008-08-12  Michael Natterer  <mitch@imendio.com>

* examples/gtkdial/gtkdial.c
* gdk/gdkapplaunchcontext.c
* gdk/gdkpango.c
* gtk/gtkcellrendererpixbuf.c
* gtk/gtkcellrenderertext.c
* gtk/gtkcellview.c
* gtk/gtkcombobox.c
* gtk/gtkfontsel.c
* gtk/gtkinvisible.c
* gtk/gtkliststore.c
* gtk/gtktexttag.c
* gtk/gtktexttagtable.c: remove dereferencing from some function
pointers i missed before.

svn path=/trunk/; revision=21089

15 years agogtk/gtkaccellabel.c gtk/gtkcalendar.c gtk/gtkclist.c gtk/gtkentry.c
Michael Natterer [Tue, 12 Aug 2008 09:44:32 +0000 (09:44 +0000)]
gtk/gtkaccellabel.c gtk/gtkcalendar.c gtk/gtkclist.c gtk/gtkentry.c

2008-08-12  Michael Natterer  <mitch@imendio.com>

* gtk/gtkaccellabel.c
* gtk/gtkcalendar.c
* gtk/gtkclist.c
* gtk/gtkentry.c
* gtk/gtkeventbox.c
* gtk/gtkfilechooserbutton.c
* gtk/gtkfilechooserdefault.c
* gtk/gtkhandlebox.c
* gtk/gtkhsv.c
* gtk/gtkiconview.c
* gtk/gtkimage.c
* gtk/gtklayout.c
* gtk/gtklistitem.c
* gtk/gtkmenuitem.c
* gtk/gtkmessagedialog.c
* gtk/gtknotebook.c
* gtk/gtkpaned.c
* gtk/gtkpathbar.c
* gtk/gtkplug.c
* gtk/gtkprintunixdialog.c
* gtk/gtkrange.c
* gtk/gtkrecentchooserdefault.c
* gtk/gtkruler.c
* gtk/gtksocket.c
* gtk/gtktext.c
* gtk/gtktextview.c
* gtk/gtktoolbar.c
* gtk/gtktreeitem.c
* gtk/gtktreeview.c
* gtk/gtkviewport.c
* gtk/gtkwin32embedwidget.c: chain up unconditionally in
realize(), unrealize(), map(), unmap(), style_set(),
key_press_event() and size_request()

svn path=/trunk/; revision=21088