fourtf
780286582f
Merge branch 'master' of https://github.com/fourtf/chatterino2
2017-04-18 02:30:07 +02:00
fourtf
c2937eb7b3
renamed "user" to "account"
2017-04-18 02:29:32 +02:00
fourtf
20b0699025
moved stuff to the thing where it should be
2017-04-18 02:12:45 +02:00
fourtf
fb87319a0e
fixed compiling on linux
2017-04-18 02:07:14 +02:00
fourtf
34b9057f7e
fixed compiling
2017-04-18 01:05:59 +02:00
fourtf
99524027d0
fixed the namespace comments
2017-04-14 17:52:22 +02:00
fourtf
a0d29ebae8
added namespace comments
2017-04-14 17:47:28 +02:00
fourtf
043ddfafa6
refactored lazyloadedimage
2017-04-14 14:52:31 +02:00
hemirt
5db315b522
dont use windows min max macros ( #37 )
...
* windowmanager destructor free _mainwindow, fix save - remove const in
settingsPath that is being written to from ptree tree
* syntax error
* remove destructor, _mainWindow does not need any special cleanup, let OS claim the resource
* nominmax
2017-04-14 14:25:49 +02:00
hemirt
744940ffd5
windowmanager destructor free _mainwindow, fix save - remove const in ( #36 )
...
* windowmanager destructor free _mainwindow, fix save - remove const in
settingsPath that is being written to from ptree tree
* syntax error
* remove destructor, singleton, let OS claim the resource as no special cleanup of _mainWindow is not needed
2017-04-14 14:08:57 +02:00
fourtf
d96c4a5c91
refactored windowmanager
2017-04-13 19:25:33 +02:00
fourtf
11fed12be1
changed application data path from %appdata%/chatterino to
...
%appdata%/chatterino2
2017-04-13 18:51:46 +02:00
fourtf
138466035f
added basic settings page for accounts
2017-04-13 16:06:23 +02:00
fourtf
96db82e867
refactoring
2017-04-12 17:46:44 +02:00
Rasmus Karlsson
8ef492d7ae
reformat channel.cpp KKona
2017-03-11 11:39:59 +01:00
Rasmus Karlsson
0ace6d2bc8
Merge branch 'master' of github.com:fourtf/chatterino2
2017-03-11 11:38:56 +01:00
Rasmus Karlsson
46f432890f
Simple logging implemented
...
Message now stores a copy of the content string
Use .nick() instead of .account() to get the users lowercase name (login name)
2017-03-11 11:38:47 +01:00
fourtf
181fb69a44
started adding text selection
2017-02-17 23:51:35 +01:00
fourtf
bfd57121b8
Merge branch 'master' of https://github.com/fourtf/chatterino2
2017-02-09 21:22:32 +01:00
fourtf
8a12869557
triggering travis
2017-02-09 21:21:14 +01:00
fourtf
c9a4c44c35
added travis file
2017-02-09 21:18:51 +01:00
hemirt
c03705d263
Fix typo ( #30 )
2017-02-09 00:03:46 +01:00
fourtf
42c459e83f
Merge pull request #28 from Bur0k/Clean_LimitedQueue
...
Cleaned up LimitedQueue and its Snapshot class
2017-02-07 20:48:43 +01:00
Burak Ok
081bce3511
Cleaned up LimitedQueue and its Snapshot class
2017-02-07 20:40:43 +01:00
fourtf
8e99cc81bf
nuuls ping NaM
2017-02-07 13:41:38 +01:00
fourtf
5b03712a82
added gif emotes
2017-02-07 00:03:15 +01:00
fourtf
5673efa0db
disabled scrolling when scrollbar is invisible
2017-02-06 18:31:25 +01:00
fourtf
33ba35471f
added gif frame updating
2017-02-06 17:42:28 +01:00
fourtf
bdd03ba3fa
Merge branch 'master' of https://github.com/fourtf/chatterino2
2017-02-06 14:52:02 +01:00
fourtf
29e9d00f36
added clangformat.txt and updated readme
2017-02-06 14:47:47 +01:00
Rasmus Karlsson
5dbe6990bd
make sure scrollbar doesn't request messages out of scope
2017-02-06 11:38:26 +01:00
fourtf
759e0aea50
added graphics cache for drawn messages
2017-02-03 19:31:51 +01:00
fourtf
a92c3dc2a4
fixed having the same chat open multiple times
2017-02-02 23:51:02 +01:00
fourtf
c6c90d9f50
added another level of unneeded abstraction
2017-02-02 22:15:09 +01:00
fourtf
93660233fd
added limited queue
2017-02-02 20:35:12 +01:00
fourtf
5390272279
added settings for modifying tabs
2017-02-02 02:46:33 +01:00
fourtf
43cf7620ae
added settings for theme and theme hue
2017-02-02 01:23:26 +01:00
fourtf
0343371443
fixed settings color
2017-02-02 00:25:57 +01:00
fourtf
a09b08f9b0
fixed scrollbars
2017-02-01 16:28:28 +01:00
daniel
dd3843cf6d
fixed project file for macOS
2017-01-31 22:41:12 +01:00
fourtf
9f7a674472
fixed tabs being in weird positions at the start
2017-01-31 10:41:05 +01:00
fourtf
c54f2c31dd
unscuffed word wrapping
2017-01-30 23:07:59 +01:00
fourtf
69fb3652dd
join channels when IrcChonnection started
2017-01-30 20:13:53 +01:00
fourtf
3c8d2740de
made ircmanager::connection a shared_pointer
2017-01-30 19:43:17 +01:00
fourtf
1d1c98ecdb
made channels shared_pointers
2017-01-30 19:14:25 +01:00
Rasmus Karlsson
23c2bf03d6
remove unused include from concurrentmap.h
2017-01-29 19:14:50 +01:00
Rasmus Karlsson
05fc30c1ad
make use of convenience class QMutexLocker in ConcurrentMap
2017-01-29 19:14:12 +01:00
Rasmus Karlsson
ed59c3f77f
Made mutex into a value instead of a pointer in ConcurrentMap
2017-01-29 19:07:31 +01:00
Rasmus Karlsson
8fea0542a3
reorganize headers in concurrentmap.h
2017-01-29 19:00:26 +01:00
fourtf
15047946f4
fixed concurrentmap
2017-01-29 16:18:06 +01:00