Commit Graph

15185 Commits

Author SHA1 Message Date
Inaki Larranaga Murgoitio
ae7c8f7f6f Updated Basque translation.
2008-03-12  Inaki Larranaga Murgoitio  <dooteo@euskalgnu.org>

	* eu.po: Updated Basque translation.


svn path=/branches/gtk-2-12/; revision=19776
2008-03-12 12:04:00 +00:00
Jorge Gonzalez Gonzalez
d107e53764 Updated Spanish translation
svn path=/branches/gtk-2-12/; revision=19774
2008-03-12 10:37:05 +00:00
Tor Lillqvist
c8bbc34461 Bug 520286 - Non-deletable window has no minimize / maximize buttons
2008-03-12  Tor Lillqvist  <tml@novell.com>

	Bug 520286 - Non-deletable window has no minimize / maximize buttons

	* gdk/win32/gdkmain-win32.c (_gdk_win32_window_style_to_string):
	New debugging output function that decodes a set of WS_* bits.

	* gdk/win32/gdkprivate-win32.h: Declare it.

	* gdk/win32/gdkwindow-win32.c (update_single_system_menu_entry):
	New function that enables or disables one menu entry in the system
	menu of a top-level window. (The corresponding decoration will
	then also be enabled or disabled (grayed).)

	(update_style_bits): Do as the comment says and don't try to
	update the window style based on the GdkWMFunctions set for the
	window.
		   
	(update_system_menu): New function that enables or disables the
	system menu entries based on a window's stored set of
	GdkWMFunctions.

	(gdk_window_set_functions): Call update_system_menu() instead of
	update_style_bits().


svn path=/branches/gtk-2-12/; revision=19773
2008-03-12 10:32:31 +00:00
Ignacio Casal Quinteiro
af6fbfc5f1 Updated Galician Translation.
svn path=/branches/gtk-2-12/; revision=19772
2008-03-12 09:55:27 +00:00
Sunil Mohan Adapa
46a24bfce6 Updated Telugu traslation done by Krishna Babu K <kkrothap@redhat.com>.
2008-03-12  Sunil Mohan Adapa  <sunilmohan@fsf.org.in>

        * te.po: Updated Telugu traslation done by
        Krishna Babu K <kkrothap@redhat.com>.


svn path=/branches/gtk-2-12/; revision=19771
2008-03-12 08:33:12 +00:00
Philip Withnall
5da0096ce7 Updated British English translation.
2008-03-12  Philip Withnall  <pwithnall@svn.gnome.org>

	* en_GB.po: Updated British English translation.


svn path=/branches/gtk-2-12/; revision=19770
2008-03-12 07:38:39 +00:00
Matthias Clasen
ebb2e413fb Bump version
svn path=/branches/gtk-2-12/; revision=19768
2008-03-12 06:12:10 +00:00
Matthias Clasen
8dd94a9008 2.12.9
svn path=/branches/gtk-2-12/; revision=19766
GTK_2_12_9
2008-03-12 06:10:20 +00:00
Matthias Clasen
80140dcbb2 Updates
svn path=/branches/gtk-2-12/; revision=19765
2008-03-12 05:39:21 +00:00
Vladimer Sichinava
619ba1523d Some fixes
svn path=/branches/gtk-2-12/; revision=19764
2008-03-12 02:31:37 +00:00
Matthias Clasen
c7583f3773 Use g_ascii_formatd when formatting custom paper sizes, since cups doesn't
2008-03-11  Matthias Clasen  <mclasen@redhat.com>

        * modules/printbackends/cups/gtkprintbackendcups.c: Use
        g_ascii_formatd when formatting custom paper sizes, since
        cups doesn't handle , as decimal separator.  (#521548)



svn path=/branches/gtk-2-12/; revision=19763
2008-03-12 01:36:35 +00:00
Vladimer Sichinava
baa373e64a Some fixes
svn path=/branches/gtk-2-12/; revision=19761
2008-03-12 01:26:57 +00:00
Tor Lillqvist
ecebf9ed1d Bug 469868 - Filenames with colon ":" are not saved correctly
2008-03-11  Tor Lillqvist  <tml@novell.com>

	Bug 469868 - Filenames with colon ":" are not saved correctly

	* gtk/gtkfilechooserentry.c (insert_text_callback)
	(delete_text_callback) [Win32]: New functions to make sure that
	colons used otherwise than as a separator after a drive letter, or
	characters that are always illegal in file names, are rejected on
	input. This means that the GTK+ file chooser can't be used to
	input full names of alternate data streams, but oh well. There are
	still more checks that could be done on the file names, see the
	bug report. But this will do for now.
	(_gtk_file_chooser_entry_init) [Win32]: Connect above functions.


svn path=/branches/gtk-2-12/; revision=19760
2008-03-11 23:54:38 +00:00
Djihed Afifi
f8816994fc Updated Arabic Translation by Djihed Afifi.
svn path=/branches/gtk-2-12/; revision=19759
2008-03-11 22:21:54 +00:00
Djihed Afifi
bc0c483119 Updated Arabic Translation by Djihed Afifi.
svn path=/branches/gtk-2-12/; revision=19758
2008-03-11 22:20:29 +00:00
Claudio Saavedra
f1d8efe4a0 Set a GDK_ERROR_CORRUPT_IMAGE error if the loader is closed while still
2008-03-11  Claudio Saavedra  <csaavedra@alumnos.utalca.cl>

	* io-bmp.c: (gdk_pixbuf__bmp_image_stop_load): Set a
	GDK_ERROR_CORRUPT_IMAGE error if the loader is closed while
	still reading the headers.  (#505085)


svn path=/branches/gtk-2-12/; revision=19755
2008-03-11 21:00:42 +00:00
Claudio Saavedra
415bfe39e4 Check for the BMP header magic numbers before decoding it. (#505085)
2008-03-11  Claudio Saavedra  <csaavedra@alumnos.utalca.cl>

        * io-bmp.c: (DecodeHeader): Check for the BMP header magic numbers
        before decoding it.  (#505085)


svn path=/branches/gtk-2-12/; revision=19754
2008-03-11 20:51:09 +00:00
Alberto Ruiz
bd12de15d5 Merged from trunk:
2008-03-11  Alberto Ruiz  <aruiz@gnome.org>

	Merged from trunk:

  * gtk/gtkcombobox.c (gtk_combo_box_size_allocate):
	Take thickness into account in the size allocation of the child widgets in
	list mode.
	Fixes #521442


svn path=/branches/gtk-2-12/; revision=19748
2008-03-11 13:51:55 +00:00
Wouter Bolsterlee
309b86b222 reviewed by: Matthias Clasen <mclasen@redhat.com>
2008-03-10  Wouter Bolsterlee  <wbolster@svn.gnome.org>

	reviewed by: Matthias Clasen  <mclasen@redhat.com>

	* modules/printbackends/cups/gtkprintbackendcups.c
	(cups_get_user_options):

	Bug 469210 – Honor CUPS user default options for GtkPrint

	Correctly iterate over filename list, avoiding a
	critical warning/crash.

svn path=/branches/gtk-2-12/; revision=19741
2008-03-10 08:56:14 +00:00
Kjartan Maraas
0f7b37bfe1 Updated Norwegian bokmål translation.
2008-03-09  Kjartan Maraas  <kmaraas@gnome.org>

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

svn path=/branches/gtk-2-12/; revision=19739
2008-03-09 13:31:34 +00:00
Petr Kovář
d936efe384 Updated Czech translation.
svn path=/branches/gtk-2-12/; revision=19737
2008-03-08 23:35:31 +00:00
Baris Cicek
5157187347 Updated Turkish Translation
svn path=/branches/gtk-2-12/; revision=19736
2008-03-08 20:14:10 +00:00
Alberto Ruiz
080557e033 Merged from trunk:
2008-03-07  Alberto Ruiz  <aruiz@gnome.org>

	Merged from trunk:

	* modules/engines/ms-windows/msw_style.c (draw_shadow):
	Do not draw frame if parent if combobox.
	(draw_box):
	Uses scrollbar width system metrics for combobox button.
	Fixes #461805 for XP theme engine.


svn path=/branches/gtk-2-12/; revision=19734
2008-03-08 07:32:08 +00:00
Federico Mena Quintero
f6e00fcc3b Fix ChangeLog
Signed-off-by: Federico Mena Quintero <federico@gnu.org>

svn path=/branches/gtk-2-12/; revision=19729
2008-03-07 04:03:38 +00:00
Federico Mena Quintero
8dab597810 bgo505857 - GtkFileChooserDialog ensures its default response
2008-03-06  Federico Mena Quintero  <federico@novell.com>

	Merged from trunk:

	Fix http://bugzilla.gnome.org/show_bug.cgi?id=505857 -
	GtkFileChooserDialog should set a default response button if the
	app doesn't set it.  Based on a patch by Chris Wang <chris.wang@sun.com>.

	* gtk/gtkfilechooserdialog.c (is_stock_accept_response_id): New
	function, refactor from where there was duplicated code.
	(gtk_file_chooser_dialog_new_valist): If the response ID for the
	button is one of the stock ones, make it the default response
	button.

Signed-off-by: Federico Mena Quintero <federico@gnu.org>

svn path=/branches/gtk-2-12/; revision=19728
2008-03-07 03:58:32 +00:00
Gil Forcada Codinachs
1f30863ca5 Updated Catalan translation by David Planella
svn path=/branches/gtk-2-12/; revision=19717
2008-03-06 08:11:58 +00:00
Alberto Ruiz
aadae9561d Add --disable-cups option. (#513826, Alberto Ruiz)
2008-03-04  Alberto Ruiz  <aruiz@gnome.org>
	* configure.in: Add --disable-cups option.
		(#513826, Alberto Ruiz)


svn path=/branches/gtk-2-12/; revision=19716
2008-03-05 17:17:29 +00:00
Matthias Clasen
d1cbce98da Honor cups user default options from ~/.cups/lpoptions (#469210, Stijn
2008-03-04  Matthias Clasen  <mclasen@redhat.com>

        * modules/printbackends/cups/gtkprintbackendcups.c:
        Honor cups user default options from ~/.cups/lpoptions
        (#469210, Stijn Hoop)



svn path=/branches/gtk-2-12/; revision=19711
2008-03-05 03:48:51 +00:00
Felix I
b839f8c614 updated ta translation
svn path=/branches/gtk-2-12/; revision=19707
2008-03-04 12:25:43 +00:00
Jorge Gonzalez Gonzalez
3bac9cc8a1 Updated Spanish translation
svn path=/branches/gtk-2-12/; revision=19704
2008-03-03 23:59:06 +00:00
Jorge Gonzalez Gonzalez
f61bbb2c16 Updated Spanish translation
svn path=/branches/gtk-2-12/; revision=19703
2008-03-03 23:58:31 +00:00
Jorge Gonzalez Gonzalez
92723128db Updated Spanish translation
svn path=/branches/gtk-2-12/; revision=19702
2008-03-03 23:30:42 +00:00
Philip Withnall
140f28ef7d Updated British English translation.
2008-03-03  Philip Withnall  <pwithnall@svn.gnome.org>

	* en_GB.po: Updated British English translation.


svn path=/branches/gtk-2-12/; revision=19701
2008-03-03 22:57:45 +00:00
Carlos Garnacho
ececb56172 bgo417389 - Scrollwheel for GtkPathBar
2008-03-03  Carlos Garnacho  <carlos@imendio.com>

	Merged from trunk:

	Fix http://bugzilla.gnome.org/show_bug.cgi?id=417389 - Make the
	scrollwheel work in GtkPathBar.

	* gtk/gtkpathbar.h (struct _GtkPathBar): New field event_window.

	* gtk/gtkpathbar.c (gtk_path_bar_realize): New function.  Create
	an input-only window, event_window, which we'll use to capture
	scroll events.
	(gtk_path_bar_map): Show the event_window under the rest of the
	windows, so it will be a catch-all for unhandled events.

Signed-off-by: Federico Mena Quintero <federico@gnu.org>

svn path=/branches/gtk-2-12/; revision=19700
2008-03-03 21:18:57 +00:00
Philip Withnall
b16a02e4d3 po-properties/en_GB.po Updated British English translation.
2008-03-03  Philip Withnall  <pwithnall@svn.gnome.org>

	* po-properties/en_GB.po
	* po/en_GB.po: Updated British English translation.


svn path=/branches/gtk-2-12/; revision=19698
2008-03-03 21:14:24 +00:00
Sven Neumann
d32b4c4b31 Merged from trunk:
2008-03-03  Sven Neumann  <sven@gimp.org>

	Merged from trunk:

	* gtk/gtkfilechooserbutton.c (G_DEFINE_TYPE_WITH_CODE): fixed a
	typo in the documentation of the GtkFileChooserButtons::file-set
	signal (see bug #353196).

svn path=/branches/gtk-2-12/; revision=19697
2008-03-03 12:36:36 +00:00
Timo Jyrinki
d21c62afe6 (just update last translated dates, in case ubuntu has problems importing
because of those)

svn path=/branches/gtk-2-12/; revision=19686
2008-03-02 11:08:20 +00:00
Richard Hult
a6d56c1581 Merged from trunk:
2008-03-01  Richard Hult  <richard@imendio.com>

	Merged from trunk:

	* gdk/quartz/gdkprivate-quartz.h:
	* gdk/quartz/gdkwindow-quartz.c: Add debugging code to highlight a
	gdkwindow.

svn path=/branches/gtk-2-12/; revision=19683
2008-03-01 14:21:50 +00:00
Johan Dahlin
7bcdd85f44 Merged from trunk:
2008-02-29  Johan Dahlin  <johan@gnome.org>

        Merged from trunk:

        * gtk/gtkbuilder.c:
        * gtk/gtkbuilderparser.c:
        * gtk/gtkbuilderprivate.h:
        Do not use g_error for a few more errors, instead set
        the GError sent in through add_from_file/add_from_string.
        * tests/buildertest.c:
        Add a couple of new parsing tests.
        (#519199, Pavel Syomin)


svn path=/branches/gtk-2-12/; revision=19682
2008-03-01 13:53:39 +00:00
Nurali Abdurahmonov
9acfc51107 updated uzbek cyrillic translation
svn path=/branches/gtk-2-12/; revision=19680
2008-03-01 05:57:39 +00:00
Nurali Abdurahmonov
3fdeec6bed updated uzbek cyrillic translation
svn path=/branches/gtk-2-12/; revision=19679
2008-03-01 05:52:02 +00:00
Federico Mena Quintero
b822a3f120 When refreshing an existing unix folder, turn off its is_finished_loading state
2008-02-29  Federico Mena Quintero  <federico@novell.com>

	Merged from trunk:

	* gtk/gtkfilesystemunix.c (gtk_file_system_unix_get_folder): When
	refreshing an existing folder (i.e. when we are about to reload
	its file list), turn off the folder's is_finished_loading flag.
	Otherwise callers which do ::is_finished_loading() followed by
	::list_children() will get nothing.

Signed-off-by: Federico Mena Quintero <federico@gnu.org>

svn path=/branches/gtk-2-12/; revision=19678
2008-03-01 02:34:02 +00:00
Åsmund Skjæveland
82feefe954 Updated Norwegian Nynorsk translation.
2008-02-29  Åsmund Skjæveland  <aasmunds@ulrik.uio.no>

	* nn.po: Updated Norwegian Nynorsk translation.

svn path=/branches/gtk-2-12/; revision=19675
2008-02-29 13:34:05 +00:00
Nickolay V. Shmyrev
56acf81297 Updated Russian translation.
2008-02-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>

	* ru.po: Updated Russian translation.


svn path=/branches/gtk-2-12/; revision=19674
2008-02-28 23:59:01 +00:00
Åsmund Skjæveland
cc79b4cb19 Updated Norwegian Nynorsk translation.
2008-02-28  Åsmund Skjæveland  <aasmunds@ulrik.uio.no>

	* nn.po: Updated Norwegian Nynorsk translation.

svn path=/branches/gtk-2-12/; revision=19672
2008-02-28 21:26:14 +00:00
Åsmund Skjæveland
1fa00a87fc Updated Norwegian Nynorsk translation.
2008-02-27  Åsmund Skjæveland  <aasmunds@ulrik.uio.no>

	* nn.po: Updated Norwegian Nynorsk translation.

svn path=/branches/gtk-2-12/; revision=19670
2008-02-27 22:46:48 +00:00
Åsmund Skjæveland
a4efc109cc Updated Norwegian Nynorsk translation.
2008-02-27  Åsmund Skjæveland  <aasmunds@ulrik.uio.no>

	* nn.po: Updated Norwegian Nynorsk translation.

svn path=/branches/gtk-2-12/; revision=19669
2008-02-27 21:54:22 +00:00
Richard Hult
3351655750 Merged from trunk:
2008-02-27  Richard Hult  <richard@imendio.com>

	Merged from trunk:

	* gdk/quartz/GdkQuartzView.c:
	* gdk/quartz/GdkQuartzView.h:
	* gdk/quartz/gdkwindow-quartz.c: (gdk_window_set_decorations):
	Fix performance regression for borderless transparent windows
	with shadow.

svn path=/branches/gtk-2-12/; revision=19667
2008-02-27 10:55:55 +00:00
Sven Neumann
7a8337feb4 Merged from trunk:
2008-02-27  Sven Neumann  <sven@gimp.org>

	Merged from trunk:

	* gtk/Makefile.am (GTK_PRINT_PREVIEW_COMMAND): when building the
	Quartz backend, use a native Mac OS X application for the print
	preview (bug #518624).

svn path=/branches/gtk-2-12/; revision=19664
2008-02-27 10:01:04 +00:00
Åsmund Skjæveland
93a3cc51eb Updated Norwegian Nynorsk translation.
2008-02-26  Åsmund Skjæveland  <aasmunds@ulrik.uio.no>

	* nn.po: Updated Norwegian Nynorsk translation.

svn path=/branches/gtk-2-12/; revision=19662
2008-02-26 22:58:01 +00:00