Commit Graph

14784 Commits

Author SHA1 Message Date
Jan Arne Petersen
d18eaf32dd Duplicate the string returned by d[n]gettext before it is potentially
2007-08-23  Jan Arne Petersen  <jpetersen@jpetersen.org>

	* gtk/gtkbuilderparser.c: (text): Duplicate the string returned by
	d[n]gettext before it is potentially freed. (#461945)


svn path=/trunk/; revision=18678
2007-08-23 15:29:59 +00:00
Emmanuele Bassi
a35bd52a96 Check if we are still holding the model before updating it; removes a set
2007-08-23  Emmanuele Bassi  <ebassi@gnome.org>

	* gtkfilechooserdefault.c:
	(search_hit_get_info_cb), (recent_item_get_info_cb): Check if
	we are still holding the model before updating it; removes a
	set of critical warnings when switching to the browse mode from
	a loading search or recent files list.

	(recent_clear_model), (recent_sort_model),
	(recent_idle_cleanup): When in recent files mode, set the
	model for the files list view when we have completed the loading
	of the recently used files list. This makes switching between
	modes fast again and reduces the amount of redraws needed
	to display the list. (#469214)

svn path=/trunk/; revision=18677
2007-08-23 10:48:28 +00:00
Yang Zhang
31fc77fb1d fix transtion errors in zh_CN
svn path=/trunk/; revision=18676
2007-08-23 08:36:04 +00:00
Priit Laes
9b47e86c1c Estonian translation updates by Ivar Smolin <okul@linux.ee>
2007-08-23  Priit Laes  <plaes@svn.gnome.org>

	* et.po: Estonian translation updates by Ivar Smolin <okul@linux.ee>

svn path=/trunk/; revision=18675
2007-08-23 07:03:27 +00:00
Priit Laes
ce1161b668 Estonian translation updates by Ivar Smolin <okul@linux.ee>
2007-08-23  Priit Laes  <plaes@svn.gnome.org>

	* et.po: Estonian translation updates by Ivar Smolin <okul@linux.ee>

svn path=/trunk/; revision=18674
2007-08-23 07:03:01 +00:00
Emmanuele Bassi
a4986adac7 Remove oc (Occitane) from LINGUAS and unbreak the build.
2007-08-22  Emmanuele Bassi  <ebassi@gnome.org>

	* configure.in: Remove oc (Occitane) from LINGUAS and unbreak
	the build.

svn path=/trunk/; revision=18673
2007-08-22 16:33:01 +00:00
Kristian Rietveld
31fc4289c7 Do not allow the cursor to go to a separator row. Fixes #441219, modified
2007-08-22  Kristian Rietveld  <kris@imendio.com>

	Do not allow the cursor to go to a separator row.  Fixes #441219,
	modified patch by Carlos Garnacho.

	* gtk/gtktreeview.c (row_is_separator): new inline function
	for calling the row-separator-func, made all of gtktreeview.c use
	this function instead of calling the func themselves,
	(gtk_tree_view_button_press): treat a click on a separator like
	a click on empty space,
	(gtk_tree_view_update_rubber_band_selection_rage): skip
	non-selectable rows,
	(search_first_focusable_path),
	(gtk_tree_view_focus_to_cursor),
	(gtk_tree_view_move_cursor_up_down),
	(gtk_tree_view_move_cursor_page_up_down),
	(gtk_tree_view_move_cursor_start_end): skip separators,
	(gtk_tree_view_real_set_cursor): do not allow setting the cursor
	on a separator.


svn path=/trunk/; revision=18672
2007-08-22 14:26:32 +00:00
Tristan Van Berkom
0f9230d30a Corrected the published default value of GtkFrame::label-xalign (bug
* gtk/gtkframe.c: Corrected the published default value of
	GtkFrame::label-xalign (bug 460272).


svn path=/trunk/; revision=18671
2007-08-22 13:41:32 +00:00
Yannig MARCHEGAY
3465278f86 Updated Occitan translation
svn path=/trunk/; revision=18670
2007-08-22 10:59:07 +00:00
Stéphane Raimbault
473e8bd10d Updated French translation by Claude Paroz.
svn path=/trunk/; revision=18669
2007-08-22 09:22:23 +00:00
Priit Laes
0d65330d1c Estonian translation updates by Ivar Smolin <okul@linux.ee>
2007-08-22  Priit Laes  <plaes@svn.gnome.org>

	* et.po: Estonian translation updates by Ivar Smolin <okul@linux.ee>

svn path=/trunk/; revision=18668
2007-08-22 05:46:03 +00:00
Kristian Rietveld
7adde1e4fd update alignment padding after theme changes. (Fixes #467003, patch by
2007-08-21  Kristian Rietveld  <kris@imendio.com>

	* gtk/gtktooltip.c (gtk_tooltip_init),
	(gtk_tooltip_window_style_set): update alignment padding after
	theme changes. (Fixes #467003, patch by Benjamin Berg).


svn path=/trunk/; revision=18667
2007-08-21 13:13:42 +00:00
Kristian Rietveld
ef1da5f6c2 always set hide_tooltip to TRUE if we are handling a leave notify event.
2007-08-21  Kristian Rietveld  <kris@imendio.com>

	* gtk/gtktooltip.c (_gtk_tooltip_handle_event): always set
	hide_tooltip to TRUE if we are handling a leave notify event. (Fixes
	#468245, reported by Dennis Jacobfeuerborn).


svn path=/trunk/; revision=18666
2007-08-21 11:09:42 +00:00
Yannig MARCHEGAY
29c9d96065 Updated Occitan translation
svn path=/trunk/; revision=18665
2007-08-21 11:09:19 +00:00
Michael Natterer
183a3276ff applied patch from Mikael Hallendal which documents GtkPaned's keybinding
2007-08-21  Michael Natterer  <mitch@imendio.com>

	* gtk/gtkpaned.c (gtk_paned_class_init): applied patch from Mikael
	Hallendal which documents GtkPaned's keybinding signals (#467117).


svn path=/trunk/; revision=18664
2007-08-21 11:00:56 +00:00
Kristian Rietveld
f6235caef9 Fix #457642, reported by Christian Persch.
2007-08-21  Kristian Rietveld  <kris@imendio.com>

	Fix #457642, reported by Christian Persch.

	* gtk/gtktooltip.c: added debugging output which can be compiled
	in with a #define, annotated all coordinate translations in the
	source code,
	(find_widget_under_pointer): remove the "no-window correction";
	always convert the coordinates from window relative to allocation
	relative; after recursing through a container, translate the
	coordinates from container allocation relative to child widget
	allocation relative;
	(find_topmost_widget_from_event): now we get allocation relative
	coordinates here we do not have to distinguish no-window and window
	widgets.


svn path=/trunk/; revision=18663
2007-08-21 10:52:43 +00:00
Priit Laes
cefd6732fc Estonian translation updates by Ivar Smolin <okul@linux.ee>
2007-08-21  Priit Laes  <plaes@svn.gnome.org>

	* et.po: Estonian translation updates by Ivar Smolin <okul@linux.ee>

svn path=/trunk/; revision=18662
2007-08-21 08:00:27 +00:00
Priit Laes
1842f2fea3 Estonian translation updates by Ivar Smolin <okul@linux.ee>
2007-08-21  Priit Laes  <plaes@svn.gnome.org>

	* et.po: Estonian translation updates by Ivar Smolin <okul@linux.ee>

svn path=/trunk/; revision=18661
2007-08-21 07:59:51 +00:00
Kjartan Maraas
39366455a9 Updated Norwegian bokmål translation.
2007-08-20  Kjartan Maraas  <kmaraas@gnome.org>

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

svn path=/trunk/; revision=18656
2007-08-20 13:04:30 +00:00
Stéphane Raimbault
e6810655fa Updated French translation by Claude Paroz.
svn path=/trunk/; revision=18655
2007-08-20 12:14:27 +00:00
Duarte Loreto
f041040a7d Updated Portuguese translation.
2007-08-19  Duarte Loreto <happyguy_pt@hotmail.com>

	* pt.po: Updated Portuguese translation.

svn path=/trunk/; revision=18654
2007-08-19 22:29:27 +00:00
Duarte Loreto
8cff228c79 Updated Portuguese translation.
2007-08-19  Duarte Loreto <happyguy_pt@hotmail.com>

	* pt.po: Updated Portuguese translation.

svn path=/trunk/; revision=18653
2007-08-19 21:49:50 +00:00
Yannig MARCHEGAY
d8cf70d94d Updated Occitan translation
svn path=/trunk/; revision=18652
2007-08-19 20:24:15 +00:00
Cody Russell
72528aba5f Fixed incorrect compose mapping for capital U with macron. (#468055, Aaron
2007-08-18  Cody Russell  <bratsche@gnome.org>

        * gtk/gtkimcontextsimple.c: Fixed incorrect compose mapping
        for capital U with macron. (#468055, Aaron Crane)


svn path=/trunk/; revision=18651
2007-08-19 04:41:09 +00:00
Jovan Naumovski
75be7ce58d 2007-08-19 Jovan Naumovski <jovanna@svn.gnome.org> *mk.po: Updated Macedonian translation.
svn path=/trunk/; revision=18650
2007-08-19 00:41:34 +00:00
Daniel Nylander
7589785710 sv.po: Swedish translation updated
svn path=/trunk/; revision=18649
2007-08-18 21:47:48 +00:00
Daniel Nylander
a17d6c5b62 sv.po: Swedish translation updated
svn path=/trunk/; revision=18648
2007-08-18 21:45:36 +00:00
Priit Laes
125e00467e Estonian translation updates by Ivar Smolin <okul@linux.ee>
2007-08-19  Priit Laes  <plaes@svn.gnome.org>

	* et.po: Estonian translation updates by Ivar Smolin <okul@linux.ee>

svn path=/trunk/; revision=18647
2007-08-17 21:39:55 +00:00
Yannig MARCHEGAY
69ae450511 Updated Occitan translation
svn path=/trunk/; revision=18646
2007-08-17 17:30:13 +00:00
Cody Russell
5e853d88dd Renamed README.cvs-commits to README.commits
2007-08-17  Cody Russell  <bratsche@gnome.org>

        * Renamed README.cvs-commits to README.commits


svn path=/trunk/; revision=18645
2007-08-17 15:51:27 +00:00
Cody Russell
2001b61a55 HACKING Updated documentation about SVN, and updated dependency
2007-08-17  Cody Russell  <bratsche@gnome.org>

        * HACKING
        * README.cvs-commits: Updated documentation about SVN, and
        updated dependency information.  (#447883, Yesudeep Mangalapilly)


svn path=/trunk/; revision=18644
2007-08-17 15:50:10 +00:00
Tim Janik
fda0eb309b Clarified activate_time docs.
Fri Aug 17 11:36:29 2007  Tim Janik  <timj@imendio.com>                                                                                                       
                                                                                                                                                              
        * gtk/gtkmenu.c (gtk_menu_popup): Clarified activate_time docs.                                                                                       
                                                                                                                                                              


svn path=/trunk/; revision=18643
2007-08-17 09:36:15 +00:00
Hendrik Richter
2c0f4daeb1 Updated German translation.
2007-08-17  Hendrik Richter  <hendrikr@gnome.org>

	* de.po: Updated German translation.

svn path=/trunk/; revision=18642
2007-08-17 07:46:05 +00:00
Hendrik Richter
3c8227bf84 Updated German translation.
2007-08-17  Hendrik Richter  <hendrikr@gnome.org>

	* de.po: Updated German translation.

svn path=/trunk/; revision=18641
2007-08-17 07:42:05 +00:00
Cody Russell
d59a6d2a6a Committing changes to the source bdf font file that I forgot to commit
2007-08-16  Cody Russell  <bratsche@gnome.org>

	* gdk/win32/cursor.bdf: Committing changes to the source
	bdf font file that I forgot to commit yesterday for #458088.


svn path=/trunk/; revision=18639
2007-08-17 03:40:39 +00:00
Amanpreet Singh Alam
1f9d6ac14b updatingfor Punajbi
svn path=/trunk/; revision=18637
2007-08-17 02:50:11 +00:00
Björn Lindqvist
95a708a9e7 Note in docstrings that these two functions does not preserve the source
2007-08-17  Björn Lindqvist  <bjourne@gmail.com>

        * gdk-pixbuf/gdk-pixbuf-scale.c (gdk_pixbuf_scale): 
        * gdk-pixbuf/gdk-pixbuf-util.c (gdk_pixbuf_copy_area):
        
        Note in docstrings that these two functions does not preserve
        the source rectangle when copying. (#464840).

svn path=/trunk/; revision=18636
2007-08-16 22:24:59 +00:00
Jorge Gonzalez Gonzalez
dfdd057390 Updated Spanish translation
svn path=/trunk/; revision=18635
2007-08-16 19:37:15 +00:00
Jorge Gonzalez Gonzalez
0f6b311a83 Updated spanish translation
svn path=/trunk/; revision=18634
2007-08-16 19:34:43 +00:00
SANDRA MARAKKALA DANISHKA NAVIN
1b0ba6f98d Added si entry for sinhala
svn path=/trunk/; revision=18633
2007-08-16 10:40:37 +00:00
SANDRA MARAKKALA DANISHKA NAVIN
aeac79b909 si.po file for sinhala updated
svn path=/trunk/; revision=18632
2007-08-16 10:38:41 +00:00
Theppitak Karoonboonyanan
f1c51f144c Updated Thai translation.
* th.po: Updated Thai translation.


svn path=/trunk/; revision=18631
2007-08-16 09:41:36 +00:00
Ankitkumar Rameshchandra Patel
6bae60a757 Updated Gujarati Translations
svn path=/trunk/; revision=18630
2007-08-16 08:24:06 +00:00
Ilkka Tuohela
902910fb5b Updated Finnish translation
svn path=/trunk/; revision=18629
2007-08-16 08:14:09 +00:00
Ankitkumar Rameshchandra Patel
58c578aabd Updated Translation
svn path=/trunk/; revision=18628
2007-08-16 08:14:01 +00:00
Ilkka Tuohela
1f0ce4c1aa Updated Finnish translation
svn path=/trunk/; revision=18627
2007-08-16 08:13:25 +00:00
Ilkka Tuohela
452c631aca Updated Finnish translation
svn path=/trunk/; revision=18626
2007-08-16 08:01:21 +00:00
Adam Weinberger
4b31d8c1b8 Added missing files. Added this file with a skippable file. Updated
2007-08-15  Adam Weinberger  <adamw@gnome.org>

	* POTFILES.in: Added missing files.
	* POTFILES.skip: Added this file with a skippable file.
	* en_CA.po: Updated Canadian English translation.



svn path=/trunk/; revision=18625
2007-08-16 01:13:15 +00:00
Adam Weinberger
ae08771b69 Added demo file.
2007-08-15  Adam Weinberger  <adamw@gnome.org>

	* POTFILES.skip: Added demo file.



svn path=/trunk/; revision=18624
2007-08-16 01:06:45 +00:00
Adam Weinberger
c855e9a982 Updated Canadian English translation.
2007-08-15  Adam Weinberger  <adamw@gnome.org>

	* en_CA.po: Updated Canadian English translation.



svn path=/trunk/; revision=18623
2007-08-15 18:42:38 +00:00