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.
|