Mon, 07 Sep 2009 20:44:29 +0000 |
nadvornik |
start_editor_from_filelist_full fixes
|
Mon, 07 Sep 2009 20:04:22 +0000 |
nadvornik |
fixed list of possible editors in popup menu
|
Sun, 06 Sep 2009 14:01:03 +0000 |
nadvornik |
load desktop files in idle time
|
Fri, 19 Jun 2009 22:34:52 +0000 |
nadvornik |
run external commands from current directory even with no files
|
Sun, 31 May 2009 11:08:00 +0000 |
nadvornik |
do not block the files sent to external editors like gimp
|
Fri, 01 May 2009 09:49:27 +0000 |
nadvornik |
allow external editors without parameters, as long as they are in
|
Sun, 29 Mar 2009 16:39:42 +0000 |
nadvornik |
added UfRaw ID files to known filetypes
|
Fri, 27 Mar 2009 08:05:14 +0000 |
nadvornik |
added simple desktop file editor
|
Thu, 26 Mar 2009 21:49:20 +0000 |
zas_ |
Improve editors through .desktop files implementation:
|
Fri, 20 Mar 2009 17:02:00 +0000 |
nadvornik |
added tooltips to external editors on toolbar
|
Fri, 20 Mar 2009 09:46:35 +0000 |
nadvornik |
added function to reload external editors at any time
|
Mon, 09 Mar 2009 19:37:58 +0000 |
zas_ |
Add missing g_key_file_free() call.
|
Mon, 09 Mar 2009 19:35:53 +0000 |
zas_ |
Fix editor_command_path_parse().
|
Mon, 09 Mar 2009 19:34:26 +0000 |
zas_ |
Revert changeset 1502. It brokes the spec: hidden desktop files from user directory should hide files from system directory with the same name.
|
Mon, 09 Mar 2009 12:44:06 +0000 |
zas_ |
Only store editors if they match criterias to not be hidden from start, it makes more sense. Fix editor_command_path_parse().
|
Sun, 08 Mar 2009 23:12:49 +0000 |
zas_ |
Introduce EditorFlags type, cleanup.
|
Sun, 08 Mar 2009 20:49:48 +0000 |
zas_ |
Cleanup and minor fixes.
|
Sun, 08 Mar 2009 15:30:15 +0000 |
zas_ |
Add helper macros EDITOR_ERRORS() and EDITOR_ERRORS_BUT_SKIPPED() to clean up the code a bit. Minor tidy up.
|
Sun, 08 Mar 2009 15:02:18 +0000 |
zas_ |
Fix up editor execution.
|
Sun, 08 Mar 2009 13:23:25 +0000 |
zas_ |
In various Edit context menus, only display editors that match the file types in the selection.
|
Sun, 01 Mar 2009 23:14:19 +0000 |
zas_ |
When g_new0() is used, drop redundant initializations to NULL, FALSE or 0, second pass.
|
Sat, 21 Feb 2009 20:43:35 +0000 |
zas_ |
Glibification again.
|
Wed, 04 Feb 2009 17:15:30 +0000 |
zas_ |
Add year 2009 to copyright info everywhere.
|
Tue, 03 Feb 2009 13:52:20 +0000 |
zas_ |
Add support for NoDisplay (entry is then hidden) and Type (only Application type is valid here) keys.
|
Tue, 03 Feb 2009 08:41:21 +0000 |
zas_ |
editor_list_get() now returns a sorted list, this way items appear in the same order in all menus.
|
Sun, 01 Feb 2009 22:35:40 +0000 |
nadvornik |
test TryExec,
|
Sun, 01 Feb 2009 12:48:14 +0000 |
nadvornik |
read external editors from .desktop files
|
Fri, 02 Jan 2009 09:26:23 +0000 |
nadvornik |
sidecar files grouping was made case-insensitive
|
Sun, 23 Nov 2008 16:10:29 +0000 |
zas_ |
Drop useless wmclass stuff. Gtk will take care of it and as said in the documentation using gtk_window_set_wmclass() is sort of pointless.
|
Tue, 07 Oct 2008 18:20:22 +0000 |
nadvornik |
Adding a vim modeline to all files - patch by Klaus Ethgen
|
Sun, 31 Aug 2008 10:51:41 +0000 |
zas_ |
Move miscellaneous functions to their own files (new misc.[ch]).
|
Tue, 26 Aug 2008 22:22:51 +0000 |
zas_ |
For the sake of consistency, use glib basic types everywhere.
|
Mon, 25 Aug 2008 22:20:45 +0000 |
zas_ |
Whitespaces cleanup.
|
Sun, 27 Jul 2008 09:51:28 +0000 |
nadvornik |
added "Symlink" as an example of "filter" command
|
Thu, 24 Jul 2008 20:24:04 +0000 |
zas_ |
Set GIO channels to binary encoding.
|
Tue, 22 Jul 2008 17:57:22 +0000 |
nadvornik |
fixed stop button in editor dialog
|
Fri, 30 May 2008 08:39:52 +0000 |
zas_ |
Use functions to set editors name and command and ensure they are
|
Fri, 30 May 2008 07:20:25 +0000 |
zas_ |
Check for existing editor command using is_valid_editor_command().
|
Sat, 24 May 2008 22:44:18 +0000 |
nadvornik |
rewritten utilops.h:
|
Thu, 22 May 2008 20:22:13 +0000 |
zas_ |
Make shell command and its option rc file options instead of hardcoded strings.
|
Thu, 22 May 2008 09:12:36 +0000 |
zas_ |
Introduce an helper function that returns the name of an editor.
|
Thu, 22 May 2008 08:49:52 +0000 |
zas_ |
Use a struct to handle editor's properties.
|
Fri, 16 May 2008 10:02:56 +0000 |
zas_ |
Include debug.h from main.h since debug macros may be used anywhere in the code.
|
Fri, 16 May 2008 09:10:56 +0000 |
zas_ |
Improve editor commands error display:
|
Fri, 16 May 2008 08:37:07 +0000 |
zas_ |
Improve editors a bit:
|
Mon, 05 May 2008 19:11:12 +0000 |
nadvornik |
split filelist.c to filefilter.c and filedata.c
|
Thu, 24 Apr 2008 15:49:57 +0000 |
zas_ |
Convert the minority of while() to while ().
|
Mon, 21 Apr 2008 21:46:38 +0000 |
nadvornik |
updated copyright in source files
|
Sun, 20 Apr 2008 13:42:22 +0000 |
zas_ |
Minor cleanup and code redundancy reduction.
|
Sun, 20 Apr 2008 13:30:36 +0000 |
zas_ |
editor_command_one(): tidy up.
|
Sun, 20 Apr 2008 13:04:57 +0000 |
zas_ |
Big whitespaces cleanup:
|
Sun, 20 Apr 2008 09:53:37 +0000 |
nadvornik |
rm as external delete command is too dangerous, even for testing
|
Fri, 18 Apr 2008 23:35:16 +0000 |
zas_ |
gimp-remote has no -n option.
|
Fri, 11 Apr 2008 22:14:36 +0000 |
zas_ |
Add a new struct ConfOptions to handle options.
|
Wed, 09 Apr 2008 13:53:01 +0000 |
zas_ |
Replace occurences of Geeqie / geeqie by constants defined in main.h.
|
Tue, 08 Apr 2008 23:16:12 +0000 |
zas_ |
GQVIEW_* -> GQ_*
|
Tue, 08 Apr 2008 23:02:33 +0000 |
zas_ |
gqview.h -> main.h
|
Sun, 06 Apr 2008 10:03:54 +0000 |
zas_ |
Mark strings as translatable.
|
Thu, 03 Apr 2008 23:29:14 +0000 |
zas_ |
Make the wmclass value unique among the code by defining
|
Thu, 03 Apr 2008 20:46:55 +0000 |
zas_ |
Drop unused variable.
|
Thu, 03 Apr 2008 20:45:55 +0000 |
zas_ |
Add missing return at the end of editor_command_next_start().
|
Sun, 23 Mar 2008 20:38:54 +0000 |
nadvornik |
rename GQview -> Geeqie over the code
|
Sun, 16 Mar 2008 14:11:22 +0000 |
nadvornik |
whitelist of files that can have an xmp sidecar, sample external command
|
Wed, 21 Nov 2007 22:46:50 +0000 |
nadvornik |
added possibility to specify prefered file type for external commands
|
Sun, 30 Sep 2007 21:10:54 +0000 |
nadvornik |
editors.c was almost completely rewritten:
|
Tue, 11 Sep 2007 20:06:29 +0000 |
nadvornik |
replaced gchar* path with FileData *fd
|
Mon, 20 Aug 2007 20:11:32 +0000 |
nadvornik |
more external commands
|
Thu, 16 Aug 2007 20:57:09 +0000 |
nadvornik |
improved external delete command
|
Wed, 15 Aug 2007 21:37:51 +0000 |
nadvornik |
started implementation of external commands; external Delete should work
|
Sun, 03 Dec 2006 01:20:31 +0000 |
gqview |
Sat Dec 2 20:15:22 2006 John Ellis <johne@verizon.net>
|
Mon, 13 Jun 2005 21:39:13 +0000 |
gqview |
Mon Jun 13 17:31:46 2005 John Ellis <johne@verizon.net>
|
Sat, 26 Feb 2005 00:13:35 +0000 |
gqview |
Sync to GQview 1.5.9 release.
|