Commit Graph

1006 Commits

Author SHA1 Message Date
Pavel Roskin
d3b48bfdb2 * gmc-client.c (main): Use translations from the "mc" domain. 2001-07-20 15:27:46 +00:00
Pavel Roskin
b25f5be791 * Make.common.in: Move all defines ...
* gnome/Makefile.in: ... here ...
* src/Makefile.in: ... and here.
2001-07-20 15:22:50 +00:00
Pavel Roskin
2e136f7ec9 * gfind.c (setup_gui): Register destroy handler.
(find_destroy): New function.  Unregister idle task if needed.
(find_do_chdir): Don't unregister idle task.
(find_do_again): Likewise.
(find_do_panelize): Likewise.
2001-07-20 06:07:27 +00:00
Pavel Roskin
ae5de08b1d * gfind.c (insert_file) : Join with find_add_match().
(find_do_edit): Put g_status_label into a box to work around
what appears to be a bug in gtk-1.2.10.
2001-07-20 05:17:08 +00:00
Pavel Roskin
7f952351c0 * gscreen.c (x_fill_panel): Use g_get_current_dir(). 2001-07-18 03:42:09 +00:00
Pavel Roskin
94df09e2a6 * glayout.c (gnome_exit): Position message boxes near the
current panel.
2001-07-17 03:48:21 +00:00
Pavel Roskin
f1984dd70d * gutil.c (port_shutdown_extra_fds): Remove, it's unused.
(exec_direct): Likewise.
* gconf.h: Remove declaration of port_shutdown_extra_fds().
2001-07-16 23:40:35 +00:00
Pavel Roskin
b2c12031c0 * gfind.c: Move most static variables to a structure, use it
in signal callbacks.  All dependencies adjusted.  Don't truncate
filenames.
2001-07-16 21:37:47 +00:00
Pavel Roskin
0841b4d586 * gfind.c (run_process): Interpret "Ok" button as "Cancel".
Set g_find_dlg to NULL if it has been closed.
(kill_gui): Don't destroy already destroyed dialog.
(find_file): Onle read directory and filename if needed.
(do_find): Break loop on B_EXIT.
2001-07-16 02:45:46 +00:00
Pavel Roskin
76c41d4726 * gscreen.c (panel_tree_button_release): New function, opens a
new window on middle click.
(panel_create_tree_view): Bind panel_tree_button_release() to
"button_release_event".
2001-07-16 00:05:50 +00:00
Pavel Roskin
0116e5aea3 * gmain.c (xtoolkit_create_dialog): Don't use "layout" - abort instead.
* layout: Remove.
* Makefile: Remove all references to file `layout'.
2001-07-15 07:23:36 +00:00
Pavel Roskin
0f9a3493ad * gnome/gdialogs.c [WITH_SMBFS] (vfs_smb_get_authinfo): New
function implementing SMB password dialog.
2001-07-15 07:06:35 +00:00
Pavel Roskin
74f034e8d4 * gmain.c (gmc_window_setup_from_panel): Fix crash when called
early, before the panel is created.
2001-07-15 06:25:16 +00:00
Pavel Roskin
2f9f1bb380 * gfind.c: New file - copied from find.c. Reindent, remove
unneeded parts.  Rewrite find_parameters() to use GNOME dialog.
* layout: Remove usused entries.
* Makefile.in: Use gfind.c, not find.c.
2001-07-14 21:14:01 +00:00
Pavel Roskin
4323c0004a * gdesktop.c (create_desktop_dir): If ~/Desktop doesn't exist
make it a symlink to ~/.gnome-desktop.
From Ximian patches.
2001-07-12 18:23:53 +00:00
Pavel Roskin
aeb7fe73c2 * gnome-open-dialog.c (gnome_open_dialog_get_tree): Don't set
styles for lines and expanders - use default tree settings.
From Ximian patches.
2001-07-12 18:14:06 +00:00
Pavel Roskin
1da081a1d5 * Makefile.in (EXTRALIBS): Add @LIBICONV@. 2001-07-12 15:07:50 +00:00
Andrew V. Samoilov
de551a2035 ;) 2001-07-12 05:45:54 +00:00
Andrew V. Samoilov
ac5a82ac35 * gnome-file-property-dialog.c: Use MSG_ERROR instead of "Error" as
message()'s second parameter.
(apply_name_change): Release base_name after use.
2001-07-12 05:45:03 +00:00
Andrew V. Samoilov
edc1de7d15 * glayout.c (create_new_menu): Don't release file2 if it is NULL. 2001-07-12 05:07:20 +00:00
Pavel Roskin
8432d4dd4a * gdialogs.c: Use g_snprintf() instead of snprintf().
* gnome-file-property-dialog.c: Likewise.
* gprefs.c: Likewise.
2001-07-11 15:14:45 +00:00
Pavel Roskin
c2560cf2a6 * gscreen.c (panel_icon_list_select_icon): This function doesn't
get GDK_BUTTON_RELEASE, so move middle button processing ...
(panel_icon_list_button_release): ... here.
* gtkflist.c (gtk_flist_button_release): Open new window if the
middle button is released and DnD is not attempted.
2001-07-10 18:18:09 +00:00
Pavel Roskin
f69f94f442 * gtkdtree.c: Include alloca.h if available.
From Dan McNichol <mcnichol@austin.ibm.com>.
2001-07-10 03:18:28 +00:00
Pavel Roskin
78ab72b19f * gdesktop-prefs.c (create_mini_icons): Warning fix.
* gdialogs.c (file_mask_dialog): Likewise.
* gdnd.c (gdnd_validate_action): Likewise.
* gscreen.c (panel_drag_data_delete): Likewise.
(panel_tree_check_auto_expand): Likewise.
2001-07-09 15:37:31 +00:00
Pavel Roskin
98938f0035 * Makefile.in: Move here gnome-specific definitions from
../Make.common.in.
2001-07-06 21:13:01 +00:00
Pavel Roskin
44700b7f69 * gmc-chargrid.c: Include <config.h>. 2001-06-26 15:14:01 +00:00
Pavel Roskin
3c6cf84881 * gkey.c: Include the contents of xslint.c.
* Makefile.in (OOBJS): Remove xslint.o.
2001-06-26 15:01:35 +00:00
Pavel Roskin
d6ec3110bd * gcorba.h (poa): Declare extern. 2001-06-25 19:09:48 +00:00
Pavel Roskin
93125ecb19 * gtree.c: Remove.
* gtree.h: Likewise.
* gmenu.h: Likewise.
* Makefile.in: Changes for the above.
(OOBJS): Remove command.o.
* glayout.c: Remove command_prompt - it's unused.
* gmain.c (non_corba_create_panels): Don't create cmdline.
2001-06-19 00:54:51 +00:00
Pavel Roskin
4b3c6a0893 * Makefile.in (OOBJS): Remove fsusage.o and mountlist.o.
* gmain.h: Remove dead declaration of x_show_info().
2001-06-18 22:26:45 +00:00
Pavel Roskin
5717c2c03b Typo fix in the last entry. Tabified. 2001-06-17 04:36:29 +00:00
Pavel Roskin
0f70501480 * gtkflist.c: Include <gtkflist.c> for abs(). 2001-06-16 00:12:53 +00:00
Pavel Roskin
7ba1e1aa4c * gdesktop-icon.c: Reorder includes - local after system.
* gdesktop-prefs.c: Likewise.
* gsession.c: Likewise.
* gdesktop-init.c: Likewise. Include "x.h".
* gdnd.c: Likewise.
* gprint.c: Likewise.
2001-06-15 23:28:07 +00:00
Pavel Roskin
5c02b56d65 * gcmd.c (get_nickname): Warning fix - label at the end of
`case' statement.
(gnome_external_panelize): Likewise.
* gdialogs.c (file_delete_query_recursive): Likewise.
2001-06-15 23:18:24 +00:00
Pavel Roskin
683d7f0960 * gmain.c (beep): Remove. 2001-06-15 07:05:34 +00:00
Pavel Roskin
1506609352 * gdesktop.c (): Include gprefs.h to avoid a warning. 2001-06-15 06:50:31 +00:00
Pavel Roskin
814428bcc8 * gmount.c (setup_devices): Remove nfs_count - NFS directories
are not numbered.
2001-06-15 06:40:08 +00:00
Pavel Roskin
b916d53577 * gmain.c (try_alloc_color_pair): Remove. 2001-06-14 21:32:10 +00:00
Andrew V. Samoilov
aa8b92b547 * gmain.c (x_set_dialog_title): title constified.
(xtoolkit_create_dialog): Don't hardcode layout file location.
2001-06-11 11:17:23 +00:00
Pavel Roskin
2ff3d69aa3 * Makefile.in: Don't use terms.o.
* glayout.c: Remove unused global variables. Set command_prompt
to 0.
2001-06-06 22:01:53 +00:00
Pavel Roskin
9a26b9ba2f * gprefs.c [!USE_VFS]: Disable VFS code to allow compilation. 2001-06-06 16:38:03 +00:00
Pavel Roskin
c90efec4ed * gmc-client.c (main): Warning fix. 2001-06-06 15:04:33 +00:00
Pavel Roskin
28da0eda1f * gmcd.c (gnome_filter_cmd): Set default regex filter to "^.*$".
Don't translate it.
(set_cursor_busy): Warning fix.
2001-06-04 21:12:11 +00:00
Pavel Roskin
cacd759dde * Makefile.in: Don't use hotlist.o. Remove annoying message. 2001-06-02 06:55:45 +00:00
Pavel Roskin
d2724e215a * gmain.c (x_init_dlg): Warning fix for buggy Gtk that doesn't
always cast the argument to GTK_OBJECT.
2001-06-02 02:10:47 +00:00
Pavel Roskin
2802b5f19a * Makefile.in: Don't use key.o. 2001-06-02 01:18:22 +00:00
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