kepka/Telegram/SourceFiles/window
Alex 69661217d2
Remove PCH (#148)
This commit brings many changes:

1. Remove cotire;
2. Remove PCH files (stdafx.xxx) and mentions;
3. Rearrange and clean includes:
3.1. Remove core includes path, use full header path core/xxx;
3.2. Move object_ptr to separate file base/object_ptr.h;
3.3. Add missing includes;
5. Add forward decls;
6. Get rid of some Qt private parts;
7. Fix ALL compilation errors after removing cotire on Windows, Linux, MacOS.

Closes #133.
Related to #96.
2018-06-04 16:25:31 +03:00
..
themes Remove PCH (#148) 2018-06-04 16:25:31 +03:00
main_window.cpp Remove PCH (#148) 2018-06-04 16:25:31 +03:00
main_window.h Remove PCH (#148) 2018-06-04 16:25:31 +03:00
notifications_manager.cpp Remove PCH (#148) 2018-06-04 16:25:31 +03:00
notifications_manager.h Remove PCH (#148) 2018-06-04 16:25:31 +03:00
notifications_manager_default.cpp Remove PCH (#148) 2018-06-04 16:25:31 +03:00
notifications_manager_default.h Remove PCH (#148) 2018-06-04 16:25:31 +03:00
notifications_utilities.cpp Replace non-standard types with Qt equivalents 2017-12-20 14:38:02 +02:00
notifications_utilities.h Version 1.0 stable: bump copyright date to 2017. 2017-01-11 23:02:13 +04:00
player_wrap_widget.cpp Remove PCH (#148) 2018-06-04 16:25:31 +03:00
player_wrap_widget.h Made base::lambda a copyable value type. 2017-02-26 21:01:23 +03:00
section_memento.h Remove PCH (#148) 2018-06-04 16:25:31 +03:00
section_widget.cpp Remove PCH (#148) 2018-06-04 16:25:31 +03:00
section_widget.h Remove PCH (#148) 2018-06-04 16:25:31 +03:00
top_bar_widget.cpp [Refactoring] change qt math function to cmath analog 2018-02-28 22:12:25 +02:00
top_bar_widget.h Remove PCH (#148) 2018-06-04 16:25:31 +03:00
window.style Add emoji autocomplete to history message field. 2017-07-26 15:55:02 +03:00
window_controller.cpp [Refactoring] change qt math function to cmath analog 2018-02-28 22:12:25 +02:00
window_controller.h Remove PCH (#148) 2018-06-04 16:25:31 +03:00
window_main_menu.cpp Move out the hardcoded URLs (changelog, about) 2018-02-13 14:50:54 +03:00
window_main_menu.h Remove PCH (#148) 2018-06-04 16:25:31 +03:00
window_slide_animation.cpp Removed #include "stdafx.h" from all files. 2017-03-04 12:27:52 +03:00
window_slide_animation.h Remove PCH (#148) 2018-06-04 16:25:31 +03:00
window_title.h Remove PCH (#148) 2018-06-04 16:25:31 +03:00