Mm2PL
e19b96026d
Make the reload button reload metadata when plugin is disabled
2023-02-14 11:45:30 +01:00
Mm2PL
cf9d0af105
Handle plugin metadata errors better
2023-02-14 11:44:52 +01:00
Mm2PL
d1bcede492
Make PluginMeta::authors a std::vector<QString>
2023-02-13 23:43:25 +01:00
Mm2PL
6a183d3f33
Remove PluginController save override
2023-02-13 23:27:12 +01:00
Mm2PL
58f6f1dcfe
Update comment on chatterino::lua::api::g_import
2023-02-13 23:21:29 +01:00
Mm2PL
cd919b01d5
Change setting names
2023-02-13 23:21:03 +01:00
Mm2PL
96613690a9
reformat 2: electric bogaloo
2023-02-13 22:34:41 +01:00
Mm2PL
15613850f7
reformat
2023-02-13 19:41:27 +01:00
Mm2PL
2d79cf53a5
Merge branch 'master' into feature/lua_scripting
2023-02-13 12:04:49 +00:00
Mm2PL
8b84cfbab1
ANGLE BRACKET PLEASE
2023-02-13 12:58:32 +01:00
Mm2PL
82a9deac15
Reformat src/controllers/plugins/LuaAPI.hpp
2023-02-13 12:30:32 +01:00
Mm2PL
035da2cac0
Reformat src/controllers/plugins/LuaUtilities.hpp
2023-02-13 12:30:07 +01:00
Mm2PL
9027d539e8
Reformat src/controllers/plugins/Plugin.hpp
2023-02-13 12:29:27 +01:00
Mm2PL
f8eff42c07
Reformat src/widgets/settingspages/PluginsPage.cpp
2023-02-13 12:28:45 +01:00
Mm2PL
bc8ae8172f
Reformat src/widgets/settingspages/PluginsPage.hpp
2023-02-13 12:28:21 +01:00
Mm2PL
6cf2996af2
Reformat src/controllers/plugins/Plugin.cpp
2023-02-13 12:26:04 +01:00
Mm2PL
4387e7bd69
Rename execfile -> import
2023-02-13 12:22:53 +01:00
pajlada
56adaf81ac
Fix .deb & pdb release uploads ( #4373 )
2023-02-13 10:33:25 +00:00
pajlada
ef3a607af5
Upload both Ubuntu .deb packages & Windows .pdb symbols in releases ( #4372 )
2023-02-13 09:34:40 +00:00
dependabot[bot]
ae7567121b
Bump lib/crashpad from 918fd31
to ec99257
( #4370 )
...
Bumps [lib/crashpad](https://github.com/getsentry/crashpad ) from `918fd31` to `ec99257`.
- [Release notes](https://github.com/getsentry/crashpad/releases )
- [Commits](918fd319d6...ec99257868
)
---
updated-dependencies:
- dependency-name: lib/crashpad
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-13 10:10:03 +01:00
Mm2PL
6e67890152
Thank you clang-format for at least having a diff
2023-02-13 00:15:20 +01:00
Mm2PL
0cbac04529
nice CI, Mm2PL
2023-02-13 00:10:13 +01:00
Mm2PL
ebadbf08c9
Apply #4369
2023-02-13 00:06:01 +01:00
Mm2PL
50dacdec04
git commit --allow-empty
2023-02-12 23:48:57 +01:00
Mm2PL
3ece8c8ed1
Merge remote-tracking branch 'origin/master' into feature/lua_scripting
2023-02-12 23:40:56 +01:00
Mm2PL
d7ac6d65fb
absolute include path
2023-02-12 23:14:46 +01:00
Mm2PL
be487a4976
Rename LuaApi -> LuaAPI (p2)
2023-02-12 23:08:17 +01:00
Mm2PL
32580cd1c3
Rename LuaApi -> LuaAPI (p1)
2023-02-12 23:05:50 +01:00
Mm2PL
8a6e7b6170
Pin lua version to 5.4.4
2023-02-12 22:59:33 +01:00
Mm2PL
95536f4166
Remove erroneous mention of lua loadfile
2023-02-12 22:58:08 +01:00
Mm2PL
9e92a795c3
Fucking off-by-one error
2023-02-12 22:48:09 +01:00
Mm2PL
f3ee061f7f
Make load() only usable in debug mode
2023-02-12 22:46:32 +01:00
nerix
e377c30192
Add Crashpad Support on Windows ( #4351 )
...
* feat: crashpad on windows
* feat: inline it
* feat: more crashpad
* chore: remove qBreakpad
* fix: add mention to crashpad
* refactor: version string
* feat: add crashpad module
* refactor: build crashpad from source
* fix: minor adjustments
* chore: add changelog entry
* fix: formatting and include
* fix: format
* build: use flags similar to release profile
* ci: build with crashpad on windows
* ci: recurse submodules
* ci: always include crashpad
* fix: try 7z
for some reason zstd just doesn't run
* fix: wrong path for symbols
* fix: copy
pls don't build
* ci: use new cache key
* fix: missing pragma
* ci: add workflow without crashpad
* docs: elevate changelog entry
* fix: add link to cmake issue
* fix: windows include issue
Someone (crashpad) includes Windows.h before winsock2.h
* fix: working directory
* fix: another working directory
2023-02-12 20:36:58 +01:00
Wissididom
8e24a29c85
Fix Ubuntu builds preventing create-release
from building ( #4368 )
2023-02-12 00:20:54 +01:00
nerix
c9a9e44e1f
Add HTTP & SOCKS5 proxy support ( #4321 )
...
This can be configured using the `CHATTERINO2_PROXY_URL` environment variable.
The behaviour is similar to curl's CURLOPT_PROXY
2023-02-11 23:16:51 +00:00
Wissididom
98c2ff5607
Separate Ubuntu .deb packages per Ubuntu release ( #4357 )
...
Our .deb packages are now very Ubuntu-specific and are packages based on our CI builds.
2023-02-11 22:50:01 +00:00
Daniel Sage
cf80ae8434
Disable ImageExpirationPool during testing ( #4363 )
...
* Disable ImageExpirationPool during testing
* Update CHANGELOG.md
---------
Co-authored-by: pajlada <rasmus.karlsson@pajlada.com>
2023-02-11 19:20:46 +00:00
nerix
5179567334
Use QEnterEvent
for QWidget::enterEvent
on Qt 6 ( #4365 )
...
* fix: use concrete QEnterEvent on Qt 6
* chore: add changelog entry
2023-02-11 18:13:29 +01:00
Mm2PL
e899599034
Move CHANGELOG to Dev category
2023-02-11 16:09:33 +01:00
Mm2PL
d5d4335587
Experiment
2023-02-11 12:57:22 +01:00
Mm2PL
6b476f2826
Update docs
2023-02-11 12:57:16 +01:00
Sam Heybey
1d3ca0bfa3
Use AssocQueryString
instead of directly querying the registry ( #4362 )
...
Co-authored-by: Rasmus Karlsson <rasmus.karlsson@pajlada.com>
2023-02-10 21:21:09 -05:00
Mm2PL
87605077cb
Remove unused PluginController::callEvery{,WithArgs}
2023-02-11 00:06:46 +01:00
Mm2PL
d38187f794
Remove sending part of the multipart emoji workaround ( #4361 )
2023-02-09 16:45:53 +01:00
nerix
829c48d79a
Attempt to catch std::bad_function_call
when adding a channel point reward ( #4360 )
...
* fix: attempt to catch std::bad_function_call
* chore: add changelog entry
* fix: spelling mistake
Co-authored-by: Leon Richardt <git@leon.dev>
---------
Co-authored-by: Leon Richardt <git@leon.dev>
2023-02-09 00:43:52 +01:00
Mm2PL
a40d29a514
docs: make sure all code blocks have an appropriate language
...
[no ci]
2023-02-09 00:33:32 +01:00
Mm2PL
9ac0844921
FUCK OFF
2023-02-09 00:13:53 +01:00
Mm2PL
86c872d4af
Add proper support for logging from lua
2023-02-09 00:11:56 +01:00
Mm2PL
b1031c7211
Add lua::{peek,push} support for enums with magic_enum
2023-02-08 23:57:59 +01:00
Mm2PL
da05115506
Add lua::toString which converts value to a string
2023-02-08 23:57:32 +01:00