mirror of https://github.com/procxx/kepka.git
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. |
||
|---|---|---|
| .. | ||
| buttons.cpp | ||
| buttons.h | ||
| checkbox.cpp | ||
| checkbox.h | ||
| continuous_sliders.cpp | ||
| continuous_sliders.h | ||
| discrete_sliders.cpp | ||
| discrete_sliders.h | ||
| dropdown_menu.cpp | ||
| dropdown_menu.h | ||
| inner_dropdown.cpp | ||
| inner_dropdown.h | ||
| input_fields.cpp | ||
| input_fields.h | ||
| labels.cpp | ||
| labels.h | ||
| menu.cpp | ||
| menu.h | ||
| multi_select.cpp | ||
| multi_select.h | ||
| popup_menu.cpp | ||
| popup_menu.h | ||
| scroll_area.cpp | ||
| scroll_area.h | ||
| shadow.cpp | ||
| shadow.h | ||
| tooltip.cpp | ||
| tooltip.h | ||
| widgets.style | ||