Commit graph

21 commits

Author SHA1 Message Date
Fabien Castan
c69704275a
Merge pull request #2639 from alicevision/dev/updateCopyrights
Update version number and copyrights
2025-01-07 22:08:18 +01:00
Candice Bentéjac
70dd025623 [ui] "About" dialog: Update copyrights 2025-01-06 16:05:52 +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
Candice Bentéjac
5a0b1c0c95 [qt6][qml] Clean-up code and harmonize comments 2024-11-07 18:15:37 +01:00
Candice Bentéjac
de966e38e5 [qt6][ui] AboutDialog: Display PySide's version 2024-11-07 18:13:28 +01:00
Candice Bentéjac
0e71f2a520 [qt6] Update versions for all the imported modules
Qt3D.Extras cannot be updated to 2.6 yet, otherwise there are errors.
2024-11-07 18:09:01 +01:00
Candice Bentéjac
e463f0dce2 [qml] Clean-up: Harmonize syntax across all files 2023-11-06 16:31:10 +01:00
Candice Bentéjac
caa5a1e3eb [qml] Qt5.15: Une new syntax for all the "onLinkActivated" slots 2023-07-04 12:04:17 +02:00
Candice Bentéjac
ad7e82ee86 [qml] Qt5.15: Fix binding loop on TextArea's implicit width 2023-07-04 12:04:16 +02:00
Candice Bentéjac
9b5dd40b02 [qml] Qt5.15: Upgrade all QtQuick modules 2023-07-03 12:11:29 +02:00
Candice Bentéjac
91bdddfaf8 [ui] Add Meshroom's changelog model
The changelog is added as a model. Although it is meant to be displayed
with the licenses for Meshroom and AliceVision, the changelog model is
provided apart from the licenses' and then concatenated with it so they
are displayed together.
2023-03-24 16:23:13 +01:00
Candice Bentéjac
7a4ebc8751 [ui] Update copyrights for AliceVision contributors 2023-03-24 12:36:23 +01:00
Simon
a99168448e
2022 Copyright
The copyright year should eventually be adjusted automatically :)
2022-02-10 00:20:16 +01:00
Simon
b2045786f3
Update copyright to current year
2010-2021 AliceVision contributors
2021-02-26 22:09:57 +01:00
Fabien Castan
bf0c00a9ba [ui] About: add donate link to the association 2020-10-08 16:23:31 +02:00
Yann Lanthony
292b0fb5fe
[ui] About: update copyright year 2019-06-26 16:36:17 +02:00
Yann Lanthony
2b1f2a8334
[ui] update MaterialIcons to 3.0 2019-06-26 12:57:30 +02:00
Yann Lanthony
3438900b2b [ui] add "About" dialog
Accessible from main menu Help > About Meshroom, or by pressing "F1". Provides info about Meshroom version + useful links and related Open Source Licenses.

* load COPYING.md from Meshroom/AliceVision files (either provided with the standalone package or online) + translate them to HTML for display  (added `markdown` package in requirements)
* request.js: centralize function to open file urls
* provide system info from MeshroomApp (exposed as contextProperty)
2018-08-03 17:24:04 +02:00