File: ChangeLog

package info (click to toggle)
geany-plugins 2.1%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 22,832 kB
  • sloc: ansic: 107,883; sh: 5,567; makefile: 1,531; sed: 16
file content (458 lines) | stat: -rw-r--r-- 14,235 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
+---------------------------+
| KNOWN BUGS                |
+---------------------------+

	(FIXED) http://sourceforge.net/tracker/?func=detail&aid=3034450&group_id=222729&atid=1056532
	(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
	(FIXED) "Go Up" not working if the current path ends with slash // thanks to <dmaphy> for the report
	* It is impossible to rename file/directory in Windows, dunno why
	* It is impossible to delete file/directory in Windows, dunno why


+---------------------------+
| TODO                      |
+---------------------------+

	(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)
	* In windows can choice between devices (C:\, D:\,...)
	(DONE) Saving state of Showbars in config file everytime where is changed
	(DONE) oneclick document opening
	(DONE) filter separating ex.: "*.c;*.cpp;*.h"
	(DONE) Complete following path from current document view
	(DONE) Hide object files as native filebroser (*.o;*.a;*.so;*.dll;*.lib..)
	(DONE) Using font from geany settings for sidebar
	(REJECTED) Migrating to stash
	(DONE) Adding keybindings for renaming/deleting/refreshing
	(DONE) Add option to change bars position // requested by <dmaphy>
	(DONE) Add option to autorename point the newest created objects by the Treebrowser


+-------------------------------+
| Development release ChangeLog |
+-------------------------------+


08-02-2011 	Adrian Dimitrov 		<dimitrov.adrian@gmail.com>

	* src/treebrowser.c
		Added "Find in Files" option to right click context
		(patch by oly, thanks)

23-02-2011 	Adrian Dimitrov 		<dimitrov.adrian@gmail.com>

	* src/treebrowser.c
		Fix an issue with tab switching with unsaved documents.
		(patch from Frank Lanitz, thanks)


14-02-2011 	Adrian Dimitrov 		<dimitrov.adrian@gmail.com>

	* src/treebrowser.c


14-02-2011 	Adrian Dimitrov 		<dimitrov.adrian@gmail.com>

	* src/treebrowser.c
		Try to prevent from potentially frees string literals (reported by kugel)


14-02-2011 	Adrian Dimitrov 		<dimitrov.adrian@gmail.com>

	* One year release (from the idea to working plugin, thanks for all for the support)

	* src/treebrowser.c
		Completed file tracking functionality, now tracking and files that are not in the cached directories
			This is the last TODO point from the started idea. Today is it exactly one from the first release.
		Make default terminal for Windows always be "cmd"
		Fixed directory separator for when chrooting be G_DIR_SEPARATOR_S not always "/"


12-02-2011 	Adrian Dimitrov 		<dimitrov.adrian@gmail.com>

	* src/treebrowser.c
		When Windows detected, it is creating config file (if it needen) with Explorer for external viewer


10-02-2011 	Adrian Dimitrov 		<dimitrov.adrian@gmail.com>

	* src/treebrowser.c
		Added function to close directory childrens (patch by Oliver Marks (#3175562), thanks)
		Replaced TreeBrowser`s hidden file check with the native filebrowser check (thanks to geany`s team),
			this may be fixing the bug #3157070 (Treebrowser plugin crashes Geany with files ending in ~)


14-12-2010 	Adrian Dimitrov 		<dimitrov.adrian@gmail.com>

	* src/treebrowser.c
		Fixed nighty compilation error (reported by Enrico Tröger)


10-12-2010 	Adrian Dimitrov 		<dimitrov.adrian@gmail.com>

	* ChangeLog
		Update
	* README
		Update
	* src/treebrowser.c
		Fixed warning: ISO C90 forbids mixed declarations and code (in check_hidden())
		Fixed warning: 'return' with no value, in function returning non-void (in treebrowser_checkdir())
		Fixed compilation warning with strlen()
		Description changed (taken from ubuntu`s repos)


10-12-2010 	Adrian Dimitrov 		<dimitrov.adrian@gmail.com>

	Bumped version 0.20
		Now will following the version number of geany


09-12-2010 	Adrian Dimitrov 		<dimitrov.adrian@gmail.com>

	* src/treebrowser.c
		Fixed wrong colors in addressbar when last directory wasn`t existing,
			but then chrooting.
		"Right click" menu rearanged to looks more logically


01-11-2010 	Adrian Dimitrov 		<dimitrov.adrian@gmail.com>

	* src/treebrowser.c
		Added dialog question when creating/removing file, to prevent from losing
			target files if they exists.


01-11-2010 	Adrian Dimitrov 		<dimitrov.adrian@gmail.com>

	* ChangeLog
		Revision 1688, Modified Thu Oct 28 21:02:33 2010 UTC by colombanw

		Build system: don't force building the Treebrowser plugin

		If the dependencies of the Treebrowser plugin are not met, simply
		disable the plugin rather than abort the whole build.

		Also add checks for creat(), sys/types.h, sys/stat.h and fcntl.h, and
		fix the check for GIO to correctly handle the case it's not available.


25-10-2010 	Adrian Dimitrov 		<dimitrov.adrian@gmail.com>

	* src/treebrowser.c
		Fixed wrong expaned status of the directories


17-10-2010 	Adrian Dimitrov 		<dimitrov.adrian@gmail.com>

	* src/treebrowser.c
		Fixed order of includes with gio.h
			(Patch by Enrico Troger)


17-10-2010 	Adrian Dimitrov 		<dimitrov.adrian@gmail.com>

	* src/treebrowser.c
		Fixed memory leaks
			(Patch by Colomban Wendling)
		Fixed missing GIcon compilation error in gtk versions before 2.14
		Fixed some compilation warnings on unused variables
		Fixed translation string _("Empty") to be _("(Empty)")


17-10-2010 	Adrian Dimitrov 		<dimitrov.adrian@gmail.com>

	* src/treebrowser.c
		Refactor a bit check_hidden() not to leak memory
			(Patch by Colomban Wendling)


16-10-2010 	Adrian Dimitrov 		<dimitrov.adrian@gmail.com>

	* src/treebrowser.c
		Fixed gio troubles (BIG THANKS TO Colomban Wendling)


16-10-2010 	Adrian Dimitrov 		<dimitrov.adrian@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@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)


09-10-2010 	Adrian Dimitrov 		<dimitrov.adrian@gmail.com>

	* src/treebrowser.c
		Fixed possible segfault when deleting file which is in bookmarks tree
		Fixed wrong Show toolbars state when it turned off from the plugin configuration
		Fixed collapsing and preloading bookmarks list when renaming, and deleting objects
	* README
		Try to add screenshot for the website


09-10-2010 	Adrian Dimitrov 		<dimitrov.adrian@gmail.com>

	* src/treebrowser.c
		Fixes possible segfaults with bookmarks in ubuntu 10.10
	* README
		Update and fixes website compitables


09-10-2010 	Adrian Dimitrov 		<dimitrov.adrian@gmail.com>

	* src/treebrowser.c
		Fixed translatable info
			(thanks to Frank Lanitz  <frank(at)frank(dot)uvena(dot)de> for patch)
		Fixed fixed bad code and compilation warning in unused vars
			(thanks to Frank Lanitz  <frank(at)frank(dot)uvena(dot)de> for patch)
		Fixed some compilation warnings
		Try to prevent from "ISO C90 forbids mixed declarations and code" compile message


08-10-2010 	Frank Lanitz  <frank(at)frank(dot)uvena(dot)de>

	*  src/treebrowser.c
		Replace deprecated PLUGIN_KEY_GROUP macro.


08-10-2010 	Adrian Dimitrov 		<dimitrov.adrian@gmail.com>

	* src/treebrowser.c
		Added keybindings for renaming/deleting/refreshing
			(from the todo list)
		Added: now when option for show hidden files is disabled, it don`t show
			files that ends with '~'
		Fixed possible segfault when option "Hidding object files" is enabled
			(idea from native filebrowser plugin)


05-10-2010 	Adrian Dimitrov 		<dimitrov.adrian@gmail.com>

	* src/treebrowser.c
		Fixed wrong english message for not existing directory
			(thanks to Dimitar Zhekov (dimitar.zhekov@gmail.com))
		Added option to autorename point the newest created objects by the Treebrowser
			Improved autorename focus while renamed is successful then close old and
			  open new file;
		Improved dialog for nonexisting folder
			(now apear only when toolbars is hidden)
		Fixed some warnings when compiling
		Fixed gtk_tree_store_iter_is_valid() warning when loading the plugin


03-10-2010 	Adrian Dimitrov 		<dimitrov.adrian@gmail.com>

	* src/treebrowser.c
		Fixed bugs in Bookmarks
			(directory expander, renaming and deleting files/directories)
		Fixed bug with empty path to chroot
		Fixed showing wrong tooltips in settings dialog
		Merged show_bars and show_bars_at_top in one combobox
			(I think that this is more suitable)
		Fixed bug in show/hide toolbar
		Removed option for change how deep directories will be scanned
			(I think that this is unusable and in some cases make geany to freezy)
		Removed option "ON_EXPAND_REFRESH" - This is unnessecary already


19-08-2010 	Adrian Dimitrov 		<dimitrov.adrian@gmail.com>

	* src/treebrowser.c
		Applied patch from Colomban Wendling
		to fix issue with creat() declaration
		THANKS


16-05-2010 	Adrian Dimitrov 		<dimitrov.adrian@gmail.com>

	* src/treebrowser.c
		Fixed Bookmarks state when refreshing the tree


25-04-2010 	Adrian Dimitrov 		<dimitrov.adrian@gmail.com>

	* src/treebrowser.c
		Added option to change bars position (Top or Bottom)


25-04-2010 	Adrian Dimitrov 		<dimitrov.adrian@gmail.com>

	* src/treebrowser.c
		Menu elements are inactive instands of hidden
		Added experimental bookmarks view
		Added option to show/hide tree lines
		Added option to copy the uri into clipboard
		Added option to search into the view by the name // thanks to native filebrowser
		Added tooltips with uri // thanks to native filebrowser
		Added option to open terminal
		Applied patch from Enrico to fix gtk+-2.8 compitable for tree lines
		Fixed "Go Up" not working if the current path ends with slash


19-04-2010 	Adrian Dimitrov 		<dimitrov.adrian@gmail.com>

	* src/treebrowser.c
		added clear icon in filter // thanks to native filebrowser plugin
		using font from geany settings for sidebar  // thanks to native filebrowser plugin


17-04-2010 	Adrian Dimitrov 		<dimitrov.adrian@gmail.com>

	* src/treebrowser.c
		added option to hide object files *.so;*.obj;*.so;*.dll;*.a;*.lib
		fixed a few warnings


14-04-2010 	Adrian Dimitrov 		<dimitrov.adrian@gmail.com>

	* src/treebrowser.c
		strings cleanup
		(This is version 0.2, because the plugin become 2 months old :)


11-04-2010 	Adrian Dimitrov 		<dimitrov.adrian@gmail.com>

	* src/treebrowser.c
		fixed bug when turned off "On expand refresh"
		fixed runtime crytical warnings reported in http://nopaste.geany.org/p/m3f018a3e
			and thanks to Enrico for help with gdb :)
		added empty element when directory not filled, and changed default option values
			for "On expand refresh"


10-04-2010 	Adrian Dimitrov 		<dimitrov.adrian@gmail.com>

	* src/treebrowser.c
		fixed wrong root refresh on delete and create when objects are in toplevel
		some string changed in prefs dialog
		added option to close document if it is deleted from treebrowser
		highlighing addressbar if typed directory not exists
		make right click menu dynamic


31-03-2010 	Adrian Dimitrov 		<dimitrov.adrian@gmail.com>

	* src/treebrowser.c
		fixed saving state of Show the toolbars when starting Geany
		moving settings saving in separated function - save_settings()
		now changing root directory when change current project
		fixed bug when 'Right click->Refresh'


30-03-2010 	Adrian Dimitrov 		<dimitrov.adrian@gmail.com>

	* src/treebrowser.c
		fixed expaned state when create/delete/remove files or directories


26-03-2010 	Adrian Dimitrov 		<dimitrov.adrian@gmail.com>

	* src/treebrowser.c
		fixed bug with 'On expand, refresh.'
		now right click not select item from list


23-03-2010 	Adrian Dimitrov 		<dimitrov.adrian@gmail.com>

	* src/treebrowser.c
		added option when expanding to refresh directory tree
		fixed complier warning with glib


22-03-2010 	Adrian Dimitrov 		<dimitrov.adrian@gmail.com>

	* src/treebrowser.c
		fixed some bugs
		fixed few old compiler warnings
		applied few patches from Enrico Troger (code improvement)


21-03-2010 	Adrian Dimitrov 		<dimitrov.adrian@gmail.com>

	* src/treebrowser.c
		fixed few compile warnings with glib and unused vars
		fixed expanding, now directory is open when it click filling for first time
		fixed possible segfault on start
		added menu option to go up
		fixed duplicated vbox varname now is 'sidebar_vbox'
		added configuration dialog
		fixed externally open menu
		added option to close bars in bars
		added options to expand/collapse all from menu
		fixed compile error with glib < 2.12.0
		added option to go current doc path in menu


20-03-2010 	Adrian Dimitrov 	<dimitrov.adrian@gmail.com>

	* src/treebrowser.c
		clear comments
		changelog update
		if filter start with '!;' then filters are temporary reversed
			ex.: '!;*.c;*.h' will show all expect .c and .h files


19-03-2010 	Adrian Dimitrov 	<dimitrov.adrian@gmail.com>

	* src/treebrowser.c
		clear up the syntax and function names
		fixed many bugs with renaming/creating/deleting objects
		added multiple filtering criterias (separated by ';')
		added oneclick document opening


18-03-2010 	Adrian Dimitrov 	<dimitrov.adrian@gmail.com>

	* src/treebrowser.c
		add option to reverse filematch filter


17-03-2010 	Adrian Dimitrov 	<dimitrov.adrian@gmail.com>

	* src/treebrowser.c
		migrated to dialogs_show_msgbox and dialogs_show_question
		fix problem with path initialization


16-03-2010 	Adrian Dimitrov 	<dimitrov.adrian@gmail.com>

	* src/treebrowser.c
		fix compilation warning messages
		fix some crytical errors


21-02-2010 	Adrian Dimitrov 	<dimitrov.adrian@gmail.com>

	* src/treebrowser.c
		fix patch applyed from Enrico about initial directories


20-02-2010 	Adrian Dimitrov 	<dimitrov.adrian@gmail.com>

	* src/treebrowser.c
		made strings suitable for localization
		fixed problem with default chroot
		added option to disable chrooting on double click on directory


17-02-2010 	Adrian Dimitrov 	<dimitrov.adrian@gmail.com>

	* src/treebrowser.c
		added options to add/remove/rename directories and files
		code cleanup


14-02-2010 	Adrian Dimitrov 	<dimitrov.adrian@gmail.com>

	* src/treebrowser.c
		initial, with base options