aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/lua/bindings
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/17.0'Eike Ziller2 days1-1/+1
|\
| * UI text: Fix caps, punctuation, and wordingLeena Miettinen6 days1-1/+1
* | Merge remote-tracking branch 'origin/17.0'Eike Ziller7 days2-11/+16
|\|
| * Utils: Attach lifetime of guardedCallback to Guard objectMarcus Tillmanns9 days2-11/+16
* | Merge remote-tracking branch 'origin/17.0'Eike Ziller9 days1-5/+14
|\|
| * Lua: Use plurals and do not append "..." to UI strings in codeEike Ziller12 days1-5/+10
| * Remove some spaces and line breaks from translatable stringsEike Ziller14 days1-4/+8
* | Merge "Merge remote-tracking branch 'origin/17.0'"The Qt Project2025-05-132-6/+39
|\|
| * Utils: Export QtcLabel to Layoutbuilder and LuaMarcus Tillmanns2025-05-122-6/+39
* | Update InfoBar texts, titles and typesAlessandro Portale2025-05-122-0/+4
|/
* Utils: Export QtcSwitch to layoutbuilder and luaMarcus Tillmanns2025-05-051-0/+15
* InfoBar: Unify code for hiding / suppressing info on button clickEike Ziller2025-04-292-14/+18
* Utils: Move components from core/welcomepagehelpers to qtcwidgetsAlessandro Portale2025-04-291-11/+10
* Core: Create CoreButton Layouting helperMarcus Tillmanns2025-04-281-20/+5
* Lua: Add CoreButtonMarcus Tillmanns2025-04-251-0/+40
* Lua: Expose QKeySequence typeKrzysztof Chrusciel2025-04-231-0/+17
* Lua: Expose property keySequences for ScriptCommandKrzysztof Chrusciel2025-04-231-0/+4
* Utils: Move and rename result testing macros from expected.h to result.hhjk2025-04-148-35/+35
* Replace most expected_str by Utils::Resulthjk2025-04-116-25/+25
* Utils: Replace Result class by type alias to std::expected<T, QString>hjk2025-04-111-1/+1
* Merge remote-tracking branch 'origin/16.0'Eike Ziller2025-04-112-1/+45
|\
| * Lua: Expose properties of QActionKrzysztof Chrusciel2025-04-111-1/+36
| * Lua: Add possibility to get all opened editorsKrzysztof Chrusciel2025-04-101-0/+9
* | Merge remote-tracking branch 'origin/16.0'Eike Ziller2025-04-091-4/+19
|\|
| * Lua: Add possibility to insert action to toolbarKrzysztof Chrusciel2025-04-091-0/+7
| * Lua: Don't use sol::property with member variablesMarcus Tillmanns2025-04-021-4/+12
* | Translations: Fix spelling errors, dissolve english "translation"Eike Ziller2025-04-091-1/+1
* | Merge remote-tracking branch 'origin/16.0'Eike Ziller2025-04-011-0/+4
|\|
| * Lua: Add getNativeShortcut function for platform-specific key representationsKrzysztof Chrusciel2025-04-011-0/+4
* | Merge remote-tracking branch 'origin/16.0'Eike Ziller2025-03-242-1/+42
|\|
| * Lua: Remove unused parameterChristian Stenger2025-03-201-1/+1
| * Lua: Expose first and last visible block numberKrzysztof Chrusciel2025-03-191-0/+14
| * Lua: Add possibility to insert tool button to toolbarKrzysztof Chrusciel2025-03-192-0/+27
* | Avoid potential detach of non-const Qt containers in range-loops 2/2Alessandro Portale2025-03-243-3/+3
* | Utils: Use LibArchive to extract archivesMarcus Tillmanns2025-03-191-35/+33
* | Merge remote-tracking branch 'origin/16.0'Eike Ziller2025-03-192-2/+24
|\|
| * Lua: Correctly load QIcon from file path for ToggleAspectKrzysztof Chrusciel2025-03-181-2/+3
| * Lua: Add signal to notify when text editor is createdKrzysztof Chrusciel2025-03-181-0/+21
* | Lua: Add documentation to CREATE_HAS_FUNCMarcus Tillmanns2025-03-141-0/+18
* | Merge remote-tracking branch 'origin/16.0'Eike Ziller2025-03-132-3/+20
|\|
| * Lua: Add viewportMargins option for supported widgetsLukasz Papierkowski2025-03-121-0/+7
| * LUA: Fix QCompleter event filter crash by giving it a parentLukasz Papierkowski2025-03-102-3/+13
* | Lua: Create bindings for the TaskHubMarcus Tillmanns2025-03-061-0/+203
* | Merge remote-tracking branch 'origin/16.0'Eike Ziller2025-03-031-0/+10
|\|
| * Lua: Add source code copy link and icon for MarkdownBrowserLukasz Papierkowski2025-02-281-0/+10
* | Lua: Add TextCursor:setPosition functionMarcus Tillmanns2025-02-251-7/+9
* | Lua: Add convenience functions to Position and RangeMarcus Tillmanns2025-02-251-2/+16
* | TextEditor: Remove duplicated function from PositionMarcus Tillmanns2025-02-251-1/+1
* | Lua: Add TextCursor create from TextDocumentMarcus Tillmanns2025-02-251-10/+4
|/
* Lua: Use string_view literals as keys when calling get() and get_or()Marcus Tillmanns2025-02-2110-63/+76