index
:
qt-creator/qt-creator.git
0.9.1-beta
0.9.2-rc1
1.0.0
1.1
1.2
1.2.90
1.3
1.3.0
1.3.0-beta
1.3.1
10.0
11.0
12.0
13.0
14.0
15.0
16.0
17.0
2.0
2.0.0
2.0.0-beta
2.0.1
2.1
2.1.0
2.2
2.3
2.4
2.5
2.6
2.7
2.8
3.0
3.1
3.2
3.3
3.4
3.5
3.6
3dfirst
4.0
4.1
4.10
4.11
4.12
4.13
4.14
4.15
4.2
4.3
4.4
4.5
4.6
4.7
4.8
4.9
5.0
6.0
7.0
8.0
9.0
at-3.4
at-3.5
at-3.6
at-master
csa-3.3
csa-3.4
csa-3.5
csa-3.6
csa-master
master
qds-1.50
qds-1.59
qds-2.3
qds-3.0
qds-3.1
qds-3.2
qds-3.3
qds-3.4
qds-3.5
qds-3.6
qds-3.7
qds/3.8
qds/3.9
qds/4.0
qds/4.1
qds/4.2
qds/4.3
qds/4.3.2
qds/4.3.3
qds/4.4
qds/4.5
qds/4.6
qds/4.7
qds/dev
qmlprojectstorage
qp-2.8
qp-3.0
qp-3.1
qp-3.2
qp-3.3
qp-3.4
qp-3.5
qp-3.6
qp-master
wip/boostbuildprojectmanager
wip/clang-query
wip/vcproj
A cross-platform Qt IDE
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
plugins
/
modeleditor
Commit message (
Expand
)
Author
Age
Files
Lines
*
ModelEditor: Some FilePath-ification
hjk
2025-05-09
1
-14
/
+10
*
Core: Replace IDocument::OpenResult by Utils::Result<>
hjk
2025-04-17
2
-16
/
+11
*
Core: Merge OpenResult::Code ReadError into CannotHandle
hjk
2025-04-17
1
-1
/
+1
*
Core: Turn IDocument::OpenResult into a full class
hjk
2025-04-16
2
-20
/
+15
*
Utils: Replace Result class by type alias to std::expected<T, QString>
hjk
2025-04-11
2
-11
/
+11
*
ModelEditor: filePathify PxNodeController
David Schulz
2025-03-12
8
-71
/
+68
*
Drop a few unneeded #includes
hjk
2025-03-04
1
-1
/
+0
*
Utils: Simplify FilePath::relativePathFrom
hjk
2025-03-04
2
-4
/
+4
*
Utils: Rename FilePath::toString() into toUrlishString()
hjk
2025-01-10
4
-10
/
+10
*
Utils: Remove parent argument from FileUtils dialogs
hjk
2025-01-06
1
-1
/
+0
*
Plugins: Improve display names of plugins
Alessandro Portale
2024-11-19
1
-0
/
+1
*
Revert "Plugins: Improve display names of plugins"
Eike Ziller
2024-10-16
1
-1
/
+1
*
Plugins: Improve display names of plugins
Alessandro Portale
2024-10-16
1
-1
/
+1
*
Utils: Use the new Result class in some FilePath functions
hjk
2024-10-01
2
-12
/
+12
*
Unify copyright string and remove year
Eike Ziller
2024-09-26
1
-1
/
+1
*
Core: Return expected_str<void> from IDocument::reload()
hjk
2024-09-25
2
-12
/
+8
*
Core: Make IDocument::save() return an expected_str<void>
hjk
2024-09-24
2
-10
/
+7
*
Change the mime database to Apache Tika
Eike Ziller
2024-09-20
1
-1
/
+1
*
ExtensionSystem: Add PluginId and VendorId
Marcus Tillmanns
2024-09-02
1
-0
/
+2
*
Designer, ModelEditor: Scope logging categories to respective namespaces
Francisco Boni
2024-08-21
1
-2
/
+2
*
Plugins: Add URLs to manual page to plugin metadata
Alessandro Portale
2024-07-29
1
-0
/
+1
*
ModelIndexer: Dismantle the fake thread
Jarek Kobus
2024-07-22
2
-201
/
+113
*
Merge remote-tracking branch 'origin/14.0'
Eike Ziller
2024-07-01
1
-1
/
+1
|
\
|
*
Plugin meta data: Add full stop to descriptions
Eike Ziller
2024-06-28
1
-1
/
+1
*
|
Merge remote-tracking branch 'origin/14.0'
Eike Ziller
2024-06-27
2
-4
/
+8
|
\
|
|
*
Fix various translatable strings
Eike Ziller
2024-06-27
2
-4
/
+8
*
|
CppEditor: Clean up cpptoolsreuse.{h,cpp}
Christian Kandeler
2024-06-24
1
-3
/
+4
|
/
*
Add long descriptions to some plugins
Leena Miettinen
2024-05-31
1
-1
/
+4
*
PluginSpecs: Change URLs from http:// to https://
Alessandro Portale
2024-05-28
1
-1
/
+1
*
ModelEditor: More use of Utils::FilePath
Jochen Becher
2024-05-17
11
-62
/
+98
*
ModelEditor: Use Utils::FilePath
Jochen Becher
2024-05-10
15
-80
/
+82
*
ModelEditor: Toggle filter using Ctrl+Shift+L
Jochen Becher
2024-04-22
1
-1
/
+1
*
ModelEditor: Add model tree filter
Jochen Becher
2024-04-17
5
-3
/
+65
*
ModelEditor: Add dialog for adding related elements
Jochen Becher
2024-04-16
1
-2
/
+17
*
ModelEditor: Support linked files and custom images
Jochen Becher
2024-04-16
6
-54
/
+341
*
ModelEditor: Remove multiline text from action text
Eike Ziller
2024-03-07
2
-14
/
+32
*
Various plugins: Fix remaining C++20 warnings about [=] captures
Jarek Kobus
2024-02-06
1
-2
/
+4
*
Remove CommandButton
Eike Ziller
2024-01-26
1
-7
/
+9
*
ModelEditor: Use namespace Core
Eike Ziller
2024-01-26
1
-32
/
+38
*
Clean up some lambdas
hjk
2023-12-12
1
-12
/
+12
*
ModelEditor: Clean up exposed constants
hjk
2023-09-27
2
-18
/
+3
*
ModelEditor: Simplify UiController
hjk
2023-09-27
2
-38
/
+19
*
ModelEditor: Simplify settings use
hjk
2023-09-27
7
-92
/
+12
*
Utils, all: Standardize on QtcSettings
hjk
2023-09-27
5
-42
/
+33
*
Editor: remove duplicated path is empty checks when saving
David Schulz
2023-08-28
1
-2
/
+1
*
Build: Change plugin json.in files to CMake style
Eike Ziller
2023-07-25
1
-25
/
+25
*
CppEditor: Make a few CppModelManager functions static
hjk
2023-07-12
4
-8
/
+5
*
Utils: Make validation async
Marcus Tillmanns
2023-06-29
1
-3
/
+0
*
Fix occurrences of the contains/insert anti-pattern
Christian Kandeler
2023-06-23
1
-6
/
+4
*
Core: add aboutToSave and saved signal to IDocument
David Schulz
2023-06-15
2
-2
/
+4
[next]