aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/compilerexplorer
Commit message (Expand)AuthorAgeFilesLines
* Various UI text fixesEike Ziller2025-05-141-1/+1
* Core: Return a Result<> from IDocument::setContentshjk2025-04-231-7/+7
* Core: Replace IDocument::OpenResult by Utils::Result<>hjk2025-04-171-9/+9
* Core: Merge OpenResult::Code ReadError into CannotHandlehjk2025-04-171-3/+3
* Core: Turn IDocument::OpenResult into a full classhjk2025-04-161-17/+10
* Utils: Move and rename result testing macros from expected.h to result.hhjk2025-04-141-2/+2
* Replace most expected_str by Utils::Resulthjk2025-04-111-1/+1
* Utils: Replace Result class by type alias to std::expected<T, QString>hjk2025-04-111-4/+4
* Avoid potential detach of non-const Qt containers in range-loops 2/2Alessandro Portale2025-03-242-8/+8
* Avoid potential detach of non-const Qt containers in range-loops 1/2Alessandro Portale2025-03-215-7/+7
* CompilerExplorer: remove unused functionDavid Schulz2025-01-061-8/+0
* Plugins: Improve display names of pluginsAlessandro Portale2024-11-191-0/+1
* Fix some translated stringsEike Ziller2024-10-241-1/+1
* Revert "Plugins: Improve display names of plugins"Eike Ziller2024-10-161-1/+1
* Plugins: Improve display names of pluginsAlessandro Portale2024-10-161-1/+1
* Utils: Use the new Result class in some FilePath functionshjk2024-10-011-4/+4
* Unify copyright string and remove yearEike Ziller2024-09-261-1/+1
* Core: Make IDocument::save() return an expected_str<void>hjk2024-09-241-10/+6
* CompilerExplorer: Allow changing backend urlMarcus Tillmanns2024-09-201-4/+30
* ExtensionSystem: Add PluginId and VendorIdMarcus Tillmanns2024-09-021-0/+2
* Plugins: Add URLs to manual page to plugin metadataAlessandro Portale2024-07-291-0/+1
* CompilerExplorer: Remove unused memberMarcus Tillmanns2024-07-231-2/+0
* CompilerExplorer: Move to new editor factory setup schemehjk2024-07-233-304/+286
* Use the new BaseAspect::addOnChanged in a few placeshjk2024-07-122-5/+4
* Utils: Make Aspect::addToLayout() consthjk2024-07-082-2/+2
* Utils: Make contents margins handling less specialhjk2024-06-041-2/+2
* Utils: Introduce a convenience function creatorColor()hjk2024-05-291-21/+21
* PluginSpecs: Change URLs from http:// to https://Alessandro Portale2024-05-281-1/+1
* Use LayoutBuilder V2hjk2024-05-273-8/+5
* Compiler Explorer: Add Qt templateMarcus Tillmanns2024-05-243-0/+57
* Make it possible to add wizards paths via plugin meta dataEike Ziller2024-05-062-3/+2
* CompilerExplorer: Use new MenuBuilderhjk2024-04-251-20/+15
* CompilerExplorer: Fix Undo/Redo actionsMarcus Tillmanns2024-04-182-17/+33
* Compiler Explorer: Remove unused lambdaMarcus Tillmanns2024-04-121-7/+0
* CompilerExplorer: Remove unused lambda capturehjk2024-04-121-1/+1
* TextEditor: remove text editor action handlerDavid Schulz2024-04-092-78/+4
* CompilerExplorer: Use volatileMarcus Tillmanns2024-03-041-1/+2
* CompilerExplorer: Adjust Terminal font sizeMarcus Tillmanns2024-03-011-0/+24
* CompilerExplorer: Fix value vs. volatileValueMarcus Tillmanns2024-03-011-2/+2
* CompilerExplorer: Use global network access managerMarcus Tillmanns2024-02-157-19/+4
* Fix ODR violation with SpinnerEike Ziller2024-02-151-1/+1
* CompilerExplorer: Replace QSharedPointer with std::shared_ptrJarek Kobus2024-02-043-7/+7
* CompilerExplorer: Remove unused class declarationhjk2024-02-021-4/+0
* Various plugins: Remove unused variablesJarek Kobus2024-01-291-1/+0
* CompilerExplorer: Add fallback document pathMarcus Tillmanns2024-01-162-0/+7
* CompilerExplorer: Avoid using keys()Jarek Kobus2024-01-083-37/+30
* Utils: Proliferate use of <utils/mimeconstants.h>Alessandro Portale2023-12-191-2/+3
* CompilerExplorer: Un-static NetworkAccessManagerMarcus Tillmanns2023-12-142-6/+3
* CompilerExplorer: Add assembly => source linksMarcus Tillmanns2023-12-143-52/+296
* CompilerExplorer: Use ActionBuilderhjk2023-12-141-14/+14