summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* forgot to save Changelog VS: Modified Files:post-1_0_1Andy Hertzfeld2001-01-291-1/+2
| | | | | forgot to save Changelog VS: Modified Files:
* added better sizing of components by using size_request, and a vcardAndy Hertzfeld2001-01-2915-18/+1237
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | added better sizing of components by using size_request, and a vcard component that graphically renders vcards. * components/Makefile.am: added vcard component * components/rss-control/nautilus-rss-control.c: (nautilus_rss_control_initialize_class), (nautilus_rss_control_size_request): added size_request call to rss-control * components/vcard/.cvsignore: * components/vcard/Makefile.am: * components/vcard/main.c: (vcard_object_destroyed), (vcard_make_object), (main): * components/vcard/nautilus-vcard.c: (nautilus_vcard_initialize_class), (get_bonobo_properties), (set_bonobo_properties), (nautilus_vcard_initialize), (nautilus_vcard_destroy), (nautilus_vcard_get_control), (vcard_logo_callback), (vcard_read_done_callback), (load_vcard), (nautilus_vcard_set_uri), (vcard_pixbuf_composite), (draw_vcard_logo_image), (draw_vcard_name_and_title), (draw_vcard_addresses), (nautilus_vcard_draw), (nautilus_vcard_expose), (nautilus_vcard_motion_event), (nautilus_vcard_size_request), (nautilus_vcard_leave_event), (nautilus_vcard_button_press_event): * components/vcard/nautilus-vcard.h: * components/vcard/nautilus-vcard.oaf: * components/vcard/vcard.c: (vcard_full_name), (vcard_title), (vcard_logo), (vcard_postal), (vcard_streetaddress), (vcard_city_state_zip), (vcard_company), (vcard_email), (vcard_fax), (vcard_web), (vcard_address_list): * components/vcard/vcard.h: new vcard component for displaying graphical business cards, not finished yet * configure.in: added vcard component * nautilus-clean.sh: added vcard to nautilus-clean * libnautilus-extensions/nautilus-icon-canvas-item.c: (nautilus_icon_canvas_item_get_icon_width), (nautilus_icon_canvas_item_get_icon_height), (nautilus_icon_canvas_item_update_bounds): better sizing of components
* added missing files to post-1_0_1 branch, plus some more developmentAndy Hertzfeld2001-01-2410-1/+1076
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | added missing files to post-1_0_1 branch, plus some more development * components/rss-control/.cvsignore: * components/rss-control/Makefile.am: * components/rss-control/main.c: (rss_control_object_destroyed), (rss_control_make_object), (main): * components/rss-control/nautilus-rss-control.c: (nautilus_rss_control_initialize_class), (get_bonobo_properties), (set_bonobo_properties), (nautilus_rss_control_initialize), (free_rss_data_item), (nautilus_rss_control_clear_items), (nautilus_rss_control_destroy), (nautilus_rss_control_get_control), (nautilus_rss_control_set_title), (rss_logo_callback), (rss_read_done_callback), (load_rss_file), (nautilus_rss_control_set_uri), (rss_control_pixbuf_composite), (draw_rss_logo_image), (draw_rss_title), (draw_blue_line), (draw_rss_items), (nautilus_rss_control_draw), (nautilus_rss_control_expose), (nautilus_rss_control_set_prelight_index), (nautilus_rss_control_motion_event), (nautilus_rss_control_leave_event), (nautilus_rss_control_button_press_event): * components/rss-control/nautilus-rss-control.h: * components/rss-control/nautilus-rss-control.oafinfo: * components/throbber/nautilus-throbber.c: (get_bonobo_properties), (set_bonobo_properties), (nautilus_throbber_initialize): * data/top/Clock: * data/top/Slashdot:
* initial check-in of post-1_0_1 branchAndy Hertzfeld2001-01-2429-518/+798
| | | | initial check-in of post-1_0_1 branch
* fixed recently introduced problem where it was still treating buttonAndy Hertzfeld2001-01-242-9/+12
| | | | | | | | * src/nautilus-theme-selector.c: (remove_button_callback), (exit_remove_mode): fixed recently introduced problem where it was still treating button labels as nautilus_labels instead of gtk_labels.
* fixed bug 5972, remove theme button uses aa text, by using a gtk_labelAndy Hertzfeld2001-01-244-61/+80
| | | | | | | | | | | | | | * src/nautilus-theme-selector.c: (nautilus_theme_selector_initialize), (remove_button_callback), (exit_remove_mode): fixed bug 5972, remove theme button uses aa text, by using a gtk_label instead of a nautilus_label. Also, hide the add button during remove mode so it's less confusing. * libnautilus-extensions/nautilus-theme.c: (nautilus_theme_make_selector): fixed a crash when an installed theme lacked a preview icon, cleaned up code and fixed a memory leak.
* Removed accidentally committed conflict marker.Maciej Stachowiak2001-01-241-1/+0
|
* reviewed by: Darin Adler <darin@eazel.com>Maciej Stachowiak2001-01-242-8/+179
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Partial fix for bug 5902 (Rapidly changing between Icon and Image/Text crashes Nautilus). * src/nautilus-view-frame.c: (nautilus_view_frame_load_client_async), (nautilus_view_frame_load_client), (nautilus_view_frame_stop_activation), (nautilus_view_frame_load_location), (nautilus_view_frame_stop_loading), (nautilus_view_frame_selection_changed), (nautilus_view_frame_title_changed), (nautilus_view_frame_is_zoomable), (nautilus_view_frame_get_zoom_level), (nautilus_view_frame_set_zoom_level), (nautilus_view_frame_get_min_zoom_level), (nautilus_view_frame_get_max_zoom_level), (nautilus_view_frame_get_has_min_zoom_level), (nautilus_view_frame_get_has_max_zoom_level), (nautilus_view_frame_get_is_continuous), (nautilus_view_frame_get_preferred_zoom_levels), (nautilus_view_frame_zoom_in), (nautilus_view_frame_zoom_out), (nautilus_view_frame_zoom_to_fit), (nautilus_view_frame_open_location_in_this_window), (nautilus_view_frame_open_location_prefer_existing_window), (nautilus_view_frame_open_location_force_new_window), (nautilus_view_frame_report_selection_change), (nautilus_view_frame_report_status), (nautilus_view_frame_report_load_underway), (nautilus_view_frame_report_load_progress), (nautilus_view_frame_report_load_complete), (nautilus_view_frame_report_load_failed), (nautilus_view_frame_set_title), (nautilus_view_frame_get_title), (nautilus_view_frame_get_label), (nautilus_view_frame_set_label), (nautilus_view_frame_activate), (get_history_list), (send_history), (nautilus_view_frame_get_is_underway): Silently do nothing if the view frame has failed. Based on suggestions from Darin. Also includes return_if_fail fixes from Darin.
* Changed output in md5_failed to be readable. Only ask about deleting filesEskil Heyn Olsen2001-01-248-22/+485
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * components/services/install/command-line/eazel-alt-install-corba. c: (md5_check_failed), (delete_files): Changed output in md5_failed to be readable. Only ask about deleting files if any where downloaded (the check was commented out for some reason) * components/services/install/command-line/eazel-test-packsys.c: (test_package_load), (test_query), (test_query_owns_mem), (is_installed), (test_install), (test_uninstall), (test_verify), (main): s/packagedata_destroy/gtk_object_unref/ - eazel-test-packsys now no longer leaks packagedata objects. * components/services/install/lib/eazel-install-corba-callback.c: (impl_md5_check_failed): Removed an debug output. * components/services/install/lib/eazel-install-logic2.c: (is_satisfied), (is_satisfied_features): (check_dependencies_foreach), (check_dependencies): Fixed nasty bug that caused the install service to loop on some packages that have circular dependency (found by Ken). * components/services/install/nautilus-view/nautilus-service-instal l-view.c: (nautilus_install_parse_uri), (nautilus_service_install_view_update_from_uri): Fixed the port thing again (should fix 5960)
* A very simple applet to debug show desktop and smooth graphicsRamiro Estrugo2001-01-249-251/+289
| | | | | | | | | | | | | | | | | * applets/Makefile.am: * applets/launcher/Makefile.am: * applets/launcher/nautilus-launcher-applet.c: (button_toggled), (show_desktop_changed_callback), (delete_event), (main): * applets/launcher/nautilus-launcher-applet.gnorba: * applets/preferences-applet/Makefile.am: * applets/preferences-applet/nautilus-preferences-applet.c: (accept_all_cookies), (preference_toggle_destroy_callback), (boolean_preference_changed_callback), (button_toggled), (boolean_toggle_button_new), (main): * applets/preferences-applet/nautilus-preferences-applet.gnorba: * configure.in: A very simple applet to debug show desktop and smooth graphics preferences.
* fixed bug 5908, assert hit when background pattern is deleted, by testingAndy Hertzfeld2001-01-243-4/+18
| | | | | | | | * libnautilus-extensions/nautilus-directory-background.c: (theme_image_path_to_uri): fixed bug 5908, assert hit when background pattern is deleted, by testing explicitly for the file missing and returning NULL in that case instead of asserting.
* Fixed bug 2153 (deep count calculation in properties windowJohn Sullivan2001-01-2410-3/+115
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | could be faster) Fixed bug 5687 (Sidebar flickers and CPU thrashes during deep count calculation in properties window) Changed the deep count calculation to send a specialized signal when the in-progress count updates, instead of using "file_changed", since many parts of the UI react to file_changed by doing (in this case unnecessary) work. My stopwatch measurement on a large directory showed that the time to calculate 20000 contained files went from 147 seconds to 8 seconds, and the CPU usage pegged around 15% (formerly 100%). * libnautilus-extensions/nautilus-directory-async.c: (deep_count_callback): Call nautilus_file_changed only when count is finished; call nautilus_file_updated_deep_count_in_progress after every new higher value is computed. * libnautilus-extensions/nautilus-file-private.h: Added prototype for nautilus_file_updated_deep_count_in_progress. * libnautilus-extensions/nautilus-file.h: * libnautilus-extensions/nautilus-file.c: (nautilus_file_initialize_class): define "updated_deep_count_in_progres" signal. (nautilus_file_updated_deep_count_in_progress): send this new signal for this file (which must be a directory) and any links pointing to it. * src/file-manager/fm-properties-window.c: (attach_directory_contents_value_field): Make text field in properties window react to new signal instead of "changed".
* Fixed bug 5959 (File name in "no applications available"John Sullivan2001-01-243-4/+13
| | | | | | | | dialog should be in quotes) * libnautilus-extensions/nautilus-program-chooser.c: (nautilus_program_chooser_show_no_choices_message): Put quotes around file name in dialog.
* fixed bug 5746, hardware title in hardware view not translated, byAndy Hertzfeld2001-01-233-1/+14
| | | | | | | | | | | | * components/hardware/nautilus-hardware-view.c: (hardware_view_load_location_callback): fixed bug 5746, hardware title in hardware view not translated, by explicitly setting the title using a localized string. This also fixes the minor problem of the title not being capitalized * icons/villanova/villanova.xml: fixed bug 5658, Sierra theme lacks description, by adding a description to the xml file.
* fixed bug 5587, hard-coded button geometry in the property browser, fixedAndy Hertzfeld2001-01-232-10/+18
| | | | | | | | | * src/nautilus-property-browser.c: (nautilus_property_browser_initialize), (make_category_link): fixed bug 5587, hard-coded button geometry in the property browser, fixed by removing the set_usizes and allowing gtk to adaptively size them and replacing the table that was holding them with a box so they will be centered properly.
* reviewed by: Pavel Cisler <pavel@eazel.com>Maciej Stachowiak2001-01-2318-5/+50
| | | | | | | | | | | | | | | | | | | | | | | | | Fixed bug 5943 (Throbber crashes on nautilus startup (crashing Nautilus) with some themes and configurations) * components/help/hyperbola-main.c: (main): * components/image-viewer/nautilus-image-view.c: (init_server_factory): * components/mozilla/main.c: (main): * components/music/main.c: (main): * components/notes/nautilus-notes.c: (main): * components/services/install/nautilus-view/main.c: (main): * components/services/login/nautilus-view/main.c: (main): * components/services/summary/nautilus-view/main.c: (main): * components/shell/shell.c: * components/text/main.c: (main): * components/throbber/main.c: (main): * components/tree/main.c: (main): * libnautilus/nautilus-view-standard-main.c: (nautilus_view_standard_main_multi): * nautilus-installer/src/main.c: (main): * src/nautilus-main.c: (main): Added gdk_rgb_init calls. The throbber one was causing a real 100% reproducible crash for me on Nautilus startup, the rest are pre-emptive.
* Committed greatly updated Turkish translation by GorkemFatih Demir2001-01-232-3627/+8317
|
* changed mozilla required version to 0.7 this messes upgrades since 0.7 isRobin * Slomkowski2001-01-232-1/+6
| | | | | | | 2001-01-23 Robin * Slomkowski <rslomkow@eazel.com> * nautilus.spec.in: changed mozilla required version to 0.7 this messes upgrades since 0.7 is lower than M18
* reviewed by: Pavel Cisler <pavel@eazel.com>Ramiro Estrugo2001-01-232-1/+26
| | | | | | | | | | | | | * src/nautilus-theme-selector.c: (nautilus_theme_selector_initialize): Band aid fix for bug 5910 - Font size for Theme name is too large in "Nautilus Theme Selector" dialog. I made the column larger to fit up to and including the length of the currently largest known theme name "Crux-Eggplant" There are many reason why this is a lame band aid fix. The real fix is to not hard code any geometry in this code. I filed a bug for that (5951).
* fixed typo in recent ChangeLog entryAndy Hertzfeld2001-01-231-1/+1
| | | | fixed typo in recent ChangeLog entry
* fixed typo in "terracotta" pattern name that caused it not to beAndy Hertzfeld2001-01-232-1/+7
| | | | | | * data/browser.xml: fixed typo in "terracotta" pattern name that caused it not to be capitalized in the property browser.
* Removed the --port argument (since --server is now in server:port form).Eskil Heyn Olsen2001-01-237-47/+151
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * components/services/install/command-line/eazel-alt-install-corba. c: (set_parameters_from_command_line), (something_failed): Removed the --port argument (since --server is now in server:port form). Removed --tmp as you shouldn't set it anymore. Rename --noauth to --no-auth and --ssl_rename to --ssl-rename. Default behaviour is now that no server or no-auth argument causes eazel-install to use trilobite server setting and proxy. --no-auth just uses trilobite server and no proxy, --server sets the server and no proxy. Changed output in something_failed. * components/services/install/lib/eazel-install-logic.c: (eazel_install_start_signal), (eazel_install_failed_signal): Don't emit progress in uninstall (since the EazelInstall object didn't have them, I was currently emitting install progress signals) Only emit failed signals on the toplevel. * components/services/install/lib/eazel-install-logic2.c: (eazel_install_check_existing_packages), (get_softcat_info), (is_satisfied): More ifdeffed debug. Uncommented a commented out gtk_object_unref. Commented out a unref and emit_failed, since the pruner is doing this. In is_satisifed, if no version in dep, check if package is installed before checking features list. Faster and safer. * components/services/install/lib/eazel-package-system-rpm3.c: (make_rpm_argument_list), (monitor_rpm_process_pipe_percent_output), (monitor_rpm_process_pipe), (eazel_package_system_rpm3_execute): Some ifdeffed code for --percent handling. Set go==FALSE in execute if root helper fails (fixes a bug where the installer would hang if wrong password was entered). * components/services/install/nautilus-view/nautilus-service-instal l-view.c: (nautilus_service_install_view_update_from_uri): Default to port 80 if trilobite_get_services_address did not include a port.
* reviewed by: Pavel Cisler <pavel@eazel.com>Ramiro Estrugo2001-01-232-9/+20
| | | | | | | | | | | | Fix bug 5914 - First run of Nautilus on clean system crashes. * src/nautilus-application.c: (nautilus_application_initialize), (nautilus_application_destroy), (nautilus_application_startup): Add the preference callback for show_desktop much later in the initialization of the Nautilus Application. Otherwise, the first time druid triggers prefernece changes that cause the desktop to turn on in the middle of the first time druid being presented to the user.
* Fixed "make check." Oh, the woes. Earlier I removed a field from a structRebecca Schulman2001-01-233-0/+47
| | | | | | | | | | | | | | | 2001-01-22 Rebecca Schulman <rebecka@eazel.com> * libnautilus-extensions/nautilus-search-uri.c: (nautilus_self_check_search_uri): Fixed "make check." Oh, the woes. Earlier I removed a field from a struct in nautilus-search-uri and broke binary compatibility between the many mysterious structs here. It seems they all must be the same size. Added a fixme so that we know this in the future, hopefully. Also added an additional test during debugging.
* fixed bug 5895, critical errors when you make the sidebar small. Fixed byAndy Hertzfeld2001-01-232-7/+32
| | | | | | | | | | * src/nautilus-sidebar-tabs.c: (draw_one_tab_themed), (draw_or_layout_all_tabs): fixed bug 5895, critical errors when you make the sidebar small. Fixed by clipping the amount we draw to fit within the destination buffer before calling gdk_pixbuf_composite. Also fixed another crash when trying to draw aa-text for the tab labels when the starting offset is bigger than the buffer; in that case, don't draw anything.
* Dumshit me, forgot to checkin the Makefile.Ramiro Estrugo2001-01-233-0/+9
| | | | | * libnautilus-extensions/Makefile.am: Dumshit me, forgot to checkin the Makefile.
* Removed C++ style comments from copied codeMichael Fleming2001-01-232-3/+8
| | | | | * components/mozilla/nautilus-mozilla-content-view.c: Removed C++ style comments from copied code
* reviewed by: Ramiro EstrugoMike Engber2001-01-233-42/+54
| | | | | | | | | | | | reviewed by: Ramiro Estrugo * libnautilus-extensions/nautilus-directory-background.c: (desktop_background_realized), (nautilus_connect_desktop_background_to_file_metadata), (image_loading_done_callback), (nautilus_connect_background_to_file_metadata): Desktop backgrounds were being drawn before they were initialized. Bugs 5853 & 5896.
* Fix bug 5316, that search results code has empty strings marked forRebecca Schulman2001-01-233-80/+15
| | | | | | | | | | 2001-01-22 Rebecca Schulman <rebecka@eazel.com> Fix bug 5316, that search results code has empty strings marked for translation. * libnautilus-extensions/nautilus-search-uri.c: (parse_uri): Remove "prefixes" for search criteria that were always blank.
* reviewed by: Pavel Cisler <pavel@eazel.com>Ramiro Estrugo2001-01-237-8/+444
| | | | | | | | | | | | | | | | | | | | Fix bug 5831 - Clipping problems in summary view draing scrollable labels. * libnautilus-extensions/Makefile.am: * libnautilus-extensions/nautilus-viewport.c: (nautilus_viewport_initialize_class), (nautilus_viewport_initialize), (nautilus_viewport_draw), (nautilus_viewport_paint), (nautilus_viewport_new): * libnautilus-extensions/nautilus-viewport.h: New files. A sublcass of GtkViewport that takes into account the width and height of the widget style xthickness and ythickness when painting. * components/services/summary/nautilus-view/nautilus-summary-view.c : (generate_summary_form): Use NautilusViewport instead of GtkViewport to avoid clipping problems when painting labels inside scrollable viewports.
* Make CVS shutupJosh Barrow2001-01-231-0/+1
| | | | Make CVS shutup
* *** empty log message ***Josh Barrow2001-01-231-409/+0
|
* Make CVS shutup.Josh Barrow2001-01-235-0/+18
| | | | | | | | | | | 2001-01-22 Josh Barrow <josh@eazel.com> * icons/crux_eggplant/.cvsignore: * icons/crux_eggplant/backgrounds/.cvsignore: * icons/crux_eggplant/sidebar_tab_pieces/.cvsignore: * icons/crux_eggplant/throbber/.cvsignore: Make CVS shutup.
* Just corrected a date.John Sullivan2001-01-221-1/+1
|
* Bug 5905: Softcat Search button doesn't work.Michael Fleming2001-01-222-16/+41
| | | | | | | | | | | | | | | * components/mozilla/nautilus-mozilla-content-view.c: (mozilla_dom_key_press_callback), (mozilla_dom_mouse_click_callback): Bug 5905: Softcat Search button doesn't work. I don't know when this stopped working but maybe it was while I was dorking with the key-initiated-navigation. Anyway, I polished stuff up to use the real constants for indicating to Moz whether to handle events or not. This problem went away and everything else seemed to continue to work as expected.
* Added support for db1 emulation in Berkeley DB3. DB3 needsStanislav Brabec2001-01-223-4/+50
| | | | | | | | * configure.in: Added support for db1 emulation in Berkeley DB3. DB3 needs --enable-compat185. * README: Describe solutions of linking errors with mozilla libs (partially copied from Galeon's FAQ).
* upped version to 0.8.1 to be higher than branchRobin Slomkowski2001-01-222-1/+6
| | | | | * configure.in: upped version to 0.8.1 to be higher than branch
* reviewed by: John Sullivan <sullivan@eazel.com>NAUTILUS_PR3_ANCHORRamiro Estrugo2001-01-224-28/+96
| | | | | | | | | | | | | | | | | | Fix 5613 - Icon captions in sidebar get cropped when toggling "smooth graphics. * libnautilus-extensions/nautilus-label.c: (label_force_cached_requisition_flush), (nautilus_label_set_is_smooth): Flush the GtkLabel's requisition cache when the is_smooth attribute is changed. * src/nautilus-property-browser.c: (nautilus_property_browser_initialize), (nautilus_property_browser_destroy), (nautilus_property_browser_theme_changed): Remove attempt at fixing parts of 5613. The fix above should fix it everywhere.
* *** empty log message ***Manuel de Vega Barreiro2001-01-221-0/+4
|
* reviewed by: Pavel Cisler <pavel@eazel.com> (exceptJohn Sullivan2001-01-225-40/+89
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fix for bug 5884, which nobody reviewed) Fixed bug 5766 (assertion when switching views) Fixed bug 5884 (Rename file dialog for missing file quotes intended name rather than current) * libnautilus-extensions/nautilus-mime-actions.c: (nautilus_mime_get_default_action_type_for_file), (nautilus_mime_get_default_action_for_file), (nautilus_mime_get_default_application_for_file_internal), (nautilus_mime_get_default_component_for_file_internal), (nautilus_mime_get_short_list_applications_for_file), (nautilus_mime_get_short_list_components_for_file), (nautilus_mime_get_short_list_methods_for_file), (nautilus_mime_get_all_applications_for_file), (nautilus_mime_get_all_components_for_file): These functions were all using return_val_if_fail if nautilus_mime_actions_check_if_minimum_attributes_ready returned FALSE. In keeping with the style used in NautilusFile, changed these to check and return, but not complain, in these cases where the answer is "not enough info yet". I did not change the setters; they still complain. * src/file-manager/fm-error-reporting.c: (fm_report_error_renaming_file): Use "original_name" instead of "new_name" in error message.
* Updated Swedish translation.Christian Rose2001-01-222-1394/+1638
|
* Updated Spanish translation from Pablo del Campo <pablodc@mapfre.com.ar>Carlos Perelló Marín2001-01-222-169/+189
| | | | | | | 2001-01-22 Carlos Perelló Marín <carlos@gnome-db.org> * es.po: Updated Spanish translation from Pablo del Campo <pablodc@mapfre.com.ar>
* Fix bugzilla.eazel.com bug 2659, that behavior with backup search isRebecca Schulman2001-01-224-72/+144
| | | | | | | | | | | | | | | | | | | 2001-01-22 Rebecca Schulman <rebecka@eazel.com> Fix bugzilla.eazel.com bug 2659, that behavior with backup search is inconsistent, because content backup searches are unavailable. We now * src/file-manager/fm-search-list-view.c: (load_location_callback), (load_error_callback), (display_indexed_search_problems_dialog): Add checks to handle both the case where the indexed search is not available and the case where a backup search is not available. Explain why an index search cannot be performed, and also if applicable why a backup search can't be performed. * src/file-manager/nautilus-indexing-info.c: (nautilus_indexing_info_get_last_index_time): Return NULL if there are no indices, instead of the timestring for time = 0.
* *data/patterns/Makefile.am: Missed a file!Arlo Rose2001-01-222-0/+6
| | | | | *data/patterns/Makefile.am: Missed a file!
* Added new background pattern for the "Default" theme. I also let it showArlo Rose2001-01-224-1/+11
| | | | | | | | | * data/browser.xml: * data/patterns/brushed_metal.png: * icons/default.xml: Added new background pattern for the "Default" theme. I also let it show up in the normal pattern dialog as well.
* Changed selection rectangleArlo Rose2001-01-223-1/+415
| | | | | * icons/crux_eggplant/crux_eggplant.xml: Changed selection rectangle
* Change the download_progress and download_failed signals to pass aRobey Pointer2001-01-2212-158/+249
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * components/services/install/idl/trilobite-eazel-install.idl: * components/services/install/lib/eazel-install-corba-callback.c: (impl_download_progress), (impl_download_failed): * components/services/install/lib/eazel-install-corba-types.c: (corba_packagedatastruct_from_packagedata): * components/services/install/lib/eazel-install-object.c: (eazel_install_fetch_remote_package_list), (eazel_install_emit_download_progress), (eazel_install_emit_download_progress_default), (eazel_install_emit_download_failed), (eazel_install_emit_download_failed_default): * components/services/install/lib/eazel-install-protocols.c: (http_fetch_remote_file), (ftp_fetch_remote_file), (gnome_vfs_xfer_callback), (gnome_vfs_fetch_remote_file), (local_fetch_remote_file), (eazel_install_fetch_file), (eazel_install_fetch_package): * components/services/install/lib/eazel-install-protocols.h: * components/services/install/lib/eazel-install-public.h: Change the download_progress and download_failed signals to pass a PackageData struct (and not a char*) just like every other signal, now that we can do that. Fix a missing bytesize fill-in in one of the corba conversion functions. Also, make the non-slim build use the file-rename trick from the bootstrap installer, to ensure that uncompleted downloads are never treated like valid package files. * components/rpmview/nautilus-rpm-view-install.c: (nautilus_rpm_view_download_progress_signal), (nautilus_rpm_view_download_failed): * components/services/install/command-line/eazel-alt-install-corba. c: (eazel_download_progress_signal), (download_failed), (something_failed): Fix rpm view and command-line install to use the new download signal signatures. * components/services/install/nautilus-view/nautilus-service-instal l-view.c: (nautilus_service_install_downloading), (nautilus_service_install_preflight_check), (nautilus_service_install_download_failed), (nautilus_service_install_installing), (nautilus_service_install_done), (nautilus_service_install_view_update_from_uri): Use the new download signal signatures to draw a nifty progress bar for the overall download (where 90% of most users' time will be spent in this view). Scale the progress bar to match the package files' expected sizes (softcat bug to be fixed in 1.0). Leave the throbber on during the downloads so they can be aborted. Don't offer to erase rpms if the package was already installed (and therefore not downloaded).
* A whole mess of files checked in to add a new color variationArlo Rose2001-01-2294-2/+253
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | of Crux. I'm not happy with the folders... I may need to tint them later. * configure.in: * icons/Makefile.am: * icons/arlo/arlo.xml: * icons/crux_eggplant/Back.png: * icons/crux_eggplant/Forward.png: * icons/crux_eggplant/Home.png: * icons/crux_eggplant/Makefile.am: * icons/crux_eggplant/Refresh.png: * icons/crux_eggplant/Search.png: * icons/crux_eggplant/SearchWeb.png: * icons/crux_eggplant/Stop.png: * icons/crux_eggplant/Up.png: * icons/crux_eggplant/backgrounds/Makefile.am: * icons/crux_eggplant/backgrounds/background_pattern.png: * icons/crux_eggplant/backgrounds/window_pattern.png: * icons/crux_eggplant/crux_eggplant.xml: * icons/crux_eggplant/decrement-i.png: * icons/crux_eggplant/decrement.png: * icons/crux_eggplant/emblem-nowrite-72.png: * icons/crux_eggplant/emblem-nowrite-96.png: * icons/crux_eggplant/emblem-nowrite.png: * icons/crux_eggplant/i-directory-192-aa.png: * icons/crux_eggplant/i-directory-72-aa.png: * icons/crux_eggplant/i-directory-72.png: * icons/crux_eggplant/i-directory-96-aa.png: * icons/crux_eggplant/i-directory-aa.png: * icons/crux_eggplant/i-directory.png: * icons/crux_eggplant/i-directory.xml: * icons/crux_eggplant/i-regular-192-aa.png: * icons/crux_eggplant/i-regular-192.png: * icons/crux_eggplant/i-regular-72-aa.png: * icons/crux_eggplant/i-regular-72.png: * icons/crux_eggplant/i-regular-96-aa.png: * icons/crux_eggplant/i-regular-96.png: * icons/crux_eggplant/i-regular-aa.png: * icons/crux_eggplant/i-regular.png: * icons/crux_eggplant/i-regular.xml: * icons/crux_eggplant/increment-i.png: * icons/crux_eggplant/increment.png: * icons/crux_eggplant/number_strip.png: * icons/crux_eggplant/sidebar_tab_pieces/Makefile.am: * icons/crux_eggplant/sidebar_tab_pieces/fill-active-prelight.png: * icons/crux_eggplant/sidebar_tab_pieces/fill-active.png: * icons/crux_eggplant/sidebar_tab_pieces/fill-empty-space.png: * icons/crux_eggplant/sidebar_tab_pieces/fill-prelight.png: * icons/crux_eggplant/sidebar_tab_pieces/fill.png: * icons/crux_eggplant/sidebar_tab_pieces/left-bumper-active-preligh t.png: * icons/crux_eggplant/sidebar_tab_pieces/left-bumper-active.png: * icons/crux_eggplant/sidebar_tab_pieces/left-bumper-prelight.png: * icons/crux_eggplant/sidebar_tab_pieces/left-bumper.png: * icons/crux_eggplant/sidebar_tab_pieces/middle-normal-normal.png: * icons/crux_eggplant/sidebar_tab_pieces/middle-normal-prelight.png : * icons/crux_eggplant/sidebar_tab_pieces/middle-prelight-normal.png : * icons/crux_eggplant/sidebar_tab_pieces/right-bumper-prelight.png: * icons/crux_eggplant/sidebar_tab_pieces/right-bumper.png: * icons/crux_eggplant/sidebar_tab_pieces/right-empty-space.png: * icons/crux_eggplant/sidebar_tab_pieces/right-top-active-prelight. png: * icons/crux_eggplant/sidebar_tab_pieces/right-top-active.png: * icons/crux_eggplant/sidebar_tab_pieces/right-top-prelight.png: * icons/crux_eggplant/sidebar_tab_pieces/right-top.png: * icons/crux_eggplant/theme_preview.png: * icons/crux_eggplant/throbber/001.png: * icons/crux_eggplant/throbber/002.png: * icons/crux_eggplant/throbber/003.png: * icons/crux_eggplant/throbber/004.png: * icons/crux_eggplant/throbber/005.png: * icons/crux_eggplant/throbber/006.png: * icons/crux_eggplant/throbber/007.png: * icons/crux_eggplant/throbber/008.png: * icons/crux_eggplant/throbber/009.png: * icons/crux_eggplant/throbber/010.png: * icons/crux_eggplant/throbber/011.png: * icons/crux_eggplant/throbber/012.png: * icons/crux_eggplant/throbber/013.png: * icons/crux_eggplant/throbber/014.png: * icons/crux_eggplant/throbber/015.png: * icons/crux_eggplant/throbber/016.png: * icons/crux_eggplant/throbber/017.png: * icons/crux_eggplant/throbber/018.png: * icons/crux_eggplant/throbber/019.png: * icons/crux_eggplant/throbber/020.png: * icons/crux_eggplant/throbber/021.png: * icons/crux_eggplant/throbber/022.png: * icons/crux_eggplant/throbber/023.png: * icons/crux_eggplant/throbber/024.png: * icons/crux_eggplant/throbber/025.png: * icons/crux_eggplant/throbber/026.png: * icons/crux_eggplant/throbber/027.png: * icons/crux_eggplant/throbber/028.png: * icons/crux_eggplant/throbber/Makefile.am: * icons/crux_eggplant/throbber/rest.png: * icons/crux_eggplant/zoom_body.png: * nautilus.spec.in:
* committing Changelog edits from last time,Rebecca Schulman2001-01-221-0/+14
| | | | that mistakenly didn't get committed.
* reviewed by: Pavel Cisler <pavel@eazel.com>Rebecca Schulman2001-01-222-2/+2
| | | | | | | | | | | | | | | | 2001-01-22 Rebecca Schulman <rebecka@eazel.com> reviewed by: Pavel Cisler <pavel@eazel.com> * libnautilus-extensions/nautilus-drag.c: (nautilus_drag_default_drop_action_for_icons): Switch the order of the arguments to gnome_vfs_check_same_fs_uris so that the source uri is first and the target uri of the drag second. This is rest of the fix for bugzilla.eazel.com 5498, which necessitated making the uri arguments to this function have a required ordering.