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
7d312b56cd
-verbose=2
2017-04-02 15:02:45 +02:00
probonopd
d992e8c013
Update .travis.yml
2017-04-02 14:41:17 +02:00
probonopd
b8de1125f6
Iaitō spelling
2017-04-02 14:36:17 +02:00
probonopd
436eb6fba4
Use correct icon
2017-04-02 14:35:20 +02:00
probonopd
395e715303
Create iaito.desktop
2017-04-02 14:33:33 +02:00
probonopd
f133ad11e2
make install does not work, so do it by hand
...
[ci skip]
2017-04-02 14:31:48 +02:00
probonopd
0e7debdb13
Update .travis.yml
2017-04-02 14:24:06 +02:00
probonopd
7d46876643
Update .travis.yml
2017-04-02 14:18:03 +02:00
probonopd
c2ce84de5f
Create .travis.yml
2017-04-02 14:17:32 +02:00
Hugo Teso
0317cf2663
Merge pull request #45 from ballessay/thread_cleanup
...
thread cleanup
2017-04-02 12:54:46 +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
Hugo Teso
9e72d48527
Merge pull request #39 from d235j/osx-fix
...
Fix for OS X compile
2017-04-02 12:41:15 +02:00
Hugo Teso
7d0fe5a6b0
Merge pull request #53 from march93/master
...
Update README.md
2017-04-02 12:35:35 +02:00
march93
8f09667094
Update README.md
...
Fix a typo and changed up the disclaimer to make it easier to read
2017-04-01 22:34:26 -07:00
Florian Märkl
898350f3cd
Add .idea to gitignore
2017-04-01 11:20:06 +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
2e69754f76
Merge pull request #38 from MarioVilas/patch-1
...
Update README.md
2017-03-31 12:30:20 +02:00
Mario Vilas
e90e26ac2c
Update README.md
2017-03-31 12:28:13 +02:00
Hugo Teso
80f0a67440
Fixes #34 and makes @joxeankoret a happier person
2017-03-31 12:23:07 +02:00
Hugo Teso
5dd5a7c72d
Merge ../iaito-dev
2017-03-31 12:14:01 +02:00
Hugo Teso
f20033ebb6
Improved exit dialog. Fixes #36
2017-03-31 12:13:33 +02:00
Hugo Teso
941d59a3ab
Merge branch 'master' of https://github.com/hteso/iaito
2017-03-31 11:59:51 +02:00
Hugo Teso
097bffeb57
Fixes #37 . refreshDisasm function improved
2017-03-31 11:58:41 +02:00
Hugo Teso
fdc2a0f2c5
Updated Requirements in README
2017-03-31 11:37:01 +02:00
Hugo Teso
4ff86cf42b
Merge pull request #24 from mrexodia/windows
...
compile and run on Windows
2017-03-31 11:08:01 +02:00
mrexodia
40917e98ae
added r2 as a submodule to make all developers use the same version
2017-03-31 11:03:24 +02:00
mrexodia
786b97b695
updated to r2 4715f1e
2017-03-31 10:47:09 +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
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