March 2013 Commit Log

Number of Commits:
33
Number of Active Developers:
2
westram 2013-03-30 18:26 Rev.: 9782


* remove gfx jump button (use text like elsewhere in ARB)
* use tree-buttons as in ARB_NTREE, use correct size
* highlight parsimony value display
* delete unused gfx

14 lines of code changed in 3 files:

westram 2013-03-30 17:09 Rev.: 9781


- DRY

14 lines of code changed in 1 file:

westram 2013-03-30 16:23 Rev.: 9780


- removed unused xpm

0 lines of code changed in 6 files:

westram 2013-03-30 16:23 Rev.: 9779


- made several xpm transparent again

76 lines of code changed in 41 files:

westram 2013-03-30 12:17 Rev.: 9777


reintegrated branch 'xpmfix'

4560 lines of code changed in 245 files:

westram 2013-03-28 10:22 Rev.: 9763


- fix NDEBUG compilation

3 lines of code changed in 3 files:

westram 2013-03-27 22:16 Rev.: 9759


- reduce differences between trunk and branch gtk_only
- only very few changes, but much code moved around

1555 lines of code changed in 9 files:

westram 2013-03-27 17:52 Rev.: 9755


- merge from gtk_only [9745]

23 lines of code changed in 2 files:

westram 2013-03-27 17:33 Rev.: 9751


- merge from gtk_only [9698] [9749]

3 lines of code changed in 2 files:

westram 2013-03-27 17:15 Rev.: 9750


- applied (not merged!) [9668] from gtk_only.
- merge did not work w/o conflicts since the patch mixes gtk-specific changes with general changes (better would have been applied to some non-gtk-branch and then merged into gtk-branch)
- merging and resolving conflicts now would skip unmergeable parts. when gtk is merged someday, these parts would get lost.

90 lines of code changed in 22 files:

westram 2013-03-27 14:09 Rev.: 9744


* toggle temporary state of awars after each change
- fixes #266
- slows down AWAR write access

41 lines of code changed in 2 files:

westram 2013-03-27 12:57 Rev.: 9743


- remove trailing '/' ('/tmp'-button)

8 lines of code changed in 1 file:

westram 2013-03-27 12:55 Rev.: 9742


* eliminated obfuscating function ARB_strscmp
- added ARB_strBeginsWith as replacement (most occurrences satisfied by replacement)
- fixes bug in dbbrowser ('/tmp'-toggle did not work when in '/'; wrong use of ARB_strscmp; looked right but was wrong)

19 lines of code changed in 8 files:

westram 2013-03-27 11:50 Rev.: 9740


* reintegrated branch 'dbcb'

344 lines of code changed in 9 files:

westram 2013-03-25 12:07 Rev.: 9730


- renamed db-variable (to make clearer it may be the ARB-DB or the properties-DB which gets modified)

18 lines of code changed in 3 files:

westram 2013-03-24 13:37 Rev.: 9729


* db-browser
- displays size of DB entries (data-, mem- and structure-size)
* optionally collects size info recursive
- displays compression ratio

54 lines of code changed in 2 files:

westram 2013-03-24 13:37 Rev.: 9728


* added
- GB_calc_structure_size (im not sure whether i catch all used memory)
- GB_SizeInfo

108 lines of code changed in 4 files:

westram 2013-03-23 14:25 Rev.: 9727


* arb_proto_2_xsub
- fix SEGV (when input header contained a struct)
- allow some amount of non-prototype code in headers used as xsub input (see [http://bugs.arb-home.de/changeset/9727#file2 examples])
* forward decls
* typedefs
* structs/classes/inline functions (opening brace needs to be on 1st line!)

60 lines of code changed in 3 files:

westram 2013-03-23 13:32 Rev.: 9726


* fix source tarball

2 lines of code changed in 1 file:

westram 2013-03-23 13:19 Rev.: 9725


* filled arb_proto_2_xsub unittest

518 lines of code changed in 6 files:

westram 2013-03-23 12:52 Rev.: 9724


* fixed 2 broken code links

2 lines of code changed in 2 files:

westram 2013-03-23 12:21 Rev.: 9723


* add unit test stub for arb_proto_2_xsub
- shows how to add a unit test for a (small) executable

25 lines of code changed in 8 files:

westram 2013-03-22 16:01 Rev.: 9722


* dbbrowser display of node/entry data
* cleaned up callback display

14 lines of code changed in 2 files:

westram 2013-03-22 15:29 Rev.: 9721


* display of node/entry data
* cleaned up
* added 'Temporary' showing if a DB entry is temporary (i.e. will not be saved)

14 lines of code changed in 2 files:

westram 2013-03-22 15:07 Rev.: 9720


* db-browser
- track father-container of container displayed in browser for DB changes
* redisplay if any son has been changed or deleted. keeps entry selection as long as possible.
* if a numbered node is displayed, deleting nodes may be a bit confusing, since it changes the numbering
- fixed invalid DB-access during exit (while databases get removed from browser)

116 lines of code changed in 1 file:

westram 2013-03-22 13:13 Rev.: 9719


* added tests to make sure GB_search with a '/'-terminated search-path
- finds containers
- does not find entries

19 lines of code changed in 1 file:

westram 2013-03-22 10:53 Rev.: 9718


* fix history usage in db-browser (unhandled error about wrong pseudo key '*history*')

12 lines of code changed in 1 file:

westram 2013-03-21 14:17 Rev.: 9704


* removed default entries (see [9703]) from ARB_NT and ARB_PARSIMONY
* harmonized main help entries for each executable

3 lines of code changed in 4 files:

westram 2013-03-21 14:15 Rev.: 9703


* WINDOW
- automatically add default help entries (ARB-help, context-help) to windows providing a 'Help'-menu

9 lines of code changed in 2 files:

westram 2013-03-10 16:47 Rev.: 9693


- updated (trunk checkins [8727:9690])

6 lines of code changed in 1 file:

epruesse 2013-03-09 12:53 Rev.: 9690

reduce "clickable halo" of lines
Rationale: This is the smallest change to make the mapping
from screen to object a bit more direct. In cases were the
line is no longer "automatically" chosen, clicking closer to
it will be an intuitive reaction of the users.

1 lines of code changed in 1 file:

westram 2013-03-08 16:02 Rev.: 9688


* merge from sai [9686] [9687]

0 lines of code changed in 2 files:

epruesse 2013-03-04 21:50 Rev.: 9657

added comments

9 lines of code changed in 1 file:

February 2013 »

Generated by StatSVN 0.7.0