- Oct 02, 2016
-
-
sfan5 authored
-
- Oct 18, 2015
- Oct 17, 2015
-
-
Kahrl authored
- setOpenedTrees(): this internal function was calling setSelected() to update m_selected. Since setSelected() calls autoScroll(), this caused the scrollbar to scroll back to the selected row in some cases when that shouldn't be done. For example, clicking the "+" to open a tree caused autoscroll. Fix this by making setOpenedTrees() modify m_selected directly. - setDynamicData(): set scrollbar position after calling setSelected(), not before. This avoids setSelected()'s autoscroll messing up the scrollbar position again. - setSelected(): If an invisible row is selected, open all parents of the selected row in order to make the selected row visible. This fixes the issue where all the trees are closed again whenever you return from the setting edit dialog to the settings tab.
-
- Jul 08, 2015
-
-
est31 authored
Use wide_to_utf8 and utf8_to_wide instead of wide_to_narrow and narrow_to_wide at almost all places. Only exceptions: test functions for narrow conversion, and chat, which is done in a separate commit.
-
- Apr 01, 2015
-
-
Zeno- authored
Move debug streams to log.cpp|h Move GUI-related globals to clientlauncher Move g_settings and g_settings_path to settings.cpp|h Move g_menuclouds to clouds.cpp|h Move g_profiler to profiler.cpp|h
-
Aaron Suen authored
-
- Mar 05, 2015
-
-
Loïc Blot authored
-
- Jan 10, 2015
-
-
Kahrl authored
-
- Dec 06, 2014
-
-
Kahrl authored
Fixes #1567, #1806.
-
- Oct 05, 2014
-
-
BlockMen authored
-
- Aug 16, 2014
-
-
sapier authored
-
- Jun 27, 2014
-
-
Kahrl authored
-
- Jun 24, 2014
- Jun 20, 2014
-
-
sapier authored
-
- Jan 14, 2014
-
-
Kahrl authored
-