-
-
Notifications
You must be signed in to change notification settings - Fork 235
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix CMake example running #96
Closed
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Contributor
winterheart
commented
Dec 18, 2019
- Added new option -DBUILD_STATIC_QRC that enables static QRC linking that make possible run tests without installing library (Examples don't run when building with CMake #93).
- Updated travis ci to reflect that option
Add (basic) custom port sample. Cosmetic fixes in topology sample. Signed-off-by: cneben <[email protected]>
Use states for docks
Fix custom dock item configuration bug. Signed-off-by: cneben <[email protected]>
Signed-off-by: cneben <[email protected]>
Signed-off-by: cneben <[email protected]>
Signed-off-by: cneben <[email protected]>
Expose selectionItem as a delegate
…te'. Fix a serious bug in qan::Graph::clearSelection(). Add support QQmlComponent for std::unique_ptr default_delete. Reactivate selectionColor, selectionMargin, selectionWeight properties in Graph after @Jackneill selection delegate changes. Add animation and state support in SelectionItem.qml default selection delegate. Rename 'selectionItemDelegate' and all related code to 'selectionDelegate'. Add more robust QML component management in qan::Graph with a createComponent() factory. Adress cneben#21 Signed-off-by: cneben <[email protected]>
Signed-off-by: cneben <[email protected]>
…urved). Signed-off-by: cneben <[email protected]>
Remove QuickGeoGL support. Signed-off-by: cneben <[email protected]>
Add line type selector in edges sample. Signed-off-by: cneben <[email protected]>
Signed-off-by: cneben <[email protected]>
Report better error message when delegate components fails to load. Signed-off-by: cneben <[email protected]>
Signed-off-by: cneben <[email protected]>
Various optimizations in edge geometry update signals. Optimization of getLineIntersection() methods. Signed-off-by: cneben <[email protected]>
Fix cneben#19. Signed-off-by: cneben <[email protected]>
Optimize control point update with a single signal. Create generateLabelPosition() method, add support for label generation in edge geometry cache. Signed-off-by: cneben <[email protected]>
Factorize code in EdgeItem::generateLineGeometry(). Signed-off-by: cneben <[email protected]>
Partial fix for cneben#87. Fix Group::draggable accessors. Fix GroupItem::containerItem accessors. Various cosmetic fixes. Signed-off-by: cneben <[email protected]>
- Merge @Garcia6l20 commit 6b7e8ad, add method removeSelection(). - Various cosmetic fixes in qan::Grid. - Add a default grid in qan::Navigable. Signed-off-by: cneben <[email protected]>
Signed-off-by: cneben <[email protected]>
…been dragged). Complete rewrite of qan::LineGrid and Qan.LineGrid. Cosmetic fixes in qan::Grid. Remove obsolete qan::PointGrid and Qan.PointGrid support. Fix a qan::Navigable bug in setGrid() and updateGrid(). Signed-off-by: cneben <[email protected]>
Signed-off-by: cneben <[email protected]>
Update README.MD. Reintegrate (manually...) @NielsBillen changes in MR cneben#91 Signed-off-by: cneben <[email protected]>
Fix CMak build configuration. Signed-off-by: cneben <[email protected]>
…le-clicking-groups Issue 90 right and double clicking groups
Signed-off-by: cneben <[email protected]>
Fix links to documentation in README.md Signed-off-by: cneben <[email protected]>
Fix the bug: qrc:/QuickQanava/GraphView.qml:83:5: QML BottomRightResizer: Binding loop detected for property "minimumTargetSize" Signed-off-by: cneben <[email protected]>
Demonstrate a fully fonctionnal context menu in 'groups' and 'nodes' samples. Cosmetic fixes. Cosmetic documentation fixes. Signed-off-by: cneben <[email protected]>
Signed-off-by: cneben <[email protected]>
Added new option -DBUILD_STATIC_QRC that enables static QRC linking that make possible run tests without installing library.
* Added new parameter BUILD_STATIC_QRC to matrix * Update Linux image to bionic (there more recent gcc compiler) * Simplify macOS section
Seems travis ci support disabled - need to reenable... |
Thank you, I will merge ASAP. |
Update gtpo_header_files that will be installed in install phase. Some files in list outdated.
Closed
Additional fixes to install phase. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.