diff options
author | Darin Adler <darin@src.gnome.org> | 2001-02-27 22:25:42 +0000 |
---|---|---|
committer | Darin Adler <darin@src.gnome.org> | 2001-02-27 22:25:42 +0000 |
commit | d566827eb6b90f5de50e5bea4d30c5e59b59253d (patch) | |
tree | 5d6345ec62a6e5a7916bcd9d92858e02e73f2232 /icons | |
parent | 3179f2c4abe12955b23dd40a5740a637f00bf93c (diff) | |
download | nautilus-d566827eb6b90f5de50e5bea4d30c5e59b59253d.tar.gz |
reviewed by: John Sullivan <sullivan@eazel.com>
Did most of the work for bug 5779, separating out the Eazel logos
so they won't be used by non-Eazel folks making changes to
Nautilus if they choose to do "non-approved" changes (allowed by
GPL of course).
* nautilus.spec.in: Add new logos.
* configure.in: Add eazel-logos and eazel-logos/throbber.
* Makefile.am: Add the eazel-logos subdirectory.
* eazel-logos/Makefile.am: Created.
* eazel-logos/throbber/Makefile.am: Created.
* components/services/nautilus-dependent-shared/icons/eazel-logo-right-side-logo.png:
* icons/About_Image.png:
* icons/about_background.png:
* icons/default.xml:
* icons/druid_header.png:
* icons/throbber/001.png:
* icons/throbber/002.png:
* icons/throbber/003.png:
* icons/throbber/004.png:
* icons/throbber/005.png:
* icons/throbber/006.png:
* icons/throbber/007.png:
* icons/throbber/008.png:
* icons/throbber/009.png:
* icons/throbber/010.png:
* icons/throbber/011.png:
* icons/throbber/012.png:
* icons/throbber/013.png:
* icons/throbber/014.png:
* icons/throbber/015.png:
* icons/throbber/016.png:
* icons/throbber/017.png:
* icons/throbber/018.png:
* icons/throbber/019.png:
* icons/throbber/020.png:
* icons/throbber/021.png:
* icons/throbber/022.png:
* icons/throbber/023.png:
* icons/throbber/024.png:
* icons/throbber/025.png:
* icons/throbber/026.png:
* icons/throbber/027.png:
* icons/throbber/028.png:
* icons/throbber/029.png:
* icons/throbber/030.png:
* icons/throbber/Makefile.am:
* icons/throbber/rest.png:
Updated with non-logo versions.
Did 90% of the work for bug 6950 (need new report_redirect call in
addition to report_location_change). While working on that, I also
moved the deferral of outgoing calls that is done in the Mozilla
component so that it is done by the NautilusView class instead.
* libnautilus/nautilus-view-component.idl: Added report_redirect.
* libnautilus/nautilus-view.h: Added report_redirect.
* libnautilus/nautilus-view.c: (queue_outgoing_call): Added
queing for the outgoing side.
(nautilus_view_initialize): Allocate queue.
(nautilus_view_destroy): Deallocate queue.
(str_list_copy): Utility needed here because we can't use
libnautilus-extensions.
(list_free_deep_callback): New. Used in queuing code.
(free_location_plus_callback): New. Used in queueing code.
(call_open_location_in_this_window),
(call_open_location_prefer_existing_window),
(call_open_location_force_new_window),
(call_report_location_change), (call_report_redirect),
(call_report_selection_change), (call_report_status),
(call_report_load_underway), (call_report_load_progress),
(call_report_load_complete), (call_report_load_failed),
(call_set_title), (call_go_back): Functions that get queued.
These have the bulk of the code to do work.
(nautilus_view_open_location_in_this_window),
(nautilus_view_open_location_prefer_existing_window),
(nautilus_view_open_location_force_new_window),
(nautilus_view_report_location_change),
(nautilus_view_report_redirect),
(nautilus_view_report_selection_change),
(nautilus_view_report_status),
(nautilus_view_report_load_underway),
(nautilus_view_report_load_progress),
(nautilus_view_report_load_complete),
(nautilus_view_report_load_failed), (nautilus_view_set_title),
(nautilus_view_go_back): These functions now simply queue the work
that needs to be done.
* src/nautilus-view-frame-corba.c: (free_location_plus_callback):
Add a new field for the "from_location" needed for redirect.
(report_redirect): The actual function to do the work.
(impl_Nautilus_ViewFrame_report_redirect): Queue function.
* src/nautilus-view-frame.h:
* src/nautilus-view-frame-private.h:
* src/nautilus-view-frame.c:
(nautilus_view_frame_initialize_class): Create report_redirect
signal.
(nautilus_view_frame_report_redirect): Emit the signal.
* src/nautilus-window-manage-views.c: (report_redirect_callback):
Code to implement the redirect. For now this does the exact same
thing as report_location_change. This is where all the remaining
work to fix the bug goes.
* components/mozilla/nautilus-mozilla-content-view.c:
(view_load_location_callback), (mozilla_title_changed_callback),
(mozilla_net_start_callback), (mozilla_net_stop_callback),
(mozilla_link_message_callback), (mozilla_progress_callback),
(mozilla_dom_mouse_click_callback),
(navigate_mozilla_to_nautilus_uri), (update_nautilus_uri),
(eazel_services_scheme_from_http): Remove the "async" calls that
defer calls until timeout time now that NautilusView itself does
that for all components.
* libnautilus-extensions/nautilus-gtk-extensions.h:
* libnautilus-extensions/nautilus-gtk-extensions.c:
(nautilus_gtk_marshal_NONE__POINTER_POINTER_POINTER_POINTER):
Added new marshal function needed for report_redirect.
Other changes.
* THANKS: Add some more contributors, after running the script
to detect new ChangeLog entries.
Diffstat (limited to 'icons')
-rw-r--r-- | icons/About_Image.png | bin | 63131 -> 57853 bytes | |||
-rw-r--r-- | icons/about_background.png | bin | 71703 -> 53172 bytes | |||
-rw-r--r-- | icons/default.xml | 2 | ||||
-rw-r--r-- | icons/druid_header.png | bin | 18838 -> 15585 bytes | |||
-rw-r--r-- | icons/throbber/001.png | bin | 5765 -> 2220 bytes | |||
-rw-r--r-- | icons/throbber/002.png | bin | 5755 -> 2234 bytes | |||
-rw-r--r-- | icons/throbber/003.png | bin | 5711 -> 2220 bytes | |||
-rw-r--r-- | icons/throbber/004.png | bin | 5614 -> 2339 bytes | |||
-rw-r--r-- | icons/throbber/005.png | bin | 5595 -> 2505 bytes | |||
-rw-r--r-- | icons/throbber/006.png | bin | 5682 -> 2230 bytes | |||
-rw-r--r-- | icons/throbber/007.png | bin | 5660 -> 2241 bytes | |||
-rw-r--r-- | icons/throbber/008.png | bin | 5608 -> 2291 bytes | |||
-rw-r--r-- | icons/throbber/009.png | bin | 5479 -> 2235 bytes | |||
-rw-r--r-- | icons/throbber/010.png | bin | 5351 -> 2306 bytes | |||
-rw-r--r-- | icons/throbber/011.png | bin | 5379 -> 2250 bytes | |||
-rw-r--r-- | icons/throbber/012.png | bin | 5408 -> 2266 bytes | |||
-rw-r--r-- | icons/throbber/013.png | bin | 5491 -> 2313 bytes | |||
-rw-r--r-- | icons/throbber/014.png | bin | 5691 -> 2226 bytes | |||
-rw-r--r-- | icons/throbber/015.png | bin | 5696 -> 2326 bytes | |||
-rw-r--r-- | icons/throbber/016.png | bin | 0 -> 2230 bytes | |||
-rw-r--r-- | icons/throbber/017.png | bin | 0 -> 2241 bytes | |||
-rw-r--r-- | icons/throbber/018.png | bin | 0 -> 2291 bytes | |||
-rw-r--r-- | icons/throbber/019.png | bin | 0 -> 2235 bytes | |||
-rw-r--r-- | icons/throbber/020.png | bin | 0 -> 2306 bytes | |||
-rw-r--r-- | icons/throbber/021.png | bin | 0 -> 2250 bytes | |||
-rw-r--r-- | icons/throbber/022.png | bin | 0 -> 2266 bytes | |||
-rw-r--r-- | icons/throbber/023.png | bin | 0 -> 2313 bytes | |||
-rw-r--r-- | icons/throbber/024.png | bin | 0 -> 2226 bytes | |||
-rw-r--r-- | icons/throbber/025.png | bin | 0 -> 2326 bytes | |||
-rw-r--r-- | icons/throbber/026.png | bin | 0 -> 2221 bytes | |||
-rw-r--r-- | icons/throbber/027.png | bin | 0 -> 2222 bytes | |||
-rw-r--r-- | icons/throbber/028.png | bin | 0 -> 2464 bytes | |||
-rw-r--r-- | icons/throbber/029.png | bin | 0 -> 2349 bytes | |||
-rw-r--r-- | icons/throbber/030.png | bin | 0 -> 2220 bytes | |||
-rw-r--r-- | icons/throbber/Makefile.am | 51 | ||||
-rw-r--r-- | icons/throbber/rest.png | bin | 3858 -> 2234 bytes |
36 files changed, 34 insertions, 19 deletions
diff --git a/icons/About_Image.png b/icons/About_Image.png Binary files differindex eb3a9ff9e..ff27f6791 100644 --- a/icons/About_Image.png +++ b/icons/About_Image.png diff --git a/icons/about_background.png b/icons/about_background.png Binary files differindex a96d69598..6929b4fbd 100644 --- a/icons/about_background.png +++ b/icons/about_background.png diff --git a/icons/default.xml b/icons/default.xml index f424f46ab..136126878 100644 --- a/icons/default.xml +++ b/icons/default.xml @@ -23,7 +23,7 @@ <thumbnails frame_offsets="3,3,6,6"/> - <throbber frame_count="15" url="http://www.eazel.com" delay="75"/> + <throbber frame_count="30" url="http://www.eazel.com" delay="75"/> <zoom_control number_v_offset="-6" number_h_offset="-2" digit_width="6"/> diff --git a/icons/druid_header.png b/icons/druid_header.png Binary files differindex e34a2f14a..b7fbe8221 100644 --- a/icons/druid_header.png +++ b/icons/druid_header.png diff --git a/icons/throbber/001.png b/icons/throbber/001.png Binary files differindex 187bcd7c4..ec2eacdf1 100644 --- a/icons/throbber/001.png +++ b/icons/throbber/001.png diff --git a/icons/throbber/002.png b/icons/throbber/002.png Binary files differindex 8acae28b4..0c77b8536 100644 --- a/icons/throbber/002.png +++ b/icons/throbber/002.png diff --git a/icons/throbber/003.png b/icons/throbber/003.png Binary files differindex 00342738e..c490ee8da 100644 --- a/icons/throbber/003.png +++ b/icons/throbber/003.png diff --git a/icons/throbber/004.png b/icons/throbber/004.png Binary files differindex 49a9271ba..3b5afada7 100644 --- a/icons/throbber/004.png +++ b/icons/throbber/004.png diff --git a/icons/throbber/005.png b/icons/throbber/005.png Binary files differindex a6c518661..f65486fa8 100644 --- a/icons/throbber/005.png +++ b/icons/throbber/005.png diff --git a/icons/throbber/006.png b/icons/throbber/006.png Binary files differindex b45bfcd76..d5124079b 100644 --- a/icons/throbber/006.png +++ b/icons/throbber/006.png diff --git a/icons/throbber/007.png b/icons/throbber/007.png Binary files differindex 58004a43a..8471e34ab 100644 --- a/icons/throbber/007.png +++ b/icons/throbber/007.png diff --git a/icons/throbber/008.png b/icons/throbber/008.png Binary files differindex 1702ced20..2197674db 100644 --- a/icons/throbber/008.png +++ b/icons/throbber/008.png diff --git a/icons/throbber/009.png b/icons/throbber/009.png Binary files differindex a2830eaad..94227746b 100644 --- a/icons/throbber/009.png +++ b/icons/throbber/009.png diff --git a/icons/throbber/010.png b/icons/throbber/010.png Binary files differindex 483d3c6ac..e3984b649 100644 --- a/icons/throbber/010.png +++ b/icons/throbber/010.png diff --git a/icons/throbber/011.png b/icons/throbber/011.png Binary files differindex 00fe8457e..83407f9e8 100644 --- a/icons/throbber/011.png +++ b/icons/throbber/011.png diff --git a/icons/throbber/012.png b/icons/throbber/012.png Binary files differindex 2daaa4680..3c6aeaa8f 100644 --- a/icons/throbber/012.png +++ b/icons/throbber/012.png diff --git a/icons/throbber/013.png b/icons/throbber/013.png Binary files differindex cf9745eb3..728214a57 100644 --- a/icons/throbber/013.png +++ b/icons/throbber/013.png diff --git a/icons/throbber/014.png b/icons/throbber/014.png Binary files differindex 54954fa52..83cf1b380 100644 --- a/icons/throbber/014.png +++ b/icons/throbber/014.png diff --git a/icons/throbber/015.png b/icons/throbber/015.png Binary files differindex e5aabdadc..59e333fcc 100644 --- a/icons/throbber/015.png +++ b/icons/throbber/015.png diff --git a/icons/throbber/016.png b/icons/throbber/016.png Binary files differnew file mode 100644 index 000000000..d5124079b --- /dev/null +++ b/icons/throbber/016.png diff --git a/icons/throbber/017.png b/icons/throbber/017.png Binary files differnew file mode 100644 index 000000000..8471e34ab --- /dev/null +++ b/icons/throbber/017.png diff --git a/icons/throbber/018.png b/icons/throbber/018.png Binary files differnew file mode 100644 index 000000000..2197674db --- /dev/null +++ b/icons/throbber/018.png diff --git a/icons/throbber/019.png b/icons/throbber/019.png Binary files differnew file mode 100644 index 000000000..94227746b --- /dev/null +++ b/icons/throbber/019.png diff --git a/icons/throbber/020.png b/icons/throbber/020.png Binary files differnew file mode 100644 index 000000000..e3984b649 --- /dev/null +++ b/icons/throbber/020.png diff --git a/icons/throbber/021.png b/icons/throbber/021.png Binary files differnew file mode 100644 index 000000000..83407f9e8 --- /dev/null +++ b/icons/throbber/021.png diff --git a/icons/throbber/022.png b/icons/throbber/022.png Binary files differnew file mode 100644 index 000000000..3c6aeaa8f --- /dev/null +++ b/icons/throbber/022.png diff --git a/icons/throbber/023.png b/icons/throbber/023.png Binary files differnew file mode 100644 index 000000000..728214a57 --- /dev/null +++ b/icons/throbber/023.png diff --git a/icons/throbber/024.png b/icons/throbber/024.png Binary files differnew file mode 100644 index 000000000..83cf1b380 --- /dev/null +++ b/icons/throbber/024.png diff --git a/icons/throbber/025.png b/icons/throbber/025.png Binary files differnew file mode 100644 index 000000000..59e333fcc --- /dev/null +++ b/icons/throbber/025.png diff --git a/icons/throbber/026.png b/icons/throbber/026.png Binary files differnew file mode 100644 index 000000000..7f8a0d0fc --- /dev/null +++ b/icons/throbber/026.png diff --git a/icons/throbber/027.png b/icons/throbber/027.png Binary files differnew file mode 100644 index 000000000..6db040eab --- /dev/null +++ b/icons/throbber/027.png diff --git a/icons/throbber/028.png b/icons/throbber/028.png Binary files differnew file mode 100644 index 000000000..62c412070 --- /dev/null +++ b/icons/throbber/028.png diff --git a/icons/throbber/029.png b/icons/throbber/029.png Binary files differnew file mode 100644 index 000000000..c732b9821 --- /dev/null +++ b/icons/throbber/029.png diff --git a/icons/throbber/030.png b/icons/throbber/030.png Binary files differnew file mode 100644 index 000000000..1bed97a6e --- /dev/null +++ b/icons/throbber/030.png diff --git a/icons/throbber/Makefile.am b/icons/throbber/Makefile.am index 218cd6aa1..5b9ad1a0e 100644 --- a/icons/throbber/Makefile.am +++ b/icons/throbber/Makefile.am @@ -2,23 +2,38 @@ NULL= throbberdir = $(datadir)/pixmaps/nautilus/throbber -throbber_DATA = \ - 001.png \ - 002.png \ - 003.png \ - 004.png \ - 005.png \ - 006.png \ - 007.png \ - 008.png \ - 009.png \ - 010.png \ - 011.png \ - 012.png \ - 013.png \ - 014.png \ - 015.png \ - rest.png \ +throbber_DATA = \ + 001.png \ + 002.png \ + 003.png \ + 004.png \ + 005.png \ + 006.png \ + 007.png \ + 008.png \ + 009.png \ + 010.png \ + 011.png \ + 012.png \ + 013.png \ + 014.png \ + 015.png \ + 016.png \ + 017.png \ + 018.png \ + 019.png \ + 020.png \ + 021.png \ + 022.png \ + 023.png \ + 024.png \ + 025.png \ + 026.png \ + 027.png \ + 028.png \ + 029.png \ + 030.png \ + rest.png \ $(NULL) - + EXTRA_DIST = $(throbber_DATA) diff --git a/icons/throbber/rest.png b/icons/throbber/rest.png Binary files differindex 785bf3f4a..70bf5c52d 100644 --- a/icons/throbber/rest.png +++ b/icons/throbber/rest.png |