Commit Graph

201 Commits

Author SHA1 Message Date
mrexodia
cad2828d1f
add a binary version check to prevent warn about possible binary incompatibility issues 2017-03-31 03:45:59 +02:00
mrexodia
fcba8aca38
updated README to reflect updates to the Windows platform 2017-03-31 03:05:36 +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
Hugo Teso
d1b511ed08 Merge pull request #17 from Xiaogrill/names
Changed config path, config name and executable name
2017-03-30 15:02:32 +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
Hugo Teso
9036dd0c35 Update README
Closes #18
2017-03-30 10:43:36 +02:00
Hugo Teso
44fd816a94 Merge pull request #27 from stanislaw/patch-1
README: typos
2017-03-30 10:37:51 +02:00
Hugo Teso
6a703d4d6b Merge branch 'master' into patch-1 2017-03-30 10:37:37 +02:00
Hugo Teso
a437b4aa00 Merge pull request #21 from XVilka/patch-1
Fix a typo
2017-03-30 10:34:11 +02:00
Stanislav Pankevich
03e8f1517c README: typos 2017-03-30 10:12:14 +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
Anton Kochkov
e004632936 Fix a typo 2017-03-30 10:41:19 +08: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
897d226c2b Fixed typo
D'oh!
2017-03-29 21:44:15 +02:00
Hugo Teso
36dcb52ea1 Updated README
Added warning about the alpha status of the code
2017-03-29 21:42:08 +02:00
Hugo Teso
62d6861ee7 Remove old LGPL license 2017-03-29 19:47:24 +02:00
Hugo Teso
5a4f8bad39 Change license to GPL 3 2017-03-29 19:46:59 +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
Hugo Teso
32d24315b3 Merge pull request #11 from ZetaTwo/style-fixes
Prio select style > hover style
2017-03-29 16:22:54 +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
Xiaogrill
a7f2045804 gitignore more general 2017-03-29 14:46:08 +02:00
Hugo Teso
8be9c461ab Merge pull request #1 from moebiuz/patch-1
Code sucking less
2017-03-29 14:34:32 +02:00
Hugo Teso
dcd09a1bcc Added roadmap link 2017-03-29 14:33:32 +02:00
Antonio Rodriguez
dc05ae7ec6 Code sucking less 2017-03-29 13:02:09 +02:00
Hugo Teso
f61d2c1a34 Added screenshot
Mandatory to have a screenshot in the README for a GUI
2017-03-29 12:26:06 +02:00
Hugo Teso
ca821e1064 First code commit
First commit with the app code
2017-03-29 12:18:37 +02:00
hteso
53c6108abb Update README
Basic project information added
2017-03-29 10:57:19 +02:00