Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell/ev-application.c
Commit message (Collapse)AuthorAgeFilesLines
* [build] Rename DATADIR with EVINCEDATADIRHib Eris2010-07-261-1/+1
| | | | | Defining DATADIR conflicts with win32 api (ObjIdl.h), so this define is renamed to EVINCEDATADIR.
* [shell] Add ev_application_get_n_windows()Carlos Garcia Campos2010-07-121-0/+18
|
* [shell] Optimize ev_application_has_window()Carlos Garcia Campos2010-07-121-3/+10
|
* [shell] Add GetWindowList DBus method to EvWindowJose Aliste2010-07-091-40/+60
| | | | It returns the list of currently opened windows
* [shell] Add ev_application_get_dbus_connection()Carlos Garcia Campos2010-06-281-0/+10
|
* [shell] Rename OpenURI dbus method as Reload and remove uri argumentCarlos Garcia Campos2010-06-281-30/+13
|
* [shell] Free dbus introspection data on application shutdownCarlos Garcia Campos2010-06-281-3/+4
|
* Remove hard-coded reason in totem-scrsaverBastien Nocera2010-06-131-0/+3
| | | | | | | We should now be able to share it between totem and evince without changes. https://bugzilla.gnome.org/show_bug.cgi?id=621386
* [shell] Use async GDBus api in ev-applicationCarlos Garcia Campos2010-05-251-147/+265
|
* [shell] Update to current GDBus APICarlos Garcia Campos2010-05-251-0/+3
| | | | And bump glib requirements
* [shell] Fix build with dbus disabledCarlos Garcia Campos2010-05-251-1/+1
|
* [shell] Use g_bus_watch_proxy instead of g_bus_watch_name in media-keysCarlos Garcia Campos2010-05-251-1/+1
|
* [totem-screensaver] Use g_bus_watch_proxy instead of g_bus_watch_nameCarlos Garcia Campos2010-05-251-1/+1
| | | | | This way we don't need a GDBusConnection ref, since the proxy created by GDBus contains the shared connection.
* Update to current GDBus APICarlos Garcia Campos2010-05-251-1/+0
|
* [shell] Update ©Christian Persch2010-05-251-0/+1
|
* [shell] Remove DBUS conditionals from TotemScrsaverChristian Persch2010-05-251-1/+1
| | | | | | Now that GDBus is in GIO, there's no need to conditionally compile this code. Just allow passing %NULL for @connection in totem_scrsaver_new() to disable using DBUS to inhibit the screensaver.
* [shell] Pass the GDBusConnection to TotemScrsaverChristian Persch2010-05-251-2/+4
| | | | We already have a connection, so just pass it to TotemScrsaver.
* [shell] Pass the GDBusConnection to EvMediaPlayerKeysChristian Persch2010-05-251-1/+1
| | | | We already have a connection, so just pass it to EvMediaPlayerKeys.
* [shell] Fix for GDBus API changesChristian Persch2010-05-251-6/+6
|
* [shell] Don't autostart the daemon just to unregisterChristian Persch2010-05-251-1/+1
|
* [daemon] Return "" from RegisterDocument on new documentsChristian Persch2010-05-251-2/+22
| | | | So we can distinguish this case in ev_application_register_uri().
* [shell] Safely get the screen from the message argumentsChristian Persch2010-05-251-1/+3
| | | | Check for out-of-bounds.
* [shell] Save a strdupChristian Persch2010-05-251-1/+1
|
* [shell] Plug refcount leaksChristian Persch2010-05-251-3/+4
|
* [shell] Port EvApplication to GDBusChristian Persch2010-05-251-282/+199
|
* [shell] Remove fontconfig lock/unlock when showing the main windowCarlos Garcia Campos2010-05-071-4/+0
| | | | | Hopefully it's not needed anymore since there isn't loading text in the view.
* Respect GNOME22_USER_DIR env variableCarlos Garcia Campos2010-04-251-10/+27
| | | | Based on patch by Ray Strode. Fixes bug #613637.
* Update FSF address everywhere.Arun Persaud2010-04-051-1/+1
| | | | | | | | updated where 'git grep Temple' showed an old address, not including po-files. Fixes bug# 514607. Signed-off-by: Arun Persaud <arun@nubati.net>
* [shell] Fix build with GSEAL_ENABLECarlos Garcia Campos2010-03-311-4/+15
|
* Replace GTK_WIDGET_REALIZED() with gtk_widget_get_realized()Hib Eris2010-03-311-2/+2
|
* Update totem-scrsaver from totem sourcesCarlos Garcia Campos2010-02-171-5/+7
| | | | Fixes bug #610173.
* Do not hardcode BINDIR on WindowsHib Eris2009-12-201-0/+10
|
* [shell] Don't exit with non-writable $HOMEChristian Persch2009-10-251-5/+5
| | | | | | Allow running without out dot dir. Also, don't warn when loading the print settings and the file just doesn't exist yet.
* libdocument: Clean up temp file handlingChristian Persch2009-10-251-1/+1
| | | | | | t push origin HEAD:master Make sure we can cope with not being able to create our temp directory. Bug #595372.
* Make accels map save atomicCarlos Garcia Campos2009-10-231-19/+49
|
* Move load/save toolbars model from EvApplication to EvWindowCarlos Garcia Campos2009-10-231-61/+0
|
* Move load/save print settings code from EvApplication to EvWindowCarlos Garcia Campos2009-10-231-167/+0
| | | | Settings are now loaded everytime before printing and saved after.
* Update all window copies of the same document when requesting a remote open_uriCarlos Garcia Campos2009-10-221-21/+73
|
*