forked from Chatterino/chatterino2
-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add developer_name appdata field #3
Closed
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* feat: more hype chat * Add `std::chrono::seconds` overload to formatTime * Move & rename it to HypeChat + some other mini things * Add changelog entry * fix formattime test --------- Co-authored-by: Rasmus Karlsson <[email protected]>
* Fixed tab completion rarely completing the wrong word. Fixes: Chatterino#3101 * Use QSignalBlocker instead of janky bool, add comment about hidden logic * copypasteo
Bumps [ZedThree/clang-tidy-review](https://github.com/zedthree/clang-tidy-review) from 0.13.1 to 0.13.2. - [Release notes](https://github.com/zedthree/clang-tidy-review/releases) - [Changelog](https://github.com/ZedThree/clang-tidy-review/blob/master/CHANGELOG.md) - [Commits](ZedThree/clang-tidy-review@v0.13.1...v0.13.2) --- updated-dependencies: - dependency-name: ZedThree/clang-tidy-review dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…ino#4557) * set login name for channel point reward message * Update CHANGELOG.md * Update CHANGELOG.md --------- Co-authored-by: Mm2PL <[email protected]> Co-authored-by: Mm2PL <[email protected]>
* Add .git-blame-ignore-revs * Add readme comment * Add "changed to 80 max column"
* fix up rightclicking mentions * changelog * Merge changelog entries other PR was merged after 2.4.4
* Fix tooltip & popup positioning This tries to ensure the tooltip & popups are created on the correct monitor * Add changelog entry * Clean up debug output * Use the full frame geometry to figure out screen bound movements * Remove the now-unused `setStayInScreenRect` function * Change the UserInfoPopup offset to be based on its width & height instead * Remove more debug output
* feat: keep channels from browser tabs alive * chore: add changelog entry * fix: add comment * fix: rename key --------- Co-authored-by: pajlada <[email protected]>
* feat: build installer in CI Co-authored-by: 8thony <[email protected]> * fix: use inno-setup from PATH * fix: only match `v*` tags * fix: don't add to release * fix: only run on master --------- Co-authored-by: 8thony <[email protected]>
…#4748) * Check blocks for usernotices * changelog * cstd = {.name="C++20"} * Update CHANGELOG.md Co-authored-by: Felanbird <[email protected]> --------- Co-authored-by: pajlada <[email protected]> Co-authored-by: Felanbird <[email protected]>
* Split log line generation from message search text * changelog * remove empty space at the beginning of usernames * Move changelog entry --------- Co-authored-by: Rasmus Karlsson <[email protected]>
…he /mentions channel (Chatterino#4752) * added messages in mentions tab if correct predicate is met * Update CHANGELOG.md * Apply Felanbird's fix Co-authored-by: Felanbird <[email protected]> --------- Co-authored-by: 2547techno <[email protected]> Co-authored-by: 2547techno <[email protected]> Co-authored-by: Mm2PL <[email protected]> Co-authored-by: Felanbird <[email protected]>
…hatterino#4614) * Remove restriction on go to message on system messages Fixes Chatterino#4608 * changelog * Change the changelog entry from a bugfix to minor --------- Co-authored-by: Rasmus Karlsson <[email protected]>
…erino#4745) Co-authored-by: Rasmus Karlsson <[email protected]>
This code has been sitting behind a define since 2018 (de3a490). I'm not opposed to this code coming back however in this state, it feels better to remove it.
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This exposes internal functions for testing by splitting the implementation & internal API into separate files
) Co-authored-by: Rasmus Karlsson <[email protected]>
Co-authored-by: Rasmus Karlsson <[email protected]>
Co-authored-by: Rasmus Karlsson <[email protected]>
* Update documentation for Ubuntu PPA & appdata.xml updates
* Tests: Fix InputCompletion tests in Qt6 This is achieved by not checking exact order for certain completion tests * Tests: Use Ubuntu 22.04 for all tests This allows us to be a bit more loose and use more C++20 features in tests * Update dockerfiles
Bumps [actions/cache](https://github.com/actions/cache) from 3 to 4. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v3...v4) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…#4983) Bumps [lib/lua/src](https://github.com/lua/lua) from `6baee9e` to `7923dbb`. - [Release notes](https://github.com/lua/lua/releases) - [Commits](lua/lua@6baee9e...7923dbb) --- updated-dependencies: - dependency-name: lib/lua/src dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Felanbird <[email protected]>
…o#5099) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…hatterino#5105) Bumps [ZedThree/clang-tidy-review](https://github.com/zedthree/clang-tidy-review) from 0.16.0 to 0.17.0. - [Release notes](https://github.com/zedthree/clang-tidy-review/releases) - [Changelog](https://github.com/ZedThree/clang-tidy-review/blob/master/CHANGELOG.md) - [Commits](ZedThree/clang-tidy-review@v0.16.0...v0.17.0) --- updated-dependencies: - dependency-name: ZedThree/clang-tidy-review dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
We now either: 1) Rely on the setting updating the color 2) Use ColorProvider::color to set the underlying color
…o#5124) * chore(deps): bump lib/settings from `7e99623` to `ad12188` Bumps [lib/settings](https://github.com/pajlada/settings) from `7e99623` to `ad12188`. - [Commits](pajlada/settings@7e99623...ad12188) --- updated-dependencies: - dependency-name: lib/settings dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> * bump again --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Rasmus Karlsson <[email protected]>
* feat: add system theme on Qt 6.5 * chroe: add changelog entry * refactor: add separate settings * fix: qt 5 * Update changelog entry --------- Co-authored-by: Rasmus Karlsson <[email protected]>
…hatterino#5136) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…#5129) Bumps [lib/lua/src](https://github.com/lua/lua) from `7923dbb` to `e288c5a`. - [Release notes](https://github.com/lua/lua/releases) - [Commits](lua/lua@7923dbb...e288c5a) --- updated-dependencies: - dependency-name: lib/lua/src dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: pajlada <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
unique_lock
when loading 7TV badges (Useunique_lock
when loading 7TV badges Chatterino/chatterino2#4402)7TV
naming (fix: update user-facing emote picker labels to use "7TV" naming Chatterino/chatterino2#4405)/banid
(Add ban user by id command/banid
Chatterino/chatterino2#4411)7d37cbf
to1f99aa8
(Bump lib/serialize from7d37cbf
to1f99aa8
Chatterino/chatterino2#4418)Theme
-related Code (CleanupTheme
-related Code Chatterino/chatterino2#4450)lib/settings
andlib/signals
(Updatelib/settings
andlib/signals
Chatterino/chatterino2#4503)c153a94
to9a76634
(Bump lib/miniaudio fromc153a94
to9a76634
Chatterino/chatterino2#4487)LinkParser
(Benchmark and TestLinkParser
Chatterino/chatterino2#4436)1f99aa8
tobbf0a34
(Bump lib/serialize from1f99aa8
tobbf0a34
Chatterino/chatterino2#4531)macos
rather thanosx
in filenames (Usemacos
rather thanosx
in filenames Chatterino/chatterino2#4550)qtimageformats
Module in Qt6 CI Builds (Addqtimageformats
Module in Qt6 CI Builds Chatterino/chatterino2#4556)LinkParser
(RefactorLinkParser
Chatterino/chatterino2#4576)/shield
and/shieldoff
🛡 (🛡 Add/shield
and/shieldoff
🛡 Chatterino/chatterino2#4580)http
(Parse Domains Starting Withhttp
Chatterino/chatterino2#4598)push-aur
job (Removepush-aur
job Chatterino/chatterino2#4610)clang-tidy
separately (Configure CMake forclang-tidy
separately Chatterino/chatterino2#4648)clang-tidy
CI (Include Tests and Benchmarks inclang-tidy
CI Chatterino/chatterino2#4653)sccache
on Windows (Usesccache
on Windows Chatterino/chatterino2#4678)ec99257
to432ff49
(Bump lib/crashpad fromec99257
to432ff49
Chatterino/chatterino2#4688)justinfan64537
(Fix anonymous users being pinged byjustinfan64537
Chatterino/chatterino2#4698)Right Click
ing of usernames. (Allow for customizing the behavior ofRight Click
ing of usernames. Chatterino/chatterino2#4622)QString
s,QByteArray
s, andQLatin1String(View)
s at compile time (Add string literal suffixes to createQString
s,QByteArray
s, andQLatin1String(View)
s at compile time Chatterino/chatterino2#4706)5d708c3
toea39042
(Bump lib/lua/src from5d708c3
toea39042
Chatterino/chatterino2#4699)getApp
andgetSettings
calls from Message-Rendering (RemovegetApp
andgetSettings
calls from Message-Rendering Chatterino/chatterino2#4535)9a76634
to3898fff
(Bump lib/miniaudio from9a76634
to3898fff
Chatterino/chatterino2#4754)Elevated Messages
toHype Chats
(ChangeElevated Messages
toHype Chats
Chatterino/chatterino2#4766)modes
file in UTF8 (Encodemodes
file in UTF8 Chatterino/chatterino2#4791)QT_ENABLE_HIGHDPI_SCALING
to0
on Qt 6 on Windows (SetQT_ENABLE_HIGHDPI_SCALING
to0
on Qt 6 on Windows Chatterino/chatterino2#4767)6561aa5
toca452a8
(Bump lib/signals from6561aa5
toca452a8
Chatterino/chatterino2#4789)f168c09
tof92bc7b
(Bump lib/settings fromf168c09
tof92bc7b
Chatterino/chatterino2#4788)BaseWindow::moveTo
(Remove offset logic fromBaseWindow::moveTo
Chatterino/chatterino2#4798)/shoutout
command not working with usernames starting with @'s (e.g./shoutout @forsen
) (Fixed/shoutout
command not working with usernames starting with @'s (e.g./shoutout @forsen
) Chatterino/chatterino2#4800)QFontMetrics::elidedText
over manual implementation (UseQFontMetrics::elidedText
over manual implementation Chatterino/chatterino2#4807)ea39042
to9b4f39a
(Bump lib/lua/src fromea39042
to9b4f39a
Chatterino/chatterino2#4782)ChannelView
s (Only layout visibleChannelView
s Chatterino/chatterino2#4811)9b4f39a
to6baee9e
(Bump lib/lua/src from9b4f39a
to6baee9e
Chatterino/chatterino2#4813)Image
& Image'sFrames
(RefactorImage
& Image'sFrames
Chatterino/chatterino2#4773)WindowManager::getLastSelectedWindow()
to replacegetMainWindow()
(AddWindowManager::getLastSelectedWindow()
to replacegetMainWindow()
Chatterino/chatterino2#4816)DontFocus
window flags on Windows and macOS (AdjustDontFocus
window flags on Windows and macOS Chatterino/chatterino2#4876)5e441fd
to821c481
(Bump lib/WinToast from5e441fd
to821c481
Chatterino/chatterino2#4894)432ff49
to3182e3b
(Bump lib/crashpad from432ff49
to3182e3b
Chatterino/chatterino2#4902)More messages below
button in a usercard and closing it quickly. (Bugfix: Fixed a crash when clickingMore messages below
button in a usercard and closing it quickly. Chatterino/chatterino2#4933)c3dc841
to3f0542e
(Bump cmake/sanitizers-cmake fromc3dc841
to3f0542e
Chatterino/chatterino2#4936)/reply
command now replies to the latest message of the user (feat:/reply
command now replies to the latest message of the user Chatterino/chatterino2#4919)3898fff
tob19cc09
(chore(deps): bump lib/miniaudio from3898fff
tob19cc09
Chatterino/chatterino2#4948)b19cc09
to3b50a85
(chore(deps): bump lib/miniaudio fromb19cc09
to3b50a85
Chatterino/chatterino2#4955)/unban
and/untimeout
by id (feat:/unban
and/untimeout
by id Chatterino/chatterino2#4956)Outcome
from network requests (refactor: RemoveOutcome
from network requests Chatterino/chatterino2#4959)3b50a85
to4a5b74b
(chore(deps): bump lib/miniaudio from3b50a85
to4a5b74b
Chatterino/chatterino2#4967)--safe-mode
command line option (feat: add--safe-mode
command line option Chatterino/chatterino2#4985)3182e3b
to89991e9
(chore(deps): bump lib/crashpad from3182e3b
to89991e9
Chatterino/chatterino2#5005)import()
with normal Luarequire()
. (BREAKING: Replace customimport()
with normal Luarequire()
. Chatterino/chatterino2#5014)tools
directory toscripts
(dev: Renametools
directory toscripts
Chatterino/chatterino2#5035).clang-format
file (chore: Unify.clang-format
file Chatterino/chatterino2#5037)ChannelView
s without aSplit
(AllowChannelView
s without aSplit
Chatterino/chatterino2#4747)Args
less of a singleton (refactor: MakeArgs
less of a singleton Chatterino/chatterino2#5041)NotebookTab
updates (fix: Avoid unnecessaryNotebookTab
updates Chatterino/chatterino2#5068)f92bc7b
to7a0e373
(chore(deps): bump lib/settings fromf92bc7b
to7a0e373
Chatterino/chatterino2#5085)bbf0a34
to17946d6
(chore(deps): bump lib/serialize frombbf0a34
to17946d6
Chatterino/chatterino2#5086)ca452a8
tod067706
(chore(deps): bump lib/signals fromca452a8
tod067706
Chatterino/chatterino2#5084)NullablePtr
class (refactor: Remove theNullablePtr
class Chatterino/chatterino2#5091)6baee9e
to7923dbb
(chore(deps): bump lib/lua/src from6baee9e
to7923dbb
Chatterino/chatterino2#4983)87ed4d9
to7e99623
(chore(deps): bump lib/settings from87ed4d9
to7e99623
Chatterino/chatterino2#5099)get(I)App
(fix: assert for GUI thread in getters instead ofget(I)App
Chatterino/chatterino2#5102)boost
in header-only mode (deps(conan): useboost
in header-only mode Chatterino/chatterino2#5107)7e99623
toad12188
(chore(deps): bump lib/settings from7e99623
toad12188
Chatterino/chatterino2#5124)Atomic<std::shared_ptr<T>>
(chore: specializeAtomic<std::shared_ptr<T>>
Chatterino/chatterino2#5133)input.text
in commands run with hotkeys (Add support forinput.text
in commands run with hotkeys Chatterino/chatterino2#5130)7923dbb
toe288c5a
(chore(deps): bump lib/lua/src from7923dbb
toe288c5a
Chatterino/chatterino2#5129)Pull request checklist:
CHANGELOG.md
was updated, if applicableDescription