Commit graph

3055 commits

Author SHA1 Message Date
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
Mm2PL 6c261459cf
Renamed TypedBytes to RawImageData, type to format.
FeelsGoodMan Clap
2019-10-22 17:21:46 +02:00
Mm2PL 736df48788
Smol fix. 2019-10-22 16:04:36 +02: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
Mm2PL e005fe806a
Comment stuff
This includes:
 - Adding two comments
 - Fixing one spelling mistake.
2019-10-19 11:41:23 +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
Mm2PL 77af5d54cf
Change more things.
Things changed:
 - make getImageFileFormat case insensitive
 - use QTextEdit::dragEnterEvent instead of QAbstractScrollArea::dragEnterEvent,
 - Make dragEnterEvent() and dropEvent() overrides.
2019-10-11 17:00:26 +02:00
Mm2PL bf434f3ac5
Fix the stupid things.
This includes:
 - NuulsUploader.cpp
   - changing upload delay to a #define
   - moving png conversion code to `boost::optional<QByteArray> convertToPng(QImage image)`
   - in uploadImageToNuuls: moving content type definition to a variable, move things around a bit to eliminate an if
   - in upload: adding a comment about `source->hasUrls()` and `source->urls()`, change `uploadQueue.size()` to `!uploadQueue.empty()`
 - ResizingTextEdit.cpp
   - changing #include order
2019-10-11 15:41:33 +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
fourtf f25e52b218 attach extension to opera/vivaldi or all windows 2019-10-07 20:23:28 +02:00
fourtf 2fc799f85a run destructor of Frames in gui thread 2019-10-07 20:03:15 +02:00
fourtf 0ada53a3c1 tell user they might downgrade in update popup 2019-10-07 19:53:46 +02:00
fourtf 594c0fb255 print version on --version switch 2019-10-07 18:57:33 +02:00
fourtf 05bcf22af4 clear search field when reopening settings 2019-10-07 17:30:47 +02:00
fourtf 0c1da59564 added CONFIG += c++17 2019-10-07 16:51:46 +02:00
fourtf d426f72453 fixed missing linker thing on mac and linux 2019-10-07 16:12:36 +02:00
fourtf b1cbf09427 removed appbase directory 2019-10-07 15:46:41 +02:00