Commit Graph

1939 Commits

Author SHA1 Message Date
Owen Taylor d42d8d60eb 1999-09-13 Owen Taylor <otaylor@redhat.com>
* Makefile.in (MAGICDEV_OBJS): Built common/stubs
	for magicdev if we found it.

	* gmount.c (automounter_is_running): If we detected
	magicdev support at compile time, use a CORBA query
	to detect if it is running.

	* gcorba.c (WindowFactory_get_windows_by_directory): Set the
	length of the sequence we are returning.

	* gmount.c (setup_devices): is_block_device_mounted expects
	mount point, not device.
1999-09-14 05:21:39 +00:00
Owen Taylor 2946355856 1999-09-13 Owen Taylor <otaylor@redhat.com>
* configure.in (have_magicdev): Check for GNOME
	MagicDev automounter.
1999-09-14 05:17:30 +00:00
Miguel de Icaza 1ccd17c8f3 1999-09-13 Miguel de Icaza <miguel@gnu.org>
* glayout.c: Add C-w for sopwith.
1999-09-14 01:44:59 +00:00
Miguel de Icaza ac64a0ad72 1999-09-13 Federico Mena Quintero <federico@redhat.com>
* treestore.c: Removed tree_store_destroy(), renamed
	tree_store_init() to tree_store_get().

	* tree.c (tree_destroy): Do not destroy the tree store.
	(tree_new): Get the tree store, do not initialize it.
1999-09-14 00:31:35 +00:00
Miguel de Icaza dfc790ac4e 1999-09-13 Federico Mena Quintero <federico@redhat.com>
* gtkdtree.c (scan_subtree): Do not set the current path here,
	just load the subtree.
	(gtk_dtree_get_row_path): Removed the column argument, since it
	was never used.
	(scan_subtree): Added a path argument that can be calculated
	upstream.
	(gtk_dtree_expand): Compute the path for scan_subtree().
	(gtk_dtree_select_row): Compute the path for scan_subtree(), and
	set the tree's current path here.  This is the right thing;
	setting the current path is completely orthogonal from scanning a
	subtree.
1999-09-13 23:27:18 +00:00
Miguel de Icaza 264287e3a1 Removed dead files - Federico 1999-09-13 21:15:32 +00:00
Miguel de Icaza 4a3609a4f7 1999-09-13 Federico Mena Quintero <federico@redhat.com>
* gtkdtree.c (gtk_dtree_class_init): Sigh.  Create a new signal,
	called "possibly_ungrab", used to request the client to ungrab the
	mouse at the proper time.  This is required because the stupid
	clist button press handler grabs the mouse, and we don't want that.
	(gtk_dtree_select_row): Emit the possibly_ungrab signal here.

	* gscreen.c (panel_tree_drag_motion): Set the
	panel->drag_tree_dragging_over flag.
	(panel_tree_drag_leave): Unset said flag.
	(panel_tree_possibly_ungrab): Ungrab the mouse here.
1999-09-13 20:34:53 +00:00
dcm 26d6441348 fixed sgml errors
David Mason
1999-09-13 19:36:50 +00:00
Owen Taylor be7b43ab5b 1999-09-11 Owen Taylor <otaylor@redhat.com>
* gcorba.c (Window_close): Fixed typo in cast.
1999-09-12 02:44:11 +00:00
Miguel de Icaza a54f4f9ca8 Fix from Pavel Roskin 1999-09-12 00:29:20 +00:00
Pablo Saratxaga 9a13d04545 updated danish file 1999-09-11 00:52:09 +00:00
Miguel de Icaza e13620fca5 1999-09-10 Federico Mena Quintero <federico@redhat.com>
* gmount.c (setup_devices): See if our supported automounter,
	magicdev, is running and only create links for mounted CD-ROMs if
	so.
	(automounter_is_running): For now just return TRUE; we have to
	wait for magicdev to export a CORBA server.

	* gcorba.c (corba_init_server): Initialize the POA here instead of
	in register_servers().
1999-09-10 19:24:57 +00:00
Miguel de Icaza 0f59a02894 1999-09-10 Miguel de Icaza <miguel@nuclecu.unam.mx>
* gnome-file-property-dialog.c (apply_uid_group_change): Fix more
	broken code.
1999-09-10 19:04:34 +00:00
Pablo Saratxaga 4469b3d705 updated catalan file 1999-09-10 01:36:05 +00:00
Miguel de Icaza 3c37665ce8 1999-09-09 Federico Mena Quintero <federico@redhat.com>
* gcorba.c (WindowFactory_close_invalid_windows): Doh.  Walk the
	list properly, since it may change as we delete windows.
1999-09-10 01:14:29 +00:00
Miguel de Icaza 1dd842ad0b You did not expect *me* to add the file before committing, right? - Federico 1999-09-09 23:48:00 +00:00
Miguel de Icaza 4c820e6b06 Added gmc-client - Federico 1999-09-09 23:09:32 +00:00
Miguel de Icaza e5c80d6e71 1999-09-09 Federico Mena Quintero <federico@redhat.com>
* gmc-client.c: New file.  This is a small program to which you
	can pass arguments to call the GMC CORBA interface for you.  You
	can do stuff like create a directory window, rescan the desktop,
	etc.
1999-09-09 22:46:54 +00:00
Miguel de Icaza 9fba82b038 typo fix - Federico 1999-09-09 22:46:33 +00:00
Elliot Lee ac834a7513 Include .idl files in the package. 1999-09-09 21:26:11 +00:00
Elliot Lee 620c954fc6 Remove CORBA_GENERATED files in 'make clean'. 1999-09-09 21:23:19 +00:00
Kjartan Maraas e5c5c96da7 1999-09-09 Kjartan Maraas <kmaraas@online.no>
* no.po: Updated translation. All done.
1999-09-09 18:21:09 +00:00
Miguel de Icaza ca6327c290 Sync to desktop - Federico 1999-09-09 16:17:18 +00:00
Miguel de Icaza 77ae49ad81 CORBA overhaul, part 1. This will not compile. HAH. I'm taking it home - Federico 1999-09-09 00:37:02 +00:00
Yukihiro Nakai e3c47b8cde ja Update from ITANI Eiichoro 1999-09-08 15:32:04 +00:00
Vincent Renardias 267c94f696 * Updated fr.po 1999-09-08 09:18:03 +00:00
Yukihiro Nakai 29047e7d63 ja entry fix from ITANI Eiichiro. 1999-09-08 08:01:41 +00:00
Kjartan Maraas a50940105a 1999-09-08 Kjartan Maraas <kmaraas@online.no>
* doc-gnome/*: Shiny new docs from users-guide.
	All synced up.
1999-09-07 22:31:24 +00:00
Jonathan Blandford c2fb5e5320 1999-09-07 <jrb@redhat.com>
* capplets/mime-type/mime-type-capplet.c: Patch added from Iain
	Holmes <iain@webtribe.net> to add the ability to edit mime-type
	extensions.
1999-09-07 19:44:26 +00:00
Miguel de Icaza 5818c1b0ff 1999-09-06 Federico Mena Quintero <federico@redhat.com>
* gtkdtree.c (gtk_dtree_size_allocate): Do the "visibility" test
	the right way.
1999-09-06 22:32:45 +00:00
Miguel de Icaza 544f443121 1999-09-06 Miguel de Icaza <miguel@nuclecu.unam.mx>
* gtkdtree.c (gtk_dtree_size_allocate): Small change to improve
	the non-tree loading feature of gmc.
1999-09-06 20:56:25 +00:00
Sung-Hyun Nam b950b6bf48 updated 1999-09-06 11:29:48 +00:00
Pablo Saratxaga 8921372396 updated da file 1999-09-06 11:19:15 +00:00
Jonathan Blandford 260d9840aa 1999-09-05 <jrb@redhat.com>
* mc.keys.in.in: changed image/x-xcf to be image/x-gimp.  Also,
	associated gimp with the various actions.  This prolly should be
	done distributed with gimp, but it's more useful here.
1999-09-05 06:56:17 +00:00
Gregory McLean 9bec76c913 Added a buildreq to the mc.spec to make sure the tools to generate the docs
are installed on the build machine so documentation gets generated and
included into the resulting package.

-- Greg
1999-09-04 20:50:00 +00:00
Timur Bakeyev 1fac7f8e35 Add 2 .cvsignore's to vfs layef structure... 1999-09-04 03:04:31 +00:00
Zbigniew Chyla ebb964cadb Added Polish translation 1999-09-03 22:35:26 +00:00
Pablo Saratxaga 44af8f3cb1 updated da file 1999-09-03 19:38:35 +00:00
Pablo Saratxaga 4057fd0e60 added 'nl' to languages. 1999-09-03 15:57:35 +00:00
Elliot Lee 7f6dedc188 If help isn't found, display an error message. 1999-09-02 22:57:00 +00:00
Miguel de Icaza 78fa313864 1999-09-02 Miguel de Icaza <miguel@nuclecu.unam.mx>
* gscreen.c: Added it here too.

	* glayout.c: Add File-new option here

	* gcmd.c (gnome_newfile_cmd): Added new routine.  Invoke when you
	want to create a new file.
1999-09-02 18:31:17 +00:00
Vincent Renardias f1bc18ae68 * Updated fr.po 1999-09-02 16:16:31 +00:00
Zbigniew Chyla 31433a9966 Updated polish translation 1999-09-02 00:26:46 +00:00
Miguel de Icaza 0ac4d17dd9 1999-09-01 Federico Mena Quintero <federico@redhat.com>
* gscreen.c (panel_icon_renamed): Do nothing if the name did not
	change.
1999-09-01 19:28:57 +00:00
Miguel de Icaza 9712686402 1999-09-01 Federico Mena Quintero <federico@redhat.com>
* README: Updated and spell-checked.

	* NEWS: Updated.
1999-09-01 16:13:33 +00:00
Miguel de Icaza d95c6432e6 1999-08-31 Richard Hult <rhult@hem2.passagen.se>
* configure.in (ALL_LINGUAS): Added sv.

1999-08-30  Norbert Warmuth  <nwarmuth@privat.circular.de>
1999-08-31 23:59:48 +00:00
Kjartan Maraas 13278a507f 1999-09-01 Kjartan Maraas <kmaraas@online.no>
* no.po: Updated translation.
1999-08-31 23:10:20 +00:00
Miguel de Icaza b906505dad 1999-08-31 Federico Mena Quintero <federico@redhat.com>
* main.c: In the GNOME version, we want cd_symlinks to be FALSE.
	The VFS should never have to look at this variable, but alas, it
	does.  BUGFIX:  Red Hat Bugzilla #2344.

	* setup.c: Disable cd_symlinks in the GNOME version.
1999-08-31 22:55:18 +00:00
Miguel de Icaza 0d0ff8d613 1999-08-31 Federico Mena Quintero <federico@redhat.com>
* es.po es_ES.po: Updates from David Martin
	<dmartina@mex.excite.com>.
1999-08-31 18:55:35 +00:00
Richard Hult d2ad445ae3 Added Swedish translation from Henrik Steen <hsteen@sw.seisy.abb.se> 1999-08-31 17:00:25 +00:00