Ecosyste.ms: OpenCollective

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

Mudlet

creating a portal to online text adventures
Collective - Host: opensource - https://opencollective.com/mudlet - Website: https://www.mudlet.org/ - Code: https://github.com/Mudlet/Mudlet

Infrastructure: add missing stylesheet file to mudlet.pro (#5917)

Co-authored-by: Slobodan Terzić <[email protected]>

github.com/Mudlet/Mudlet - fda8ffea19c7c83b75129c5f07fcef892803e18b authored about 3 years ago
Fix: MXP Sound/Music Tags not functioning with U Attribute (#5877)

#### Brief overview of PR changes/additions
- MXP tag parsing: Adds extra conditions for identi...

github.com/Mudlet/Mudlet - 032b429a801a4c1c2a58f3337c7e297a51df01e5 authored about 3 years ago
Fix: compact input line crash when it's translated in other language (#5909)

Fix: compact input line crash when it's translated in other language (#5909)

github.com/Mudlet/Mudlet - e51ea95e78e1169c2ed26fb305547e52b256ebf0 authored about 3 years ago
(autocommit) Updated autocompletion data (#5906)

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

github.com/Mudlet/Mudlet - d2717866e92bd849ba6a5ad72c0d314c9a35a47c authored about 3 years ago
(autocommit) Updated text for translation (#5905)

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

github.com/Mudlet/Mudlet - 8e2aae76901869d9aad6e7b87d18336b083b4a52 authored about 3 years ago
Infrastructure: move away from constructor initialisation lists - part 1 (#5890)

There is also some minor cosmetic changes, mainly with members initialised
within the body of t...

github.com/Mudlet/Mudlet - 12eb35eceb91aaf17823eabb6014079437d2bb21 authored about 3 years ago
Add additional 2string functions for stripping formatting codes from c/d/hecho formatted text (#5881)

github.com/Mudlet/Mudlet - 5eb71dc1d66e4ba8a3877e8434665fee7577e93d authored about 3 years ago
Add: allow transparent labels through right click map menu (#5873)

github.com/Mudlet/Mudlet - dce1903c4d5f84e4e854bb9915913a5451c4761a authored about 3 years ago
Infrastructure: automatically add milestones to PRs (#5900)

github.com/Mudlet/Mudlet - 6da9706a6b3e127feca83338e106c6c08474a4c9 authored about 3 years ago
Fix: diatrics in code editor on Linux (#5898)

#### Brief overview of PR changes/additions
Diatrics in code editor on Linux should work again
...

github.com/Mudlet/Mudlet - 40e8ea2df8faa37328db392ae268ba78856a2fb8 authored about 3 years ago
Fix regression in Geyser.Label.echo due to #5751 (c/d/hecho in Labels) (#5892)

#### Brief overview of PR changes/additions
When I added https://github.com/Mudlet/Mudlet/pull/...

github.com/Mudlet/Mudlet - 662fcd206c2fcde7a803e733692f9cd60d6ea94f authored about 3 years ago
Infrastructure: revert "don't error in PTB workflow if nothing happened last day" (#5870)

Reverts Mudlet/Mudlet#5835

Despite being eyeballed by many people, all this did was break the...

github.com/Mudlet/Mudlet - 74ca8c3ec3cf7dbe8556de85a86f2c09e5d3a7d3 authored about 3 years ago
Add: ANSI Esc code support for MSDP (#5880)

#### Brief overview of PR changes/additions

Adding the ANSI code support that GMCP has to the...

github.com/Mudlet/Mudlet - ffed8a95ffa83d0bdba2ec1d4cdf79c5e84dc419 authored about 3 years ago
Fix: prevent bogus NAWS and window resize events on tab changes (#5887)

This should prevent NAWS messages and `sysWindowResizeEvents` with a width
of 0 being raised wh...

github.com/Mudlet/Mudlet - 420096271da1a396365e03eee0f676e0aab9e002 authored about 3 years ago
Fix documentation for scrollbar related functions (#5882)

#### Brief overview of PR changes/additions
Discord user was unable to find the Geyser function...

github.com/Mudlet/Mudlet - 0279b1b3dd272376ffe8e54b2376bb0045e3cf2a authored about 3 years ago
Fix control character mode being used uninitialised (#5886)

github.com/Mudlet/Mudlet - fbb88be5bcb8556340a69179ac0ba57e033a9fed authored about 3 years ago
Infrastructure: Add simple option to use Clang sanitizers (#5848)

#### Brief overview of PR changes/additions
Allows you to pass `-DUSE_SANITIZER=Leak,Address,.....

github.com/Mudlet/Mudlet - 106fbbb4472be24814bf74f3fe057207b1e1800c authored about 3 years ago
Fix: enable restoration of editor toolbars even if both get hidden (#5532)

This PR adds context menu actions to each of the `QTreeWidget` used for the
Mudlet items in the...

github.com/Mudlet/Mudlet - 34b490257f98fbe305a3468237e40b686d06687c authored about 3 years ago
Fix: make logging have a per profile persistent control method (#5874)

As an long outstanding issue whether a profile was logged or not on
startup was down to a centr...

github.com/Mudlet/Mudlet - ecd2f8229f45d3cd1183b66858987bcfa2077980 authored about 3 years ago
Fix: use better form for a couple of translatable texts. (#5359)

Note that this also adds to the small number of (plurals only) en_US translations - and several ...

github.com/Mudlet/Mudlet - e61115f0debb341a6ccaab329de870846b9a7330 authored about 3 years ago
Fix: enable Multi-view as soon as second profile is started and show all profiles when it is active and further profiles are started (#5762)

* Fix: enable Multi-view as soon as second profile is started

This will close #5268.

Signe...

github.com/Mudlet/Mudlet - 221039a0eadb235938653bba83eeccf4339860c2 authored about 3 years ago
Improve: provide alternative representations of most control characters (#5573)

For some MUDs that want to use the CP437 encoding they may also want the
C0 control characters ...

github.com/Mudlet/Mudlet - 475fdf127ff56d33dfb318230c2ebe2cfb76a2e3 authored about 3 years ago
Improve: New Crowdin updates (#5840)

github.com/Mudlet/Mudlet - c281df9578f536a611a421a119481577863abb55 authored about 3 years ago
Improve: fixup layout and tab-ordering for preferences dialogue (#5846)

The prior code erroneously had a `QLayout` as a display element (for the empty part of the prefe...

github.com/Mudlet/Mudlet - 4f85a70de77bbfbe92e92607d523d958e41fbe52 authored about 3 years ago
Add missing cursor and selection functionality to Geyser.MiniConsole (#5851)

#### Brief overview of PR changes/additions

Someone asked how to get the first line in a mini...

github.com/Mudlet/Mudlet - fc4d472e7293472129d9dcf5b2d5ab73d2dc57fc authored about 3 years ago
Add first-time placeholder text for aliases (#5853)

#### Brief overview of PR changes/additions
For the first launch of Mudlet only, add explanator...

github.com/Mudlet/Mudlet - 00a5d1feb65344b33ab7756a455ebc2586304cbf authored about 3 years ago
Infrastructure: rename regexList and regexPropertyList to patterns and patternsKind (#5829)

#### Brief overview of PR changes/additions
`regexList` was calling every pattern, regex or not...

github.com/Mudlet/Mudlet - 00aef3eced6cd8fa44b3351ca4f215acfa946ee2 authored about 3 years ago
Infrastructure: Exclude 3rdparty and ui files from VScode analysis (#5855)

#### Brief overview of PR changes/additions
Exclude 3rdparty and ui files from VScode analysis,...

github.com/Mudlet/Mudlet - ce27170ca0a1986abaea5f6c62b3f9871ca70126 authored about 3 years ago
Improve: Enhance labels to allow animated gif (#5827)

#### Brief overview of PR changes/additions
Adds functions to add animated gifs to labels.

A...

github.com/Mudlet/Mudlet - ab9eae6bc6e6ea729494757096d47c51b95e2e0a authored about 3 years ago
Infrastructure: Bump ZedThree/clang-tidy-review from 0.7.0 to 0.7.1 (#5849)

github.com/Mudlet/Mudlet - 21592f62a24f2bd05ac7320166ef9a51fc0dd45b authored about 3 years ago
Improve: `getProfileStats()` now includes active patterns (#5847)

#### Brief overview of PR changes/additions
Moved `patterns` to it's own table within `triggers...

github.com/Mudlet/Mudlet - 6868689d057823cb9bdb4539bbccfd62217cbeec authored about 3 years ago
fix: Don't show hidden Geyser.CommandLines in Adjustable.Containers (#5842)

#### Brief overview of PR changes/additions
avoids showing hidden command lines when created in...

github.com/Mudlet/Mudlet - 5d10deb61f107da3e846609734097255c36ddcbd authored about 3 years ago
(autocommit) Updated autocompletion data (#5845)

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

github.com/Mudlet/Mudlet - 5aabd5748a36841a756d5d75068c027e961744ca authored about 3 years ago
Add beginning of Arabic translation (#5838)

#### Brief overview of PR changes/additions
Beginning of Arabic translation
#### Motivation fo...

github.com/Mudlet/Mudlet - 2c83c6fcee6d58cdc6a4254afc4a93b7dbae5874 authored about 3 years ago
Improve: New Crowdin updates (#5839)

* New translations mudlet.ts (Arabic)

* New translations mudlet-lua.json (Arabic)

* New tr...

github.com/Mudlet/Mudlet - 814060f2239a98e5a841966ac4fc10b520bdd994 authored about 3 years ago
Improve Lua API for Sound and Music (#5799)

github.com/Mudlet/Mudlet - 0695e0ca54fccf0aaaf48b5d1caf9dfa1ab21790 authored about 3 years ago
Improve: New Crowdin updates (#5788)

github.com/Mudlet/Mudlet - 6356186ac747ea0732eec2ba38eaf17a1cd2a588 authored about 3 years ago
Infrastructure: don't error in PTB workflow if nothing happened last day (#5835)

github.com/Mudlet/Mudlet - 731a2d241c2bce4a33bd072c64da0e3cbd59889b authored about 3 years ago
Infrastructure: enable C++17 globally (#5831)

github.com/Mudlet/Mudlet - 70f18bd6660a6d37896edf12ad8810e016addc3b authored about 3 years ago
Improve: add ScrollBox Gui Element (#5739)

github.com/Mudlet/Mudlet - 981e4866954f541b8e436015ef7746094670068c authored about 3 years ago
Add Geyser.StyleSheet for managing stylesheets with inheritance (#5781)

* Add Geyser.StyleSheet and associated tests

github.com/Mudlet/Mudlet - 8101d6cabc6e7fd0ce9831c51e50ced99a17571d authored about 3 years ago
Infrastructure: a bit of trivial trigger cleanup (#5825)

github.com/Mudlet/Mudlet - c942670dccdfaa89221a58d5c796ab8538fb26ed authored about 3 years ago
Infrastructure: document places StringUtils.lua is used in (#5822)

#### Brief overview of PR changes/additions
Document places StringUtils.lua is used in
#### Mo...

github.com/Mudlet/Mudlet - 71854c2eb49ca94f08e1e189a3d78f0f61237c69 authored about 3 years ago
Infrastructure: fix doc link for `utf8.patternEscape` (#5820)

#### Brief overview of PR changes/additions
Fix doc link for `utf8.patternEscape`
#### Motivat...

github.com/Mudlet/Mudlet - 3d7921ccec4c212dc4670dded2159e80ba8ee29d authored about 3 years ago
Infrastructure: remove stray `match_wildcard()` function definition (#5823)

#### Brief overview of PR changes/additions
Remove stray `match_wildcard()` function definition...

github.com/Mudlet/Mudlet - cf0e3417023ead5f909dded6642b5805e70a8082 authored about 3 years ago
Infrastructure: mock utf8 for changelog script (fix PTBs) (#5821)

github.com/Mudlet/Mudlet - 8c2b08fd4b9e40e7c07870e875bd4ccc947ec3af authored about 3 years ago
Infrastructure: Update text for translation in Crowdin (#5819)

#### Brief overview of PR changes/additions
:crown: An automated PR to make new text available ...

github.com/Mudlet/Mudlet - 042734bc6d42c6333c71d39f272422869754ba88 authored about 3 years ago
improve: get Label Size hint and Geyser.Label adjustSize (#5815)

* add label size hint to primitive and Geyser
* add autoWidth and autoHeight as constraints
* ...

github.com/Mudlet/Mudlet - 7832279154cc49f2108641ab055e98c0e0c2740d authored about 3 years ago
Infrastructure: extract trigger processing logic from matching logic (#5811)

* Extract trigger processing logic from matching logic

* Simplified logic

* Rename to hays...

github.com/Mudlet/Mudlet - 7852425d3d08d9709f92e6f822d902b8c13a1ab2 authored about 3 years ago
Improve: be explicit with all our callable with 1 arg class constructors (#5818)

This low-hanging item will improve our CodeFactor issues!

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

github.com/Mudlet/Mudlet - 7309b79ef9896cdcab2f28dda076c96237d16c39 authored about 3 years ago
Add string.escape for escaping special Lua pattern characters (#5806)

#### Brief overview of PR changes/additions
Adds a string.escape function for escaping any Lua ...

github.com/Mudlet/Mudlet - 41b18660f012a6e137d46a35aefd7bae4592e726 authored about 3 years ago
Improve: clean-up/unify and extend item statistics reporting system (#5817)

Steps taken:
* removes unwise '_' prefix on `(void) _assembleReport(T*)` methods
* rename `(vo...

github.com/Mudlet/Mudlet - e1c3ac0445d7fb3d8516ff7e94941d618e8aa460 authored about 3 years ago
Improve: add flag and getter to track whether MSDP has been negotiated (#5816)

I am extending the statistics reporting (from the button in the editor)
and was planning to dis...

github.com/Mudlet/Mudlet - af81a260b5d2dd66e3479b0ac92932e783678162 authored about 3 years ago
Infrastructure: switch to our qt-orderedmap fork (#5812)

#### Brief overview of PR changes/additions
Until https://github.com/mandeepsandhu/qt-ordered-m...

github.com/Mudlet/Mudlet - a77308d0f72f493f75637890955ddb02628f2837 authored about 3 years ago
Infrastructure: Revert "re-enable windows builds in github actions (#… (#5810)

<!-- Keep the title short & concise so anyone non-technical can understand it,
the title...

github.com/Mudlet/Mudlet - 42a2869d8e86f9faeb8f5c826ccca8e97be54d15 authored about 3 years ago
Infrastructure: re-enable windows builds in github actions (#5809)

#### Brief overview of PR changes/additions
Re-enable windows builds in github actions
#### Mo...

github.com/Mudlet/Mudlet - 18525b3e469ce8fe8651901e58c1ba62c0e6bb76 authored about 3 years ago
Fix: get replays working again (#5776)

Fix the defect in the existing replay code that I made when I switched from
use a `QTime` to a ...

github.com/Mudlet/Mudlet - 2898a8eac57c9922693ac4f4c15bc8e75deb041d authored about 3 years ago
Add clang tools to docker build (#5808)

* (autocommit) Updated autocompletion data (#4034)

Co-authored-by: mudlet-machine-account <mu...

github.com/Mudlet/Mudlet - 94687c7e4acb8a783d96940314019046824eb476 authored about 3 years ago
Infrastructure: update dofile(), loadfile(), os.execute() handling of path/filenames with special characters (#5707)

This will close #5705.

This adds a required (MIT) licence statement for `utf8_filenames.lua`
...

github.com/Mudlet/Mudlet - f67e4022cfd9f5ed0b5862640bb4d1a15aa4656d authored about 3 years ago
Infrastructure: fix CodeQL builds (#5805)

#### Brief overview of PR changes/additions
Applies https://github.com/Mudlet/Mudlet/commit/658...

github.com/Mudlet/Mudlet - 218adc1e1809aab80cd74d058f04a56f6cbd2ef4 authored about 3 years ago
Add error messages to `fg` and `bg` (#5777)

#### Brief overview of PR changes/additions
Add error messages to `fg` and `bg`
#### Motivatio...

github.com/Mudlet/Mudlet - eec90e460a54756d053ed445c6cddfe9e82edbc9 authored about 3 years ago
Fix datetime:parse and :calculcate_UTCdiff to account for DST (#5778)

#### Brief overview of PR changes/additions
Fix datetime:parse and :calculcate_UTCdiff to accou...

github.com/Mudlet/Mudlet - 921513530c7991c6e49fddc203362fdf3736a174 authored about 3 years ago
Add failure reasons to `installPackage` and `installModule` (#5785)

#### Brief overview of PR changes/additions
Add failure reasons to `installPackage` and `instal...

github.com/Mudlet/Mudlet - fa02e65c54f877964796090ab3f48a20f9cd589a authored about 3 years ago
Infrastructure: update codespaces configuration to Debian 11 (#5789)

github.com/Mudlet/Mudlet - 7e85b8dbe31eaad7ec92287338c26fff6da4cc77 authored about 3 years ago
Infrastructure: update vcpkg to latest (#5793)

#### Brief overview of PR changes/additions
Update vcpkg to latest
#### Motivation for adding ...

github.com/Mudlet/Mudlet - 6580a6ee745b96e25a2124cfaad5d5794725233c authored about 3 years ago
Infrastructure: update Mudlet copyright for 2022 (#5794)

github.com/Mudlet/Mudlet - 30ec624605c81f1344cefdb2ead5779a632b26c6 authored about 3 years ago
Infrastructure: Bump actions/setup-node from 2.5.0 to 2.5.1 (#5804)

github.com/Mudlet/Mudlet - e66f8a6c445336fe554475b2d99359bf2b483f41 authored about 3 years ago
Infrastructure: Update text for translation in Crowdin (#5802)

#### Brief overview of PR changes/additions
:crown: An automated PR to make new text available ...

github.com/Mudlet/Mudlet - 312c4c7a15c24e946cbb9d2974a88b07efaa1862 authored about 3 years ago
Infrastructure: allow alternative linkers in C++ (#5800)

#### Brief overview of PR changes/additions
Allow alternative linkers in C++
#### Motivation f...

github.com/Mudlet/Mudlet - b0ae755c496e58802cd2669aa17507971ff1dc31 authored about 3 years ago
Improve: shorten duplicate area name msg (#5791)

#### Brief overview of PR changes/additions
Shorten duplicate area name msg
#### Motivation fo...

github.com/Mudlet/Mudlet - 79d9ac7667097d528b73a326fab9a5303b57b833 authored about 3 years ago
Improve: code editor to show virtual characters better (#5790)

#### Brief overview of PR changes/additions
Actually plug https://github.com/Mudlet/Mudlet/pull...

github.com/Mudlet/Mudlet - 98c6669809fb80e2edecaba7b3637d3ab37504ec authored about 3 years ago
Infrastructure: update QtKeychain dependency (#5792)

github.com/Mudlet/Mudlet - 061e700955fada37bbd2e2ddf226d52ce687793e authored about 3 years ago
Infrastructure: exclude 3rdparty dir for clang-tidy (#5795)

github.com/Mudlet/Mudlet - 2fe93ed026f2fa48360f4314bee2d97740cf3002 authored about 3 years ago
Infrastructure: still run clang-tidy diff when its own workflow is modified (#5796)

#### Brief overview of PR changes/additions
clang-tidy diffs is setup to run only when C++ file...

github.com/Mudlet/Mudlet - eda5f9e72e39c99a06d3b05ed280f9f1fb70a343 authored about 3 years ago
Infrastructure: Fix Typo in qt-ordered-map submodule init (#5797)

Co-authored-by: Philipp <[email protected]>

github.com/Mudlet/Mudlet - 07ac56f1ecd2a6ed4a9c1abe3564681480ceda6e authored about 3 years ago
Infrastructure: improve code quality with structured bindings (#5787)

github.com/Mudlet/Mudlet - d3f1ee22863294f2e1d77c972f07240775413a38 authored about 3 years ago
Infrastructure: replace `qsl(...)` used for Tooltips (#5694)

Specifically when it is used to put HTML like tags around the text so that it
triggers the "ric...

github.com/Mudlet/Mudlet - 0671a62dd0d00fb53bbc60da47a79bc9a49698d0 authored about 3 years ago
Infrastructure: update .clang-format for c++17 (#5784)

github.com/Mudlet/Mudlet - 02add9395cb1ae69fc3b11b00b0f32c381c19a30 authored about 3 years ago
Infrastructure: Bump carlosperate/download-file-action from 1.0.3 to 1.1.0 (#5786)

github.com/Mudlet/Mudlet - e4270311e987f4cc54e6820ed526f501cd3d9aa8 authored about 3 years ago
Improve: New Crowdin updates (#5684)

github.com/Mudlet/Mudlet - d90044046599f4a1c7a4d4e30e04e933e4e39b6e authored about 3 years ago
add IRC server password support (#5700)

#### Brief overview of PR changes/additions
Allows connection to IRC servers that are password ...

github.com/Mudlet/Mudlet - b4423d8a24673b852000c13019df750a60a0ff34 authored about 3 years ago
Add fadein and fadeout to MCMP (#5769)

#### Brief overview of PR changes/additions

The client manages fadein and fadeout through adj...

github.com/Mudlet/Mudlet - 68e0fd646b70c7bf63b5be0fee06c9fffb851dfe authored about 3 years ago
Improve c/d/hecho to work on Labels (#5751)

#### Brief overview of PR changes/additions
I present to you, c/d/hecho support for Labels! *pa...

github.com/Mudlet/Mudlet - 9d9bd86e71e7f3f3d472605075e34f01f8b97ad6 authored about 3 years ago
(autocommit) Updated IRE mapping script to latest upstream (#5783)

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

github.com/Mudlet/Mudlet - 7e03feb9c83dc5018758f265df5ab1506034e9ca authored about 3 years ago
(autocommit) Updated text for translation (#5782)

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

github.com/Mudlet/Mudlet - 45aae17efdf971cdd7002ff11ab6aadc1c564d10 authored about 3 years ago
Fix: small size of exit stubs (alternative 2 "blobs on stubs") (#5772)

This helps by adding a round blob on the end of stub exit lines so it more
obvious that they ar...

github.com/Mudlet/Mudlet - 3291eb2ea48a28bce4b4a4c282cd32d6b5ff4609 authored about 3 years ago
Fix: avoid unbalanced `QPainter` `save()` and `restore()` calls (#5773)

This was spamming the debug output with messages of the form:
"QPainter::end: Painter ended wit...

github.com/Mudlet/Mudlet - 97e448fad74178c10eee7cd23373e1915778872c authored about 3 years ago
Add: Close profile action (#5712)

Add: Close profile action (#5712)

github.com/Mudlet/Mudlet - 0fed581082844ec89fba3533bcfe32ffbecba579 authored about 3 years ago
Fix: clear Mapper area selector QComboBox on map deletion (#5651)

This was spotted here:
https://github.com/Mudlet/Mudlet/pull/5624#issuecomment-967998271

Als...

github.com/Mudlet/Mudlet - 744d5fe07bc04d1d5963d2b8c6272b0a0cf5a4b9 authored about 3 years ago
Fix: get dark-desktop detection working also on FreeBSD (#5767)

It can use the same code as GNU/Linux...

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

github.com/Mudlet/Mudlet - f86ba365271b0c3a3c106dbae41866679a22b99f authored about 3 years ago
infra Win10 fix dependency installation script to handle nulls in PATH (#5750)

#### Brief overview of PR changes/additions
`filterPathForSh` fails silently at https://github...

github.com/Mudlet/Mudlet - a696fc829dd16a83ca9ace7e1da33e1c84e3ee46 authored about 3 years ago
Infrastructure: add Lua tests for `windowType()` (#5731)

#### Brief overview of PR changes/additions
Add Lua tests for `windowType()`
#### Motivation f...

github.com/Mudlet/Mudlet - dcc6a67e7f4e30d1c93b339559af0fd7d85d09dc authored about 3 years ago
Fix profile close abort to work right (#5754)

github.com/Mudlet/Mudlet - ed719d5a91712e99d1893bdea656db4d0261eff0 authored about 3 years ago
Improve: add MUME information blurb (#5766)

#### Brief overview of PR changes/additions
add MUME information blurb

#### Motivation for a...

github.com/Mudlet/Mudlet - a8e0d11b1c6bdc0e8297dae6f90cfce55ee4ef5c authored about 3 years ago
Infrastructure: Update bundled IRE mapper script to latest upstream (#5765)

#### Brief overview of PR changes/additions
:crown: An automated PR to update the IRE mapper sc...

github.com/Mudlet/Mudlet - f414e1e28715f0fabaaa4af74413dd0736df5a38 authored about 3 years ago
Infrastructure: Update text for translation in Crowdin (#5764)

#### Brief overview of PR changes/additions
:crown: An automated PR to make new text available ...

github.com/Mudlet/Mudlet - a82649a3c6030c7fab4cb353e4f90ef0d42430e7 authored about 3 years ago
Fix replace throwing ambiguous error or appending to entire console if nothing is selected to replace (#5745)

#### Brief overview of PR changes/additions
@Delwing tracked down an intermittent error they've...

github.com/Mudlet/Mudlet - 9525c9c3c432d3817e8ad548aef1927c0266a73f authored about 3 years ago
Infrastructure: update new instances of QStringLiteral to shorter qsl (#5760)

#### Brief overview of PR changes/additions
Update new instances of QStringLiteral to shorter q...

github.com/Mudlet/Mudlet - 2ab7e59aeb10adc3e518b899e3852f52c5b7b1d7 authored about 3 years ago
Improve: Better extension selection in map save/load dialogs (#5655)

Improve: Better extension selection in map save/load dialogs (#5655)

github.com/Mudlet/Mudlet - 059aadf53e230f65b180d9825af6063d85e72081 authored about 3 years ago
Improve: allow profiles to be individually resized when multi-playing (#5757)

This is for when multi-view mode is activated.

It was suggested in our Discord **#help** chan...

github.com/Mudlet/Mudlet - 53642cda78a5fd5d54e67bd3125addc3ac02fc33 authored about 3 years ago