summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Updated Russian translationFEDERICO_BEFORE_CANCELATION_CHANGESLeonid Kanter2006-08-242-1623/+952
|
* Updated Catalan translation.Josep Puigdemont i Casamajó2006-08-242-138/+111
|
* Slight edit of my last entry.Tor Lillqvist2006-08-231-2/+2
|
* Renamed to gtk_file_system_create() so that it will get exported and weFederico Mena Quintero2006-08-237-4/+29
| | | | | | | | | | | | | | | | | | 2006-08-23 Federico Mena Quintero <federico@novell.com> * gtk/gtkfilesystem.[ch] (_gtk_file_system_create): Renamed to gtk_file_system_create() so that it will get exported and we can use it in the test program. * gtk/gtk.symbols: Added gtk_file_system_create. * gtk/gtkfilechooserdefault.c (set_file_system_backend): Use gtk_file_system_create(). * tests/autotestfilesystem.c: New file with automatic tests for the async callbacks and cancelation policy of GtkFileSystem. * tests/Makefile.am: Added autotestfilesystem.
* fix printer optionsMatthias Clasen2006-08-233-49/+64
|
* Revert accidental translatable string change, use same string for warningTor Lillqvist2006-08-232-2/+10
| | | | | | | | 2006-08-23 Tor Lillqvist <tml@novell.com> * gtk/gtkfilesystemwin32.c (gtk_file_system_win32_make_path): Revert accidental translatable string change, use same string for warning as in gtkfilesystemunix.c.
* Fix logic at the end of strings.Tor Lillqvist2006-08-232-2/+105
| | | | | | | | | | | | 2006-08-23 Tor Lillqvist <tml@novell.com> * gtk/gtkfilesystemwin32.c (_gtk_file_system_win32_path_compare): Fix logic at the end of strings. * gtk/gtkfilesystemwin32.c: Maintain a hash table of live handles and check that we have no outstanding handles at finalization time. (Copying what Matthias did for gtkfilesystemunix.c)
* Maintain a hash table of live handles and check that we have noMatthias Clasen2006-08-232-1/+95
| | | | | | | | | 2006-08-23 Matthias Clasen <mclasen@redhat.com> * gtk/gtkfilesystemunix.c: Maintain a hash table of live handles and check that we have no outstanding handles at finalization time. (Copying what Federico did for gtkfilesystemgnomevfs.c)
* Updated Oriya TranslationSubhransu Behera2006-08-231-4/+3
|
* Added Strings for Updated Oriya TranslationSubhransu Behera2006-08-231-0/+4
|
* Branch for 2.10gtk-2-10-branchpointMatthias Clasen2006-08-232-0/+8
|
* Remove dead code. Reduce spurious differences between this file andTor Lillqvist2006-08-234-172/+279
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2006-08-23 Tor Lillqvist <tml@novell.com> * gtk/gtkfilesystemwin32.c: Remove dead code. Reduce spurious differences between this file and gtkfilesystemunix.c so that it is easier to compare them and check if differences are intentional. I will later factor out the common functions and code snippets from these two files. 2006-08-23 Tor Lillqvist <tml@novell.com> Fix several problems with the file chooser on Windows, for instance prevent duplicated directory entries from appearing. * gtk/gtkfilesystem.c (gtk_file_paths_sort): Use _gtk_file_system_win32_path_compare() on Windows for casefolded sorting. * gtk/gtkfilesystemwin32.c (casefolded_hash, casefolded_equal): case-independent hash and equality functions. Scan the UTF-8 strings gunichar by gunichar, and ignore special casing rules, to more closely match NTFS behaviour. (gtk_file_system_win32_init): Use casefolded_hash() and casefolded_equal() for the folder hash table. (remove_trailing_slash): Don't remove the slash of a drive or share root. (get_mime_type_for_file): Take also a WIN32_FILE_ATTRIBUTE_DATA as argument, and use that to recognize directories. Don't call g_file_test() to check for executables, just look at the file name extension directly. (gtk_file_system_win32_make_path): Check illegal chars in file name, like in gtkfilesystemunix.c. (create_file_info): Drop unused basename parameter. Call g_filename_display_name() directly for roots, as g_filename_display_basename() mishandles those. (gtk_file_folder_win32_get_info): Skip sanity check for now, as it fails for server share roots. Construct basename only in the if branch that uses it. (fill_in_names): Use casefolded_hash() and casefolded_equal() for the folder's stat_info hash table, too. (_gtk_file_system_win32_path_compare): Scan the strings gunichar by gunichar and ignore special casing here, too, instead of using g_utf8_casefold(). Match slash and backslash.
* Add Win32 detail to doc comments.Tor Lillqvist2006-08-233-0/+26
| | | | | | | | | | 2006-08-23 Tor Lillqvist <tml@novell.com> * gdk/x11/gdkwindow-x11.c (gdk_window_shape_combine_mask) (gdk_window_input_shape_combine_mask) gdk_window_shape_combine_region) (gdk_window_input_shape_combine_region): Add Win32 detail to doc comments.
* Updated Catalan translation.Josep Puigdemont i Casamajó2006-08-222-1373/+1222
|
* do not scroll on copy. Bug #329604.Paolo Borelli2006-08-213-11/+14
| | | | | | 2006-08-22 Paolo Borelli <pborelli@katamail.com> * gtk/gtktextview.c: do not scroll on copy. Bug #329604.
* Updated Swedish translation.Daniel Nylander2006-08-202-2149/+1941
| | | | | | 2006-08-20 Daniel Nylander <po@danielnylander.se> * sv.po: Updated Swedish translation.
* Updated German translation.Hendrik Richter2006-08-203-2568/+2426
| | | | | | 2006-08-20 Hendrik Richter <hendrikr@gnome.org> * de.po: Updated German translation.
* Updated Swedish translation.Daniel Nylander2006-08-202-1278/+1078
| | | | | | 2006-08-20 Daniel Nylander <po@danielnylander.se> * sv.po: Updated Swedish translation.
* Updated German translation.Hendrik Richter2006-08-201-0/+4
| | | | | | 2006-08-20 Hendrik Richter <hendrikr@gnome.org> * de.po: Updated German translation.
* Updated gtk+ zh_CN translation.Funda Wang2006-08-204-2633/+2472
|
* Updated Malayalam translationAni Peter2006-08-202-2314/+1959
|
* Updated Malaylam translationAni Peter2006-08-202-1618/+950
|
* Updated Bulgarian translation by Alexander Shopov <ash@contact.bg>Alexander Shopov2006-08-192-154/+137
| | | | | | | 2006-08-19 Alexander Shopov <ash@contact.bg> * bg.po: Updated Bulgarian translation by Alexander Shopov <ash@contact.bg>
* Updated Thai translation.Theppitak Karoonboonyanan2006-08-192-2/+6
| | | | | | 2006-08-19 Theppitak Karoonboonyanan <thep@linux.thai.net> * th.po: Updated Thai translation.
* fix recent files issuesMatthias Clasen2006-08-184-4/+19
|
* Updated Bulgarian translation by Alexander Shopov <ash@contact.bg>Alexander Shopov2006-08-182-1580/+1573
| | | | | | | 2006-08-18 Alexander Shopov <ash@contact.bg> * bg.po: Updated Bulgarian translation by Alexander Shopov <ash@contact.bg>
* vi.po: Updated Vietnamese translation.Clytie Siddall2006-08-184-3937/+3385
|
* bump versionMatthias Clasen2006-08-183-2/+6
|
* 2.10.2GTK_2_10_2Matthias Clasen2006-08-18185-66078/+75613
|
* initialize a variableMatthias Clasen2006-08-183-1/+9
|
* More updateMatthias Clasen2006-08-181-6/+7
|
* Updated Portuguese translation.Duarte Loreto2006-08-182-1036/+924
| | | | | | 2006-08-18 Duarte Loreto <happyguy_pt@hotmail.com> * pt.po: Updated Portuguese translation.
* Handle filename encoding consistently. (#351812, Christian Persch)Matthias Clasen2006-08-184-34/+65
| | | | | | | | | 2006-08-17 Matthias Clasen <mclasen@redhat.com> * gtk/gtkprinteroptionwidget.c (update_widgets): * modules/printbackends/file/gtkprintbackendfile.c (output_file_from_settings): Handle filename encoding consistently. (#351812, Christian Persch)
* UpdatesMatthias Clasen2006-08-183-0/+108
|
* Enable "/" and "~" as bindings to activate the location entry again. FixesFederico Mena Quintero2006-08-174-18/+58
| | | | | | | | | | | | | | | | 2006-08-17 Federico Mena Quintero <federico@novell.com> * gtk/gtkfilechooserdefault.c (_gtk_file_chooser_default_class_init): Enable "/" and "~" as bindings to activate the location entry again. Fixes bug #340856. (tree_view_keybinding_cb): Likewise. (trap_activate_cb): Likewise. (location_popup_handler): Handle the "path" argument again; set it as the text on the location entry. (location_set_user_text): New helper function. (load_setup_timer): Fix comment. * tests/autotestfilechooser.c (main): Oops, enable all the tests again.
* revert a change that causes a11y regressions in OOoMatthias Clasen2006-08-173-1/+15
|
* Fix the ClientMessages we are sending to the notification area to be moreMatthias Clasen2006-08-173-3/+11
| | | | | | | | 2006-08-17 Matthias Clasen <mclasen@redhat.com> * gtk/gtktrayicon-x11.c: Fix the ClientMessages we are sending to the notification area to be more in sync with the systray spec. (#350860, Wincent Untz)
* Queue printing idles at a low priority. (#348289, Yevgen Muntyan)Matthias Clasen2006-08-173-2/+8
| | | | | | | 2006-08-17 Matthias Clasen <mclasen@redhat.com> * gtk/gtkprintoperation.c (print_pages, preview_ready): Queue printing idles at a low priority. (#348289, Yevgen Muntyan)
* Translation updated by Ivar Smolin.Priit Laes2006-08-172-30/+34
| | | | | | 2006-08-17 Priit Laes <plaes@cvs.gnome.org> * et.po: Translation updated by Ivar Smolin.
* Updated Korean translation.Changwoo Ryu2006-08-172-88/+96
| | | | | | 2006-08-18 Changwoo Ryu <cwryu@debian.org> * ko.po: Updated Korean translation.
* Add some caveats to the documentation. (#348971)Matthias Clasen2006-08-173-1/+15
| | | | | | | 2006-08-17 Matthias Clasen <mclasen@redhat.com> * gtk/gtkstatusicon.c (gtk_status_icon_get_geometry): Add some caveats to the documentation. (#348971)
* fixed buglet from #351759.Tim Janik2006-08-173-1/+9
| | | | | | Thu Aug 17 16:19:35 2006 Tim Janik <timj@imendio.com> * docs/tutorial/gtk-tut.sgml: fixed buglet from #351759.
* Updated Spanish translation.Francisco Javier F. Serrador2006-08-172-97/+105
| | | | | | 2006-08-17 Francisco Javier F. Serrador <serrador@openshine.com> * es.po: Updated Spanish translation.
* Updated TranslationAnkitkumar Rameshchandra Patel2006-08-172-97/+107
|
* Link with -luuid for IID_IUnknown that gtkprintoperation-win32.o needs.Tor Lillqvist2006-08-173-1/+11
| | | | | | | 2006-08-17 Tor Lillqvist <tml@novell.com> * gtk/Makefile.am (libgtk_win32_2_0_la_LIBADD): Link with -luuid for IID_IUnknown that gtkprintoperation-win32.o needs.
* Updated Japanese translation.Satoru SATOH2006-08-172-25/+41
| | | | | | 2006-08-17 Satoru SATOH <ss@gnome.gr.jp> * Updated Japanese translation.
* Updated Kurdish translationsErdal Ronahi2006-08-172-2696/+926
|
* Translation updated by Wouter Bolsterlee.Wouter Bolsterlee2006-08-172-58/+68
| | | | | | 2006-08-17 Wouter Bolsterlee <uws+gnome@xs4all.nl> * nl.po: Translation updated by Wouter Bolsterlee.
* 2006-08-17 Jovan Naumovski <jovanna@cvs.gnome.org> * mk.po: Updated ↵Jovan Naumovski2006-08-172-100/+108
| | | | Macedonian Translation
* Updated Bulgarian translation by Alexander Shopov <ash@contact.bg>Alexander Shopov2006-08-172-98/+111
| | | | | | | 2006-08-17 Alexander Shopov <ash@contact.bg> * bg.po: Updated Bulgarian translation by Alexander Shopov <ash@contact.bg>