summaryrefslogtreecommitdiff
path: root/src/nautilus-application.c
Commit message (Expand)AuthorAgeFilesLines
* application: fix interaction with the session managerCosimo Cecchi2010-11-121-15/+22
* application: fix some bad interactions with GApplicationCosimo Cecchi2010-11-041-41/+55
* general: use g_list_free_full() instead of eel functionsCosimo Cecchi2010-10-311-1/+1
* application: use prettier format stringsCosimo Cecchi2010-10-301-4/+4
* application: fix interaction with SMCLientCosimo Cecchi2010-10-301-5/+12
* application: close desktop windows on quitCosimo Cecchi2010-10-301-0/+1
* application: properly handle --no-default-windowCosimo Cecchi2010-10-301-0/+19
* application: perform checks in NautilusApplication if requested soCosimo Cecchi2010-10-301-0/+20
* application: respect the 'exit-with-last-window' setting.Cosimo Cecchi2010-10-301-2/+12
* application: cleanupCosimo Cecchi2010-10-301-3/+0
* application: don't unref unconditionallyCosimo Cecchi2010-10-301-2/+5
* application: add the desktop windows to the application window listCosimo Cecchi2010-10-301-1/+3
* application: remove get_n_windows()Cosimo Cecchi2010-10-301-7/+0
* application: move other init/cleanup functions in the app classCosimo Cecchi2010-10-301-3/+18
* application: make sure to initialize GTK+ during _startup()Cosimo Cecchi2010-10-301-0/+5
* main: adapt to GtkApplication changesCosimo Cecchi2010-10-301-1/+0
* application: make NautilusApplication a GtkApplication subclassCosimo Cecchi2010-10-301-330/+280
* application: split SmClient code in its own module.Cosimo Cecchi2010-10-301-485/+71
* application: go back to libunique for nowCosimo Cecchi2010-10-301-140/+140
* Use gnome global 'show-desktop-icons' settingsTomas Bzatek2010-10-191-3/+3
* [src] don't use GtkObjectCosimo Cecchi2010-09-301-2/+2
* application: change the way spatial windows are createdCosimo Cecchi2010-09-201-83/+65
* Hide all windows before closing when closing all windows (#441095)Marcus Carlson2010-08-091-0/+22
* [src] remove NautilusInformationPanelCosimo Cecchi2010-07-251-2/+0
* [src] remove NautilusEmblemSidebarCosimo Cecchi2010-07-251-2/+0
* Conver window-state to gsettingsAlexander Larsson2010-07-231-5/+5
* Convert always-use-browser to gsettingsAlexander Larsson2010-07-231-5/+5
* Convert desktop preferences to gsettingsAlexander Larsson2010-07-231-13/+11
* Convert media handling preferences to gsettingsAlexander Larsson2010-07-231-3/+3
* Don't set a NULL argv for GApplication (#624508)Cosimo Cecchi2010-07-171-0/+1
* Refer to 3.0 instead of 2.32 in a string (#624286)Cosimo Cecchi2010-07-171-1/+1
* Move some variables around.Cosimo Cecchi2010-06-181-3/+2
* Port to GApplication.Cosimo Cecchi2010-06-181-140/+140
* Update for GLib 2.25.9 API changes (#621879).Cosimo Cecchi2010-06-171-27/+28
* [src] GSEAL nautilus-application.Cosimo Cecchi2010-06-111-7/+11
* Specify the expected variant type instead of using G_VARIANT_TYPE_TUPLE.Cosimo Cecchi2010-05-301-1/+1
* Use g_bus_watch_proxy() to initialize ConsoleKit.Cosimo Cecchi2010-05-301-84/+88
* Port to GDBusChristian Persch2010-05-301-67/+101
* Remove a pile of hacks used to initialize bookmarks.Cosimo Cecchi2010-05-061-2/+0
* Don't ignore the return value of write() (#617092).Cosimo Cecchi2010-04-281-1/+1
* Migrate confguration to XDG_CONFIG.Cosimo Cecchi2010-04-261-2/+33
* Do not use "if (spatial) ..." in window superclassPaolo Borelli2010-04-171-4/+4
* Don't close the window you initiated an unmount in.Alexander Larsson2010-03-081-26/+26
* Replace deprecated GTK_WIDGET_* macros and depend on newer GTK+Rodrigo Moya2010-03-041-1/+1
* Go to computer:/// on unmountLuke Symes2010-02-221-3/+6
* Move location bar entries to paneAlexander Larsson2009-12-101-1/+1
* Associate basic slot functions to panes instead of windows.Alexander Larsson2009-12-101-2/+2
* Move slots from NautilusWindow to NautilusWindowPaneAlexander Larsson2009-12-101-15/+20
* Associate a slot to a pane instead of a windowHolger Berndt2009-12-101-1/+1
* Remove an ugly hack to detect KDE desktop (#564208).Matthias Clasen2009-10-071-141/+0