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
/
squish
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge remote-tracking branch 'origin/17.0'
Eike Ziller
11 days
1
-3
/
+3
|
\
|
*
Various UI text fixes
Eike Ziller
2025-05-14
1
-3
/
+3
*
|
SquishPlugin: Fix typo in FIXME comment
Tian Shilin
11 days
1
-1
/
+1
|
/
*
Utils: Allow validators operating on a single string in FancyLineEdit
hjk
2025-04-25
3
-19
/
+11
*
Replace remaining uses of FileReader
hjk
2025-04-23
1
-11
/
+12
*
Utils: Use Result<> in FancyLinedit's validator
hjk
2025-04-23
3
-21
/
+35
*
Core: Return a Result<> from IDocument::setContents
hjk
2025-04-23
2
-7
/
+7
*
Core: Replace IDocument::OpenResult by Utils::Result<>
hjk
2025-04-17
2
-21
/
+19
*
Core: Merge OpenResult::Code ReadError into CannotHandle
hjk
2025-04-17
1
-4
/
+4
*
Core: Turn IDocument::OpenResult into a full class
hjk
2025-04-16
2
-45
/
+30
*
Fix warning for ';'
Marco Bubke
2025-04-15
2
-2
/
+2
*
Utils: Move and rename result testing macros from expected.h to result.h
hjk
2025-04-14
3
-6
/
+6
*
Replace most expected_str by Utils::Result
hjk
2025-04-11
2
-3
/
+3
*
Utils: Replace Result class by type alias to std::expected<T, QString>
hjk
2025-04-11
6
-25
/
+25
*
ProjectExplorer: Use more Utils::Result in JsonWizardGeneratorFactory
hjk
2025-04-04
1
-21
/
+14
*
Utils: Return Utils::Result from TextFileFormat::writeFile()
hjk
2025-04-03
1
-10
/
+5
*
Avoid potential detach of non-const Qt containers in range-loops 1/2
Alessandro Portale
2025-03-21
2
-2
/
+2
*
Util: Remove FilePath::removeRecursively(QString*error)
Marcus Tillmanns
2025-02-04
1
-4
/
+3
*
Fix warnings about unused return values
Christian Kandeler
2025-01-21
1
-1
/
+1
*
Utils: Rename FilePath::toString() into toUrlishString()
hjk
2025-01-10
6
-15
/
+15
*
Utils: Remove parent argument from FileUtils dialogs
hjk
2025-01-06
3
-9
/
+4
*
Debugger: Merge analyzermanager.h into analyzerutils.h
hjk
2024-12-20
1
-1
/
+1
*
Utils: Simplify FileReader interface
hjk
2024-12-13
1
-2
/
+2
*
Utils: Add a Process::setUtf8Codec helper function
hjk
2024-12-09
1
-3
/
+1
*
Plugins M-V: Make static QRegularExpression instances static const
Alessandro Portale
2024-11-20
2
-2
/
+2
*
Plugins: Improve display names of plugins
Alessandro Portale
2024-11-19
1
-0
/
+1
*
Core: Provide settings categories centrally
Christian Kandeler
2024-11-15
2
-2
/
+6
*
Wizards: Use is[Any]PluginRunning
Alessandro Portale
2024-10-30
1
-1
/
+1
*
Replace a few expected_str<void> by Utils::Result
hjk
2024-10-08
2
-2
/
+2
*
Utils: Use the new Result class in some FilePath functions
hjk
2024-10-01
2
-12
/
+10
*
Core: Return expected_str<void> from IDocument::reload()
hjk
2024-09-25
2
-7
/
+9
*
Core: Make IDocument::save() return an expected_str<void>
hjk
2024-09-24
2
-11
/
+8
*
ExtensionSystem: Add PluginId and VendorId
Marcus Tillmanns
2024-09-02
1
-34
/
+36
*
Plugins: Add URLs to manual page to plugin metadata
Alessandro Portale
2024-07-29
1
-0
/
+1
*
Remove #include <utils/fileutils.h> from most header files
hjk
2024-07-26
4
-6
/
+8
*
ProjectExplorer: Introduce JsonWizardGeneratorTypedFactory
Jarek Kobus
2024-07-22
1
-39
/
+2
*
Core: Add a static IContext::attach() function
hjk
2024-07-04
2
-8
/
+1
*
Plugin meta data: Add full stop to descriptions
Eike Ziller
2024-06-28
1
-1
/
+1
*
Add long descriptions to some plugins
Leena Miettinen
2024-05-31
1
-1
/
+6
*
Utils: Introduce a convenience function creatorColor()
hjk
2024-05-29
3
-14
/
+12
*
PluginSpecs: Change URLs from http:// to https://
Alessandro Portale
2024-05-28
1
-1
/
+1
*
Use LayoutBuilder V2
hjk
2024-05-27
1
-4
/
+4
*
Fix QMetaType::type() related deprecation warnings
hjk
2024-05-23
1
-1
/
+1
*
CommandLine: Reuse new c'tor
Jarek Kobus
2024-05-22
2
-21
/
+15
*
Make it possible to add wizards paths via plugin meta data
Eike Ziller
2024-05-06
2
-3
/
+2
*
Utils: Fix build with MSVC with C++20
Eike Ziller
2024-02-28
3
-3
/
+3
*
Squish: Avoid yes/no questions, actions are clearer
Eike Ziller
2024-02-26
1
-1
/
+6
*
Squish: Fix missing impl for deleting shared scripts
Christian Stenger
2024-02-12
1
-0
/
+29
*
Squish: Fix missing impl for add shared script
Christian Stenger
2024-02-07
4
-24
/
+102
*
Squish: Use MenuBuilder
hjk
2024-02-02
1
-22
/
+18
[next]