summaryrefslogtreecommitdiff
path: root/configure.in
Commit message (Collapse)AuthorAgeFilesLines
* first cut at annotation metaviewAndy Hertzfeld2000-02-151-0/+1
| | | | first cut at annotation metaview
* Turned -Werror back on.John Sullivan2000-02-081-1/+1
|
* Make optimized builds succeed.Darin Adler2000-02-041-1/+1
| | | | | | | | | | | | * configure.in: Turn off uninitialized variable warnings. At some point, we should turn these off only for the ORBit- generated stub files, since they are meaningful and useful in other files. For now, though, since we use -Werror, we need be sure these warnings don't cause trouble for people who do optimized builds. * src/ntl-main.c (main): Added GnomeUI to the list of domains to "stop on warning/critical".
* Added a proper GtkHTML configure check, so that it actually checks for itsEttore Perazzoli2000-02-031-2/+17
| | | | | presence and uses the correct compile/link flags when compiling the web browser component.
* Added new converter to list. Does rough on-the-fly docbook to htmlJonathan Blandford2000-02-031-0/+1
| | | | | | | | | | | | | | 2000-02-03 Jonathan Blandford <jrb@redhat.com> * gnome-db2html2/Makefile.am: Added new converter to list. Does rough on-the-fly docbook to html conversion. Not perfect yet (never will be) but good enough (tm) until we can get a better solution for jade. 2000-02-03 Jonathan Blandford <jrb@redhat.com> * configure.in: added components/help/converters/gnome-db2html2/Makefile to the list.
* Add components/help/converters/* makefiles. Check for NULL directoryElliot Lee2000-01-271-0/+6
| | | | | | | | | * configure.in: Add components/help/converters/* makefiles. * libnautilus/nautilus-directory.c: Check for NULL directory result before doing stuff with it. * src/ntl-index-panel.c: Ditto. * src/ntl-prefs.c: Add help browser nav tree to list of possibilities. * src/ntl-window-msgs.c: Handle non-VFS-handleable URIs correctly WRT 'up' button.
* check for libwwwHavoc Pennington2000-01-221-1/+10
| | | | | | | | 2000-01-22 Havoc Pennington <hp@pobox.com> * configure.in: check for libwww * components/html/Makefile.am: add libwww flags
* fix to gnomecanvaspixbufHavoc Pennington2000-01-221-3/+3
| | | | | | | | | | | | | | 2000-01-21 Havoc Pennington <hp@redhat.com> * src/file-manager/Makefile.am (INCLUDES): fix to gnomecanvaspixbuf * src/Makefile.am (INCLUDES): fix to gnomecanvaspixbuf * libnautilus/Makefile.am (INCLUDES): fix to use gnomecanvaspixbuf flags * configure.in: Look for gnomecanvaspixbuf properly (via gnome-config)
* Icon positions are now written out when you drag an icon,Darin Adler2000-01-191-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | and read in when you visit a directory. But the code then immediately re-lays out the icons, so the position is lost! * src/file-manager/fm-directory-view-icons.c: (fm_directory_view_icons_icon_moved_cb): (fm_directory_view_icons_initialize): (add_container_icon): Save icon position when an icon is moved. Get icon position when an icon is first created. * libnautilus/nautilus-directory.c: (nautilus_directory_get_metadata_from_node): (nautilus_directory_get_metadata): (nautilus_directory_create_metafile_tree_root): (nautilus_directory_get_metadata): (nautilus_directory_set_metadata): (nautilus_directory_get_file_metadata): (nautilus_directory_set_file_metadata): Added the routines to get and set metadata for individual files. * libnautilus/nautilus-string.h: libnautilus/nautilus-string.c: (nautilus_eat_strcmp): (nautilus_string_to_int): (nautilus_eat_string_to_int): Made new string functions that free the existing strings, and a function to convert an int to a string. * libnautilus/gnome-icon-container.h: libnautilus/gnome-icon-container.c: (move_icon): (class_init): (handle_icon_button_press): Added context_click_background and icon_moved signals, and renamed context_click to context_click_icon. * configure.in: Turned -Wunused back on. I had to turn -W off, but I think it's worth it.
* The ten minute version of kwebsearch. Handle forms (POST is untested andElliot Lee2000-01-041-0/+1
| | | | | | | | * 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
* Turned warnings back on. Fixed a warnings. More cvsignoring.Darin Adler2000-01-031-1/+2
|
* Linked in GNOME-XML library, which will be used for bookmarks.John Sullivan1999-12-301-0/+9
|
* Add HTML component to build. Make process die when all objects have beenElliot Lee1999-12-201-0/+1
| | | | | | | | | | * configure.in, components/Makefile.am: Add HTML component to build. * components/help/hyperbola-main.c, components/history/ntl-history-view.c: Make process die when all objects have been destroyed. * components/history/ntl-history-view.c: Bug fixes. * components/html/*.[ch]: Copy glibwww over, write new NautilusViewClient for HTML browsing. * src/ntl-uri-map.c: Cleanup, and use ntl_web_browser as default HTML display engine. * src/ntl-view.c: Try to handle Bonobo views for data display.
* Warning fixes throughout. Use $(WERROR) in Makefiles to get -Werror.Elliot Lee1999-12-161-7/+3
| | | | | * Warning fixes throughout. * Use $(WERROR) in Makefiles to get -Werror.
* Changed warning switches. Fixed bugs found when opening an icon andDarin Adler1999-12-151-2/+1
| | | | using the history buttons. Improved selection info display in status bar.
* Clean up --enable-* args slightly.Elliot Lee1999-12-151-19/+22
| | | | Clean up --enable-* args slightly.
* Add --enable-more-warnings and --enable-fatal-warnings switches. AddElliot Lee1999-12-151-13/+17
| | | | | * configure.in: Add --enable-more-warnings and --enable-fatal-warnings switches. * src/ntl-uri-map.c: Add comment about functionality-in-waiting.
* Turned on more warnings; fixed all warnings.Darin Adler1999-12-151-0/+15
|
* Add iconsElliot Lee1999-12-141-0/+1
| | | | | | | * configure.in, Makefile.am, icons/: Add icons * src/file-manager/fm-directory-view.c: Everything goes inside the scroll-frame, not the view itself.
* Almost works (haha).Elliot Lee1999-12-141-3/+1
| | | | | | Almost works (haha). Only displays one file.
* The whole wazoo. It would work, except for a bug I blame on gnome-vfs.Elliot Lee1999-12-141-1/+7
| | | | The whole wazoo. It would work, except for a bug I blame on gnome-vfs.
* Switch from imlib to pixbuf. Import from gnome-fm. Add a 'main_window'Elliot Lee1999-12-131-0/+1
| | | | | | | * libnautils/g*.[ch]: Switch from imlib to pixbuf. * src/file-manager: Import from gnome-fm. * idl/nautilus.idl: Add a 'main_window' attribute on a ViewFrame, so that views can talk to the main window.
* Add a convenience function for setting the label.Elliot Lee1999-12-101-0/+1
| | | | | | | | | | * libnautilus/ntl-meta-view.[ch]: Add a convenience function for setting the label. * Throughout: Rename the meta view "description" property to "label", which more accurately describes its use. * components/help: Start turning hyperbola into component.
* Start migration from gnome-fm.Elliot Lee1999-12-101-0/+1
| | | | Start migration from gnome-fm.
* push out.Elliot Lee1999-12-091-0/+2
| | | | push out.
* Implement libnautilus.Elliot Lee1999-12-061-0/+1
| | | | | | Implement libnautilus. Normalize the way requests and notifications are passed around.
* Basic framework is there. Now for URL resolution and loading.Elliot Lee1999-12-061-1/+5
| | | | Basic framework is there. Now for URL resolution and loading.
* Initial revisionElliot Lee1999-12-051-0/+40