Commit graph

206 commits

Author SHA1 Message Date
Elliot Lee
ee76fdd9b2 fix segfault 2000-01-09 17:16:52 +00:00
Maciej Stachowiak
23a5e32703 Added some more thoughts on things to do. 2000-01-09 12:01:57 +00:00
Maciej Stachowiak
edbde50943 Added .deps, .libs, ntl-web-search 2000-01-09 11:48:16 +00:00
Andy Hertzfeld
63a4bfebed changed the way the index panel gets notified of location changes
changed the way the index panel gets notified of location changes
	restructured code that populates the index panel
	made the title use the largest font that fits
2000-01-08 00:28:43 +00:00
John Sullivan
9d0a6860f8 Made there be just one About window, and added a utility function for
presenting a window to the user regardless of its current state.
2000-01-07 21:48:58 +00:00
John Sullivan
076e9575fa Bookmarks window now saves and restores its size & position within and
across sessions. And to think I only had to modify 7 files!
2000-01-07 17:20:39 +00:00
Elliot Lee
37a083b05b Fix warnings. Add Andy.
Fix warnings.
Add Andy.
2000-01-07 13:50:43 +00:00
Elliot Lee
dd07e53fc1 *** empty log message *** 2000-01-07 13:50:35 +00:00
Andy Hertzfeld
bef22f0096 initial bare bones implementation of index panel
initial bare bones implementation of index panel
2000-01-07 07:00:34 +00:00
Darin Adler
313469f413 Moved self-check framework into libnautilus. Added functions so each
check will report if it fails instead of just aborting.

Added new functions to manage a string that specifies a color or
gradient, and added tests for the new functions.
2000-01-07 00:07:34 +00:00
Elliot Lee
5abab532aa Fix previous commit.
Fix previous commit.
2000-01-06 22:50:51 +00:00
John Sullivan
7e08264ebd Added nautilus_app_exiting call, home of right-before-quitting code. 2000-01-06 22:32:52 +00:00
Elliot Lee
632b23993c bugfix 2000-01-06 19:19:47 +00:00
Elliot Lee
19c9e26029 Relayout when size changes.
Relayout when size changes.
2000-01-06 17:19:13 +00:00
Andy Hertzfeld
56cfd59aad made the location bar draggable by removing LOCKED flag to be consistent
made the location bar draggable by removing LOCKED flag to be
	 consistent with the other bars
2000-01-06 17:09:04 +00:00
Elliot Lee
145a5c4a67 Eliminate gratuitous scroll bars.
* libnautilus/gnome-icon-container.c: Eliminate gratuitous scroll bars.
2000-01-06 16:03:42 +00:00
Elliot Lee
1d3c1001cd Bug fixes.
Bug fixes.
2000-01-06 15:35:22 +00:00
John Sullivan
e8657633b3 Eliminated compiler warnings. 2000-01-06 15:23:17 +00:00
Elliot Lee
69f10655b5 Implement preferences for which meta-views to always load with a page.
* src/ntl-prefs.c, src/ntl-uri-map.c: Implement preferences for
which meta-views to always load with a page. Loading doesn't seem to quite work.
* src/ntl-window.c, src/ntl-view.c: Try to fix a crash that
happens when going to a new page, and a meta view is being
destroyed in the process. Still crashes.
2000-01-06 03:32:17 +00:00
Maciej Stachowiak
2be9c5cc7e Fix warning.
* src/ntl-uri-map.c (nautilus_navinfo_free): Fix warning.
2000-01-06 03:19:38 +00:00
Elliot Lee
348154665c Update for gdk-pixbuf changes.
Update for gdk-pixbuf changes.
2000-01-06 00:59:03 +00:00
Elliot Lee
056744597a Forgot this one.
Forgot this one.
2000-01-05 23:21:51 +00:00
Elliot Lee
6018bcea24 Add support for the location change state machine and related
* src/ntl-types.h, src/ntl-uri-map.[ch], src/ntl-window-msgs.c, src/ntl-window.[ch]:
  Add support for the location change state machine and related notifications,
  to allow much better error handling.

* src/ntl-view.[ch]: Catch client failures, also allow for active sensing of client death.
* src/file-manager/fm-directory-view.c: Send progress notifications.
* components/html/ntl-web-browser.c: Send progress
  notifications. Try to fix crashes caused by ending an error stream
  twice.
2000-01-05 23:21:06 +00:00
John Sullivan
cdf570ee03 Remove horizontal scroll bar from bookmarks list in bookmarks window. 2000-01-05 21:28:40 +00:00
John Sullivan
e40bf51c1e Fixed macro use for Add Bookmark item, was causing screen-filling-menu-item
on some computers.
2000-01-05 21:06:19 +00:00
John Sullivan
dce368dd3e Remove button now has a little padding; clicking it now moves the selection
to the next item in the list.
2000-01-04 22:58:24 +00:00
Darin Adler
fd8bad007c A couple of quick fixes to get "make check" working. 2000-01-04 21:37:50 +00:00
John Sullivan
b3fe018443 Made bookmarks window have a minimum size. 2000-01-04 21:15:51 +00:00
Elliot Lee
e4038bffde just add some braces to make future UIH debugging easier.
just add some braces to make future UIH debugging easier.
2000-01-04 20:40:21 +00:00
John Sullivan
2ff700028f Backed out nautilus-uri-utilities changes from earlier today. 2000-01-04 20:26:04 +00:00
Elliot Lee
571b26b9ee First attempt at a state transition diagram for the loading process.
First attempt at a state transition diagram for the loading process.
2000-01-04 20:07:22 +00:00
Elliot Lee
b72c59e5f9 Fix warnings.
Fix warnings.
2000-01-04 18:56:49 +00:00
Darin Adler
2840833e2c Added self-check framework. Added first bits of code for FMDirectory. 2000-01-04 18:09:59 +00:00
John Sullivan
fc3d393257 Made location-entering field handle bogus URIs better. 2000-01-04 17:43:23 +00:00
Maciej Stachowiak
78860f9f50 Added stop_location_change method to NautilusView interface. New signal,
* idl/nautilus.idl: Added stop_location_change method to NautilusView interface.
	* ntl-view-client.c, ntl-view-client.h (stop_location_change): New
	signal, triggered on receipt of stop_location_change request via
	CORBA.

	* ntl-view.c, ntl-view.h, ntl-view-private.h, ntl-view-nautilus.c,
	ntl-view-bonobo-control.c, ntl-view-bonobo-subdoc.c
	(nautilus_view_stop_location_change): Added this function; also
	added implementation to nautilus view type function table and
	NULL'd out for now for Bonobo control and subdoc view types (need
	to find out if loading is synchronous or asynchronous for those,
	and if there is a way to abort).

	* ntl-window.c: Stop loading for all views when Stop button is
	pressed.

	* ntl-window-msgs.c: Enable stop button when we start loading;
	enable Stop button when

	* src/file-manager/fm-directory-view.c: Call
	request_progress_change() when loading is done or an error is
	reached; implement handler for stop_location_change signal.
2000-01-04 05:21:45 +00:00
Maciej Stachowiak
e992a1c7c8 Fix warnings.
2000-01-03  Maciej Stachowiak  <mjs@eazel.com>

	* src/ntl-prefs.c: Fix warnings.

	* src/ntl-view.c, src/ntl-view.h, src/ntl-view-frame-svr.c
	(nautilus_view_notify_location_change,
	nautilus_view_notify_selection_change, nautilus_view_load_state,
	nautilus_view_save_state, nautilus_view_show_properties): Made
	these functions public and removed the corresponding signals;
	these are operations you do to the NautilusView, not something it
	informs other parts of the program of.
	(request_location_change, request_selection_change,
	request_status_change, request_progress_change): New
	signals. These allow NautilusView to have less dependence on
	NautilusWindow.
	(nautilus_view_signals): Moved signal number table from view to
	this static variable.
	(nautilus_view_request_location_change,
	nautilus_view_request_selection_change,
	nautilus_view_request_status_change,
	nautilus_view_request_progress_change): Move to ntl-view.c and
	make them emit the proper signals in lieu of hardcoded handling.
	* src/ntl-window.c, src/ntl-window.h src/ntl-window-msgs.c,
	src/ntl-window-msgs.h, src/ntl-window-state.c
	(request_location_change, request_selection_change,
	request_status_change, request_progress_change): Removed these
	signals; they are operations you do on a NautilusWindow, not
	something it notifies you of, and any usefulness for inheritance
	purposes is purely speculative right now.
	(nautilus_window_connect_view, nautilus_window_disconnect_view):
	Use these new helper functions to connect callbacks to
	NautilusView's signals instead of expecting them to just get
	called.
	(nautilus_view_request_location_change,
	nautilus_view_request_selection_change,
	nautilus_view_request_status_change,
	nautilus_view_request_progress_change): Execute bodies of real_
	versions instead of emitting singals.
	(nautilus_view_real_request_location_change,
	nautilus_view_real_request_selection_change,
	nautilus_view_real_request_status_change,
	nautilus_view_real_request_progress_change): Removed these.
	Finally, always call nautilus_winodow_set_content_view or
	nautilus_window_add_meta_view before calling
	nautilus_view_load_client to make sure no signals are lost.
2000-01-04 03:06:28 +00:00
Elliot Lee
2e9f835f7e The ten minute version of kwebsearch. Handle forms (POST is untested and
* components/websearch, configure.in: The ten minute version of kwebsearch.
* components/html/ntl-web-browser.c: Handle forms (POST is untested and probably buggy).
* src/ntl-uri-map.c: Check result of file_info retrieval. Load web search by default.
* src/ntl-prefs.[ch]: First (lame) attempt at implementing application preferences.
* src/ntl-app.c: Load prefs at startup
2000-01-04 01:52:23 +00:00
John Sullivan
05729d1861 Added underline-accelerators to Add Bookmark and Edit Bookmarks items. 2000-01-04 01:18:48 +00:00
John Sullivan
6f9b058f29 Fixed a couple of bookmark-related memory leaks. 2000-01-03 23:17:26 +00:00
John Sullivan
7797ae9fb1 Split out a couple of file-related utilities into a new file. 2000-01-03 20:07:20 +00:00
Darin Adler
a5ee2d8134 Turned warnings back on. Fixed a warnings. More cvsignoring. 2000-01-03 17:26:34 +00:00
John Sullivan
0d0d327a00 Took out unused variables that my -Wall-free compile didn't notice. 2000-01-03 17:17:06 +00:00
Elliot Lee
d2e7371f28 Update copyright notices.
2000-01-03  Elliot Lee  <sopwith@redhat.com>

Update copyright notices.
2000-01-03 16:10:14 +00:00
Elliot Lee
108271b5a7 Update TODO list
Update TODO list
2000-01-03 15:31:40 +00:00
John Sullivan
b4d114b95a Create directory for bookmarks if necessary. 1999-12-31 03:44:03 +00:00
John Sullivan
d9326fa453 Implemented save/restore bookmarks across sessions. Also changed implementation
of NautilusBookmark to use gchar * instead of GString.
1999-12-31 01:58:06 +00:00
John Sullivan
8eba94a6a7 Linked in GNOME-XML library, which will be used for bookmarks. 1999-12-30 21:33:51 +00:00
John Sullivan
f6e05ed476 Forgot to cvs add the new files a moment ago when I checked in. 1999-12-30 19:14:55 +00:00
John Sullivan
553e10a47b Fixed bug with activating bookmarks in any but the first window.
Added working but simple Edit Bookmarks window that allows changing
name & uri, reordering, and deleting bookmarks.
1999-12-30 19:14:07 +00:00
John Sullivan
10b8bbe720 Just separated out the .[ch] notation into full file names from my
earlier entries.
1999-12-30 17:38:45 +00:00