summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Added FIXMEs.Mike Engber2001-02-153-0/+46
| | | | | | | | | | | | * libnautilus-extensions/nautilus-directory-metafile.c: (get_metafile), (nautilus_directory_get_file_metadata), (nautilus_directory_get_file_metadata_list), (nautilus_directory_set_file_metadata), (nautilus_directory_set_file_metadata_list), (nautilus_directory_copy_file_metadata), (nautilus_directory_remove_file_metadata), (nautilus_directory_rename_file_metadata): Added FIXMEs.
* reviewed by: John Sullivan <sullivan@eazel.com>Ramiro Estrugo2001-02-1510-120/+268
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * libnautilus-extensions/nautilus-image-table.h: * libnautilus-extensions/nautilus-image-table.c: (nautilus_image_table_add_empty_image): New function to add an empty space into the table. * libnautilus-extensions/nautilus-wrap-table.h: * libnautilus-extensions/nautilus-wrap-table.c: (nautilus_wrap_table_destroy), (nautilus_wrap_table_expose_event), (nautilus_wrap_table_map), (nautilus_wrap_table_unmap), (nautilus_wrap_table_add), (nautilus_wrap_table_remove), (nautilus_wrap_table_forall), (wrap_table_layout), (wrap_table_get_max_child_dimensions), (wrap_table_get_content_dimensions), (wrap_table_find_child_at_point), (nautilus_wrap_table_reorder_child): Change 'items' to 'childern' (nautilus_wrap_table_get_num_children): New function to get the number of chilren. * src/nautilus-property-browser.c: (labeled_image_configure), (labeled_image_new), (make_properties_from_directories), (add_reset_property), (make_properties_from_xml_node), (nautilus_property_browser_update_contents): Modify some constants and add new ones for the image table layout. Andy is going to tweak these later. Move the erase object back to the end of the table.
* reviewed by: Gene Z. Ragan <gzr@eazel.com>J Shane Culpepper2001-02-153-4/+35
| | | | | | | | | | | | | 2001-02-15 J Shane Culpepper <pepper@eazel.com> reviewed by: Gene Z. Ragan <gzr@eazel.com> * libnautilus-extensions/nautilus-file-operations.c: (handle_transfer_ok): Fix for Bug #1505, Cancelled copy operations leave partial files. Nautilus now catches cancel and deletes the partial file.
* Updated French translation.Christophe Merlet2001-02-152-426/+501
|
* reviewed by: Darin Adler <darin@eazel.com>Ramiro Estrugo2001-02-1563-1965/+2504
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Except for the self checks code. Change code that used a ArtIRect as a "frame" to use NautilusDimensions instead. Change all foo_frame functions to foo_dimensions. * libnautilus-extensions/nautilus-art-extensions.h: Add a new structure to represent dimensions using signed integers. Retire nautilus_art_ipoint_assign. * libnautilus-extensions/nautilus-art-extensions.c: (nautilus_dimensions_empty): New function to check for empty dimensions. (nautilus_art_irect_assign_dimensions): New function to assign dimensions to a rectangle. (nautilus_self_check_art_extensions): New self checks. * libnautilus-extensions/nautilus-art-gtk-extensions.h: * libnautilus-extensions/nautilus-art-gtk-extensions.c: (nautilus_gdk_rectangle_to_art_irect), (nautilus_screen_get_dimensions), (nautilus_gdk_window_get_bounds), (nautilus_gdk_window_get_screen_relative_bounds), (nautilus_gtk_widget_get_bounds), (nautilus_gtk_widget_get_dimensions), (nautilus_gdk_window_clip_dirty_area_to_screen), (nautilus_art_irect_to_gdk_rectangle), (nautilus_gdk_window_get_dimensions): New function to get the dimensions of a GdkWindow. Update for frame to dimensions changes. Change functions names to lose the "irect" sub-prefix. * libnautilus-extensions/nautilus-gdk-pixbuf-extensions.h: * libnautilus-extensions/nautilus-gdk-pixbuf-extensions.c: (nautilus_gdk_pixbuf_get_dimensions), (nautilus_gdk_pixbuf_fill_rectangle_with_color), (nautilus_gdk_pixbuf_draw_to_drawable), (nautilus_gdk_pixbuf_draw_to_pixbuf), (nautilus_gdk_pixbuf_draw_to_pixbuf_alpha), (nautilus_gdk_pixbuf_new_from_pixbuf_sub_area), (pixbuf_draw_tiled), (nautilus_gdk_pixbuf_draw_to_pixbuf_tiled), (nautilus_gdk_pixbuf_draw_to_drawable_tiled), (nautilus_gdk_pixbuf_intersect): New functions (nautilus_self_check_gdk_pixbuf_extensions): New self checks. Update for frame vs dimenensions changes. Simplify clipping code by using nautilus_gdk_pixbuf_intersect. Move nautilus_gdk_window_get_dimensions to nautilus_gdk_window_get_dimensions in art-gtk-extensions. * libnautilus-extensions/nautilus-debug-drawing.c: (debug_pixbuf_viewer_size_request), (nautilus_debug_pixbuf_draw_point), (nautilus_debug_pixbuf_draw_rectangle), (nautilus_debug_pixbuf_draw_rectangle_inset): Update for frame vs dimenensions changes. * libnautilus-extensions/nautilus-clickable-image.c: (label_handle_motion): Update for art-gtk extensions changes. * libnautilus-extensions/nautilus-glyph.h: * libnautilus-extensions/nautilus-glyph.c: (nautilus_glyph_new): Change order of parameters to match NautilusScalalbleFont. (nautilus_glyph_get_dimensions), (nautilus_glyph_draw_to_pixbuf): Update for frame vs dimenensions changes. * libnautilus-extensions/nautilus-lib-self-check-functions.h: New declaration for art_extensions and gdk_pixbuf_extensions. * libnautilus-extensions/nautilus-self-checks.c: (nautilus_check_rectangle_result), (nautilus_check_dimensions_result): * libnautilus-extensions/nautilus-self-checks.h: Add support for checking functions that return rectangles and dimensions. * libnautilus-extensions/nautilus-scalable-font.h: * libnautilus-extensions/nautilus-scalable-font.c: (nautilus_scalable_font_measure_text): Return NautilusDimensions instead of using pointer parameters. (nautilus_scalable_font_text_width): Simplify by calling scalable_font_measure_text. (nautilus_scalable_font_draw_text), (nautilus_scalable_font_measure_text_lines), (nautilus_scalable_font_draw_text_lines_with_dimensions), (nautilus_scalable_font_draw_text_lines): Update for frame vs dimenensions changes. Use NautilusDimensions arrays instead of individial width and height arrays. Change all function signatures to pass in only a font_size instead of both font_width and font_height. Simplifies using these a bit. (nautilus_scalable_font_largest_fitting_font_size): Fix bug where we were always using the wrong font size to compute the largest fitting font. * libnautilus-extensions/nautilus-icon-factory.c: (embed_text): Update for scalable font font_size api changes. * libnautilus-extensions/nautilus-image-table.c: (image_table_clear_dirty_areas): Update for frame vs dimenensions changes. * libnautilus-extensions/nautilus-image.c: (nautilus_image_size_request), (image_get_pixbuf_dimensions), (image_get_pixbuf_bounds), (image_get_tile_dimensions): Update for frame vs dimenensions changes. * libnautilus-extensions/nautilus-label.h: * libnautilus-extensions/nautilus-label.c: (nautilus_label_initialize_class), (nautilus_label_set_arg), (nautilus_label_get_arg), (nautilus_label_size_request), (nautilus_label_size_allocate), (label_composite_pixbuf_callback), (label_draw_text_to_pixbuf): Fix a type. Was using [x,x] instead of [x,y] to render the string. (label_get_text_dimensions), (label_get_text_bounds), (label_get_tile_dimensions), (label_line_geometries_clear), (label_line_geometries_recompute), Update for frame vs dimenensions changes. Make the 'smooth_line_wrap' attribute an int instead of a guint. Use an array of NautilusDimensions to store text lines geometries instead of separete width and height arrays. (label_get_default_line_wrap_width), (nautilus_label_set_smooth_line_wrap_width), (nautilus_label_get_smooth_line_wrap_width): Change signature to return an int instead of a guint. * libnautilus-extensions/nautilus-labeled-image.c: (nautilus_labeled_image_size_request), (labeled_image_get_image_dimensions), (labeled_image_get_label_dimensions), (labeled_image_get_image_bounds_fill), (nautilus_labeled_image_get_image_bounds), (labeled_image_get_label_bounds_fill), (nautilus_labeled_image_get_label_bounds), (labeled_image_get_content_dimensions), (labeled_image_get_content_bounds): Update for frame vs dimenensions changes. * libnautilus-extensions/nautilus-smooth-widget.h: * libnautilus-extensions/nautilus-smooth-widget.c: (smooth_widget_paint_tile_transparent), (nautilus_smooth_widget_get_preferred_dimensions): Update for frame vs dimenensions changes. * libnautilus-extensions/nautilus-tabs.c: (measure_tab_name), (draw_tab_label): Update for font api changes. * libnautilus-extensions/nautilus-text-layout.c: (nautilus_text_layout_new), (nautilus_text_layout_paint): Update for frame vs dimenensions changes. * libnautilus-extensions/nautilus-wrap-table.c: (nautilus_wrap_table_size_request), (wrap_table_layout), (wrap_table_art_irect_max_dimensions), (wrap_table_get_max_child_dimensions), (wrap_table_get_content_dimensions): Update for frame vs dimenensions changes. * src/nautilus-about.c: (draw_aa_string): Update for frame vs dimenensions changes. * src/nautilus-sidebar-tabs.c: (draw_one_tab_plain), (draw_one_tab_themed), (get_tab_width): Update for frame vs dimenensions changes. * test/test-nautilus-font-simple.c: (main): * test/test-nautilus-font.c: (main): * test/test-nautilus-glyph-simple.c: (glyph_new): * test/test-nautilus-glyph.c: (glyph_new), (main): * test/test-nautilus-pixbuf-tile.c: * test/test.c: (test_pixbuf_draw_rectangle_tiled): Update test for frame vs dimenensions changes and font api changes.
* Bug 6592 -- Embedded Mozilla defaults to port 8080 when HTTP proxy isMichael Fleming2001-02-152-2/+26
| | | | | | | * components/mozilla/mozilla-preferences.cpp: Bug 6592 -- Embedded Mozilla defaults to port 8080 when HTTP proxy is enabled like everything else
* remove old conflict markerRobey Pointer2001-02-151-1/+0
|
* reviewed by: Eskil Heyn Olsen <eskil@eazel.com>Robey Pointer2001-02-155-27/+61
| | | | | | | | | | | | | | * components/services/install/lib/eazel-install-xml-package-list.c: (osd_parse_shared), (eazel_install_packagelist_parse): * components/services/install/lib/eazel-install-xml-package-list.h: * components/services/install/lib/eazel-softcat-private.h: * components/services/install/lib/eazel-softcat.c: (eazel_softcat_finalize), (eazel_softcat_initialize), (eazel_softcat_reset_server_update_flag), (eazel_softcat_query): Return the softcat DB revision with the parsed package list, and use that info to hook into Eskil's error trap. Also free up the softcat private data when the object goes away.
* Fixed bug 6653, throwing away something with the desktop not on will bringGene Z. Ragan2001-02-152-1/+17
| | | | | | | | | | | | 2001-02-14 Gene Z. Ragan <gzr@eazel.com> Fixed bug 6653, throwing away something with the desktop not on will bring up an empty trash if the desktop is later turned on * src/file-manager/fm-desktop-icon-view.c: (update_trash_link_and_delete_copies): Preflight state of trash icon when we are doing all of the other icon state validity checks.
* fixed bug 6623, .fig files cause warnings to spew, by checking for typesAndy Hertzfeld2001-02-153-0/+36
| | | | | | | | * libnautilus-extensions/nautilus-icon-factory.c: (is_supported_mime_type), (nautilus_icon_factory_get_icon_for_file): fixed bug 6623, .fig files cause warnings to spew, by checking for types that we don't support and excluding them from thumbnailing.
* John Fleck <jfleck@inkstain.net>John Fleck2001-02-152-0/+11
| | | | | | | John Fleck <jfleck@inkstain.net> * components/help/converters/gnome-db2html2/toc-elements.c fix bug # 6551 - add test to see if article header has already been printed and don't print it a second time
* Fix bugzilla.eazel.com bug 6416, that the search results view needs toRebecca Schulman2001-02-153-20/+118
| | | | | | | | | | | | | | | | | | | | | | | | | | | 2001-02-14 Rebecca Schulman <rebecka@eazel.com> Fix bugzilla.eazel.com bug 6416, that the search results view needs to inform the user if indexing is disabled or blocked on their system. I haven't added the final text yet, since it is not complete. The final text will be swapped in. reviewed by: Maciej Stachowiak <mjs@eazel.com> * src/file-manager/fm-search-list-view.c: (load_location_callback), (real_load_error), (display_indexed_search_problems_dialog), (display_system_services_are_blocked_dialog), (display_system_services_are_disabled_dialog): Add the dialogs for the cases when searches are enabled and disabled in the right cases. Stop displaying an error dialog about a problem loading the location in the case where the directory load is cancelled. * src/file-manager/nautilus-indexing-info.c: (show_index_progress_dialog), (show_reindex_request_dialog), (show_indexing_info_dialog): Fix an obscure bug introduced in my last checkin by removing a reference to the index status that was kept by the medusa system state poller on destroy. If this reference was left around, enabling or disabling indexing could crash nautilus.
* reviewed by: Gene Ragan <gzr@eazel.com>Darin Adler2001-02-1514-256/+316
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * src/nautilus-applicable-views.c: (got_minimum_file_info_callback), (nautilus_determine_initial_view), (nautilus_determine_initial_view_cancel): Get rid of the code to monitor the directory. It's now moved up one level to the manage-views.c code. * src/nautilus-window-private.h: * src/nautilus-window-manage-views.c: (free_location_change), (begin_location_change): Move the code that starts monitoring the directory up here instead. * src/nautilus-application.c: (volume_unmounted_callback): Rewrote this code to not use the viewed_file private field. There's a public call to get the current location that should work just as well. Also fix bug where it would ignore the scheme and just look at the path part. * libnautilus-extensions/nautilus-directory-metafile.c: (nautilus_directory_use_self_contained_metafile_factory): Added check to detect if this is called after using the factory. (free_factory): Simplified. (get_factory): New function to simplify get_metafile. (get_metafile): Simplified. * src/nautilus-location-bar.c: (try_to_expand_path): Fix storage leak. * libnautilus-extensions/nautilus-entry.c: (nautilus_entry_key_press): Added FIXME after noticing a particularly lame version of tilde expansion in here. I'm not sure this is even used to good effect, since the location bar now does its own tidle expansion. * README: Fixed many inaccuracies. * libnautilus-extensions/nautilus-stock-dialogs.c: (timed_wait_free): Formatting tweaks. * src/nautilus-theme-selector.c: (get_theme_description_and_display_name): Formatting tweaks.
* reviewed by: Gene Z. Ragan <gzr@eazel.com>Mike Engber2001-02-153-28/+104
| | | | | | | | | | | | | | | | | | reviewed by: Gene Z. Ragan <gzr@eazel.com> * libnautilus-extensions/nautilus-stock-dialogs.c: (timed_wait_delayed_close_destroy_dialog_callback), (timed_wait_delayed_close_timeout_callback), (timed_wait_free), (timed_wait_dialog_destroy_callback), (timed_wait_callback), (nautilus_timed_wait_start_with_duration), (nautilus_timed_wait_stop): Non-cancellable timed wait dialogs do not free the timed wait when the dialog is dismissed - instead they wait for the call to timed_wait_stop to do it - otherwise the call to timed_wait_stop asserts. Removed superfluous argument in timed_wait_callback. When timed wait dialog remaining up due to minimum uptime feature are closed by the user, we now cancel the pending timeout that would close them without user intervention.
* reviewed by: Robey Pointer <robey@eazel.com>Eskil Heyn Olsen2001-02-155-7/+72
| | | | | | | | | | | | | | | | | | | | | | | | | 2001-02-14 Eskil Heyn Olsen <eskil@eazel.com> reviewed by: Robey Pointer <robey@eazel.com> * components/services/install/lib/eazel-install-logic2.c: (eazel_install_check_existing_packages), Final fix for 3511, if multiple packages with same name are already installed, and more than one passes verify, fail operation. (install_packages), (uninstall_packages): call softcat reset db update mjick. * components/services/install/lib/eazel-softcat.h: * components/services/install/lib/eazel-softcat-private.h: * components/services/install/lib/eazel-softcat.c: (eazel_softcat_initialize), (eazel_softcat_reset_server_update_flag), (eazel_softcat_error_string), (eazel_softcat_query): Code to make get_info return a enum indicating that the db was updated since last time. Also a code to reset the flag.
* added support for scrollkeeper this also requires having the scrollkeeperRobin Slomkowski2001-02-152-1/+8
| | | | | | | * nautilus.spec.in: added support for scrollkeeper this also requires having the scrollkeeper package to run, have not added that dependancy as it is not easily available.
* reviewed by: Mike Engber <engber@eazel.com>Gene Z. Ragan2001-02-154-9/+23
| | | | | | | | | | | | | | 2001-02-14 Gene Z. Ragan <gzr@eazel.com> reviewed by: Mike Engber <engber@eazel.com> Fixed bug 6606, only show user-mountable volumes in Disks menu. Look for options "user" or "owner" instead of "noauto" to determine if volume if removable. * libnautilus-extensions/nautilus-volume-monitor.c: (volume_is_removable), (close_error_pipe):
* Gmake seems to have trouble recognizing .c -> .o dependencies when the .cEric Fischer2001-02-152-0/+10
| | | | | | | * nautilus-installer/install-lib/Makefile.am: Gmake seems to have trouble recognizing .c -> .o dependencies when the .c files don't appear until after the make has begun, so explicitly add the rpm3 and rpm4 dependencies.
* reviewed by: Robey Pointer <robey@eazel.com>Eskil Heyn Olsen2001-02-1423-198/+740
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2001-02-13 Eskil Heyn Olsen <eskil@eazel.com> reviewed by: Robey Pointer <robey@eazel.com> * components/services/install/command-line/eazel-alt-install-corba. c: (eazel_file_conflict_check_signal), (eazel_file_uniqueness_check_signal), (eazel_feature_consistency_check_signal), (something_failed), (eazel_preflight_check_signal), (dep_check), (md5_check_failed), (delete_files): Added --silent, suppresses random spewage. Added autocont, so if there was multiple problems, answering y to first "continue y/n ?" will answer y to all. Fixed for the modified preflight signal. * components/services/install/lib/eazel-install-corba-types.c: (corba_packagedatastruct_fill_from_packagedata), (packagedata_from_corba_packagedatastruct): * components/services/install/lib/eazel-install-corba-callback.c: (impl_preflight_check), (eazel_install_callback_class_initialize): * components/services/install/lib/eazel-install-corba-callback.h: * components/services/install/idl/trilobite-eazel-install.idl: Changed preflight to take the operation type as argument. Added modification status to the corba version of package data. * components/services/install/lib/eazel-install-logic2.c: (prune_failed_packages_helper), (eazel_install_check_existing_packages), (get_softcat_info), (is_satisfied), (check_dependencies_foreach), (do_file_conflict_check), (execute), (eazel_uninstall_upward_traverse), (install_packages): Fixed bug 3511, 4502 (libeazelinstall part, view still needs stuff). * components/services/install/lib/eazel-install-public.h: * components/services/install/lib/eazel-install-object.c: (eazel_install_install_packages), (eazel_install_init_transaction), (eazel_install_emit_preflight_check_default): More debug spewage. Fixed cut'n'paste bug in init_transaction. Updated preflight signal. * components/rpmview/nautilus-rpm-view-install.c * components/services/install/nautilus-view/nautilus-service-install-view.c Updated preflight signal. * components/services/install/lib/eazel-install-problem.h: * components/services/install/lib/eazel-install-problem.c: (get_detailed_messages_breaks_foreach), (get_detailed_messages_foreach), (compare_problem_case), (add_continue_with_flag_case), (add_force_install_both_case), (add_force_remove_case), (get_detailed_cases_foreach), (eazel_install_problem_case_to_string), (eazel_install_problem_case_foreach_destroy), (build_categories_from_problem_list), (eazel_install_problem_step_problem), (eazel_install_problem_done), (eazel_install_problem_wait_for_completion), (eazel_install_problem_handle_cases): s/Fuckup/Feature dependency/ Lots of improvement. Change some cases. Did stuff... Added cases of "cancelling package", "continue with flag", "invalid". Made EazelInstallProblem wait for the operation to complete, as not to confuse the service object by starting it and resetting values. * components/services/install/lib/eazel-package-system-types.h: * components/services/install/lib/eazel-package-system.c: (eazel_package_system_is_installed), (eazel_package_system_verify): * components/services/install/lib/eazel-package-system.h: * components/services/install/lib/eazel-package-system-private.h: * components/services/install/lib/eazel-package-system-rpm3-private .h: * components/services/install/lib/eazel-package-system-rpm3.c: (rpmmonitorpiggybag_new), (eazel_package_system_rpm3_verify_impl), (eazel_package_system_rpm3_verify): * components/services/install/lib/eazel-package-system-skeleton.c: (eazel_package_system_skeleton_verify): Fixed 6494, also made verify return boolean, propageted change down throughout the hierachy. * components/services/install/lib/eazel-package-system-types.c: (eazel_install_gtk_marshal_BOOL__ENUM_POINTER_INT_INT): New signal for preflight.
* This is a bunch of changes leading up to Bug 6515, soEric Fischer2001-02-149-32/+214
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the installer can get built by just an extra flag to configure rather than its own script. * Makefile.am: Add nautilus-installer to SUBDIRS * acconfig.h: Add ENABLE_INSTALLER to things that can be configured * configure.in: Add --enable-installer command line flag. Set PACKAGE_SYSTEM_OBJECT and PACKAGE_SYSTEM_SOURCE based on whether rpm 3 or 4 is installed. Create nautilus-installer Makefiles * nautilus-installer/Makefile.am: Remove things that Robey said were no longer used. Add libtrilobite and install-lib to SUBDIRS that need to be built. * nautilus-installer/install-lib/Makefile.am: New Makefile that builds a second copy of the installer libraries with weird flags as needed by the installer. * nautilus-installer/libtrilobite/Makefile.am: New Makefile that builds a second copy of the trilobite libraries with weird flags as needed by the installer. * nautilus-installer/src/Makefile.am: Do in the Makefile what formerly had been done in link.sh (build the installer, and create a self-extracting version of it). * nautilus-installer/src/create-eazel-installer.sh: Script, adapted from what's in link.sh, to create a self-extracting installer.
* Made a few changes to URLs and a couple of places where things wer wordedJosh Barrow2001-02-142-8/+19
| | | | | | | | 2001-02-14 Josh Barrow <josh@eazel.com> * README: Made a few changes to URLs and a couple of places where things wer worded in odd ways.
* Fixed bug 2917 (Wrong capitalization in "Lay Out" menu)John Sullivan2001-02-142-14/+21
| | | | | * src/file-manager/nautilus-icon-view-ui.xml: Verafied the capitalization.
* Updated French translation.Christophe Merlet2001-02-142-583/+585
|
* Fixed bug 6465, Music view buttons stretch for songs with very longGene Z. Ragan2001-02-142-8/+15
| | | | | | | | | | 2001-02-14 Gene Z. Ragan <gzr@eazel.com> Fixed bug 6465, Music view buttons stretch for songs with very long titles. * components/music/nautilus-music-view.c: (add_play_controls): Set the pack box flag so that the buttons don't expand.
* hyperbola_top_doc_tree_populate.h note addedLaszlo Kovacs2001-02-141-2/+3
|
* function prototype changedLaszlo Kovacs2001-02-141-0/+1
|
* toplevel docs added to the GUI in the help sidebar if Scrollkeeper is enabledLaszlo Kovacs2001-02-141-0/+15
|
* toplevel docs separated from the rest of the list in the Help sidebar GUILaszlo Kovacs2001-02-142-20/+190
|
* Move $(FREETYPE2_CFLAGS) all the way to the top of $(INCLUDES), so that ifRamiro Estrugo2001-02-142-1/+8
| | | | | | | * librsvg/Makefile.am: Move $(FREETYPE2_CFLAGS) all the way to the top of $(INCLUDES), so that if there are multiple versions of freetype installed in the build machine, then we will catch only the one we are interested in.
* Added Norwegian (nynorsk) to ALL_LINGUAS.Kjartan Maraas2001-02-142-1/+5
| | | | | | 2001-02-14 Kjartan Maraas <kmaraas@gnome.org> * configure.in: Added Norwegian (nynorsk) to ALL_LINGUAS.
* Forgot thisKjartan Maraas2001-02-141-0/+9278
|
* Updated Norwegian (bokmål) translation. Added Norwegian (nynorsk)Kjartan Maraas2001-02-142-1099/+1187
| | | | | | | 2001-02-13 Kjartan Maraas <kmaraas@gnome.org> * no.po: Updated Norwegian (bokmål) translation. * nn.po: Added Norwegian (nynorsk) translation.
* Updated Slovak translationStano Visnovsky2001-02-142-273/+279
|
* Fix a very dumb typo with the last commit. Thanks for JP RosevearRamiro Estrugo2001-02-143-4/+9
| | | | | | | * libnautilus-extensions/nautilus-viewport.c: (nautilus_viewport_set_never_smooth): Fix a very dumb typo with the last commit. Thanks for JP Rosevear <jpr@ximian.com> for spotting this.
* Require 'freetype >= 2.0' not 'freetype2 >= 2.0'Ramiro Estrugo2001-02-142-1/+6
| | | | | * nautilus.spec.in: Require 'freetype >= 2.0' not 'freetype2 >= 2.0'
* reviewed by: JP Rosevear <jpr@ximian.com>Ramiro Estrugo2001-02-144-25/+58
| | | | | | | | | | | | | | | | | * libnautilus-extensions/nautilus-viewport.c: (nautilus_viewport_initialize), (nautilus_viewport_realize), (nautilus_viewport_set_is_smooth), (nautilus_viewport_get_is_smooth), (nautilus_viewport_set_never_smooth): Make sure the "never_smooth" and "is_smooth" attributes work as advertised. Make the "never_smooth" attribute default to TRUE, since that makes it work with more gtk widgets. * src/nautilus-property-browser.c: (nautilus_property_browser_initialize), (nautilus_property_browser_update_contents): Set the "never_smooth" attribute of the viewports to FALSE so that the can be smooth.
* file nautilus-annotation.c was initially added on branch post-1_0_3.Andy Hertzfeld2001-02-140-0/+0
|
* file nautilus-annotation.h was initially added on branch post-1_0_3.Andy Hertzfeld2001-02-140-0/+0
|
* Two very tiny tweaks to help debug clipping bugs.Ramiro Estrugo2001-02-143-5/+12
| | | | | | * test/test-nautilus-glyph.c: (main): * test/test-nautilus-label-simple.c: (main): Two very tiny tweaks to help debug clipping bugs.
* reviewed by: Rebecca Schulman <rebecka@eazel.com>Ramiro Estrugo2001-02-145-6/+131
| | | | | | | | | * libnautilus-extensions/nautilus-gdk-pixbuf-extensions.c: (nautilus_gdk_pixbuf_new_from_pixbuf_sub_area), (nautilus_gdk_pixbuf_new_from_existing_buffer): * libnautilus-extensions/nautilus-gdk-pixbuf-extensions.h: New function to create a pixbuf from an existing buffer and clip area.
* Add nautilus-installer to EXTRA_DIST to fix tinderbox breakage.Robey Pointer2001-02-142-2/+10
|
* Fix bugzilla.eazel.com bug 6416, that the indexing information dialogRebecca Schulman2001-02-142-1/+64
| | | | | | | | | | | | | | | | 2001-02-13 Rebecca Schulman <rebecka@eazel.com> Fix bugzilla.eazel.com bug 6416, that the indexing information dialog should not be shown if indexing is disabled or blocked. reviewed by: Seth Nickell <seth@eazel.com> * src/file-manager/nautilus-indexing-info.c: (dialog_close_cover), (show_index_progress_dialog), (show_reindex_request_dialog), (show_indexing_info_dialog): Add new dialogs for the case when indexing is off, and close each dialog in the case where the status of indexing changes.
* reviewed by: Arik Devens <arik@eazel.com>Ramiro Estrugo2001-02-143-0/+16
| | | | | | | | | | | | * libnautilus-extensions/Makefile.am: * libnautilus-extensions/nautilus-label.c: * libnautilus-extensions/nautilus-icon-canvas-item.c: * libnautilus-extensions/nautilus-scalable-font.c: * libnautilus-extensions/nautilus-scalable-font.h: * libnautilus-extensions/nautilus-text-layout.c: * libnautilus-extensions/nautilus-text-layout.h: * test/test-nautilus-font.c: Move the text layout code to its own place. No real code changes.
* reviewed by: Arik Devens <arik@eazel.com>Ramiro Estrugo2001-02-1413-732/+877
| | | | | | | | | | | * libnautilus-extensions/Makefile.am: * libnautilus-extensions/nautilus-label.c: * libnautilus-extensions/nautilus-scalable-font.c: * libnautilus-extensions/nautilus-scalable-font.h: * libnautilus-extensions/nautilus-text-layout.c: * libnautilus-extensions/nautilus-text-layout.h: * test/test-nautilus-font.c: Move the text layout code to its own place. No real code changes.
* Updated Swedish translation.Christian Rose2001-02-142-138/+158
|
* Heh, i really should get more sleep.Arik Devens2001-02-141-1/+13
|
* fixed bug 6554, typing random text into the background selector crashes,Andy Hertzfeld2001-02-142-46/+59
| | | | | | | * src/nautilus-property-browser.c: (add_pattern_to_browser): fixed bug 6554, typing random text into the background selector crashes, by adding a check for a valid path and displaying an error dialog if the path isn't valid.
* 2001-02-13 Pablo Gonzalo del CampoPablo del Campo2001-02-142-278/+296
| | | | * es.po: Updated Spanish Translation
* Fixed bugs 6582 and 6585 by removing a g_free i shouldn't have been using.Arik Devens2001-02-141-2/+1
|
* reviewed by: Darin Adler <darin@eazel.com>John Sullivan2001-02-142-95/+195
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed bug 6385 (Properties window doesn't set/display icon correctly for Nautilus link files) Now the Properties window keeps around an "original file" and a "target file", which are currently the same for all files except Nautilus links. The original file is used to display/set the icon & name. (So you can edit the name of your Home icon in the properties window now also.) * src/file-manager/fm-properties-window.c: Renamed details->file to details->target_file. Added details->original_file. Removed two details fields that were unused. (directory_contents_value_field_update), (attach_directory_contents_value_field), (update_visibility_of_item_count_fields), (should_show_custom_icon_buttons), (should_show_file_type), (should_show_accessed_date), (should_show_mime_type), (create_emblems_page), (append_special_execution_checkbox), (create_permissions_page), (should_show_emblems), (should_show_permissions), (real_shutdown): Updated for name change only. (create_basic_page): Use original file for icon & name widgetry. (startup_data_new), (startup_data_free): New functions used to manipulate the data needed before a Properties window object exists for a given file. (create_properties_window): Reworked to use StartupData and set up both target_file and original_file. (get_target_file): Renamed from get_and_ref_file_to_display. (create_properties_window_callback): Reworked to use StartupData; slight reordering due to object lifetime issues. (cancel_create_properties_window_callback), (directory_view_destroyed_callback), (remove_pending_file), (fm_properties_window_present): Reworked to use StartupData. (real_destroy): clean up after original_file and target_file. (set_icon_callback): Use original_file. (select_image_button_callback), (remove_image_button_callback): Changed signatures to take FMPropertiesWindows instead of NautilusFiles; use original_file.