summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Remove components/tree/Makefile from AC_OUTPUT.NAUTILUS_EXTENSIONS_MERGEPOINT_1Dave Camp2004-01-062-1/+5
| | | | | | | 2004-01-06 Dave Camp <dave@ximian.com> * configure.in: Remove components/tree/Makefile from AC_OUTPUT.
* Patch from: Juerg Billeter <j@bitron.ch>Alexander Larsson2004-01-0618-1208/+1639
| | | | | | | | | | | | | | | | | | | | | | | | | 2004-01-06 Alexander Larsson <alexl@redhat.com> Patch from: Juerg Billeter <j@bitron.ch> * components/Makefile.am: * components/tree/ Remove tree component (moved to file-manager) * src/Nautilus_shell.server.in: * src/file-manager/Makefile.am: Move tree view here * src/nautilus-application.c: Tree view activation * src/file-manager/fm-properties-window.[ch]: * src/file-manager/fm-directory-view.c: Make properties window take GtkWidget instead of DirectoryView. * src/file-manager/fm-tree-model.[ch]: * src/file-manager/fm-tree-view.[ch]: Move tree view here, first cut at popup menus
* Update Czech translationMiloslav Trmac2004-01-062-473/+364
|
* Pop up folder menu on right click in background Patch fromAlexander Larsson2004-01-062-0/+10
| | | | | | | | 2004-01-06 Alexander Larsson <alexl@redhat.com> * src/file-manager/fm-list-view.c (button_press_callback): Pop up folder menu on right click in background Patch from chris@gnome-de.org
* Turn on home icon on desktop by defaultAlexander Larsson2004-01-066-4/+17
| | | | | | | | | | | | | | | 2004-01-06 Alexander Larsson <alexl@redhat.com> * libnautilus-private/apps_nautilus_preferences.schemas.in: Turn on home icon on desktop by default * libnautilus-private/nautilus-icon-dnd.c: * src/nautilus-property-browser.c: Handle new svg mime type * src/nautilus-navigation-window-ui.xml: * src/nautilus-spatial-window-ui.xml: Don't use computer icon for templates
* remove music viewAlexander Larsson2004-01-0641-15016/+0
|
* Add get_item_count virtual method. Add item count and free space to statusAlexander Larsson2004-01-067-4/+147
| | | | | | | | | | | | | | | 2004-01-06 Alexander Larsson <alexl@redhat.com> * src/file-manager/fm-directory-view.[ch]: Add get_item_count virtual method. Add item count and free space to status bar * src/file-manager/fm-icon-view.c (fm_icon_view_get_item_count): * src/file-manager/fm-list-view.c (fm_list_view_get_item_count): Implement get_iem_count * src/file-manager/fm-list-model.[ch] (fm_list_model_get_length): Add new function.
* Make desktop font Sans 10 by default. This is the same as the normal UIAlexander Larsson2004-01-062-1/+7
| | | | | | | | 2004-01-06 Alexander Larsson <alexl@redhat.com> * libnautilus-private/apps_nautilus_preferences.schemas.in: Make desktop font Sans 10 by default. This is the same as the normal UI font default, and fits more stuff on the desktop.
* Don't translate duplication tests to avoid wasting translator time. MyAlexander Larsson2004-01-062-41/+48
| | | | | | | | | 2004-01-06 Alexander Larsson <alexl@redhat.com> * libnautilus-private/nautilus-file-operations.c: Don't translate duplication tests to avoid wasting translator time. My guess is that nobody was running make check in different locales anyway.
* Remove eel-string-picker.hAlexander Larsson2004-01-062-2/+5
| | | | | | | 2004-01-06 Alexander Larsson <alexl@redhat.com> * test/test.h: Remove eel-string-picker.h
* Nullify stretch_icon when the icon being pointed to is removed. Fixes bugMartin Wehner2004-01-052-0/+9
| | | | | | | | 2004-01-05 Martin Wehner <martin.wehner@epost.de> * libnautilus-private/nautilus-icon-container.c: (icon_destroy): Nullify stretch_icon when the icon being pointed to is removed. Fixes bug #128713.
* Updated Serbian translation.Danilo Šegan2004-01-053-599/+589
|
* Removed components/text files. Updated Catalan translation.Jordi Mallach2004-01-043-553/+466
| | | | | | | 2004-01-04 Jordi Mallach <jordi@sindominio.net> * POTFILES.in: Removed components/text files. * ca.po: Updated Catalan translation.
* Compare to ptr instead of NULL, since g_sequence_node_prev() never returnsSoeren Sandmann2004-01-042-1/+8
| | | | | | | | | Sun Jan 4 14:39:49 2004 Soeren Sandmann <sandmann@daimi.au.dk> * cut-n-paste-code/gsequence/gsequence.c (g_sequence_ptr_is_begin): Compare to ptr instead of NULL, since g_sequence_node_prev() never returns NULL. (pointed out by Jeffrey Yasskin).
* Use GnomeVFSFileSize instead of gulong to store file sizes. Prevents anMartin Wehner2004-01-043-12/+20
| | | | | | | | 2004-01-04 Martin Wehner <martin.wehner@epost.de> * libnautilus-private/nautilus-file-operations-progress.[ch]: Use GnomeVFSFileSize instead of gulong to store file sizes. Prevents an overflow with transfers > 4GB. Fixes bug #96734.
* Don't use EelInputEventBox, we can use GtkEventBox now instead.Anders Carlsson2004-01-033-3/+9
| | | | | | | | 2004-01-03 Anders Carlsson <andersca@gnome.org> * src/nautilus-location-bar.c: (nautilus_location_bar_init): * src/nautilus-location-entry.c: Don't use EelInputEventBox, we can use GtkEventBox now instead.
* Remove use of EelGenerousBin, we can use a GtkBox with only one child forAnders Carlsson2004-01-0310-21/+32
| | | | | | | | | | | | | | | | | | | 2004-01-03 Anders Carlsson <andersca@gnome.org> * components/adapter/nautilus-adapter.c: (nautilus_adapter_new): * src/nautilus-navigation-bar.c: * src/nautilus-navigation-bar.h: * src/nautilus-navigation-window.c: * src/nautilus-spatial-window.c: (nautilus_spatial_window_instance_init): * src/nautilus-view-frame.c: * src/nautilus-view-frame.h: * src/nautilus-window.c: Remove use of EelGenerousBin, we can use a GtkBox with only one child for that instead. * test/Makefile.am: Don't use Eel stuff that no-one else uses.
* HIG fixes (add a missing mnemonic and correct the widget padding) for theDennis Cranston2004-01-033-8/+26
| | | | | | | | | | | | 2004-01-02 Dennis Cranston <dennis_cranston at yahoo com> * src/nautilus-connect-server-dialog.c: (nautilus_connect_server_dialog_init) * src/nautilus-location-dialog.c: (nautilus_location_dialog_init) HIG fixes (add a missing mnemonic and correct the widget padding) for the "Open Location" and "Connect to Server" dialogs.
* forgot thisDave Camp2004-01-021-2/+0
|
* files in services directory are not used so they should not be installed.Diego Gonzalez Gonzalez2004-01-026-19/+6
| | | | | | | | 2003-01-02 Diego Gonzalez Gonzalez <diego@pemas.net> * configure.in: * component/text/Makefile.am: files in services directory are not used so they should not be installed.
* Fixed a typo in the Focal Length field. Patch from Stephane WirtelDave Camp2004-01-022-1/+7
| | | | | | | | 2004-01-02 Dave Camp <dave@ximian.com> * components/image_properties/nautilus-image-properties-view.c (append_exifdata_string): Fixed a typo in the Focal Length field. Patch from Stephane Wirtel <stephane.wirtel@belgacom.net>
* Updated Mongolian translationSanlig Badral2004-01-022-2849/+2035
|
* Updated Italian translation.Alessio Frusciante2004-01-022-2200/+1518
|
* Ensure the source isn't deleted as partial copy in a duplicate operation.Martin Wehner2004-01-022-1/+9
| | | | | | | | 2004-01-02 Martin Wehner <martin.wehner@epost.de> * libnautilus-private/nautilus-file-operations.c: Ensure the source isn't deleted as partial copy in a duplicate operation. Fixes bug #128095.
* Updated Spanish translation.Francisco Javier F. Serrador2004-01-022-208/+158
| | | | | | 2004-01-02 Francisco Javier F. Serrador <serrador@cvs.gnome.org> * es.po: Updated Spanish translation.
* Partial update of Danish translation.Ole Laursen2004-01-012-245/+127
| | | | | | 2004-01-01 Ole Laursen <olau@hardworking.dk> * da.po: Partial update of Danish translation.
* Updated Norwegian Nynorsk translation.Åsmund Skjæveland2004-01-012-3/+7
| | | | | | 2004-01-01 Åsmund Skjæveland <aasmunds@fys.uio.no> * nn.po: Updated Norwegian Nynorsk translation.
* croatian translations updatedDenis Lackovic2003-12-301-1/+1
|
* croatian translations updatedDenis Lackovic2003-12-301-1/+1
|
* croatian translations updatedDenis Lackovic2003-12-301-1/+1
|
* croatian translations updatedDenis Lackovic2003-12-301-14/+14
|
* version markersAlexander Larsson2003-12-292-0/+4
|
* pofilesAlexander Larsson2003-12-2958-63034/+86860
|
* Updated Norwegian Nynorsk translation.Åsmund Skjæveland2003-12-292-95/+65
| | | | | | 2003-12-29 Åsmund Skjæveland <aasmunds@fys.uio.no> * nn.po: Updated Norwegian Nynorsk translation.
* Add OrigTree.pmAlexander Larsson2003-12-294-3/+21
| | | | | | | | | | | 2003-12-29 Alexander Larsson <alexl@redhat.com> * Makefile.am (EXTRA_DIST): Add OrigTree.pm * NEWS: * configure.in: Update to 2.5.4
* CVS_SILENTGörkem Çetin2003-12-281-1398/+1997
|
* Updated Malay translation.Hasbullah Bin Pit2003-12-272-1513/+1571
| | | | | | 2003-12-27 Hasbullah Bin Pit <sebol@ikhlas.com> * ms.po: Updated Malay translation.
* Updated Norwegian Nynorsk translation.Åsmund Skjæveland2003-12-262-166/+212
| | | | | | 2003-12-27 Åsmund Skjæveland <aasmunds@fys.uio.no> * nn.po: Updated Norwegian Nynorsk translation.
* Updated Norwegian Nynorsk translation.Åsmund Skjæveland2003-12-222-1364/+1143
| | | | | | 2003-12-23 Åsmund Skjæveland <aasmunds@fys.uio.no> * nn.po: Updated Norwegian Nynorsk translation.
* updated translation and tried to have some translations more standardized.Gustavo Noronha Silva2003-12-222-1800/+1870
| | | | | | | 2003-12-22 Gustavo Noronha Silva <kov@debian.org> * pt_BR.po: updated translation and tried to have some translations more standardized.
* Fix horrible typo.Christian Neumair2003-12-211-1/+1
|
* Updated German translation.Christian Neumair2003-12-212-1773/+1691
|
* Use GtkIconTheme instead of GnomeIconThemeAlexander Larsson2003-12-187-127/+134
| | | | | | | | | | | 2003-12-18 Alexander Larsson <alexl@redhat.com> * libnautilus-private/nautilus-emblem-utils.c: * libnautilus-private/nautilus-icon-factory.[ch]: * src/nautilus-main.c: * src/nautilus-server-connect.c: * src/nautilus-window-manage-views.c: Use GtkIconTheme instead of GnomeIconTheme
* Require gtk/glib 2.3.0Alexander Larsson2003-12-1813-15/+129
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2003-12-18 Alexander Larsson <alexl@redhat.com> * configure.in: Require gtk/glib 2.3.0 * libnautilus-private/nautilus-directory.c: Use gobject private data for details * libnautilus-private/nautilus-file-private.h: * libnautilus-private/nautilus-file.[ch]: Use gobject private data for details Add has_open_window flag and setter/getter * libnautilus-private/nautilus-icon-container.[ch]: * src/file-manager/fm-icon-container.c: Support visiting modifier for icons with open windows * src/file-manager/fm-directory-view.c: Don't use filename extension in templates name * src/file-manager/fm-list-model.c: Support accept and visiting icon modifiers * src/file-manager/fm-list-view.c: Always set the drag_view on the model so that the accept modifier works * src/nautilus-window.c: (nautilus_window_set_viewed_file): Set has_open_window on file
* 2003-12-18 Updated ja.po. T.Aihana <aihana@gnome.gr.jp>Updated ja.po. T.Aihana2003-12-172-1676/+1591
|
* Virtualize close_windowAlexander Larsson2003-12-174-10/+24
| | | | | | | | | | | | | 2003-12-17 Alexander Larsson <alexl@redhat.com> * src/nautilus-window.h: * src/nautilus-window.c (nautilus_window_close): Virtualize close_window * src/nautilus-spatial-window.c (real_window_close): Save geometry and scroll position on window close, not on delete event. Also, since the timeout geometry save isn't really needed anymore, up that to one second.
* Updated Norwegian Nynorsk translation.Åsmund Skjæveland2003-12-172-296/+268
| | | | | | 2003-12-17 Åsmund Skjæveland <aasmunds@fys.uio.no> * nn.po: Updated Norwegian Nynorsk translation.
* Updated Norwegian Nynorsk translation.Åsmund Skjæveland2003-12-162-1461/+1676
| | | | | | 2003-12-16 Åsmund Skjæveland <aasmunds@fys.uio.no> * nn.po: Updated Norwegian Nynorsk translation.
* Check for new ogg mime-type. Patch from Mattias ErikssonAlexander Larsson2003-12-162-2/+9
| | | | | | | | 2003-12-16 Alexander Larsson <alexl@redhat.com> * src/file-manager/fm-icon-view.c (play_file): Check for new ogg mime-type. Patch from Mattias Eriksson <mattias.eriksson@simovits.com>
* Updated Thai (th) translation.Paisa Seeluangsawat2003-12-162-1214/+1220
| | | | | | 2003-12-16 Paisa Seeluangsawat <paisa@users.sf.net> * th.po: Updated Thai (th) translation.