Commit Graph

960 Commits

Author SHA1 Message Date
Pavel Roskin 823c83aa9e * Makefile.in: Don't use boxes.o. 2001-05-30 00:18:10 +00:00
Pavel Roskin 4c7a7f7132 * gcmd.c (gnome_listing_cmd): Remove, it unused.
(gnome_compare_panels): Likewise.
2001-05-29 22:50:59 +00:00
Pavel Roskin 813a5b6d27 * Makefile.in: Don't use subshell.o. 2001-05-29 07:33:50 +00:00
Pavel Roskin b0593ec1e2 * Make.common.in: Remove obsolete dependency tracking system.
* configure.in: Likewise.
* edit/Makefile.in: Likewise.
* gnome/Makefile.in: Likewise.
* gtkedit/Makefile.in: Likewise.
* slang/Makefile.in: Likewise.
* src/Makefile.in: Likewise.
* vfs/Make-mc.in: Likewise.
* src/depend.awk: Remove.
2001-05-27 04:34:12 +00:00
Pavel Roskin 5e2ab7978a * glayout.c (gnome_panel_layout_menu): Status bar messages for
"Sort By" and "Filter View" were incorrect.
2001-05-26 05:41:21 +00:00
Pavel Roskin b5a22403b0 * gmain.c: Add option not to show the root warning again.
From Ximian patches.
2001-05-26 00:59:45 +00:00
Pavel Roskin 1950f6c0af * gmain.c: Include libgnomeui/gnome-window-icon.h if needed.
(gnome_check_super_user): Better warning for root. From Ximian.
(idle_destroy_panel): Remove.
2001-05-25 23:30:20 +00:00
Jacob Berkman b9d7ef9819 2001-05-23 jacob berkman <jacob@ximian.com>
* mc.keys.in.in: fix missing trailing @ in audio/x-xi entry
2001-05-23 18:03:21 +00:00
Pavel Roskin 5eb1e5b0f7 * gmount.c: Fix warning "extra token after endif". 2001-05-20 06:17:24 +00:00
Pavel Roskin 327797ea96 * INSTALL: Remove information about Tk and XView. Change the
mailing list addresses again.
* FAQ: Change the mailing list addresses again.
* MAINTAINERS: Likewise.
* README: Likewise.
* doc/mc.1.in: Likewise.
* gnome/gmc-window.c: Likewise.
* lib/README.xterm: Likewise.
* lib/mc.ext.in: Likewise.
* lib/mc.hint*: Likewise.
* lib/mc.hlp.hu: Likewise.
* po/*.po: Likewise.
* src/main.c: Likewise.
2001-05-18 16:28:22 +00:00
Pavel Roskin d56cd43d22 * gcache.c: Remove.
* gcache.h: Likewise.
* gcliplabel.c: Likewise.
* gcliplabel.h: Likewise.
* ghelp.c: Likewise.
* ginfo.c: Likewise.
* gpageprop.c: Likewise.
* gpageprop.h: Likewise.
* gprop.c: Likewise.
* gprop.h: Likewise.
* Makefile.in: Adjust for the above.
* glayout.c: Don't include the above headers.
* gpopup2.c: Likewise.
* gscreen.c: Likewise.
2001-05-15 01:18:22 +00:00
Pavel Roskin b0a82c83b5 * gcorba.c: Add "const" when needed to match FileManager.idl. 2001-05-15 00:03:21 +00:00
Pavel Roskin 9ad5b2ac54 * gtools.c (message): Use g_vsnprintf(). Make the "text"
argument constant.
2001-05-14 23:06:43 +00:00
Pavel Roskin 5f21d6d9f9 * directory.xpm: Remove.
* Makefile.in: Remove directory.xpm.
2001-04-30 19:12:43 +00:00
Miguel de Icaza 8eee4a32f4 2001-04-20 Miguel de Icaza <miguel@ximian.com>
* gdesktop.c (new_terminal): Use gnome_open_terminal, and do not
	pass arguments here.

	* gcmd.c (gnome_open_terminal_with_cmd): When launching
	gnome-terminal, pass the --start-factory-server --use-factory
	arguments here.
2001-04-21 02:06:22 +00:00
Pavel Roskin 5dbac5708e * FAQ: Change the mailing list addresses and the download
locations.
* INSTALL: Likewise.
* MAINTAINERS: Likewise.
* README: Likewise.
* doc/mc.1.in: Likewise.
* gnome/gmc-window.c: Likewise.
* lib/README.xterm: Likewise.
* lib/mc.ext.in: Likewise.
* lib/mc.hint*: Likewise.
* lib/mc.hlp.hu: Likewise.
* po/*.po: Likewise.
* src/main.c: Likewise.
2001-04-20 19:58:55 +00:00
federico be65c86349 2001-04-14 Federico Mena Quintero <federico@ximian.com>
* gdesktop.c (desktop_icon_set_busy): Use a pretty arrow instead
	of GDK_TOP_LEFT_ARROW.
	(click_proxy_button_press): Likewise.

	* gcmd.c (set_cursor_normal): Set the cursor to NULL so that we
	pick up the cursor that the window manager set for us.

	* gscreen.c (panel_tree_scan_begin): Use set_cursor_busy().
	(panel_tree_scan_end): Uset set_cursor_normal().
2001-04-15 09:39:24 +00:00
Miguel de Icaza 585145373e 2001-04-11 Miguel de Icaza <miguel@ximian.com>
* gdesktop.c (should_hide_nautilus_file): New function, used to
	decide if things should be hidden (handles nautilus home key,
	trash key, and .nautilus-metafile.xml for now)

	(desktop_reload_icons): Hook up above function.

	* gdesktop-init.c (migrate): New function to help migrate metadata
	information.

	* gscreen.c (file_list_popup): Changed here too.

	* gdesktop-init.c (gdesktop_links_init): Migrate from Trash to
	Trash.gmc to integrate with Nautilus on the same computer.

	* gcmd.c (create_trash_panel): ditto

	* gpopup2.c (check_trash_func): Rename trash directory to Trash.gmc
2001-04-13 01:03:22 +00:00
Miguel de Icaza d86427a196 2001-04-06 Miguel de Icaza <miguel@ximian.com>
* gdesktop.c (do_rescan): Added automatic desktop reloading.
2001-04-08 15:23:59 +00:00
Pavel Roskin 6827099bbb * gscreen.c (tree_size_allocate): Don't call save_setup() if
auto_save_setup is 0.
2001-04-06 19:44:07 +00:00
Pavel Roskin 0a90f50277 * Makefile.in: Add dependencies between gmc and static libraries
in the source tree.
2001-04-06 06:24:21 +00:00
Pavel Roskin 4a2d4468da * layout: New widget "findfile-Widget-find-case-check". 2001-04-06 05:22:19 +00:00
Andraz Tori e9ebf51f22 Added sl translation 2001-03-27 19:58:43 +00:00
Christian Meyer 2cf8acd4f9 Added German strings. 2001-02-28 19:03:54 +00:00
Marius Andreiana d122314335 added ro (Romanian) translation 2001-01-26 15:10:12 +00:00
Jonathan Blandford 06804f51f1 Wed Jan 10 15:52:51 2001 Jonathan Blandford <jrb@redhat.com>
* gdesktop-init.c (gdesktop_links_init): allow I18N of trash.
2001-01-10 21:22:26 +00:00
Jacob Berkman dcf340e1cd small build fixes 2000-12-26 19:56:53 +00:00
jjranta 3d946fa372 Added or updated fi-entry to about all .desktop-files. Updated fi.po 2000-11-11 13:01:33 +00:00
Pavel Roskin 5565201d4a * gscreen.c (toolbar): Fixes misspelling of "hierarchy". 2000-10-19 13:00:56 +00:00
Stanislav Brabec 3ef38ccb7f Remove trailing dot in english strings containing menu name or tooltip
(discussed in gnome-i18n list).
Updated cs and cs.po.
2000-10-11 14:16:59 +00:00
Jorge Godoy c0100eb6e6 Updating pt_BR translations
* using allpo.pl please, any problem <ricardo@conectiva.com.br>
2000-10-06 20:49:08 +00:00
Jorge Godoy 27aac336d5 Updating pt_BR translations.
* Uldated using allpo.pl, please, any problem <ricardo@conectiva.com.br>
2000-10-06 20:29:04 +00:00
Pavel Roskin 2558168fb9 * gnome/Makefile.in, src/Makefile.in, vfs/Make-mc.in: Required
flags moved out of CFLAGS as recommended by GNU coding
        standards.
        * configure.in: Don't add GLIB_CFLAGS to CFLAGS.
        * Make.common.in: XINC eliminated. GLIB_CFLAGS is now added to
        XCPPFLAGS.
        * INSTALL (Random notes on porting to other architectures):
        Completely rewritten. Recommended using CFLAGS instead of XINC.
2000-10-06 06:49:45 +00:00
Christophe Merlet 546436a9f2 Updated french translation. 2000-10-04 11:22:05 +00:00
Pavel Roskin c69627ffdd * configure: Always include Make.common as file, otherwise
"make distclean" breaks.
        * edit/Makefile.in, gnome/Makefile.in, gtkedit/Makefile.in,
        slang/Makefile.in, src/Makefile.in, vfs/Make-mc.in: $(RMF)
        replaced with "rm -f" - the stangard says that "rm" is portable.
        Ditto $(MV). Adjusted *clean targets to match those in
        Automake. Removed "cross" target.
2000-09-23 05:14:31 +00:00
Pavel Roskin ee345fa20d * Makefile.in: Don't use $< in explicit rules - this should fix
non-GNU makes. Removed GNOME_IDLDIR - it wasn't used.
2000-09-22 00:15:56 +00:00
Andrew V. Samoilov 36ad34a8bf (gmc_check_exec_string): don't g_free() prog if it is NULL 2000-09-18 15:11:34 +00:00
Pavel Roskin 769b082e1b * Make.common.in: Added installcheck to placate "make distcheck"
* configure.in, Make.common.in, doc/Makefile.in,
        edit/Makefile.in, gnome/Makefile.in, gtkedit/Makefile.in,
        slang/Makefile.in, src/Makefile.in, vfs/Make-mc.in: Replacing
        variable MKINSTALLDIRS and builddir with Automake-compatible
        mkinstalldirs and top_builddir.
        * doc-gnome/C/Makefile.am: Only maintainers regenerate html
        files. Added uninstall-local target.
2000-09-18 04:57:29 +00:00
Pavel Roskin 7b7cb9878d * doc/Makefile.in, edit/Makefile.in, gnome/Makefile.in,
gtkedit/Makefile.in, slang/Makefile.in, src/Makefile.in,
vfs/Make-mc.in: preserve timestamp on "make distdir", otherwise
mc.pot becomes out of date in the tarball.
2000-09-15 06:05:22 +00:00
Pavel Roskin 536a5ce8d5 * Makefile.in: Compile our own mad.o. Don't link object files.
Put links to the build directory. Don't link headers, change
includes accordingly. gdialogs.o removed from OOBJS. Link
only sources we need. Obsolete comments removed or updated.
2000-09-14 19:20:50 +00:00
Pavel Roskin 3e320e6748 * Makefile.in: Don't make softlinks to the libraries 2000-09-14 17:17:46 +00:00
Pavel Roskin 91e7526108 * configure.in, Make.common.in, doc/Makefile.in,
edit/Makefile.in, gnome/Makefile.in, gtkedit/Makefile.in,
slang/Makefile.in, src/Makefile.in, vfs/Make-mc.in: rootdir
changed to top_srcdir for Automake compatability
2000-09-14 15:12:00 +00:00
Pavel Roskin a406b17b96 * configure.in: REGEX_O variable removed - always use our regex 2000-09-14 14:28:35 +00:00
Yuri Syrota 47f04947d8 Updated Ukrainian translation 2000-09-14 08:47:06 +00:00
Jorge Godoy 6075fa9bdd Added pt_BR translations. 2000-09-13 16:04:28 +00:00
Andrew V. Samoilov e3ad216756 2000-09-12 Andrew V. Samoilov <sav@bcs.zp.ua>
* glayout.c (run_cmd): Memory leak fix: cmd released after use
2000-09-12 09:02:31 +00:00
Miguel de Icaza 4ed04204d7 New mc.keys.in.in 2000-09-11 22:36:13 +00:00
hovinen 55a66f9cec 2000-09-10 Bradford Hovinen <hovinen@helixcode.com>
* po/fr.po: Updated French translations
        * all: Chnaged #include "config.h" to #ifdef HAVE_CONFIG_H ...
        * *.desktop, *.directory: Updated French translations
        * po/POTFILES.in: Added screensaver XML files

        Courtesy of Christophe Merlet <c.merlet@agglo-pau.fr>
2000-09-10 12:57:08 +00:00
simos af0d1582d4 Added Greek translations 2000-09-01 19:54:42 +00:00
Pavel Roskin eb67f282f5 * directory-ok.xpm gpopup.c i-device.png image.metadata.in
make-thumb.c mc.metadata.in multi-ok.png multi-ok.xpm multi.xpm
not.png olddnd.c: removed
2000-08-31 22:08:24 +00:00