Alvaro Muñoz
cb180e7abb
extract common css code to graph.css
2017-04-05 00:30:45 +02:00
Alvaro Muñoz
cce1c150df
add dark theme support for graph view
2017-04-05 00:12:07 +02:00
Antonio Rodriguez
441ea351f8
Check if file exist before opening ( #82 )
...
* Check if file exist before opening
When opening a file writing its path directly on the textfield, it wasn't checking if exists (also it wasn't adding it to recent list)
* Update newfiledialog.cpp
2017-04-04 23:00:55 +02:00
Hugo Teso
af5276841a
Improved xrefs dialog with fcn information
2017-04-04 13:19:34 +02:00
Hugo Teso
e87ed8448c
Fixes #58
2017-04-04 12:38:32 +02:00
Hugo Teso
1fb6a8d585
Fix tree and list views header color
2017-04-04 11:43:16 +02:00
Alvaro Muñoz
bbb576197c
refactor of graph view. part I
2017-04-04 01:17:31 +02:00
pancake
608a7fcc1c
Support multiple instances of the graph webview
...
* Set the http.port from core to the webview's js
2017-04-03 23:39:01 +02:00
pancake
360407f453
Fix regression introduced in 0317cf2663
...
* Graphs are working again
* Multiple instances not working
* MainWindow was creating a new core, as well as OptionDialog
2017-04-03 23:02:47 +02:00
Hugo Teso
a8f644dcf4
Enabled webview developer inspector to fix the graph view
2017-04-03 13:36:51 +02:00
Hugo Teso
ea6789af54
Moved http server related settings
2017-04-03 13:03:26 +02:00
Hugo Teso
f47ca71a2c
Fixed compilation issue
2017-04-03 10:43:31 +02:00
pancake
27ca3af8f9
Fix #15 - div by zero in graphics bar
2017-04-03 10:23:21 +02:00
pancake
013375c64c
Fix another null deref in the dashboard
2017-04-03 10:21:45 +02:00
C. Balles
b82e932ad7
Support sys/user.sh install of radare2
2017-04-03 02:18:41 +02:00
C. Balles
f91b9dd4a9
Cleanup qsettings parameter
...
* Set Organization- and ApplicationName QApp wide
- Setting this here removes the redundancy to write the names every time a QSettings object is needed
* removed redundant QSettings parameter
2017-04-03 02:18:09 +02:00
pancake
c99759825a
Fix another null deref
2017-04-03 02:16:29 +02:00
pancake
4a49acc2f2
Fix null deref crash in comments
2017-04-03 01:03:20 +02:00
Florian Märkl
24256f239d
Fix seek for double clicking reloc item
2017-04-03 00:29:04 +02:00
Florian Märkl
a22b97a53b
Fix Program quit when closing dialogs
2017-04-03 00:29:04 +02:00
Florian Märkl
8f80007531
Command Line Argument for Filename
2017-04-03 00:29:04 +02:00
Florian Märkl
ec15a46775
Make Icon Background transparent
2017-04-03 00:29:04 +02:00
Florian Märkl
aee1eb7907
Make Icon Text always centered
2017-04-03 00:29:04 +02:00
Hugo Teso
20e66e59ce
Merge pull request #54 from probonopd/patch-1
...
Compile on Travis CI and upload AppImage for each build
2017-04-02 20:24:21 +02:00
Hugo Teso
7f327166ae
Merge pull request #31 from thestr4ng3r/master
...
Add CMakeLists.txt as an alternative to using qmake.
2017-04-02 20:21:16 +02:00
probonopd
b8de1125f6
Iaitō spelling
2017-04-02 14:36:17 +02:00
probonopd
395e715303
Create iaito.desktop
2017-04-02 14:33:33 +02:00
Hugo Teso
da7777f89b
Merge branch 'master' into thread_cleanup
2017-04-02 12:54:38 +02:00
Hugo Teso
a48bac29d0
Merge pull request #44 from ballessay/fb_quit_menu_entry
...
adding a quit menu entry
2017-04-02 12:48:48 +02:00
Hugo Teso
06c3c19351
Merge pull request #42 from neversatisfied/patch-1
...
Update mainwindow.ui
2017-04-02 12:41:52 +02:00
Florian Märkl
7b62fc2169
CMake on Windows: Detect 64 bit for library dir
2017-04-01 11:11:39 +02:00
ballessay
5fc6112ca0
fixes a possible crash on exit
...
- remove unsued constructor parameter. MainWindow is a QWidget
- remove duplicated code. Call MainWindow::setWebServerState
2017-04-01 04:09:03 +02:00
ballessay
e8d5f49d1e
MainWindow allocates QRCore now
2017-04-01 04:07:37 +02:00
ballessay
fbabb83060
MainWindow fixes and improvments
...
- no static WebServerThreads anymore. fixes a crash on load/new
- manage own QRCore
- don't quit the Application but close the window in actionNew
- use startDetached in actionLoad, so the new instance won't get killed
2017-04-01 03:56:35 +02:00
ballessay
1f36c55f6a
fixes some problems with WebServerThrad
...
- use -h& command so the thread does end
- set the QRCore in the constructor
- try to disable the websever with =h-
2017-04-01 03:50:14 +02:00
ballessay
c42faba81c
OptionsDialog: fixed memleak
...
Hold thread as member so the lifetime of it is handled by the dialog.
Another option would be a std::unique_ptr.
2017-04-01 00:47:37 +02:00
ballessay
df72be09a5
cleanup AnalThread
...
- removed MainWindow dependency
- initalized members
- added custom start function
- handle thread running on destruction
- hide QThread::start
2017-04-01 00:43:12 +02:00
ballessay
1d953822bc
adding a quit menu entry
...
Without titlebar buttons, e. g. in i3, there was no easy way to quit.
2017-03-31 23:54:06 +02:00
neversatisfied
30eec2f529
Update mainwindow.ui
...
changed color from "drakgray" to "darkgray"
2017-03-31 16:11:21 -05:00
David Ryskalczyk
0ac2d0c839
Fix for OS X compile
2017-03-31 11:20:39 -04:00
Florian Märkl
03e2ea5df9
Fix CMake build on Windows
2017-03-31 16:52:26 +02:00
Hugo Teso
a68d22f608
Fixed function to get end basic blocks
2017-03-31 13:29:11 +02:00
Florian Märkl
94f513a7bd
Update CMakeLists.txt for Windows
2017-03-31 13:28:27 +02:00
Florian Märkl
bf8313ce02
Merge branch 'master' into windows
2017-03-31 13:13:14 +02:00
Hugo Teso
80f0a67440
Fixes #34 and makes @joxeankoret a happier person
2017-03-31 12:23:07 +02:00
Hugo Teso
f20033ebb6
Improved exit dialog. Fixes #36
2017-03-31 12:13:33 +02:00
Hugo Teso
097bffeb57
Fixes #37 . refreshDisasm function improved
2017-03-31 11:58:41 +02:00
mrexodia
cad2828d1f
add a binary version check to prevent warn about possible binary incompatibility issues
2017-03-31 03:45:59 +02:00
mrexodia
399877dc92
remove useless context help button from all QDialogs
2017-03-31 02:51:14 +02:00
mrexodia
0cc548e96e
dont use 'fork' (closes issue #20 )
2017-03-31 02:40:27 +02:00
mrexodia
bcfd398d1d
updated Windows submodule
2017-03-31 02:16:41 +02:00
mrexodia
09598dec33
replace sleep with QThread::sleep (issue #20 )
2017-03-31 02:15:38 +02:00
mrexodia
2d0238aeb0
fixed compile error
2017-03-31 00:39:34 +02:00
mrexodia
1232d41068
fixed some more undefined behavior
2017-03-31 00:33:29 +02:00
mrexodia
95a7e1ff44
fixed lots of undefined behavior related to QString::toUtf8()
2017-03-30 23:49:51 +02:00
mrexodia
9a5490caab
UTF-8 as default QString codec (no more fromUtf8)
2017-03-30 23:48:36 +02:00
mrexodia
9b206ec5ae
compile on MinGW
2017-03-30 23:26:30 +02:00
mrexodia
b26d506b58
compile and run on Windows
2017-03-30 23:04:47 +02:00
Florian Märkl
f17248bbac
Merge branch 'master' of github.com:hteso/iaito
2017-03-30 18:59:04 +02:00
Florian Märkl
8f81ec244c
Add CMakeLists.txt
2017-03-30 18:58:57 +02:00
Hugo Teso
a42db155ea
Set r2 settings after loading a project.
2017-03-30 18:47:50 +02:00
Hugo Teso
3a728cbeac
Merge pull request #23 from mrexodia/improvements
...
Improvements
2017-03-30 17:12:41 +02:00
Hugo Teso
4732953e43
Merge pull request #19 from aiosin/master
...
change dashboard line chart to bar chart
2017-03-30 17:00:54 +02:00
Xiaogrill
33e4b2c55d
Changed config path, config name and executable name
2017-03-30 13:49:22 +02:00
Hugo Teso
48897c15ba
Pre-select arch and bytes on hexdump preview
2017-03-30 11:27:43 +02:00
Hugo Teso
00354483a1
Changed default http port.
...
Avoids problems with radare2 instances
2017-03-30 11:06:19 +02:00
mrexodia
c7367b74b8
fix compile errors with functions not returning anything
2017-03-30 04:49:43 +02:00
mrexodia
0f2f037977
better bounds checking in memorywidget
2017-03-30 04:49:04 +02:00
mrexodia
6d36756c7a
removed incorrect assumption
2017-03-30 04:33:09 +02:00
mrexodia
1b45cbd8ea
fixed escaping in mdhighlighter regex
2017-03-30 04:32:51 +02:00
mrexodia
0fa6165ab7
display icon in tray for main window
2017-03-30 04:32:24 +02:00
Wilhelm B
682ef01cf9
change dashboard line chart to bar chart
2017-03-29 21:50:41 +02:00
Hugo Teso
8b2876e38c
Merge pull request #14 from sergiodmn/patch-1
...
Auto scroll in console output for Linux
2017-03-29 19:07:26 +02:00
Hugo Teso
583f52c7cc
Merge pull request #5 from Xiaogrill/master
...
More generic build environment
2017-03-29 18:37:54 +02:00
sergiodmn
23899aac5c
Auto scroll in console output
...
Add auto scroll in console output textedit, the scroll will jump to end after appending data
2017-03-29 18:04:58 +02:00
Calle Svensson
8abf9c8103
Prio select style > hover style
2017-03-29 15:53:33 +02:00
Xiaogrill
65af8bdc72
/usr/include/libr in Makefile
2017-03-29 14:46:08 +02:00
Antonio Rodriguez
dc05ae7ec6
Code sucking less
2017-03-29 13:02:09 +02:00
Hugo Teso
ca821e1064
First code commit
...
First commit with the app code
2017-03-29 12:18:37 +02:00