Revision: 1676
http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=1676&view=rev
Author: frlan
Date: 2010-10-23 09:55:39 +0000 (Sat, 23 Oct 2010)
Log Message:
-----------
GeanyVC: Minor Update of Documentation
Modified Paths:
--------------
trunk/geany-plugins/geanyvc/README
trunk/geany-plugins/geanyvc/src/vc_cvs.c
Modified: trunk/geany-plugins/geanyvc/README
===================================================================
--- trunk/geany-plugins/geanyvc/README 2010-10-22 19:46:50 UTC (rev 1675)
+++ trunk/geany-plugins/geanyvc/README 2010-10-23 09:55:39 UTC (rev 1676)
@@ -53,6 +53,7 @@
* revert directory
* revert base directory
* update
+ * commit
Requirements
============
Modified: trunk/geany-plugins/geanyvc/src/vc_cvs.c
===================================================================
--- trunk/geany-plugins/geanyvc/src/vc_cvs.c 2010-10-22 19:46:50 UTC (rev 1675)
+++ trunk/geany-plugins/geanyvc/src/vc_cvs.c 2010-10-23 09:55:39 UTC (rev 1676)
@@ -3,6 +3,8 @@
* Copyright 2007-2009 Enrico Tröger <enrico.troeger(a)uvena.de>
* Copyright 2007 Nick Treleaven <nick.treleaven(a)btinternet.com>
* Copyright 2007-2009 Yura Siamashka <yurand2(a)gmail.com>
+ * Copyright 2010 Jean-Paul Iribarren <jeanpaul.Iribarren(a)free.fr>
+ *
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
Revision: 1674
http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=1674&view=rev
Author: dimitrov-adrian
Date: 2010-10-17 19:25:27 +0000 (Sun, 17 Oct 2010)
Log Message:
-----------
Treebrowser: Fixed order of includes with gio.h (Patch by Enrico Troger)
Modified Paths:
--------------
trunk/geany-plugins/treebrowser/ChangeLog
trunk/geany-plugins/treebrowser/src/treebrowser.c
Modified: trunk/geany-plugins/treebrowser/ChangeLog
===================================================================
--- trunk/geany-plugins/treebrowser/ChangeLog 2010-10-17 16:56:45 UTC (rev 1673)
+++ trunk/geany-plugins/treebrowser/ChangeLog 2010-10-17 19:25:27 UTC (rev 1674)
@@ -39,6 +39,13 @@
17-10-2010 Adrian Dimitrov <dimitrov.adrian(a)gmail.com>
* src/treebrowser.c
+ Fixed order of includes with gio.h
+ (Patch by Enrico Troger)
+
+
+17-10-2010 Adrian Dimitrov <dimitrov.adrian(a)gmail.com>
+
+ * src/treebrowser.c
Fixed memory leaks
(Patch by Colomban Wendling)
Fixed missing GIcon compilation error in gtk versions before 2.14
Modified: trunk/geany-plugins/treebrowser/src/treebrowser.c
===================================================================
--- trunk/geany-plugins/treebrowser/src/treebrowser.c 2010-10-17 16:56:45 UTC (rev 1673)
+++ trunk/geany-plugins/treebrowser/src/treebrowser.c 2010-10-17 19:25:27 UTC (rev 1674)
@@ -10,12 +10,13 @@
#include <glib.h>
#include <glib/gstdio.h>
+#include "geany.h"
+#include "geanyplugin.h"
+
#ifdef HAVE_GIO
# include <gio/gio.h>
#endif
-#include "geany.h"
-#include "geanyplugin.h"
/* These items are set by Geany before plugin_init() is called. */
GeanyPlugin *geany_plugin;
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
Revision: 1672
http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=1672&view=rev
Author: dimitrov-adrian
Date: 2010-10-17 16:41:46 +0000 (Sun, 17 Oct 2010)
Log Message:
-----------
...
Modified Paths:
--------------
trunk/geany-plugins/treebrowser/ChangeLog
trunk/geany-plugins/treebrowser/README
Modified: trunk/geany-plugins/treebrowser/ChangeLog
===================================================================
--- trunk/geany-plugins/treebrowser/ChangeLog 2010-10-17 16:25:12 UTC (rev 1671)
+++ trunk/geany-plugins/treebrowser/ChangeLog 2010-10-17 16:41:46 UTC (rev 1672)
@@ -3,7 +3,7 @@
+---------------------------+
(FIXED) http://sourceforge.net/tracker/?func=detail&aid=3034450&group_id=222729&ati…
- * CRYTICAL warning when unloading the plugin
+ (FIXED) CRYTICAL warning when unloading the plugin
"CRITICAL : g_object_ref: assertion `object->ref_count > 0' failed"
(FIXED) Double click on bookmarks, do nothing
(FIXED) show/hide hidden files not working on Windows
@@ -17,9 +17,7 @@
(DONE) codestyle improve to be same as other parts as geany`s
(DONE) configuration dialog
(DONE) tracking path to current focused document (work only for refreshed directories)
- * Better tracking for files, when they are not cached, open path to them
* In windows can choice between devices (C:\, D:\,...)
- * Language files
(DONE) Saving state of Showbars in config file everytime where is changed
(DONE) oneclick document opening
(DONE) filter separating ex.: "*.c;*.cpp;*.h"
@@ -47,6 +45,7 @@
Fixed some compilation warnings on unused variables
Fixed translation string _("Empty") to be _("(Empty)")
+
17-10-2010 Adrian Dimitrov <dimitrov.adrian(a)gmail.com>
* src/treebrowser.c
@@ -59,9 +58,17 @@
* src/treebrowser.c
Fixed gio troubles (BIG THANKS TO Colomban Wendling)
+
+16-10-2010 Adrian Dimitrov <dimitrov.adrian(a)gmail.com>
+
+ * src/treebrowser.c
Fixed unref data in utils_pixbuf_from_path()
Changed default icon for bookmarks to GTK_STOCK_HOME
+
+16-10-2010 Adrian Dimitrov <dimitrov.adrian(a)gmail.com>
+
+ * src/treebrowser.c
Added new option to show mime-type icons (can be configured by the preferences)
(Idea from Colomban Wendling`s mail)
Modified: trunk/geany-plugins/treebrowser/README
===================================================================
--- trunk/geany-plugins/treebrowser/README 2010-10-17 16:25:12 UTC (rev 1671)
+++ trunk/geany-plugins/treebrowser/README 2010-10-17 16:41:46 UTC (rev 1672)
@@ -26,6 +26,7 @@
* Basic filesystem functionality
* GTK bookmarks support
* Filters in browser
+ * Show content-type icons
Requirements
@@ -42,6 +43,18 @@
Tools->Plugin Manager and set checkbox at treebrowser plugin
+Download
+========
+
+treebrowser is part of the combined Geany Plugins release. For more information and downloads, please visit http://plugins.geany.org/geany-plugins/
+
+
+Development Code
+================
+
+svn co http://geany-plugins.svn.sourceforge.net/svnroot/geany-plugins/trunk/geany-…
+
+
License
=======
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
Revision: 1668
http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=1668&view=rev
Author: dmaphy
Date: 2010-10-17 13:41:38 +0000 (Sun, 17 Oct 2010)
Log Message:
-----------
add TODO notes
Added Paths:
-----------
www/staging/TODO
Added: www/staging/TODO
===================================================================
--- www/staging/TODO (rev 0)
+++ www/staging/TODO 2010-10-17 13:41:38 UTC (rev 1668)
@@ -0,0 +1 @@
+* hilight current document in navigation sidebar
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.