summaryrefslogtreecommitdiff
path: root/src/nautilus-properties-window.c
Commit message (Collapse)AuthorAgeFilesLines
* properties-window: ellipsize the Type fieldCosimo Cecchi2012-03-121-5/+5
| | | | | | | Or the properties window won't shrink when the file type string is long (e.g. with Archive types). https://bugzilla.gnome.org/show_bug.cgi?id=671809
* all: remove eel_g_hash_table_new_free_at_exit()Cosimo Cecchi2012-03-071-4/+2
| | | | | | | Especially when references can be owned by non-resident modules, this is just too dangerous. https://bugzilla.gnome.org/show_bug.cgi?id=670989
* properties-window: fix packing for desktop file properties boxCosimo Cecchi2012-03-071-1/+1
| | | | Fallout from GtkTable->GtkGrid migration.
* file-operations: first pass at passing on success informationCosimo Cecchi2012-01-201-1/+2
| | | | | We want to know if a file operation failed for some reason, so that we don't add it in the redo queue.
* pane: cleanupCosimo Cecchi2012-01-091-1/+1
|
* Remove superfluous helper functionFederico Mena Quintero2011-12-141-12/+4
| | | | Signed-off-by: Federico Mena Quintero <federico@gnome.org>
* Use a single method to create properties windowsfreedesktop-dbusCosimo Cecchi2011-12-141-11/+4
| | | | Make startup_id a param of nautilus_properties_window_present().
* properties-window: parent_widget and startup_id are not mutualCosimo Cecchi2011-12-141-2/+5
| | | | | | | Even though we don't (yet) use the same code path when building a properties window for a parent widget and for a startup_id (i.e. there's no call that sets both), there's no reason to make them mutually exclusive in code when creating the window.
* Add nautilus_properties_window_present_with_startup_id()Federico Mena Quintero2011-12-131-5/+31
| | | | | | | This lets us pass a startup_id string instead of a parent_widget; this will be used from the Freedesktop DBus interface. Signed-off-by: Federico Mena Quintero <federico@gnome.org>
* Don't use nested if()s when a single one will doFederico Mena Quintero2011-12-131-5/+4
|
* Allow creating a properties window with a NULL parent widgetFederico Mena Quintero2011-12-061-12/+18
| | | | | | | | When the ShowItemProperties() DBus call comes in, it doesn't come from a parent widget. Instead, it has a startup ID. So, we need to be able to pass a NULL parent_widget to the properties window. Signed-off-by: Federico Mena Quintero <federico@gnome.org>
* properties-window: initiate a new row when no sibling is providedCosimo Cecchi2011-12-021-2/+6
| | | | This was the original intent of this code.
* all: don't use eel_strcmp()Cosimo Cecchi2011-10-051-1/+1
|
* properties-window: paint the pie backgorund with the notebook colorCosimo Cecchi2011-10-041-2/+13
| | | | | We have to reset the GtkDrawingArea background to the notebook color, in case the theme specifies them to be different.
* properties-window: port the pie chart GtkTable to GtkGridCosimo Cecchi2011-10-041-16/+28
|
* properties-window: port GtkTable to GtkGridCosimo Cecchi2011-10-041-446/+346
| | | | Except for the pie chart, which will be ported in a separate commit
* Update help targets and add more useful entries to help menuShaun McCance2011-09-051-5/+18
|
* all: switch to g_format_size()Ryan Lortie2011-07-211-4/+4
| | | | | | | g_format_size_for_display() has been deprecated in GLib and replaced with g_format_size(). Follow that change. https://bugzilla.gnome.org/show_bug.cgi?id=654995
* all: don't use deprecated Gtk[H/V]BoxCosimo Cecchi2011-06-131-10/+10
|
* Fixing help buttons to go to new gnome-help pagesShaun McCance2011-03-281-1/+1
|
* Add custom foreach to eel_g_hash_table_new_free_at_exitAlexander Larsson2011-03-251-2/+2
| | | | | This can be used to get some sort of printout for leaks in non-string hashtables.
* properties-window: add a border around the notebookCosimo Cecchi2011-02-231-0/+1
| | | | | This makes it visually consistent with other nautilus notebooks, and with e.g. the GNOME3 control-center.
* all: silence new warnings from GCC 4.6Cosimo Cecchi2011-01-251-3/+1
| | | | | | GCC 4.6 introduced a new warning about variables declared and initialized, but not really used in the function body. Remove all of these occurrences to build cleanly.
* all: remove unused includes of eel-gdk-pixbuf-extensionsCosimo Cecchi2011-01-201-1/+0
|
* Finish renaming fm_* -> nautilus_*Cosimo Cecchi2011-01-111-10/+10
|
* properties-window: move FMPropertiesWindow to NautilusPropertiesWindowCosimo Cecchi2011-01-111-0/+5503