Cosimo Cecchi
d3cee086e7
libnautilus-extension: remove the ability to add toolbar items
...
We want to fully control our toolbar now.
2011-02-17 11:25:17 -05:00
Cosimo Cecchi
3c749cf9da
selection-canvas-item: remove useless Xrandr code which does nothing
...
This code doesn't seem to actually do anything
2011-02-17 11:25:15 -05:00
Craig Keogh
98feec44b9
Remove configure.in ACLOCAL_FLAGS, now in Makefile.am (GNOME bug 641629)
2011-02-08 08:30:15 +10:30
Cosimo Cecchi
9e5a328318
Release 2.91.9
2011-02-04 17:03:30 -05:00
Cosimo Cecchi
8536b7134f
progress-ui: first cut implemneting file ops progress with notifications
2011-02-03 19:38:35 -05:00
Cosimo Cecchi
aa55211360
Release 2.91.8
2011-01-31 13:35:55 -05:00
Cosimo Cecchi
3f55f369c0
build: remove GConf dependency altogether
2011-01-31 12:26:19 -05:00
Cosimo Cecchi
a22f2501c8
desktop-files: cleanup desktop files installed by nautilus
...
In the 3.0 world, nautilus doesn't have to install a hundred of desktop
files, as it's just a regular application.
Tweak the default desktop file to make it suitable for being the only
one, and remove the others.
2011-01-11 18:48:48 +01:00
Maciej Piechotka
f2533adf30
Fix handling of AM_CONDITIONAL
2011-01-11 18:21:43 +01:00
Cosimo Cecchi
d5c9bae138
Move other files away from src/file-manager
2011-01-11 16:35:06 +01:00
Cosimo Cecchi
cd976fa260
Release 2.91.7
2011-01-10 18:19:21 +01:00
Cosimo Cecchi
f6d4eed031
debug: fix build without debugging support ( #639107 )
2011-01-10 17:56:25 +01:00
Cosimo Cecchi
318a9bd653
Release 2.91.6
2010-12-22 17:11:12 +01:00
Cosimo Cecchi
08462d0f02
Release 2.91.5
2010-12-20 19:07:54 +01:00
Cosimo Cecchi
ee06a67a63
mime-app-chooser: use g_app_info_set_as_last_used_for_content_type()
...
Instead of add_supports_for_content_type(), which does not save the
order in which custom apps have been used.
2010-12-20 18:01:22 +01:00
Cosimo Cecchi
def31cd341
Release 2.91.4
2010-12-07 10:34:46 +01:00
Cosimo Cecchi
fdae502d65
libnautilus-extension: use a different directory for 3.0
...
So that old extensions do not pull in GTK+2 code.
https://bugzilla.gnome.org/show_bug.cgi?id=624244
2010-12-03 13:49:36 +01:00
Cosimo Cecchi
695b2d9334
debug: add a new, simpler nautilus-debug module, based on Empathy's
...
We lose dumping the log to a file automatically, but we gain a lot in
flexibility.
2010-12-02 13:52:39 +01:00
Cosimo Cecchi
1cfc56563e
build: bump required GTK+ version
2010-12-01 17:29:54 +01:00
Cosimo Cecchi
41059f897c
Release 2.91.3
2010-11-29 19:11:38 +01:00
Cosimo Cecchi
36831040af
file-management-properties: remove the properties binary
...
We are moving the Media preferences to a separate control-center panel,
as they're desktop-wide settings. The actual autorun/automount will be
handled by gnome-settings-daemon.
The result is that we don't need to install our old gnome-control-center
capplet anymore, so we can remove all this code.
2010-11-23 18:03:20 +01:00
Florian Müllner
fb574c1061
desktop-background: Fix include
...
The file gnome-bg.h was moved from libgnomeui to libgnome-desktop.
2010-11-11 13:11:35 +01:00
Tomas Bzatek
3b586c5e61
Bump gnome-desktop requirement for new gnome-bg
2010-11-10 11:05:33 +01:00
Cosimo Cecchi
87d8e557c1
Release 2.91.2
2010-11-10 01:10:09 +01:00
Cosimo Cecchi
e72391a9ce
general: use GdkPixbuf/GIcon interface to set emblems in treeviews
...
So that emblems get composited for us also on pixbufs such as
thumbnails.
2010-11-05 17:25:19 +01:00
Cosimo Cecchi
57f9220918
build: use X11 pkg-config files instead of homebrew checks
2010-11-02 17:37:13 +01:00
Cosimo Cecchi
d61097230c
Release 2.91.1
2010-11-01 18:08:41 +01:00
Bastien Nocera
b4aa3c083a
Move nautilus-sendto extension to nautilus
...
And add a check for the presence of nautilus-sendto to the
initialisation of the object.
Building the extension is optional, though on by default.
https://bugzilla.gnome.org/show_bug.cgi?id=633485
2010-11-01 13:17:49 +00:00
Cosimo Cecchi
5e669515fd
general: use g_list_free_full() instead of eel functions
2010-10-31 15:31:46 +01:00
Cosimo Cecchi
7d05f8804f
build: bump GLib and GTK+ requirements
2010-10-30 17:24:07 +02:00
Cosimo Cecchi
393df7a83c
build: simplify configure script
...
Also, don't support old exif/exempi APIs anymore.
2010-10-30 16:29:14 +02:00
Cosimo Cecchi
f9aa5d9442
application: go back to libunique for now
...
While GApplication API settles. Also, porting to the new GApplication
would require quite some refactoring.
2010-10-30 16:29:13 +02:00
Cosimo Cecchi
0e755165bc
build: bump GTK+ required version
2010-10-30 16:29:13 +02:00
Cosimo Cecchi
31fac99021
Release 2.91.0.1
2010-10-05 15:53:18 +02:00
Cosimo Cecchi
ca6e8b6d59
Release 2.91.0
2010-10-04 12:49:54 +02:00
Cosimo Cecchi
2053c267a7
build: depend on 2.91.0 GTK+ and gnome-desktop
2010-10-04 12:36:48 +02:00
Cosimo Cecchi
3745195087
build: bump GTK+ and gnome-desktop required versions
2010-09-30 18:49:54 +02:00
Cosimo Cecchi
8deeb84710
build: require GLib 2.27.0
...
Due to GApplication, which has been removed from 2.25.x
2010-09-19 20:15:39 +02:00
Cosimo Cecchi
00df45be2c
build: require GTK+ 2.90.7 for GDK_KEY names
2010-09-19 19:53:09 +02:00
Cosimo Cecchi
a9fece4d5c
Actually check for gsettings-desktop-schemas
2010-08-12 14:47:52 +02:00
Cosimo Cecchi
7aca581c68
Bump to 2.90.1 on master.
2010-08-12 13:11:25 +02:00
Tomas Bzatek
9e219b3750
Require gsettings-desktop-schemas
2010-08-05 16:13:27 +02:00
Cosimo Cecchi
87469500d9
[data] remove patterns
2010-07-25 19:36:40 +02:00
Alexander Larsson
8497f4011e
Remove gconf schemas
2010-07-23 12:29:34 +02:00
Alexander Larsson
f58f80d441
Bump glib requirements for g_settings_reset
2010-07-23 12:22:56 +02:00
Alexander Larsson
b33acb0abe
Add GSettings schemas for nautilus
2010-07-23 12:22:54 +02:00
Cosimo Cecchi
92076643ef
Release 2.31.5.
2010-07-12 16:32:47 +02:00
Cosimo Cecchi
41e9a662b3
Require GTK+ 2.90.5.
...
So that we can drag in the right cairo dependency.
2010-07-01 16:51:21 +02:00
Cosimo Cecchi
9c903fd8a5
Release 2.31.4.
2010-06-29 01:27:56 +02:00
Frédéric Péters
8f77b22b60
[build] link against gail-3.0 (GNOME bug 622155)
2010-06-20 09:45:08 +02:00