Merge lp:~akiva/qtcreator-plugin-autopilot/fix-segfault-fix-winsize into lp:qtcreator-plugin-autopilot
| Status: | Merged |
|---|---|
| Approved by: | Benjamin Zeller on 2015-07-02 |
| Approved revision: | 18 |
| Merged at revision: | 19 |
| Proposed branch: | lp:~akiva/qtcreator-plugin-autopilot/fix-segfault-fix-winsize |
| Merge into: | lp:qtcreator-plugin-autopilot |
| Diff against target: |
62 lines (+8/-5) 2 files modified
src/autopilot/autopilotlocator.cpp (+5/-2) src/autopilot/autopilotrunconfiguration.cpp (+3/-3) |
| To merge this branch: | bzr merge lp:~akiva/qtcreator-plugin-autopilot/fix-segfault-fix-winsize |
| Related bugs: |
| Reviewer | Review Type | Date Requested | Status |
|---|---|---|---|
| Benjamin Zeller (community) | 2015-07-02 | Approve on 2015-07-02 | |
|
Review via email:
|
|||
Commit Message
State:
- Stable, needs testing
- Should merge in trunk
Changelog:
- Fixed a segmentation fault, that would happen if you activated the locator without a project open
- Set the window dimensions so the window is no longer needlessly bigger than the touch interface displayed within.
Todo:
- Fix ID issues
- Deduplicate code
- Fix QMake Projects
- Refresh Testlist to be asynchronous
- Explore restoring runconfig
Description of the Change
State:
- Stable, needs testing
- Should merge in trunk
Changelog:
- Fixed a segmentation fault, that would happen if you activated the locator without a project open
- Set the window dimensions so the window is no longer needlessly bigger than the touch interface displayed within.
Todo:
- Fix ID issues
- Deduplicate code
- Fix QMake Projects
- Refresh Testlist to be asynchronous
- Explore restoring runconfig

OK