waaake
c1e28b07e9
[ui] Application: Added mouse area on menu bar area to allow forcing focus to the parent item when clicking
2025-02-06 09:34:49 +05:30
waaake
1931ce05ce
[ui] NodeEditor: Added mouse area to allow forcing focus to the parent item when clicking
2025-02-06 09:34:21 +05:30
waaake
1a08c31fb4
[ui] ImageGallery: Added mouse area to allow forcing focus to the parent item when clicking
2025-02-06 09:28:26 +05:30
waaake
e1ac6c34dc
[ui] Inspector 3D: Added mouse area to allow forcing focus to the parent item when clicking
2025-02-06 09:28:05 +05:30
Yann Lanthony
e51bb93bf0
Merge pull request #2650 from alicevision/fix/CrashingEdge
...
[ui][fix] Edge: Fixing an issue with mouse event on Custom EdgeMouseArea causing Crash
2025-01-27 12:22:42 +01:00
waaake
870dcf4edb
[ui] Edge: Updated curveScale to use standard property binding for EdgeMouseArea
2025-01-27 16:48:00 +05:30
Fabien Castan
2eb30fec15
Merge pull request #2652 from alicevision/dev/NodeLayout
...
Enable Fitting of selected Nodes in the Graph Editor when Fit is invoked
2025-01-27 08:40:59 +01:00
Fabien Castan
2bd98c34fe
Merge pull request #2654 from alicevision/dev/sfmMultiMerge
...
Enable merge of multiple sfmDatas
2025-01-27 08:36:10 +01:00
Yann Lanthony
bd2b8926e7
Merge pull request #2655 from alicevision/fix/crashIntrinsics
...
[ImageGallery] Intrinsics table: Always fully instantiate the model before populating it
2025-01-24 10:37:25 +01:00
Fabien Servant
b6913084ee
Enable merge of multiple sfmDatas
2025-01-23 16:09:35 +01:00
waaake
49ceb6e78c
[ui] Edge: Removed Qt.binding on curveScale
2025-01-23 10:42:28 +05:30
waaake
3a0d167bce
[ui][fix] Edge: Updated Overridden geometryChanged -> geometryChange
...
With Qt6 the geometryChanged method was updated to be called as geometryChange and with that update QQuickItem was not getting internal updateShape to get invoked upon updates
2025-01-23 10:41:52 +05:30
Candice Bentéjac
7c9a869d99
[ImageGallery] Use palette's colors for the text of the intrinsics display
2025-01-22 20:14:20 +01:00
Candice Bentéjac
f1a83628a6
[ImageGallery] Do not fill intrinsics model until it has been instantiated
...
In some cases, like when opening the most recent file from the command
line, switching the color palette or hot reloading, the intrinsics
might be parsed and ready to populate the intrinsics' `TableModel` while
the model itself is being instantiated.
To prevent crashes, we forbid operations on the `TableModel` until it has
been fully instantiated.
2025-01-22 20:09:23 +01:00
Candice Bentéjac
935f5d07db
[ImageGallery] Remove version number from Qt.labs.qmlmodels
import
2025-01-22 20:03:48 +01:00
waaake
a5e6d61730
[ui] GraphEditor: Added Fit to Selected Nodes in the Graph
...
Pressing F or invoking GraphEditor.fit() now considers the selected nodes and fits/focusses on the overall selection if present, else fits/focusses all of available nodes
2025-01-21 09:45:46 +05:30
Candice Bentéjac
1f42ad3553
Merge pull request #2642 from alicevision/dev/sfmLidar
...
Update sfm pipeline to accept meshes
2025-01-20 10:02:34 +00:00
Candice Bentéjac
fce6ba107c
[nodes] Update labels and versions for nodes
...
Update the versions for all the nodes that have been updated to
support meshes as inputs and fix the case for some labels.
Co-authored-by: Candice Bentéjac <candice.bentejac@gmail.com>
2025-01-17 17:09:09 +01:00
Candice Bentéjac
6071a914bc
Merge pull request #2646 from alicevision/dev/AutoLayoutMenu
...
[ui] Moved Auto-Layout Depth Settings under Graph Editor Menu
2025-01-17 14:42:54 +00:00
Candice Bentéjac
7bd69af471
Merge pull request #2648 from Sh1r0Yaksha/develop
...
[nodes] Fixed spelling mistake in FeatureExtraction.py
2025-01-16 13:07:06 +00:00
Yann Lanthony
5330bf8ee0
Merge pull request #2647 from alicevision/fix/SelectionHighlightOffset
...
SelectionBox: Fixed the offset on the selection box highlight appearing in the Graph Editor when dragging to select Nodes
2025-01-15 23:00:10 +01:00
waaake
bf857bc6e4
[ui] GraphEditor: Setting the drag.smoothed property of the MouseArea to false when the selection is started
...
Setting the drag.smoothed to false ensures that the target will be moved straight to the current mouse position
2025-01-15 16:20:38 +05:30
Akshat Singh
e2254cec23
Fixed spelling mistake in FeatureExtraction.py
2025-01-15 15:03:20 +05:30
waaake
c9b85ce137
[ui] Graph Editor: With the Auto-Layout Depth setting moved to the graph editor menu, the quick setting in the floating pane is removed
2025-01-15 09:14:33 +05:30
waaake
a843486996
[ui] Application Menu: Setting of Auto-Layout Depth has been moved to the menu along the graph editor
2025-01-15 09:14:03 +05:30
Fabien Servant
6f254ebbb9
Filters for exportMatches
2025-01-14 11:18:14 +01:00
Fabien Servant
616d7598a0
add minInliers parameter (optional)
2025-01-14 10:48:35 +01:00
Fabien Castan
3e8b736cf9
Merge pull request #2587 from alicevision/dev/PythonScriptEditor
...
[ui] Python Script Editor Improvements
2025-01-10 22:30:46 +01:00
Fabien Servant
eb9478c787
Update sfm pipeline to accept meshes
2025-01-10 16:09:47 +01:00
Candice Bentéjac
6284c38c31
Merge pull request #2630 from alicevision/dev/equirectangular
...
Add equirectangular camera model in `CameraInit`
2025-01-10 09:16:26 +00:00
waaake
7384db89e3
[ui] ScriptEditor: Updated to Use Horizontal MSplitView
2025-01-10 08:18:43 +01:00
waaake
1b963ab1f2
[ui] ScriptEditor: Adjusted Icon Size and Layout
2025-01-10 07:44:45 +01:00
waaake
9fa772442d
[ui] ScriptEditorManager: Added properties to get if we have history of scripts
...
hasPreviousScript and hasNextScript are getters for history if that is available
2025-01-10 07:43:04 +01:00
waaake
a90d5c4d38
[ui] ScriptEditor: Updated the content width of the input and output flickables
...
Formatted the input and output text for output display text area
2025-01-08 09:47:37 +05:30
Fabien Castan
c69704275a
Merge pull request #2639 from alicevision/dev/updateCopyrights
...
Update version number and copyrights
2025-01-07 22:08:18 +01:00
Fabien Castan
e5b0dbda8e
Merge pull request #2640 from alicevision/fix/aboutDialog
...
[ui] "About" dialog: Fix some display issues
2025-01-07 22:01:47 +01:00
waaake
49052dfc0f
[ui] ScriptEditor: ScriptEditor gets new icons
...
Updated Icons for ScriptEditor
Script Editor shows a confirmation dialog before clearing history
2025-01-07 09:37:33 +05:30
waaake
8207e84a41
[ui] ScriptEditor: ScriptEditor gets a RowLayout
...
A Row Layout is more practical for using script editor with the current placement of meshroom GUI.
2025-01-07 09:32:14 +05:30
waaake
07309361ad
[ui] Qt6 Compatibility for ScriptEditor: Updated QRegexp -> QRegularExpression
2025-01-07 09:32:13 +05:30
waaake
2e577274e6
[ui] ScriptEditor: Added syntax colorization for the script editor
...
Python syntax within the script editor is now highlighted making it easier to understand and write smaller code in it.
2025-01-07 09:32:12 +05:30
waaake
4464cdf799
[ui] ScriptEditor: Updated Script Editor layout
...
ScriptEditor is now part of a ColumnLayout in an MSplitView allowing more control over what is being viewed.
2025-01-07 09:32:07 +05:30
waaake
8984aac20e
[ui] ScriptEditor: Updated Core ScriptEditor Manager to show better exceptions
...
ScriptEditorManager now also allows the code to be saved and retrieved back. Exceptions are now shown with a better output to the user.
2025-01-07 09:25:12 +05:30
Candice Bentéjac
5f8b531446
[pipelines] Update release version to "2025.1.0" for all templates
2025-01-06 16:06:40 +01:00
Candice Bentéjac
70dd025623
[ui] "About" dialog: Update copyrights
2025-01-06 16:05:52 +01:00
Candice Bentéjac
63b8d319e0
[docs] Update copyrights
2025-01-06 16:05:33 +01:00
Candice Bentéjac
5e98c9427b
Update current version from "2024.1.0" to "2025.1.0"
2025-01-06 16:05:19 +01:00
Candice Bentéjac
728f2ea22f
[ui] "About" dialog: Update GitHub links to Meshroom's repo
2025-01-06 15:40:42 +01:00
Candice Bentéjac
170c683db5
[ui] "About" dialog: Harmonize colors across all icons
2025-01-06 15:32:11 +01:00
Candice Bentéjac
efb1d80032
[ui] "About" dialog: Use correct MaterialIcon for website icon
2025-01-06 15:31:35 +01:00
Candice Bentéjac
f14b496869
[ui] "About" dialog: Replace 32x32px GitHub icon by SVG file
2025-01-06 15:31:01 +01:00