Commit graph

2474 commits

Author SHA1 Message Date
apa420 0d227ab2f5 Various bits fixes (#1443)
We now make sure we don't render any fake bits
Bits now show their real value properly
2019-12-19 21:36:02 +01:00
Rasmus Karlsson 11442bba20 move titleRefreshPeriod out of the TwitchChannel class
this fixes a "use of uninitialized variable" error
2019-12-16 08:55:38 +01:00
SupDos ba685b291f Typo in Settings (#1441)
small one character typo
2019-12-15 15:58:58 +01:00
Mm2PL 62cf7cbea2 Remove unmod button for moderators (#1439)
Fixes #1419
2019-12-14 13:22:49 +01:00
Rasmus Karlsson 58e909067e the EmotePopup now inherits from the BasePopup instead of BaseWindow
Fixes #1437
2019-12-14 12:58:15 +01:00
Rasmus Karlsson 55080bd354 Add a "BasePopup" class, which helps add default functionality to any popups (like the search popup) 2019-12-14 12:58:15 +01:00
Edgar dd77a0088a 📦 Switch to packages from conan-center && updated packages (#1429) 2019-12-14 12:27:36 +01:00
Rasmus Karlsson bb9eb582ec replace the QStringList with a QSet<QString> as suggested by RAnders00
2d3fb8950e (r36317456)
2019-12-14 12:13:19 +01:00
Rasmus Karlsson 2d3fb8950e hardcoded list of BTTV's christmas emotes 2019-12-05 20:10:56 -08:00
Rasmus Karlsson bcc53c9aa7 Clean up Twitch badge appending code 2019-12-01 13:32:41 +01:00
apa420 c00f97ac53 Show exact months subscribed in Subscriber and Founder badge tooltip (#1424) 2019-12-01 02:20:56 -08:00
23rd d99102cd23 Fixed closing tab with middle button when tab management is not allowed. (#1426) 2019-12-01 02:00:06 -08:00
Rasmus Karlsson 624c578b06 Run format checker on pull requests too 2019-11-16 12:00:21 +01:00
Ian e3d3f12425 Fixes C1001 compiler error on release builds with MSVC (#1417) 2019-11-16 02:58:13 -08:00
Rasmus Karlsson 556c2aef2b update libcommuni version 2019-11-02 15:34:51 +00:00
Rasmus Karlsson 23898863df switch to using our own fork of libcommuni where we've fixed an sasl issue 2019-11-02 14:17:44 +01:00
Rasmus Karlsson d4474c4ed4 Fixes a bug where the insecure credential store could not save credentials.
Part of the fix for #1377
2019-11-02 14:05:59 +01:00
Rasmus Karlsson 0e1f1196d6 reformat 2019-11-02 12:36:42 +01:00
Rasmus Karlsson b2d88ba555 fix! 2019-11-02 12:21:18 +01:00
Rasmus Karlsson 94f071b0ba add -y to apt-get install in check-formatting workflow 2019-11-02 12:19:25 +01:00
pajlada 3aedd682a6
Update check-formatting.yml 2019-11-02 12:18:18 +01:00
Rasmus Karlsson 28a1c7234e Update check-format action 2019-11-02 12:13:41 +01:00
Rasmus Karlsson 40cb08a92e remove check-format dockerfile 2019-11-02 12:13:01 +01:00
pajlada 9fe752cf3c
add github action to check formatting 2019-11-02 11:59:34 +01:00
Rasmus Karlsson 2793551040 add dockerfile for checking formatting 2019-11-02 11:59:04 +01:00
Maverick 0d53248b4c Clean up build instructions for Fedora (#1403)
* Clean-up build instructions for Fedora

- separate development vs. optional dependencies
- change use of `yum` to `dnf`
- fix typo from `streamer-plugins-good` to `gstreamer-plugins-good`
- mention info regarding `gstreamer-plugins-good` being retired in f31
2019-11-02 02:21:50 -07:00
Maverick a948717d94 fix clang-format file link in README.md (#1398)
- use a relative link to `.clang-format` in the repo
2019-10-31 21:57:59 +01:00
W Gomes ce90253aac Removed unused variables (#1394)
* Removed unused variables

Fixes compiler warning C4189: Local variable is initialized but not
referenced

* fixed typo
2019-10-29 21:15:06 +01:00
Zer0 f7b99e0636 UPDATED CONTRIBUTING.md (#1395) 2019-10-29 21:09:42 +01:00
Felanbird 6f5c4cacf8 moved hardcoded global-badges to be more inline with browser chat (#1392) 2019-10-27 13:18:07 -07:00
fourtf 3d4361ca52 updated bug template 2019-10-27 20:50:33 +01:00
Felanbird 0a8d50223d switch badge tooltips from description to title (#1384) 2019-10-27 07:46:08 -07:00
apa420 a12bd3df18 Now show joined setting doesn't also show parted and parted shows parted (#1376) 2019-10-20 20:11:12 +02:00
pajlada 0568553eb8
Merge pull request #1372 from TurtleHero/patch-1
Fix "explicitely" -> "explicitly"
2019-10-19 01:56:53 -07:00
TurtleHero 9afd7a22af
Fix 'explicitely' -> 'explicitly` 2019-10-18 09:54:58 -07:00
pajlada e267eb67f8
Update CONTRIBUTING.md 2019-10-13 13:30:45 +02:00
fourtf d02e0a6870
Added "comments" section to CONTRIBUTING.md 2019-10-13 13:12:24 +02:00
Rasmus Karlsson b2a0b3de36 use last stable release of linuxdeployqt 2019-10-13 13:06:03 +02:00
Rasmus Karlsson 10194fcf20 fix ci script again KKona 2019-10-13 12:52:26 +02:00
Rasmus Karlsson 24080eb1b7 update CreateAppImage script to be usable from build folders
this makes it more usable for non-ci users
2019-10-13 12:51:22 +02:00
Rasmus Karlsson 556e8da61e add executable flag to CI scripts 2019-10-13 12:22:25 +02:00
fourtf a3b4314111
fixed table in CONTRIBUTING.md 2019-10-13 11:28:19 +02:00
fourtf fdea837747
Create CONTRIBUTING.md 2019-10-13 11:15:09 +02:00
CommName dc1e4d2544 Show the title when offline (#1347)
* Channel text for offline chats

* Title refresh timer

* Fixed typo

* Refresh title when room id is loaded

* removed timer

* Typo

* Loaded on demand when hovered over

* removed the extra api request

* Moved refreshTitle function call

* Added thottling for 10s

* Fixed formating style

* reformat

* make status fetcher safer

* Requested changes from fourtf
2019-10-12 15:09:12 +02:00
fourtf 8153aa7d40 fixed #1362 rightclick on empty split crash 2019-10-12 11:17:40 +02:00
fourtf 6f710823ed renamed getInstance() -> instance() for singletons 2019-10-07 22:42:34 +02:00
fourtf aeab038bc8 removed get function prefix in Version 2019-10-07 22:32:11 +02:00
fourtf ec2a2f30b7 fixed windows compilation 2019-10-07 22:29:35 +02:00
fourtf bc55a05480 clears cache files > 14 days 1 min after start 2019-10-07 22:14:00 +02:00
fourtf a894753596 renamed isVIP -> isVip 2019-10-07 20:31:34 +02:00