Commit graph

50 commits

Author SHA1 Message Date
Bur0k b6d0776917 Make runnable again (#40)
* Compile before push DansGame

* Initialize them when they are needed, not on startup. This is THREAD-SAFE since C++11

* Changed user to account
2017-04-19 15:25:05 +02:00
Bur0k 38062cb3c5 Renamed User* to Account* (#41) 2017-04-19 15:24:19 +02:00
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 fb87319a0e fixed compiling on linux 2017-04-18 02:07:14 +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
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 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
fourtf 181fb69a44 started adding text selection 2017-02-17 23:51:35 +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
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
fourtf 9f7a674472 fixed tabs being in weird positions at the start 2017-01-31 10:41:05 +01:00
fourtf 1d1c98ecdb made channels shared_pointers 2017-01-30 19:14:25 +01:00
fourtf 04e1ce4ba5 Merge branch 'master' of https://github.com/fourtf/idontknowcppplsdontjudge 2017-01-29 13:23:42 +01:00
fourtf ceded7ff96 added stuff 2017-01-29 13:23:22 +01:00
Rasmus Karlsson 3266f8ad4f split layout is now saved too 2017-01-29 12:26:22 +01:00
Rasmus Karlsson 199e87896b rename "text" to "title" in NotebookTab 2017-01-29 11:39:16 +01:00
Rasmus Karlsson c0b4035e6a we now load and save chats as well 2017-01-29 11:38:00 +01:00
Rasmus Karlsson 1c076b803e Tabs are now loaded and saved (no chats yet) 2017-01-28 23:12:18 +01:00
fourtf a38b3c1626 fixed KKaper 2017-01-26 21:04:01 +01:00
fourtf a5e7ef9980 fixed notebookpagedroppreview animation 2017-01-26 09:26:18 +01:00
fourtf d012aa922d scrollbar values based on messages 2017-01-26 07:10:46 +01:00
fourtf 4b2ddb0bbb added some dank tab animations 2017-01-26 05:26:21 +01:00
fourtf 700c756f5a added scrollbar and smooth scrolling 2017-01-26 04:26:40 +01:00
fourtf 3d6b9f7645 added settingssnapshot 2017-01-24 20:16:45 +01:00
fourtf de8f6d1e82 added settingsdialog cancel 2017-01-24 19:51:57 +01:00
fourtf 9041dbf014 removed settings namespace 2017-01-23 16:38:06 +01:00
Rasmus Karlsson 1e6e395623 each Setting is now responsible for adding themselves to the settings list 2017-01-23 09:48:32 +01:00
Rasmus Karlsson 5429e62e73 Utilize templates for Settings class
Use boost2::signals for the valueChanged signal (a LOT less messy to
        deal with than qt signals)
Remove unused settings classes (BoolSetting, FloatSetting, IntSetting,
        StringSetting)

What's left: Implement the remaining signals
2017-01-22 23:02:48 +01:00
confuseh b68ab726e6 sup with these wrong connects? 2017-01-22 18:43:32 +00:00
fourtf be92a82891 updated settingsdialog 2017-01-22 12:46:35 +01:00
fourtf 8d85f91c4d added emote button and text length label 2017-01-22 05:58:23 +01:00
fourtf 9165d5cc2e added theme selection color 2017-01-21 05:42:59 +01:00
fourtf a114bd1204 added auto resizing input & settings 2017-01-21 05:14:27 +01:00
fourtf d215bd58b0 added settings 2017-01-20 06:10:28 +01:00
fourtf 21e938c3b6 fixed namespaces 2017-01-18 21:52:36 +01:00
fourtf 2e8dc63a95 added namespaces 2017-01-18 21:30:23 +01:00