Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/Mudlet/Mudlet

⚔️ A cross-platform, open source, and super fast MUD client with scripting in Lua
https://github.com/Mudlet/Mudlet

Move documentation to wiki (#4586)

118f5899eeb39c25081fceae07bab087a3f8ced4 authored almost 4 years ago by Kebap <[email protected]>
Add way to color room characters (#4573)

* add way to color room characters

* accept new translations

* fix qmake build

* addSym...

42f6c8cc5c2781cf6f5d47315083792eb588d45f authored almost 4 years ago by Piotr <[email protected]>
Remove Git-related information in About Mudlet (#4568)

* try to fix git sha

* try to fix commit sha

* try to fix CI git info

* env variables c...

055b31b6a2427120c4ba84157ee7f06e65f0e2a5 authored almost 4 years ago by Piotr <[email protected]>
Cleanup: apply previously version dependent fix to all (#4580)

It seems that the change I proposed in #4461 does not apply at the correct
Qt version breakpoin...

1ce969ea4b28da2e7cb081f3d88559355df1fa78 authored almost 4 years ago by Stephen Lyons <[email protected]>
Multiple package selection in package manager (#4552)

* multiple package selection in package manager

* codefactor correction

Co-authored-by: Pi...

9e76e274664e5e718564852dde5edbd9d2ef0d3a authored almost 4 years ago by Piotr <[email protected]>
Prevent spawning new About buttons when updates are available (#4556)

* preven spawning new About buttons when updates are available

* codefactor fix

Co-authore...

16d396faef03c3e8e89339fd581c4f7fa3e05efc authored almost 4 years ago by Piotr <[email protected]>
De-reversifys the speed walk count value when running a path backwards so that 15w doesn't become 51e (#4557)

f4b1e12a43eb80de6f378d533b497049e0cc749a authored almost 4 years ago by tdk1069 <[email protected]>
Fix module xml clearing on profile load (#4558)

* fix module xml clear on profile load

* do not save profile during profile load

* Update ...

2644ef553ebafc0d41cfece979009b361f65c230 authored almost 4 years ago by Piotr <[email protected]>
Fix alt focus disable (#4563)

Co-authored-by: Piotr Wilczynski <[email protected]>

92a5238c5fc39ed23b99a10d44834904ad4d2506 authored almost 4 years ago by Piotr <[email protected]>
Default bg should be transparent in c/d/hecho (#4570)

Co-authored-by: Piotr Wilczynski <[email protected]>

39b8dceb35cc043ba8362e9ed7cc6dd79e5dac59 authored almost 4 years ago by Piotr <[email protected]>
BugFix: stop special exits being modified when old format maps are read (#4574)

Since #4526 was merged into the development branch 4 days ago reading of
old maps (formats befo...

25c497bde4a41cdbe5796ed92a82ec677a552750 authored almost 4 years ago by Stephen Lyons <[email protected]>
Select profile maps directory or profile directory when manually loading a map (#4543)

Co-authored-by: Piotr Wilczynski <[email protected]>
Co-authored-by: Vadim Peretokin...

3e8747303ff7275e3a8b4bba3f08242cd6cbc55e authored almost 4 years ago by Piotr <[email protected]>
Bugfix: fix seg fault on reloadModule (#4551)

* fix seg fault

* use auto type

Co-authored-by: Piotr Wilczynski <piotr.wilczynski@bisnode...

c2d7d1915e6ad1dc42461f1fd599d35b854aa707 authored almost 4 years ago by Piotr <[email protected]>
Update Mudlet for 2021 (#4542)

* Prepare Mudlet for 2021

* Add missing comment

a90e0326e6c37282b80c20a5b441d4e284ba874c authored almost 4 years ago by Vadim Peretokin <[email protected]>
(autocommit) Updated text for translation (#4560)

Co-authored-by: mudlet-machine-account <[email protected]>

4a1b08165fd7bdd7f81f0ec8fbc0d7ce0508920d authored almost 4 years ago by github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
(autocommit) Updated autocompletion data (#4561)

Co-authored-by: mudlet-machine-account <[email protected]>

2493858fd0ada3f5e579526c70e0240a37eb61c7 authored almost 4 years ago by github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Refactor: store special exits and their lock status separately (#4526)

This will enable some simplification of code.

During development it became clear that the Lua...

507aa217dbcc2d2a7e34adde4540b8612474a136 authored almost 4 years ago by Stephen Lyons <[email protected]>
Improve "no map loaded" message not to confuse users (#4553)

* change message not to confuse users

* Update src/T2DMap.cpp

Co-authored-by: Vadim Pereto...

369c5959b6a44d2238c61bdfe6f6760093fea437 authored almost 4 years ago by Piotr <[email protected]>
BugFix: repair incorrect use of QFont(string) after QFont::toString() (#4545)

Creating a font via a QFont(string) where string is the output from
a previous QFont::toString(...

21c1026c3027098838979570998de8cd60001728 authored almost 4 years ago by Stephen Lyons <[email protected]>
Add more information to return table from getMapLabel (colors and bas… (#4541)

* add more information to return table from getMapLabel (colors and base64 encoded image)

* c...

ed9bd9c02b3270a9e6e536d7991ac050b036fafb authored almost 4 years ago by Piotr <[email protected]>
Make ptb version copyable (#4533)

Co-authored-by: Piotr Wilczynski <[email protected]>
Co-authored-by: Stephen Lyons <...

686a2fe33355332720bbc6b7daf16de75571c217 authored almost 4 years ago by Piotr <[email protected]>
BugFix: correct numerical parameter corruption in event handler (#4524)

Large numbers were losing *precision* when passed as event parameters.

It turns out that the ...

4acb8257bee56e593a19d0871b34547732c3206b authored almost 4 years ago by Stephen Lyons <[email protected]>
Lua code validations for perm* apis (#4536)

* `perm` api family - validation of string that is lua code

* `perm` api family - validation ...

06c140e98ea970b468e3384468fe3ac42c80f153 authored almost 4 years ago by Piotr <[email protected]>
Dark mode improvement for connection dialog (#4534)

* dark mode improvement

* adjust colors a bit

* fix error color

* use default palette f...

064ee22df2384ed63d37003479c79ef4e13cd5dd authored almost 4 years ago by Piotr <[email protected]>
Simplify few ifs in import/export code (#4532)

* simplify few ifs

* add YES constant do XMLimport.cpp and add QStringLiteral calls in most o...

ba496be65a0165698b59d4d5116a180bfa3e35a5 authored almost 4 years ago by Piotr <[email protected]>
Change line spacer trigger type to use spin box (#4531)

move icon out of line edit action to make all types have small icon on the left

Co-authored-b...

802ebd26af2d0d4676e0dbe1576cd92d2f1fa245 authored almost 4 years ago by Piotr <[email protected]>
New Crowdin updates (#4342)

* New translations mudlet.ts (Chinese Simplified)

* New translations mudlet.ts (Chinese Simpl...

17d68b2e60fa5e5d00ca1e801f177c9098df8256 authored almost 4 years ago by mudlet-machine-account <[email protected]>
(autocommit) Updated autocompletion data (#4501)

Co-authored-by: mudlet-machine-account <[email protected]>

9c95d7329a718eff04507e5ba761b6d2a165009d authored almost 4 years ago by github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Save profiles by default (#4522)

* add option to force save on quit on ask dialog showed at quit confirmation

* add missing sp...

d8a76c72cbb340a7faa0b7444bdf1171b392948d authored almost 4 years ago by Piotr <[email protected]>
Stop ALT presses from stealing focus (#4512)

* take on alt focus menu bar disable

* correct key_alt case

* add altfocusmenudisable styl...

92798d5aa93d8d3f2b14da5c59ac2a7009dd2fed authored almost 4 years ago by Piotr <[email protected]>
Refactor: remove unneed data from map file format and classes (#4539)

The map file format stuff won't take effect until the next map version is
enabled.

Remove un...

e7ebbdf49480d61c9b0d4e36b9a3b81607acf7f3 authored almost 4 years ago by Stephen Lyons <[email protected]>
Cleanup: replace more obsolete in Qt 5.14 QNetworkRequest::canonicalUrl()

This should remove another 5 warnings.

Signed-off-by: Stephen Lyons <[email protected]>

50c0e651a5573efcb70d81e9847947a6e7e1d7a8 authored almost 4 years ago by Stephen Lyons <[email protected]>
Cleanup: fix a missing space in code (#4537)

Signed-off-by: Stephen Lyons <[email protected]>

6b5e51f08f36aaf3acdb1d6820daa0b353026622 authored almost 4 years ago by Stephen Lyons <[email protected]>
(autocommit) Updated autocompletion data (#4529)

Co-authored-by: mudlet-machine-account <[email protected]>

f0b22e7f904ce957fcf6c15a806a67d4049fcfa4 authored almost 4 years ago by github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
(autocommit) Updated text for translation (#4528)

Co-authored-by: mudlet-machine-account <[email protected]>

214274280aab938b2eb0469dc5928827b570d4ff authored almost 4 years ago by github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Revise: correct a Lua error message (#4527)

The function name at the beginning was wrong.

Signed-off-by: Stephen Lyons <slysven@virginmed...

add53214a135dade6fd2512bb28f672ecd5e3358 authored almost 4 years ago by Stephen Lyons <[email protected]>
Cleanup: various things for Keys item type (#4466)

Convert internals to store and use the Qt `enum`s dedicated to keyboard
handling (`Qt::Keys` an...

43819004f37be2167f3b6b0d9df79d01514f9017 authored almost 4 years ago by Stephen Lyons <[email protected]>
generic mapper script: correctly handle 'set player location' (#4521)

Co-authored-by: Piotr Wilczynski <[email protected]>

7517a36f8e73ab26355ec4fd2eb0c8afbfb1c375 authored almost 4 years ago by Piotr <[email protected]>
Validate permKey function argument before actually creating permKey (#4513)

* validate permKey function argument before actually create permKey

* correct comment over in...

72d7dea6e07d6bb0bf01707de77d39d7c5352799 authored almost 4 years ago by Piotr <[email protected]>
Allow loading some modules before scripts (#4508)

* allow loading some modules before scripts

* add negative priority remark in infobox of modu...

5b230323dbaeb7a182c6e93d16f10336c82307d1 authored almost 4 years ago by Piotr <[email protected]>
BugFix: correct QRegularExpression warnings on profile save (#4519)

This was causing messages of the form:
"QRegularExpressionPrivate::doMatch(): called on an inva...

b6d87cc0a384b8d3643f5d80c326d3f9ee1a7160 authored almost 4 years ago by Stephen Lyons <[email protected]>
Revise: suggestion to put default mouse scroll to 3 lines (#4509)

That is 3 lines per default (15 degree) click of the (vertical) scroll
wheel. To get the single...

f2f766fab4731879ecde2cb6da7e9c48ecf0820e authored almost 4 years ago by Stephen Lyons <[email protected]>
Fix Valgrind complaint around autocompletion functions (#4517)

6a57eaa81e539807e6609419d83be4f9f8546c80 authored almost 4 years ago by Vadim Peretokin <[email protected]>
Add permGroup(name, "key", parent) (#3151)

* Add permGroup(name, "key", parent)

* set folder key as -1

* Re-set edbee to what it shou...

a5a64cc4899bfc14bbc9ef22518fdb6b15fd1091 authored almost 4 years ago by Kebap <[email protected]>
Fix typos in documentation & error messages (#4504)

de1332932f5328aea2cac399701dad6f83178ad6 authored almost 4 years ago by Kebap <[email protected]>
Submit Github Actions-made builds to make.mudlet.org (#4487)

3f0350f33691226b21e197c1f92861f8b1d602a5 authored almost 4 years ago by Vadim Peretokin <[email protected]>
Fix for flyout label issue #4438 (#4499)

* attemp to fix #4438

* use label instead of window for cleaner code

f5abe9e1926f76ec8b8e3c63ea21b8e3956fe5a1 authored almost 4 years ago by Manuel Wegmann <[email protected]>
Bump actions/setup-node from v2.1.3 to v2.1.4 (#4503)

Bumps [actions/setup-node](https://github.com/actions/setup-node) from v2.1.3 to v2.1.4.
- [Rel...

e2ee71d8c3c1a245eeb7475fd92ae0244d28ced7 authored almost 4 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
(autocommit) Updated text for translation (#4500)

Co-authored-by: mudlet-machine-account <[email protected]>

54dc993b043538cf41ddfecdf0b28be9a331907b authored almost 4 years ago by github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Allow copying from the update dialog (#4485)

* Allow copying from the update dialog

* Update to latest dblsqd copy

592ad48e9dc54302c4d98c0a371be7a9fc0de042 authored almost 4 years ago by Vadim Peretokin <[email protected]>
Cleanup: adopt "Rule of Three" requirements for TChar class (#4469)

Briefly: since we have a user-defined copy constructor we need to also
have an assignment opera...

59caa1f5927858fc21f146db42ec2e20ad08780a authored almost 4 years ago by Stephen Lyons <[email protected]>
Cleanup: replace obsolete in 5.11 use of QDesktopWidget (#4497)

The whole class was declared obsolete before Qt 5.11. It seems that one is
supposed to consider...

c03bbe0c310240bd32f7080e232805397d7dbde8 authored almost 4 years ago by Stephen Lyons <[email protected]>
Cleanup: remove unused retention of method return value (#4496)

Since we do not use it in this case there is no point in storing it, as
this is prompting an un...

adf4dc2dde23abfa403742516de84fc827b1999b authored almost 4 years ago by Stephen Lyons <[email protected]>
Cleanup: change enum from Qt::MidButton to Qt::MiddleButton (#4495)

The newer form is good at least as far back as Qt 5.11 but the shorter form
is now being warned...

a581971618ad374a1ed201574908dbf761ad81bc authored almost 4 years ago by Stephen Lyons <[email protected]>
Cleanup: replace obsolete in Qt 5.11 qrand() & qsrand() (#4494)

The replacement `QRandomGenerator` class has been around since Qt 5.10;
it is also true that th...

5c32e6b272af6290111c553afa6f9824be4c6631 authored almost 4 years ago by Stephen Lyons <[email protected]>
Cleanup: replace obsoleted in Qt 5.15 QNetworkRequest elements (#4493)

Replace the `bool`-ean `QNetworkRequest::attribute`
`QNetworkRequest::FollowRedirectsAttribute`...

29bcbdf8e0d0ec28764c9f045bbb1364fc799fbf authored almost 4 years ago by Stephen Lyons <[email protected]>
Cleanup: remove undesirable unsigned to signed integer comparision (#4492)

This originally was just going to convert a use of `size_t` to hold the
result of a Qt class `:...

f639580eb61440ab2cfcdba71ad684826e4b4669 authored almost 4 years ago by Stephen Lyons <[email protected]>
Cleanup: replace another use of QTime with QElapsedTimer (#4491)

This was missed out of #4400.

Signed-off-by: Stephen Lyons <[email protected]>

d78974e22fdb6934f18a5ff1dfe925ded839791d authored almost 4 years ago by Stephen Lyons <[email protected]>
Cleanup: replace obsoleted in Qt 5.15 QSet:toList() (#4490)

This seems to have been missed in a previous cleanup, perhaps because it is
being used on the o...

08e5ce9fce63fbd81ffa269c6fc86e30c4762add authored almost 4 years ago by Stephen Lyons <[email protected]>
Cleanup: replace obsolete in Qt 5.14 QWheelEvent::globalPos() (#4489)

Both the `QPoint` and `QPointF` returning {`QWheelEvent::globalPos()`}
forms have been obsolete...

d267119531e591a452a2359d6dc3a0a007ae2eba authored almost 4 years ago by Stephen Lyons <[email protected]>
Cleanup: replace deprecated in Qt 5.15 date format methodology (#4488)

Qt pointedly makes it clear that many of the formats supported by
`QDate::toString(...)` will b...

8a5c1fbd22ffaae68567908e9246901904bfc143 authored almost 4 years ago by Stephen Lyons <[email protected]>
React when the button has been pressed and released (#4486)

Instead of just pressed and not released yet, which is incorrect

bdca23acb4fd3f9d75a674d86cd53c705e850168 authored almost 4 years ago by Vadim Peretokin <[email protected]>
add CLion related .gitignore entries (#4484)

Co-authored-by: Piotr Wilczynski <[email protected]>

51ed4b428a5f78eccee94536db5c93b623ef9bc5 authored almost 4 years ago by Piotr <[email protected]>
Add Linux snapshot packaging to Github Actions (#4446)

* Plug in release validation

* Add pcregrep to list of installed packages

* Negate tag che...

4f644d2c0c4c757073012d9062d4bcc766107a54 authored almost 4 years ago by Vadim Peretokin <[email protected]>
Cleanup: sort out enum and non-enum combination warnings (#4483)

Fixes a couple of: "warning: enumeral and non-enumeral type in conditional
expression [-Wextra]...

249f645a8c6726f116f19b455e010262fdd34c74 authored almost 4 years ago by Stephen Lyons <[email protected]>
Cleanup: fix bit-wise logic in an if() (#4482)

Repair a couple of warnings of type: "warning: enum constant in boolean
context [-Wint-in-bool-...

7a7ea14230ce982b14795a3b2311b548743abaef authored almost 4 years ago by Stephen Lyons <[email protected]>
Add Lua notifications (#4468)

* add tray icon for mudlet

* add lua api for showing native desktop notifications

* add tr...

b785e3aaf780853668dee24d05345f4886061e45 authored almost 4 years ago by Piotr <[email protected]>
Revert "Update desktop-debian-lite to a7b0398 (#4471)" (#4479)

This reverts commit 5bbd907e1023368584c26cfabf2aff0742d91a8d.

69af5631d1e85fffb8607609488a3c099f5f9387 authored almost 4 years ago by Kebap <[email protected]>
Update Sparkle to latest release (#4359)

* Update Sparkle

* Update Sparkle to latest 1.24

7e4418897f1cc21879d0211685ff73ae729f1f82 authored almost 4 years ago by Vadim Peretokin <[email protected]>
Enhance: make TConsole scrolling smoother (#4445)

Make it scroll by only 1 line of text per mouse wheel click instead of
three lines. To compensa...

95c497f3f5ae7b0471c953fe98241b1d32bdd321 authored almost 4 years ago by Stephen Lyons <[email protected]>
Cleanup: sort iut class vs. struct mixup (#4476)

As the zip element is a `struct` forward declaring it as a `class` in the
`dlgPackageExporter` ...

11f1fa3c674a413c3edf5f93a831573058b71104 authored almost 4 years ago by Stephen Lyons <[email protected]>
Cleanup: remove unused class members in LuaInterface and XMLimport (#4478)

The `Host*` is never actually used inside the `LuaInterface` class, only in
a non-default const...

5493161909503a9837c335941540b2ae14c5dec3 authored almost 4 years ago by Stephen Lyons <[email protected]>
Cleanup: use correct default argument in multi-arg method (#4477)

Not sure if this was something that has been cleaned up in later Qt
versions or just something ...

c7884be0463b3ddd5f44e10f97d9938aaebb5b2d authored almost 4 years ago by Stephen Lyons <[email protected]>
Cleanup: replace obsolete in Qt 4.3 QProcess::setReadChannelMode(...) (#4475)

The method has been obsoleted for a *very* long time and is causing a
compiler warning: "warnin...

faad55fa2bc3a2c8c9fd93b85a59a4e67810e419 authored almost 4 years ago by Stephen Lyons <[email protected]>
Fix getCmdLine() to work (#4472)

02773006a5c620e8d5982ab5b6ae1e0bd07e68bc authored almost 4 years ago by Vadim Peretokin <[email protected]>
Update desktop-debian-lite to a7b0398 (#4471)

5bbd907e1023368584c26cfabf2aff0742d91a8d authored almost 4 years ago by Vadim Peretokin <[email protected]>
Add option to draw room borders (#4456)

make borders initially turned on

set borders off on grid mode

make mapper room borders "on...

627a83cb33f29bce56e31004bf56685474afd5f5 authored almost 4 years ago by Piotr <[email protected]>
Cleanup: remove deprecated QDockWidget::AllDockWidgetFeatures (#4467)

This has not been recommended at least as far back as Qt 5.11 because it is
incompatible with t...

6242a212d557f1ced08f8a4eab11884953d7dc49 authored almost 4 years ago by Stephen Lyons <[email protected]>
Cleanup: mark some more arguments as Q_UNUSED (#4462)

These are in the (overrides for virtual) methods that were erroneously
nuked in #4383 but not i...

7a42e9a88075ac380c39d72b771eb7daf3a10839 authored almost 4 years ago by Stephen Lyons <[email protected]>
Cleanup: replace obsolete in Qt 5.15 QModelIndex::child(int row, int col) (#4461)

We are directed to use QAbstractItemModel::index() instead.

This will reduce the warnings in ...

51625787b68dc10063c8f618e35b55e0a72fc291 authored almost 4 years ago by Stephen Lyons <[email protected]>
Cleanup: replace obsolete in Qt 5.15 QComboBox::AdjustToMinimumContents (#4460)

This enum value has been deprecated and QComboBox::AdjustToContents
seems to be the best altern...

b84f7385b6e6a9180416800af057d3d8367b55d5 authored almost 4 years ago by Stephen Lyons <[email protected]>
Cleanup: replace obsolete in Qt 5.15 QComboBox::activated(const QString&) (#4459)

This (overloaded) signal has been obsoleted and we must use the other
(overload) that returns t...

faf89695c279a281bafe36d9c04f6348497fcad2 authored almost 4 years ago by Stephen Lyons <[email protected]>
Cleanup: replace obsoleted in Qt 5.15 QByteArray(char, const QString &) (#4458)

There are some other overloaded forms that are NOT obsoleted in this
version and the one that u...

46a39212b0fd7b646533f61bc73636943e3397ae authored almost 4 years ago by Stephen Lyons <[email protected]>
Cleanup: replace obsolete in Qt 5.15 QButtonGroup::buttonClicked(int) (#4457)

We are directed to use QButtonGroup::idClicked(int) instead - it isn't
overloaded and as we do ...

772169b7ed6a697a27a53fc3d3ffa902ec441a84 authored almost 4 years ago by Stephen Lyons <[email protected]>
Refactor: insert change suggested by Leris/Kebap but missed off (#4463)

This should have gone into #4440 but I clicked "Squash-and-merge" before I
realised I hadn't ac...

408c1f6bd8ab57f387fa03a4cbd772c91be9d0c7 authored almost 4 years ago by Stephen Lyons <[email protected]>
BugFix: prevent export action from being active in Variables editor view (#4452)

As discovered as a result of PR #4447 this should prevent the
(void) dlgTriggerEditor::slot_exp...

0e6faeabbdfcd29c6e0256a7545eacb0d74b535b authored almost 4 years ago by Stephen Lyons <[email protected]>
Revise: select profiles by typing the name, keep profile icons (#4440)

Restore the text display of the profile name.

This is so that the keyboard selection of profi...

0257020dd5162e8c5ce7351323ab203ab3e62a0f authored almost 4 years ago by Stephen Lyons <[email protected]>
Bump actions/setup-node from v2.1.2 to v2.1.3 (#4454)

Bumps [actions/setup-node](https://github.com/actions/setup-node) from v2.1.2 to v2.1.3.
- [Rel...

ae677e5d6e5f8c0d7bb74adaa4a34ef3407c556f authored almost 4 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Return true/false for installPackage (#4455)

cbfc627e5aa9df203030e2befc2b25eea16e1fc8 authored almost 4 years ago by Vadim Peretokin <[email protected]>
Add suggestion Lua api for tab autocompletion (#4444)

* add suggestion lua api for tab autocompletion

* add newline at the end of TCommandLine.cpp
...

d3179be52f18c01f9097d709191c4a5294d4087b authored almost 4 years ago by Piotr <[email protected]>
(autocommit) Updated autocompletion data (#4453)

Co-authored-by: mudlet-machine-account <[email protected]>

86362d07c487def83f784e24e2036d15d270357f authored almost 4 years ago by github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
(autocommit) Updated text for translation (#4451)

Co-authored-by: mudlet-machine-account <[email protected]>

523f0d32314a39bdb8c726e13032ad3aa3595c67 authored almost 4 years ago by github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Cleanup: reduce warnings from unhandled switch cases (#4447)

The absence of a `default:` to handle the unlisted cases in one `switch`
was causing warnings a...

bf557f5c25b8acaf47fa46fa53e77e2ce753cb0a authored almost 4 years ago by Stephen Lyons <[email protected]>
comment on internal functions ttsStateChanged and ttsBuild (#4449)

a8c5a827c0e597cdf7fb8098ffdbec7432e491ba authored almost 4 years ago by Kebap <[email protected]>
Refactor: move some Main console only methods to TMainConsole class (#4443)

These are:
* `(void) TConsole::printOnDisplay(std::string&, const bool)`
* `(void) TConsole::r...

09417cbd70ba3d40b3c6929b0968a6e42a3e74be authored almost 4 years ago by Stephen Lyons <[email protected]>
Cleanup: fix warning in other classes done in another class in another PR (#4442)

This PR repeats a fix done for `QLabel::pixmap()` for Qt 5.15 and later in
the `dlgConnectionPr...

dfaf84471542972af3b74c6aa0379f5cf76e3af9 authored almost 4 years ago by Stephen Lyons <[email protected]>
Fixup: insert missing test in TTextCodec methods (#4441)

The recent re-enabling of warnings revealed a failure to handle a check
I was making in some me...

40adc35f6a4d73ec7008ab21e2e789b57ce08faf authored almost 4 years ago by Stephen Lyons <[email protected]>
Cleanup: fix a load of warnings about missing virtual destructor (#4436)

Fix: "warning: destructor called on non-final 'MxpTagAttribute' that has
virtual functions but ...

68ecdd8a8481a514eb1ee5226b52cda4b9697a20 authored almost 4 years ago by Stephen Lyons <[email protected]>
Cleanup: fix warning about use of obsolete `QLatin1Literal(...)` (#4435)

I think this will reduce the total warnings by around 68.

Signed-off-by: Stephen Lyons <slysv...

7b92e31fd21abaaf051d93a2d09b05ab19538ca8 authored almost 4 years ago by Stephen Lyons <[email protected]>
Cleanup: fix warning caused by missing `override` (#4434)

The omission was causing a warning as it is overriding a virtual method in
a base class.

Thi...

200140bbd5e0f799df018e32ab6664e1307ad98f authored almost 4 years ago by Stephen Lyons <[email protected]>