Changelog for
iaito-0.0.0.git1498993862.771eccc-2.10.x86_64.rpm :
Mon Jul 3 14:00:00 2017 opensuse-packagingAATTopensuse.org
- Update to version 0.0.0.git1498993862.771eccc:
* change dashboard line chart to bar chart
* display icon in tray for main window
* fixed escaping in mdhighlighter regex
* removed incorrect assumption
* better bounds checking in memorywidget
* fix compile errors with functions not returning anything
* Changed config path, config name and executable name
* Set r2 settings after loading a project.
* Add CMakeLists.txt
* compile and run on Windows
* compile on MinGW
* UTF-8 as default QString codec (no more fromUtf8)
* fixed lots of undefined behavior related to QString::toUtf8()
* fixed some more undefined behavior
* fixed compile error
* replace sleep with QThread::sleep (issue #20)
* updated Windows submodule
* dont use \'fork\' (closes issue #20)
* remove useless context help button from all QDialogs
* updated README to reflect updates to the Windows platform
* add a binary version check to prevent warn about possible binary incompatibility issues
* updated to r2 4715f1e
* added r2 as a submodule to make all developers use the same version
* Updated Requirements in README
* Fixes #37. refreshDisasm function improved
* Improved exit dialog. Fixes #36
* Fixes #34 and makes AATTjoxeankoret a happier person
* Update README.md
* Update CMakeLists.txt for Windows
* Fixed function to get end basic blocks
* Fix CMake build on Windows
* Fix for OS X compile
* Update mainwindow.ui
* adding a quit menu entry
* cleanup AnalThread
* OptionsDialog: fixed memleak
* fixes some problems with WebServerThrad
* MainWindow fixes and improvments
* MainWindow allocates QRCore now
* fixes a possible crash on exit
* CMake on Windows: Detect 64 bit for library dir
* Add .idea to gitignore
* Update README.md
* Create .travis.yml
* Update .travis.yml
* make install does not work, so do it by hand
* Create iaito.desktop
* Use correct icon
* IaitÅ spelling
* Update .travis.yml
* -verbose=2
* Make Icon Text always centered
* Make Icon Background transparent
* Command Line Argument for Filename
* Fix Program quit when closing dialogs
* Fix seek for double clicking reloc item
* Fix null deref crash in comments
* Fix another null deref
* Cleanup qsettings parameter
* Support sys/user.sh install of radare2
* Fix another null deref in the dashboard
* Fix #15 - div by zero in graphics bar
* Fixed compilation issue
* Moved http server related settings
* Enabled webview developer inspector to fix the graph view
* Fix regression introduced in 0317cf2663fcf0942100030c52dbb2c506bb2f27
* Support multiple instances of the graph webview
* refactor of graph view. part I
* Add CMake generated files to .gitignore (#66)
* Update r2 submodule
* Fix tree and list views header color
* Remove linuxdeployqt workaround (#68)
* Fixes #58
* Improved xrefs dialog with fcn information
* Check if file exist before opening (#82)
* add dark theme support for graph view
* extract common css code to graph.css
* Set light theme as default one
* Removed rogue semicolon
* Custom fonts registration and usage (#50)
* display full r2 git version in AboutDialog
* updated iaito_win32 submodule + better gitignore
* Closes #75
* Fixed focus issue after seeking around
* Load colors from css
* Sync switch theme with graph view. Still has bugs
* Fixed theme restore at start up
* Show Travis CI build status (#93)
* qmake cleanup (#43)
* Fixes #3 and other related issues
* Fixes #84 by moving cursor to pointer position on right-click
* Refactor II + init work for context menu
* Fixes #98. Codegraphics bar with dark theme.
* Fixes #97. Responsiveness stopped working with some PR
* updated iaito_win32 submodule
* Fix sidebar crash (#99)
* safe code improvements related to eventFilter
* compile with MSVC again (this partially screws up 72893373, and issue #97)
* Fix many warnings and remove waste code (#81)
* Fix null deref (#101)
* Allow local/qrc content to access remote content
* Set correct parent from the start
* Fix issue #102: changed defaults
* Fix issue #103: refresh disam on CTRL+r
* updated r2 to 5ec6cde4 (#108)
* Workaround for Qt5.8 WebEngine (#92)
* Revert \"Workaround for Qt5.8 WebEngine (#92)\"
* code improvements to RCoreLocked
* format
*
*
*
*(seed)
* Add CONTRIBUTING.md fix #65 (#118)
* minor interface improvements
* Closes #117. Feel free to change text for a better one
* restore the \'responsive\' functionality (closes issue #97)
* removed some junk code #121
* beautified analysis dialog (https://i.imgur.com/HN2S5in.gif)
* Changed anal options description
* Added warning on anal levels
* updated r2
* Slight performance improvement when seeking and fix graph load issue
* Updated radare2 submodule
* Fixes #94. Hexdump navigation
* Update CMakeLists.txt
* More fixes for #94
* Fixed #129. Refactorized the sections dock
* Fix null deref in on_actionXrefs
* Should fix #127. Though I notice no difference.
* Removed some scrollbars. Small fix in disasm navigation
* Fixed disasm context menu actions
* Improved options dialog
* compile and work on qt 5.6 (this needs testing!) (#123)
* Updated README.md
* CMake: Parse iaito.pro to get filenames
* Fixed dark theme mini graph background
* Temporary workaround for black toolbar. Fixes #132
* Add custom astylerc
* Update .gitignore for qmake
* Add QRCore::cmdj, Use iij to fix crash when import name contains spaces (#133)
* Create unique project name (#134)
* Update r2 submodule (#140)
* radare2 1.4.0 4b77cb2
* update iaito_win32 for 1.4.0
* qmake: Use pkgconfig feature
* qmake: Use QT_ARCH to switch 32/64 bit
* Fix graph not updated when changing function and theme switch
* call init() to draw graph after loading index.html
* Start at entry0 even if entry0 addr > 7 bytes
* Fix warnings
* Initialize all members
* Add shortcut to refresh visible DockWidgets
* Fix warnings
* Remove banned.h from widgets
* Fix compiler and cppcheck warnings
* Move default parameter to h
* Use existing public function
* Add new helper functions
* Add base class for DockWidgets
* Use DockWidget base class
* Adapt MainWindow to refactored widgets
* Additional parameters for adjustColumns
* AStyle format
* Use Q_FUNC_INFO for message
* Clear layout before adding more widgets
* PieView: Add reset function
* Remove duplicate branches
* Initialize OmniBar again
* Fix missing function names in CommentsWidget
* Fix null-deref in disassembler
* Refactor FunctionsWidget, new features and much more (#149)
* Fix new warnings
* Add -Wall to CMake
* Fox missing args and vars in graph view and theme switch
* Add ConsoleWidget
* Use ConsoleWidget in MainWindow
* Close completer popup on clear
* Add basic completion and command history
* cmake: Use pkg-config for non-windows
* Add minimap to graph view
* minimap minor fixes
* Get more things from JSON commands and some other things (#161)
* Use QAbstractItemModel in FlagsWidget
* Remove broken default value for -A
* CMake: Move finding radare2 using pkg-config to FindRadare2.cmake
* Minor cleanups
* Update radare submodule to current master
* Fix crash in hexdump, issue #163
* Fix webserver deadlock
* Rename file according to class name
* Fix Projects, Some restructuring of OptionsDialog (#165)
* Fix webserver failure in appimage
* Enable ccache for travis builds
* Fix Qt include headers in source files: code cleanup pass 1
* Rmoved bold font from options Dialog
* Added show/hide shortcut to functions filter
* Fixed omnibar Esc shortcut
* Improved functions filter show/hide
* Add ExportsWidget, Double Click in ImportsWidget (#174)
* Added Exports to omnibar actions
* Fixed asm bb sepparation spacy/bbline
* Use custom qmake parameter for AppImage
* Added refresh to menu, omnibar and sidebar
* README.md: simplified requirements (#179)
* updated to radare 1.5.0
* update iaito_win32 to 1.5.0
* AStyle
* fixed a deadlock (updated r2)
* XRefs from JSON Commands
* Refactor XrefsDialog
* Fix XrefsDialog, X-Refs in Sidebar from JSON
* Add relro in the dashboard #105
* Fix undefined dereference in JSON decoding for relro
* Some more X-Ref changes (#185)
* Fix minor issues introduced recently
* Replace all icons with SVGs and add Iconic License (#183)
* Renaming QRCore and QRDisasm to IaitoRCore and IaitoRDisasm (#187)
Mon Jul 3 14:00:00 2017 daniel.molkentinAATTsuse.com
- Build straight from github
- Added desktop file, icons
- Ran spec-cleaner
- Move build dependencies to radare2-devel
Thu Mar 30 14:00:00 2017 mardnhAATTgmx.de
- initial package