summaryrefslogtreecommitdiff
path: root/src/nautilus-application.c
Commit message (Expand)AuthorAgeFilesLines
* application: streamline code for creating selection listCosimo Cecchi2011-12-141-12/+8
* Add nautilus_application_open_location()Federico Mena Quintero2011-12-131-0/+30
* Initialize the freedesktop DBus manager from NautilusApplicationFederico Mena Quintero2011-12-061-0/+3
* eel: remove unused eel-gtk-macros.h fileCosimo Cecchi2011-10-051-1/+0
* all: remove initiated_unmount logic from NautilusWindowCosimo Cecchi2011-09-291-23/+10
* application: avoid useless checks when removing a mountCosimo Cecchi2011-09-281-22/+4
* css: remove custom CSS stylesheetCosimo Cecchi2011-09-071-19/+0
* application: call Close() on the previewer when there are no windowsCosimo Cecchi2011-08-011-0/+24
* Turn nautilus_window_close() into a virtual method.Antoine Jacoutot2011-07-251-8/+0
* application: make sure --no-default-window works when used with an URICosimo Cecchi2011-06-211-2/+2
* Fix gobject warning about nonexisting propertyPaolo Borelli2011-06-181-3/+2
* all: don't return a reference when getting the application singletonCosimo Cecchi2011-06-161-3/+2
* application: pass in the array length while looping over itCosimo Cecchi2011-05-311-2/+3
* application: rewrite GApplication command line handlingCosimo Cecchi2011-05-241-249/+312
* application: don't look at DESKTOP_AUTOSTART_ID anymoreCosimo Cecchi2011-05-021-15/+0
* application: don't redirect windows on computer:// when unmountingCosimo Cecchi2011-04-041-1/+1
* dbus-manager: hold the GApplication for 5 seconds upon startupCosimo Cecchi2011-02-221-1/+1
* application: remove the ConsoleKit listenerCosimo Cecchi2011-02-211-154/+0
* all: merge NautilusNavigationWindow into NautilusWindowCosimo Cecchi2011-02-171-16/+15
* all: merge NautilusNavigationWindowSlot into NautilusWindowSlotCosimo Cecchi2011-02-171-6/+2
* all: assume all windows are navigation windowsCosimo Cecchi2011-02-171-10/+3
* all: remove spatial windows methods from NautilusApplicationCosimo Cecchi2011-02-171-237/+11
* window-slot: move window_slot_close() to nautilus-window-slot.cCosimo Cecchi2011-02-171-1/+1
* progress-ui: first cut implemneting file ops progress with notificationsCosimo Cecchi2011-02-031-5/+4
* progress-info: add NautilusProgressUIHandlerCosimo Cecchi2011-02-031-18/+5
* progress-info: split progress information notify into a new managerCosimo Cecchi2011-02-031-29/+48
* application: don't call mount_removed_callback() on pre-unmountCosimo Cecchi2011-01-281-4/+0
* all: silence new warnings from GCC 4.6Cosimo Cecchi2011-01-251-5/+1
* application: don't quit if there are pending file operationsCosimo Cecchi2011-01-141-1/+3
* empty-view: fix it to make it work again with current architectureCosimo Cecchi2011-01-111-2/+2
* Rename FMListModel/View -> NautilusListModel/ViewCosimo Cecchi2011-01-111-2/+2
* desktop-icon-view: rename FMDesktopIconView -> NautilusDesktopIconViewCosimo Cecchi2011-01-111-1/+1
* icon-view: rename FMIconView -> NautilusIconViewCosimo Cecchi2011-01-111-2/+2
* Move icon views outside of src/file-managerCosimo Cecchi2011-01-111-2/+2
* smclient: remove XSMP supportCosimo Cecchi2010-12-201-14/+0
* application: fix a copy-paste typoCosimo Cecchi2010-12-151-1/+1
* theming: add a CSS file for nautilus, and initialize it at startupCosimo Cecchi2010-12-151-0/+25
* application: fix a typo in user messageLuca Ferretti2010-12-151-1/+1
* application: remove 'exit-with-last-window' preferenceCosimo Cecchi2010-12-131-21/+2
* application: destroy all the widgets when quittingCosimo Cecchi2010-12-131-11/+3
* application: don't register sidebars anymoreCosimo Cecchi2010-12-031-8/+0
* sidebar: remove NautilusHistorySidebarCosimo Cecchi2010-12-031-2/+0
* general: use new DEBUG macros instead of nautilus_debug_logCosimo Cecchi2010-12-021-17/+45
* application: make the application-id not clash with the dbus interfaceCosimo Cecchi2010-12-021-1/+1
* dbus-manager: add a skeleton of NautilusDBusManagerCosimo Cecchi2010-12-011-0/+5
* Prevent showing asserts when GFile is no longer valid after unmountTomas Bzatek2010-11-251-1/+2
* Drop obsolete eject-button signal watchTomas Bzatek2010-11-251-66/+0
* Remove autorun after mountTomas Bzatek2010-11-251-56/+0
* Don't automount volumes on nautilus startupTomas Bzatek2010-11-251-61/+0
* application: fix interaction with the session managerCosimo Cecchi2010-11-121-15/+22