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
118f5899eeb39c25081fceae07bab087a3f8ced4 authored about 4 years ago
* add way to color room characters
* accept new translations
* fix qmake build
* addSym...
42f6c8cc5c2781cf6f5d47315083792eb588d45f authored about 4 years ago* try to fix git sha
* try to fix commit sha
* try to fix CI git info
* env variables c...
055b31b6a2427120c4ba84157ee7f06e65f0e2a5 authored about 4 years ago
It seems that the change I proposed in #4461 does not apply at the correct
Qt version breakpoin...
* multiple package selection in package manager
* codefactor correction
Co-authored-by: Pi...
9e76e274664e5e718564852dde5edbd9d2ef0d3a authored about 4 years ago* preven spawning new About buttons when updates are available
* codefactor fix
Co-authore...
16d396faef03c3e8e89339fd581c4f7fa3e05efc authored about 4 years agof4b1e12a43eb80de6f378d533b497049e0cc749a authored about 4 years ago
* fix module xml clear on profile load
* do not save profile during profile load
* Update ...
2644ef553ebafc0d41cfece979009b361f65c230 authored about 4 years agoCo-authored-by: Piotr Wilczynski <[email protected]>
92a5238c5fc39ed23b99a10d44834904ad4d2506 authored about 4 years agoCo-authored-by: Piotr Wilczynski <[email protected]>
39b8dceb35cc043ba8362e9ed7cc6dd79e5dac59 authored about 4 years ago
Since #4526 was merged into the development branch 4 days ago reading of
old maps (formats befo...
Co-authored-by: Piotr Wilczynski <[email protected]>
Co-authored-by: Vadim Peretokin...
* fix seg fault
* use auto type
Co-authored-by: Piotr Wilczynski <piotr.wilczynski@bisnode...
c2d7d1915e6ad1dc42461f1fd599d35b854aa707 authored about 4 years ago* Prepare Mudlet for 2021
* Add missing comment
a90e0326e6c37282b80c20a5b441d4e284ba874c authored about 4 years agoCo-authored-by: mudlet-machine-account <[email protected]>
4a1b08165fd7bdd7f81f0ec8fbc0d7ce0508920d authored about 4 years agoCo-authored-by: mudlet-machine-account <[email protected]>
2493858fd0ada3f5e579526c70e0240a37eb61c7 authored about 4 years agoThis will enable some simplification of code.
During development it became clear that the Lua...
507aa217dbcc2d2a7e34adde4540b8612474a136 authored about 4 years ago* change message not to confuse users
* Update src/T2DMap.cpp
Co-authored-by: Vadim Pereto...
369c5959b6a44d2238c61bdfe6f6760093fea437 authored about 4 years ago
Creating a font via a QFont(string) where string is the output from
a previous QFont::toString(...
* add more information to return table from getMapLabel (colors and base64 encoded image)
* c...
ed9bd9c02b3270a9e6e536d7991ac050b036fafb authored about 4 years ago
Co-authored-by: Piotr Wilczynski <[email protected]>
Co-authored-by: Stephen Lyons <...
Large numbers were losing *precision* when passed as event parameters.
It turns out that the ...
4acb8257bee56e593a19d0871b34547732c3206b authored about 4 years ago* `perm` api family - validation of string that is lua code
* `perm` api family - validation ...
06c140e98ea970b468e3384468fe3ac42c80f153 authored about 4 years ago* dark mode improvement
* adjust colors a bit
* fix error color
* use default palette f...
064ee22df2384ed63d37003479c79ef4e13cd5dd authored about 4 years ago* simplify few ifs
* add YES constant do XMLimport.cpp and add QStringLiteral calls in most o...
ba496be65a0165698b59d4d5116a180bfa3e35a5 authored about 4 years agomove icon out of line edit action to make all types have small icon on the left
Co-authored-b...
802ebd26af2d0d4676e0dbe1576cd92d2f1fa245 authored about 4 years ago* New translations mudlet.ts (Chinese Simplified)
* New translations mudlet.ts (Chinese Simpl...
17d68b2e60fa5e5d00ca1e801f177c9098df8256 authored about 4 years agoCo-authored-by: mudlet-machine-account <[email protected]>
9c95d7329a718eff04507e5ba761b6d2a165009d authored about 4 years ago* add option to force save on quit on ask dialog showed at quit confirmation
* add missing sp...
d8a76c72cbb340a7faa0b7444bdf1171b392948d authored about 4 years ago* take on alt focus menu bar disable
* correct key_alt case
* add altfocusmenudisable styl...
92798d5aa93d8d3f2b14da5c59ac2a7009dd2fed authored about 4 years ago
The map file format stuff won't take effect until the next map version is
enabled.
Remove un...
e7ebbdf49480d61c9b0d4e36b9a3b81607acf7f3 authored about 4 years agoThis should remove another 5 warnings.
Signed-off-by: Stephen Lyons <[email protected]>
50c0e651a5573efcb70d81e9847947a6e7e1d7a8 authored about 4 years agoSigned-off-by: Stephen Lyons <[email protected]>
6b5e51f08f36aaf3acdb1d6820daa0b353026622 authored about 4 years agoCo-authored-by: mudlet-machine-account <[email protected]>
f0b22e7f904ce957fcf6c15a806a67d4049fcfa4 authored about 4 years agoCo-authored-by: mudlet-machine-account <[email protected]>
214274280aab938b2eb0469dc5928827b570d4ff authored about 4 years agoThe function name at the beginning was wrong.
Signed-off-by: Stephen Lyons <slysven@virginmed...
add53214a135dade6fd2512bb28f672ecd5e3358 authored about 4 years ago
Convert internals to store and use the Qt `enum`s dedicated to keyboard
handling (`Qt::Keys` an...
Co-authored-by: Piotr Wilczynski <[email protected]>
7517a36f8e73ab26355ec4fd2eb0c8afbfb1c375 authored about 4 years ago* validate permKey function argument before actually create permKey
* correct comment over in...
72d7dea6e07d6bb0bf01707de77d39d7c5352799 authored about 4 years ago* allow loading some modules before scripts
* add negative priority remark in infobox of modu...
5b230323dbaeb7a182c6e93d16f10336c82307d1 authored about 4 years ago
This was causing messages of the form:
"QRegularExpressionPrivate::doMatch(): called on an inva...
That is 3 lines per default (15 degree) click of the (vertical) scroll
wheel. To get the single...
6a57eaa81e539807e6609419d83be4f9f8546c80 authored about 4 years ago
* Add permGroup(name, "key", parent)
* set folder key as -1
* Re-set edbee to what it shou...
a5a64cc4899bfc14bbc9ef22518fdb6b15fd1091 authored about 4 years agode1332932f5328aea2cac399701dad6f83178ad6 authored about 4 years ago
3f0350f33691226b21e197c1f92861f8b1d602a5 authored about 4 years ago
* attemp to fix #4438
* use label instead of window for cleaner code
f5abe9e1926f76ec8b8e3c63ea21b8e3956fe5a1 authored about 4 years ago
Bumps [actions/setup-node](https://github.com/actions/setup-node) from v2.1.3 to v2.1.4.
- [Rel...
Co-authored-by: mudlet-machine-account <[email protected]>
54dc993b043538cf41ddfecdf0b28be9a331907b authored about 4 years ago* Allow copying from the update dialog
* Update to latest dblsqd copy
592ad48e9dc54302c4d98c0a371be7a9fc0de042 authored about 4 years ago
Briefly: since we have a user-defined copy constructor we need to also
have an assignment opera...
The whole class was declared obsolete before Qt 5.11. It seems that one is
supposed to consider...
Since we do not use it in this case there is no point in storing it, as
this is prompting an un...
The newer form is good at least as far back as Qt 5.11 but the shorter form
is now being warned...
The replacement `QRandomGenerator` class has been around since Qt 5.10;
it is also true that th...
Replace the `bool`-ean `QNetworkRequest::attribute`
`QNetworkRequest::FollowRedirectsAttribute`...
This originally was just going to convert a use of `size_t` to hold the
result of a Qt class `:...
This was missed out of #4400.
Signed-off-by: Stephen Lyons <[email protected]>
d78974e22fdb6934f18a5ff1dfe925ded839791d authored about 4 years ago
This seems to have been missed in a previous cleanup, perhaps because it is
being used on the o...
Both the `QPoint` and `QPointF` returning {`QWheelEvent::globalPos()`}
forms have been obsolete...
Qt pointedly makes it clear that many of the formats supported by
`QDate::toString(...)` will b...
Instead of just pressed and not released yet, which is incorrect
bdca23acb4fd3f9d75a674d86cd53c705e850168 authored about 4 years agoCo-authored-by: Piotr Wilczynski <[email protected]>
51ed4b428a5f78eccee94536db5c93b623ef9bc5 authored about 4 years ago* Plug in release validation
* Add pcregrep to list of installed packages
* Negate tag che...
4f644d2c0c4c757073012d9062d4bcc766107a54 authored about 4 years ago
Fixes a couple of: "warning: enumeral and non-enumeral type in conditional
expression [-Wextra]...
Repair a couple of warnings of type: "warning: enum constant in boolean
context [-Wint-in-bool-...
* add tray icon for mudlet
* add lua api for showing native desktop notifications
* add tr...
b785e3aaf780853668dee24d05345f4886061e45 authored about 4 years agoThis reverts commit 5bbd907e1023368584c26cfabf2aff0742d91a8d.
69af5631d1e85fffb8607609488a3c099f5f9387 authored about 4 years ago* Update Sparkle
* Update Sparkle to latest 1.24
7e4418897f1cc21879d0211685ff73ae729f1f82 authored about 4 years ago
Make it scroll by only 1 line of text per mouse wheel click instead of
three lines. To compensa...
As the zip element is a `struct` forward declaring it as a `class` in the
`dlgPackageExporter` ...
The `Host*` is never actually used inside the `LuaInterface` class, only in
a non-default const...
Not sure if this was something that has been cleaned up in later Qt
versions or just something ...
The method has been obsoleted for a *very* long time and is causing a
compiler warning: "warnin...
02773006a5c620e8d5982ab5b6ae1e0bd07e68bc authored about 4 years ago
5bbd907e1023368584c26cfabf2aff0742d91a8d authored about 4 years ago
make borders initially turned on
set borders off on grid mode
make mapper room borders "on...
627a83cb33f29bce56e31004bf56685474afd5f5 authored about 4 years ago
This has not been recommended at least as far back as Qt 5.11 because it is
incompatible with t...
These are in the (overrides for virtual) methods that were erroneously
nuked in #4383 but not i...
We are directed to use QAbstractItemModel::index() instead.
This will reduce the warnings in ...
51625787b68dc10063c8f618e35b55e0a72fc291 authored about 4 years ago
This enum value has been deprecated and QComboBox::AdjustToContents
seems to be the best altern...
This (overloaded) signal has been obsoleted and we must use the other
(overload) that returns t...
There are some other overloaded forms that are NOT obsoleted in this
version and the one that u...
We are directed to use QButtonGroup::idClicked(int) instead - it isn't
overloaded and as we do ...
This should have gone into #4440 but I clicked "Squash-and-merge" before I
realised I hadn't ac...
As discovered as a result of PR #4447 this should prevent the
(void) dlgTriggerEditor::slot_exp...
Restore the text display of the profile name.
This is so that the keyboard selection of profi...
0257020dd5162e8c5ce7351323ab203ab3e62a0f authored about 4 years ago
Bumps [actions/setup-node](https://github.com/actions/setup-node) from v2.1.2 to v2.1.3.
- [Rel...
cbfc627e5aa9df203030e2befc2b25eea16e1fc8 authored about 4 years ago
* add suggestion lua api for tab autocompletion
* add newline at the end of TCommandLine.cpp
...
Co-authored-by: mudlet-machine-account <[email protected]>
86362d07c487def83f784e24e2036d15d270357f authored about 4 years agoCo-authored-by: mudlet-machine-account <[email protected]>
523f0d32314a39bdb8c726e13032ad3aa3595c67 authored about 4 years ago
The absence of a `default:` to handle the unlisted cases in one `switch`
was causing warnings a...
a8c5a827c0e597cdf7fb8098ffdbec7432e491ba authored about 4 years ago
These are:
* `(void) TConsole::printOnDisplay(std::string&, const bool)`
* `(void) TConsole::r...
This PR repeats a fix done for `QLabel::pixmap()` for Qt 5.15 and later in
the `dlgConnectionPr...
The recent re-enabling of warnings revealed a failure to handle a check
I was making in some me...
Fix: "warning: destructor called on non-final 'MxpTagAttribute' that has
virtual functions but ...
I think this will reduce the total warnings by around 68.
Signed-off-by: Stephen Lyons <slysv...
7b92e31fd21abaaf051d93a2d09b05ab19538ca8 authored about 4 years ago
The omission was causing a warning as it is overriding a virtual method in
a base class.
Thi...
200140bbd5e0f799df018e32ab6664e1307ad98f authored about 4 years ago