diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2015-02-09 22:07:42 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2015-02-09 22:07:42 (GMT) |
commit | 1d79469f69bba33a2280d4bd531652b71148029f (patch) | |
tree | e81c094d6e829fb1a79d4c413c1cd162e14868a3 /ChangeLog | |
parent | 8d326041a0379b87e54be44506d544367567e89b (diff) |
Created a dialog box to create new bookmarks.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@468 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 64 |
1 files changed, 64 insertions, 0 deletions
@@ -1,5 +1,69 @@ 15-02-09 Cyrille Bagard <nocbos@gmail.com> + * src/analysis/binary.c: + * src/analysis/binary.h: + Remove the old debug code registering one bookmark. Update code. + + * src/analysis/db/cdb.c: + * src/analysis/db/collection.c: + * src/analysis/db/collection.h: + Reload collections from archives and send loaded items to clients. + + * src/analysis/db/collection-int.h: + New entry: make the definitions external to allow inheritance. + + * src/analysis/db/items/bookmark.c: + * src/analysis/db/items/bookmark.h: + Define collections dedicated to bookmarks. + + * src/analysis/db/Makefile.am: + Add the 'collection-int.h' file to libanalysisdb_la_SOURCES. + + * src/analysis/db/server.c: + Send all updates to new clients using debug code. + + * src/arch/vmpa.c: + * src/arch/vmpa.h: + Fix the rendering of empty physical offsets. Load addresses from databases. + + * src/common/Makefile.am: + Add the 'sqlite.c' file to libcommon_la_SOURCES. + + * src/common/sqlite.c: + New entry: look for a given bound value. + + * src/common/sqlite.h: + Update declarations. + + * src/core/collections.c: + Write the first steps towards a new loading of collections. + + * src/dialogs/bookmark.c: + * src/dialogs/bookmark.h: + New entries: create a dialog box to create new bookmarks. + + * src/dialogs/goto.c: + Typo. + + * src/dialogs/Makefile.am: + Add the 'bookmark.[ch]' files to libdialogs_la_SOURCES. + + * src/gtkext/easygtk.c: + * src/gtkext/easygtk.h: + Provide a way to to quickly build message windows. + + * src/gtkext/gtkbufferview.c: + * src/gtkext/gtkbufferview.h: + Provide the caret location on demand. + + * src/gui/menus/edition.c: + Add a menu to toggle bookmarks. + + * src/gui/panels/bookmarks.c: + Ask to get informed about each collection content change. + +15-02-09 Cyrille Bagard <nocbos@gmail.com> + * configure.ac: Put the Python library ABI flags into LIBPYTHON_ABI_FLAGS. |