rox-filer.git
11 years agoFixed some compiler type warnings
Demonslayer [Sat, 29 Dec 2012 15:21:11 +0000 (29 16:21 +0100)]
Fixed some compiler type warnings

11 years agoRemoved unused variables
Demonslayer [Sat, 29 Dec 2012 15:21:11 +0000 (29 16:21 +0100)]
Removed unused variables

11 years agoUpgraded deprecated functions to new versions
Demonslayer [Sat, 29 Dec 2012 15:21:11 +0000 (29 16:21 +0100)]
Upgraded deprecated functions to new versions

g_strncasecmp should be replaced by g_ascii_strncasecmp when the strings
are ASCII.

gdk_pixbuf_ref becomes g_object_ref, etc.

11 years agoFixed xdgmime support for zero-length files
Norm Pierce [Sat, 22 Sep 2012 11:21:38 +0000 (22 12:21 +0100)]
Fixed xdgmime support for zero-length files

11 years agoUpdated to latest xdgmime library
Thomas Leonard [Sat, 22 Sep 2012 11:10:47 +0000 (22 12:10 +0100)]
Updated to latest xdgmime library

11 years agoRemove rule that zero-length files are always text/plain
Norm Pierce [Sat, 22 Sep 2012 10:53:32 +0000 (22 11:53 +0100)]
Remove rule that zero-length files are always text/plain

Let the xdgmime library decide.

11 years agoRemoved xdgmime files not needed for ROX
Thomas Leonard [Sat, 22 Sep 2012 10:52:14 +0000 (22 11:52 +0100)]
Removed xdgmime files not needed for ROX

11 years agoFixed use-after-free in xdgmime
Thomas Leonard [Sat, 22 Sep 2012 11:05:51 +0000 (22 12:05 +0100)]
Fixed use-after-free in xdgmime

11 years agoAdded xdgmime history to ROX-Filer's Git repository
Thomas Leonard [Sat, 22 Sep 2012 10:27:09 +0000 (22 11:27 +0100)]
Added xdgmime history to ROX-Filer's Git repository

11 years agoFix pinboard event forwarding with GTK >= 2.18
Norm Pierce [Sun, 12 Aug 2012 06:39:23 +0000 (12 07:39 +0100)]
Fix pinboard event forwarding with GTK >= 2.18

Some symptoms are the occasional need for extra clicks to launch an application
or the inability to bring up the ROX-Filer menu without first left-clicking on
the backdrop. This happens after using a window manager menu.

For a full description, see:

  http://www.murga-linux.com/puppy/viewtopic.php?p=611819#611819

11 years agoInclude -lm explicitly
Thomas Leonard [Sun, 15 Jul 2012 06:28:11 +0000 (15 07:28 +0100)]
Include -lm explicitly

Error (reported in #3544149) was:

/usr/bin/ld: view_collection.o: undefined reference to symbol 'sqrt@@GLIBC_2.0'
/usr/bin/ld: note: 'sqrt@@GLIBC_2.0' is defined in DSO /lib/i386-linux-gnu/libm.so.6 so try adding it to the linker command line
/lib/i386-linux-gnu/libm.so.6: could not read symbols: Invalid operation

11 years agoIncreased maximum value for width of filenames options
Thomas Leonard [Sun, 15 Jul 2012 06:13:29 +0000 (15 07:13 +0100)]
Increased maximum value for width of filenames options

250 pixels is too small now. Requested by linuxdirk (bug #3544152).

11 years agoRemoved obsolete panel option
Thomas Leonard [Sun, 8 Jul 2012 05:49:34 +0000 (8 06:49 +0100)]
Removed obsolete panel option

Reported by Laverne Schrock.

11 years agoUpdated libsm and libice dependencies to use pkg-config
Thomas Leonard [Sat, 26 May 2012 15:08:23 +0000 (26 16:08 +0100)]
Updated libsm and libice dependencies to use pkg-config

11 years agoSet a default size for the log window
Dima Krasner [Sun, 20 May 2012 14:47:59 +0000 (20 15:47 +0100)]
Set a default size for the log window

The bug is just a small annoyance with the log window - it gets squashed
because no size (or automatic expanding) is specified.

12 years agoAdded support for "Fit" backdrop style
Thomas Leonard [Sun, 18 Mar 2012 21:34:49 +0000 (18 21:34 +0000)]
Added support for "Fit" backdrop style

Patch from Greygjhart.

12 years agoAdd explicit dependency on libm and libdl
Nicola Fontana [Sat, 18 Feb 2012 14:14:03 +0000 (18 15:14 +0100)]
Add explicit dependency on libm and libdl

Math and dynamic loading functions could be defined in external
libraries not directly included by default, so explicit checking is
required at configure level.

An alternative approach to AC_CHECK_LIB would be AC_SEARCH_LIBS, a not
so conventional method with possibly some advantage:
http://www.flameeyes.eu/autotools-mythbuster/autoconf/finding.html

12 years agoExtend commit #c2232d50 to "Send to..."
Nicola Fontana [Sat, 18 Feb 2012 14:14:22 +0000 (18 15:14 +0100)]
Extend commit #c2232d50 to "Send to..."

12 years agoDo case-insensitive checks for fnmatch-type-matching too.
David Faure [Fri, 28 Oct 2011 22:30:49 +0000 (29 00:30 +0200)]
Do case-insensitive checks for fnmatch-type-matching too.

12 years agoIt's faster and simpler to just use memcmp here.
David Faure [Fri, 28 Oct 2011 12:08:53 +0000 (28 14:08 +0200)]
It's faster and simpler to just use memcmp here.

12 years agoFix xdgmime bug #18109: implement better use of magic result
David Faure [Sun, 23 Oct 2011 22:50:22 +0000 (24 00:50 +0200)]
Fix xdgmime bug #18109: implement better use of magic result

when resolving conflicting globs

12 years agoNew ja.po translation.
TANAKA [Fri, 21 Oct 2011 13:42:08 +0000 (21 22:42 +0900)]
New ja.po translation.

12 years agoUpdated update-po to use the new GtkBuilder .ui file
Thomas Leonard [Sat, 15 Oct 2011 17:45:05 +0000 (15 18:45 +0100)]
Updated update-po to use the new GtkBuilder .ui file

Reported by Tanaka Hiorak.

12 years agoStart development series 2.11-post
Thomas Leonard [Sun, 9 Oct 2011 14:32:15 +0000 (9 15:32 +0100)]
Start development series 2.11-post

12 years agoRelease 2.11v2.11
Thomas Leonard [Sun, 9 Oct 2011 14:31:59 +0000 (9 15:31 +0100)]
Release 2.11

12 years agoRelease notes for 2.11
Thomas Leonard [Sun, 9 Oct 2011 14:31:38 +0000 (9 15:31 +0100)]
Release notes for 2.11

12 years agoFix filename in #warning message
David Faure [Thu, 6 Oct 2011 09:56:31 +0000 (6 11:56 +0200)]
Fix filename in #warning message

12 years agoConverted from Glade to GtkBuilder
Thomas Leonard [Sun, 2 Oct 2011 14:28:50 +0000 (2 15:28 +0100)]
Converted from Glade to GtkBuilder

12 years agoTypo in German translation
Alek [Sat, 1 Oct 2011 18:19:43 +0000 (1 19:19 +0100)]
Typo in German translation

12 years agoImplement text vs binary fallback; support for application/x-zerosize
David Faure [Thu, 29 Sep 2011 15:26:33 +0000 (29 17:26 +0200)]
Implement text vs binary fallback; support for application/x-zerosize

12 years agoAdded run-time dependency on libglade2
Thomas Leonard [Sun, 11 Sep 2011 18:55:51 +0000 (11 19:55 +0100)]
Added run-time dependency on libglade2

It is no longer installed by default on Ubuntu 11.10.

13 years ago"build" script runs autoconf and build the documentation if necessary
Thomas Leonard [Sat, 21 Aug 2010 12:55:22 +0000 (21 13:55 +0100)]
"build" script runs autoconf and build the documentation if necessary

This is needed for Git checkouts.

13 years agoDon't lower panel when the pointer moves over an applet
Thomas Leonard [Sat, 21 Aug 2010 12:09:33 +0000 (21 13:09 +0100)]
Don't lower panel when the pointer moves over an applet

Reported by mark76 on IRC.

13 years agoCentre the pinboard image correctly if larger than the screen
Mohamed Amine IL Idrissi [Fri, 13 Aug 2010 18:12:28 +0000 (13 19:12 +0100)]
Centre the pinboard image correctly if larger than the screen

(patch sent to Ubuntu anonymously and forwarded; see Ubuntu bug #615490)

14 years agoDepend on 0compile 0.19.1
Thomas Leonard [Sat, 1 May 2010 14:47:55 +0000 (1 15:47 +0100)]
Depend on 0compile 0.19.1

Fixes bug using distribution-provided pkg-config.

14 years agoAdded build dependency on pkg-config
Thomas Leonard [Sat, 24 Apr 2010 09:52:42 +0000 (24 10:52 +0100)]
Added build dependency on pkg-config

14 years agoBugfix: unselect item when menu is closed
Thomas Leonard [Wed, 7 Apr 2010 14:44:57 +0000 (7 15:44 +0100)]
Bugfix: unselect item when menu is closed

We used to listen for "unmap_event", but this is no longer emitted in recent
versions of GTK. Switched to using "selection-done" instead.

Closes #2925212 (reported by Barry Kauler).

14 years agoMerge remote branch 'kerofin/master'
Thomas Leonard [Wed, 7 Apr 2010 14:39:39 +0000 (7 15:39 +0100)]
Merge remote branch 'kerofin/master'

14 years agoClean up the 'rox' script generation.
Stephen Watson [Mon, 11 Jan 2010 22:57:56 +0000 (11 22:57 +0000)]
Clean up the 'rox' script generation.

I don't like git.  I thought this change would be part of the previous commit...

14 years agoAdded button to options window to create the 'rox' start up script.
Stephen Watson [Mon, 11 Jan 2010 22:55:30 +0000 (11 22:55 +0000)]
Added button to options window to create the 'rox' start up script.

14 years agoupdated italian translation
yuri [Sun, 3 Jan 2010 11:03:37 +0000 (3 12:03 +0100)]
updated italian translation

14 years agoMerge branch 'master' of git://repo.or.cz/rox-filer
Stephen Watson [Tue, 1 Dec 2009 07:08:02 +0000 (1 07:08 +0000)]
Merge branch 'master' of git://repo.or.cz/rox-filer

14 years agoUpdated Brazilian Portuguese translation
Sérgio Cipolla [Mon, 30 Nov 2009 10:24:43 +0000 (30 10:24 +0000)]
Updated Brazilian Portuguese translation

14 years agoUpdated spanish and galician translation
Antonio Sánchez [Sat, 24 Oct 2009 18:08:35 +0000 (24 20:08 +0200)]
Updated spanish and galician translation

The how to change permissions explanation had a mistake that made the help window appear blank.

14 years agoUpdated Spanish translation
Antonio Sánchez [Tue, 13 Oct 2009 09:09:57 +0000 (13 11:09 +0200)]
Updated Spanish translation

14 years agosort glob hits with larger weight first
Alexander Larsson [Thu, 8 Oct 2009 10:02:19 +0000 (8 12:02 +0200)]
sort glob hits with larger weight first

Higher weight is more important, so return these first meaning
they will be used as the default.

14 years ago2009-10-06 Bastien Nocera <hadess@hadess.net>
Bastien Nocera [Tue, 6 Oct 2009 12:01:52 +0000 (6 12:01 +0000)]
2009-10-06  Bastien Nocera  <hadess@hadess.net>

* src/xdgmimecache.c (cache_glob_lookup_file_name):
* src/xdgmimeglob.c (_xdg_glob_hash_lookup_file_name):
Remove unused variables

14 years ago2009-10-02 Alexander Larsson <alexl@redhat.com>
Alexander Larsson [Fri, 2 Oct 2009 10:52:47 +0000 (2 10:52 +0000)]
2009-10-02  Alexander Larsson  <alexl@redhat.com>

* src/xdgmime.c: (xdg_mime_get_icon):
* src/xdgmimecache.c: (_xdg_mime_cache_get_icon):
Fix mime lookup order, imported from glib copy.
Fixes gnome bug #555711

14 years ago2009-10-02 Alexander Larsson <alexl@redhat.com>
Alexander Larsson [Fri, 2 Oct 2009 09:37:58 +0000 (2 09:37 +0000)]
2009-10-02  Alexander Larsson  <alexl@redhat.com>

* src/xdgmimecache.c: (cache_magic_matchlet_compare_to_data):
Use correct bounds check for magic ranges

14 years ago2009-10-02 Alexander Larsson <alexl@redhat.com>
Alexander Larsson [Fri, 2 Oct 2009 08:29:06 +0000 (2 08:29 +0000)]
2009-10-02  Alexander Larsson  <alexl@redhat.com>

* src/xdgmimecache.c: (cache_glob_lookup_literal),
(cache_glob_lookup_fnmatch), (cache_glob_node_lookup_suffix),
(cache_glob_lookup_suffix), (ascii_tolower),
(cache_glob_lookup_file_name):
* src/xdgmimeglob.c: (_xdg_glob_list_append),
(_xdg_glob_hash_insert_ucs4), (_xdg_glob_hash_insert_text),
(_xdg_glob_hash_node_lookup_file_name), (ascii_tolower),
(_xdg_glob_hash_lookup_file_name), (_xdg_glob_hash_append_glob):
Support the case-sensitive attribute

14 years ago2009-10-02 Alexander Larsson <alexl@redhat.com>
Alexander Larsson [Fri, 2 Oct 2009 07:59:11 +0000 (2 07:59 +0000)]
2009-10-02  Alexander Larsson  <alexl@redhat.com>

* src/xdgmimecache.c: (_xdg_mime_cache_new_from_file):
Support reading cache files with minor number 2

14 years ago2009-10-02 Alexander Larsson <alexl@redhat.com>
Alexander Larsson [Fri, 2 Oct 2009 07:57:28 +0000 (2 07:57 +0000)]
2009-10-02  Alexander Larsson  <alexl@redhat.com>

* src/xdgmime.c: (xdg_mime_init_from_directory):
* src/xdgmimeglob.c: (_xdg_glob_hash_append_glob),
(_xdg_mime_glob_read_from_file):
* src/xdgmimeglob.h:
Read the new updated glob2 format with flags

14 years agoMerge branch 'master' of git://repo.or.cz/rox-filer
Stephen Watson [Sat, 19 Sep 2009 15:31:58 +0000 (19 16:31 +0100)]
Merge branch 'master' of git://repo.or.cz/rox-filer

14 years agoUpdated Spanish translation.
Luis Felipe Abad [Tue, 15 Sep 2009 19:10:03 +0000 (15 20:10 +0100)]
Updated Spanish translation.

14 years agoMark French manual as up-to-date
Thomas Leonard [Tue, 8 Sep 2009 13:48:03 +0000 (8 14:48 +0100)]
Mark French manual as up-to-date

Requested by Arnaud Calvo.

14 years agoTurn the error on invalid line breaks in uri_list_to_glist into a warning.
Stephen Watson [Sat, 22 Aug 2009 11:57:30 +0000 (22 12:57 +0100)]
Turn the error on invalid line breaks in uri_list_to_glist into a warning.
Firefox 3.5 upto and including 3.5.2 gets it wrong, but we don't want to stop
drops working until they fix it.

14 years agoBefore starting to generate a thumbnail, check if it is currently being
Stephen Watson [Sun, 19 Jul 2009 11:53:10 +0000 (19 12:53 +0100)]
Before starting to generate a thumbnail, check if it is currently being
generated (like it was before pixmap_try_thumb() was added).

14 years agoMerge branch 'master' of git://repo.or.cz/rox-filer
Stephen Watson [Sat, 18 Jul 2009 15:30:51 +0000 (18 16:30 +0100)]
Merge branch 'master' of git://repo.or.cz/rox-filer

14 years agoStart development series 2.10-post
Thomas Leonard [Sat, 18 Jul 2009 14:23:31 +0000 (18 15:23 +0100)]
Start development series 2.10-post

14 years agoRelease 2.10v2.10
Thomas Leonard [Sat, 18 Jul 2009 14:23:18 +0000 (18 15:23 +0100)]
Release 2.10

14 years agoUpdated release notes
Thomas Leonard [Sat, 18 Jul 2009 14:23:05 +0000 (18 15:23 +0100)]
Updated release notes

14 years agoEliminated the duplicated code between pixmap_background_thumb() and
Stephen Watson [Sat, 18 Jul 2009 14:09:09 +0000 (18 15:09 +0100)]
Eliminated the duplicated code between pixmap_background_thumb() and
pixmap_try_thumb().  pixmap_background_thumb() now calls pixmap_try_thumb() to
get from memory or load from cache.

14 years agoAdded option to place panels under the control of the _NET_WORKAREA property.
Stephen Watson [Sat, 18 Jul 2009 08:28:30 +0000 (18 09:28 +0100)]
Added option to place panels under the control of the _NET_WORKAREA property.
Note it only checks the work area at the point it creates the panel.

14 years agoFix bug in XDG MIME magic: if two matches at the same priority returned
Stephen Watson [Mon, 13 Jul 2009 21:39:59 +0000 (13 22:39 +0100)]
Fix bug in XDG MIME magic: if two matches at the same priority returned
exactly the same type, it was considered a conflict.

14 years agoNewer versions of GTK+ issue warnings if a spin button has a non-zero
Stephen Watson [Sat, 11 Jul 2009 11:05:47 +0000 (11 12:05 +0100)]
Newer versions of GTK+ issue warnings if a spin button has a non-zero
page size.

14 years agoMerge branch 'master' of git://repo.or.cz/rox-filer
Stephen Watson [Tue, 30 Jun 2009 06:14:25 +0000 (30 07:14 +0100)]
Merge branch 'master' of git://repo.or.cz/rox-filer

14 years agoIf a file has a thumbnail, display it in the infobox.
Stephen Watson [Tue, 30 Jun 2009 06:12:58 +0000 (30 07:12 +0100)]
If a file has a thumbnail, display it in the infobox.

14 years agoUpdate japanese trancslation
heroaki_TANAKA [Sat, 27 Jun 2009 15:44:12 +0000 (28 00:44 +0900)]
Update japanese trancslation

14 years agoFix the code to parse the value from the file too
Bernard Jungen [Sun, 31 May 2009 15:16:29 +0000 (31 17:16 +0200)]
Fix the code to parse the value from the file too

14 years agoApplied Bernard Jungen's patch and suggestion:
Tony Houghton [Fri, 29 May 2009 18:44:59 +0000 (29 19:44 +0100)]
Applied Bernard Jungen's patch and suggestion:

* _() i18n wrappers for new infobox buttons.
* Don't save learnt mount points with default of "ASK".
* Use GPOINTER_TO_INT(NULL) instead of assuming 0.

14 years agoNew options in mount point Properties dialog:
Tony Houghton [Wed, 27 May 2009 20:11:48 +0000 (27 21:11 +0100)]
New options in mount point Properties dialog:

What action to take when all a mount point's windows are closed.

14 years agoLeft align permissions labels in Properties.
Tony Houghton [Wed, 27 May 2009 18:55:13 +0000 (27 19:55 +0100)]
Left align permissions labels in Properties.

14 years agoPreserve learnt mounts across sessions.
Tony Houghton [Wed, 27 May 2009 18:30:16 +0000 (27 19:30 +0100)]
Preserve learnt mounts across sessions.

14 years agoChanged semantics of "Don't ask" in unmount prompt
Tony Houghton [Sat, 23 May 2009 14:22:55 +0000 (23 15:22 +0100)]
Changed semantics of "Don't ask" in unmount prompt

14 years agoAdded "Don't ask..." to may_offer_unmount().
Tony Houghton [Fri, 22 May 2009 13:21:21 +0000 (22 14:21 +0100)]
Added "Don't ask..." to may_offer_unmount().

14 years agoStart development series 2.9-post
Thomas Leonard [Sun, 10 May 2009 12:23:04 +0000 (10 13:23 +0100)]
Start development series 2.9-post

14 years agoRelease 2.9v2.9
Thomas Leonard [Sun, 10 May 2009 12:22:54 +0000 (10 13:22 +0100)]
Release 2.9

14 years agoAdded release notes for 2.9.
Thomas Leonard [Sun, 10 May 2009 12:20:28 +0000 (10 13:20 +0100)]
Added release notes for 2.9.

14 years agoROX-Filer didn't compile without inotify support
Thomas Leonard [Sun, 10 May 2009 11:03:53 +0000 (10 12:03 +0100)]
ROX-Filer didn't compile without inotify support

dnotify_fd_to_dir got renamed in 71061457fee9e95d65c53f2bdcc400bc4ac502c0, but not everywhere.

14 years agoRemoved separate source feed
Thomas Leonard [Sun, 10 May 2009 10:20:43 +0000 (10 11:20 +0100)]
Removed separate source feed

For historical reasons, ROX-Filer had a somewhat confused build system. The
main feed claimed it to be a binary that worked on any architecture (because it
compiled itself if the binary was missing), while a separate "source" feed
provided the build dependencies.

Now it has just a single feed, asserting that this is source code. Compiling it
generates a binary release, including a binary feed.

Also, there is a new 0compile.properties file so you can easily compile it with
"0compile build".

Clicking on the source's AppRun when there is no binary compiles it as before
(without using Zero Install).

15 years agoDon't use "cp -u" in build script; doesn't work on FreeBSD
Thomas Leonard [Mon, 13 Apr 2009 13:19:11 +0000 (13 14:19 +0100)]
Don't use "cp -u" in build script; doesn't work on FreeBSD

15 years ago* src/test-mime.c (test_one_icon): Fix possible
Bastien Nocera [Mon, 9 Mar 2009 11:09:02 +0000 (9 11:09 +0000)]
* src/test-mime.c (test_one_icon): Fix possible
crash when xdg_mime_get_icon() returns NULL, spotted by
Sanel Zukan <sanelz@gmail.com> (Closes: #20555)

15 years ago* src/xdgmime.c (xdg_mime_shutdown): Patch from
Bastien Nocera [Thu, 8 Jan 2009 16:10:22 +0000 (8 16:10 +0000)]
* src/xdgmime.c (xdg_mime_shutdown): Patch from
Carlos Garcia Campos <carlosgc@gnome.org> to
fix a memory leak on shutdown (Closes: #16972)

15 years agoFixed incorrect XML
Thomas Leonard [Tue, 30 Dec 2008 10:37:46 +0000 (30 10:37 +0000)]
Fixed incorrect XML

15 years agoUpdated Chinese translations
Babyfai Cheung [Mon, 29 Dec 2008 12:53:31 +0000 (29 20:53 +0800)]
Updated Chinese translations

15 years agoMoved substitution code into a separate function
Thomas Leonard [Fri, 5 Dec 2008 20:07:03 +0000 (5 20:07 +0000)]
Moved substitution code into a separate function

Added some unit tests. Fixed bug with escapes.

15 years agoSupport back-references when bulk renaming.
Rogutės [Thu, 27 Nov 2008 19:07:45 +0000 (27 21:07 +0200)]
Support back-references when bulk renaming.

Back references from \0 to \9 can be used in the "With:" field of the
bulk renaming dialog. Every back-reference is replaced by a captured
substring from the "Replace:" field.
As a side effect, \0, \1, ..., \9 become special characters and they
must be escaped with an additional backslash (e.g. \\3).

15 years agoUpdate panels correctly when the screen size changes
Tony Houghton [Sun, 30 Nov 2008 19:07:47 +0000 (30 19:07 +0000)]
Update panels correctly when the screen size changes

15 years agoSupport "Show per workspace" pinboard option when the window manager is using viewpor...
Stephen Watson [Sat, 22 Nov 2008 15:16:17 +0000 (22 15:16 +0000)]
Support "Show per workspace" pinboard option when the window manager is using viewports instead of desktops. This is needed for things like compiz.

15 years agoMake more terms become translatable in log.c
Babyfai Cheung [Sat, 8 Nov 2008 06:17:12 +0000 (8 14:17 +0800)]
Make more terms become translatable in log.c

15 years agoRevert "Menu option to create a new start-up script."
Thomas Leonard [Tue, 7 Oct 2008 18:15:42 +0000 (7 19:15 +0100)]
Revert "Menu option to create a new start-up script."

I really don't like this. Having every program provide an option in its GUI to
install itself is really ugly.

This reverts commit e31da230556f6cdc294902614f63d63e598e9f42.

15 years agoFix detection of *BSD systems for large file support
Thomas Leonard [Tue, 7 Oct 2008 18:12:24 +0000 (7 19:12 +0100)]
Fix detection of *BSD systems for large file support

Third attempt. Instead of including huge autoconf files, restore the uname
call that was accidentally removed in 462ae76daefc4f536f474982b4452e640ea48350.

15 years agoRevert "Fix detection of *BSD systems for large file support."
Thomas Leonard [Tue, 7 Oct 2008 18:11:00 +0000 (7 19:11 +0100)]
Revert "Fix detection of *BSD systems for large file support."

This reverts commit dc1c76ea64ea7fd680172a678bfeb6ea81b2df8a.

15 years agoMerge branch 'master' of git://repo.or.cz/rox-filer
Stephen Watson [Sun, 5 Oct 2008 09:10:06 +0000 (5 10:10 +0100)]
Merge branch 'master' of git://repo.or.cz/rox-filer

15 years agoFix detection of *BSD systems for large file support.
Stephen Watson [Sun, 5 Oct 2008 08:55:03 +0000 (5 09:55 +0100)]
Fix detection of *BSD systems for large file support.
This is a revised version of the original patch.  The major change is that
config.sub and config.guess are not added but autogen.sh is provided to
run automake to copy them in.

15 years agoUse inotify to monitor directories when available, in preference to dnotify.
Stephen Watson [Fri, 22 Aug 2008 21:19:04 +0000 (22 22:19 +0100)]
Use inotify to monitor directories when available, in preference to dnotify.

15 years agoHandle desktop files that have a blank Path
Stephen Watson [Sat, 26 Jul 2008 17:25:10 +0000 (26 18:25 +0100)]
Handle desktop files that have a blank Path

15 years agoDocument new "Start script" menu item.
Stephen Watson [Sat, 26 Jul 2008 17:08:20 +0000 (26 18:08 +0100)]
Document new "Start script" menu item.

15 years agoMenu option to create a new start-up script.
Stephen Watson [Sat, 26 Jul 2008 09:23:35 +0000 (26 10:23 +0100)]
Menu option to create a new start-up script.

15 years agoHandle the case where there is nothing following the version number when checking...
Stephen Watson [Wed, 2 Jul 2008 17:05:03 +0000 (2 18:05 +0100)]
Handle the case where there is nothing following the version number when checking the gcc --version output