Commit Graph

15173 Commits

Author SHA1 Message Date
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
Åsmund Skjæveland
876f6600ec 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=19661
2008-02-26 22:01:56 +00:00
Åsmund Skjæveland
4ab6bf34f9 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=19660
2008-02-26 19:04:30 +00:00
Åsmund Skjæveland
d9c88a51a1 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=19659
2008-02-26 18:54:39 +00:00
Michael Natterer
145acc18d2 Merged from trunk:
2008-02-26  Michael Natterer  <mitch@imendio.com>

	Merged from trunk:

	* gtk/gtktextbufferserialize.c (parse_info_free): don't g_free()
	the members of info->tag_stack since they are a) gobjects and b)
	not even owned by us, ugh... Fixes crash when deserializing fails.


svn path=/branches/gtk-2-12/; revision=19658
2008-02-26 14:21:41 +00:00
Gabor Keleman
582fd1376b Some quick fixes
svn path=/branches/gtk-2-12/; revision=19653
2008-02-25 23:02:04 +00:00
Gabor Kelemen
339b8ca807 Translation updated
2008-02-25  Gabor Kelemen  <kelemeng@gnome.hu>

	* hu.po: Translation updated


svn path=/branches/gtk-2-12/; revision=19652
2008-02-25 22:56:05 +00:00
Åsmund Skjæveland
1ec2ccb1b0 Updated Norwegian Nynorsk translation.
2008-02-25  Åsmund Skjæveland  <aasmunds@ulrik.uio.no>

	* nn.po: Updated Norwegian Nynorsk translation.

svn path=/branches/gtk-2-12/; revision=19651
2008-02-25 21:24:56 +00:00
Matthias Clasen
613e88b80b Fix the build
svn path=/branches/gtk-2-12/; revision=19650
2008-02-25 16:01:34 +00:00
Matthias Clasen
852f235f1e Don't use beagle_query_add_hit_type
svn path=/branches/gtk-2-12/; revision=19648
2008-02-25 15:46:26 +00:00
Matthias Clasen
004651e579 Look for libbeagle.so.1
2008-02-25  Matthias Clasen  <mclasen@redhat.com>

        * gtk/gtksearchenginebeagle.c: Look for libbeagle.so.1


svn path=/branches/gtk-2-12/; revision=19647
2008-02-25 15:33:41 +00:00
Richard Hult
e425a25b74 Merged from trunk:
2008-02-25  Richard Hult  <richard@imendio.com>

	Merged from trunk:

	* gdk/quartz/gdkevents-quartz.c
	(_gdk_quartz_events_trigger_crossing_events): Fix build on tiger.

svn path=/branches/gtk-2-12/; revision=19645
2008-02-25 12:50:46 +00:00
Åsmund Skjæveland
468b7f8aa3 Updated Norwegian Nynorsk translation.
2008-02-24  Åsmund Skjæveland  <aasmunds@ulrik.uio.no>

	* nn.po: Updated Norwegian Nynorsk translation.

svn path=/branches/gtk-2-12/; revision=19643
2008-02-24 21:58:17 +00:00