| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
first cut at annotation metaview
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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".
|
|
|
|
|
| |
presence and uses the correct compile/link flags when compiling the web
browser component.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
|
|
|
| |
* 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.
|
|
|
|
|
|
|
|
| |
2000-01-22 Havoc Pennington <hp@pobox.com>
* configure.in: check for libwww
* components/html/Makefile.am: add libwww flags
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
|
|
| |
* 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
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
* 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.
|
|
|
|
| |
using the history buttons. Improved selection info display in status bar.
|
|
|
|
| |
Clean up --enable-* args slightly.
|
|
|
|
|
| |
* configure.in: Add --enable-more-warnings and --enable-fatal-warnings switches.
* src/ntl-uri-map.c: Add comment about functionality-in-waiting.
|
| |
|
|
|
|
|
|
|
| |
* 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).
Only displays one file.
|
|
|
|
| |
The whole wazoo. It would work, except for a bug I blame on gnome-vfs.
|
|
|
|
|
|
|
| |
* 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.
|
|
|
|
|
|
|
|
|
|
| |
* 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.
|
|
|
|
| |
push out.
|
|
|
|
|
|
| |
Implement libnautilus.
Normalize the way requests and notifications are passed around.
|
|
|
|
| |
Basic framework is there. Now for URL resolution and loading.
|
|
|