You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
openmw-tes3mp/apps/openmw/mwgui
Vladimir Panteleev 9d5fc7954f
DRY skill widget updates in stats window
The skill widgets were configured in two places: initial creation, and
updates. The former was redundant, and duplicated the functionality of
the latter.

To fix this redundancy, replace the duplicate code with a call to
setValue.
6 years ago
..
alchemywindow.cpp Use C++11-style loops in the GUI instead of iterators 6 years ago
alchemywindow.hpp Always include <memory> for smart pointers in MWGui 6 years ago
backgroundimage.cpp Replace all NULLs to nullptr 6 years ago
backgroundimage.hpp Replace all NULLs to nullptr 6 years ago
birth.cpp Use C++11-style loops in the GUI instead of iterators 6 years ago
birth.hpp Refactor exitCurrentGuiMode 7 years ago
bookpage.cpp Fix some Clang 7 warnings 6 years ago
bookpage.hpp Always include <memory> for smart pointers in MWGui 6 years ago
bookwindow.cpp Prevent PlaySound overlapping 7 years ago
bookwindow.hpp Improve keyboard navigation of book/scroll windows 7 years ago
charactercreation.cpp Use C++11-style loops in the GUI instead of iterators 6 years ago
charactercreation.hpp Show starting abilities, powers and spells in stat-review window (Fixes #2410) 8 years ago
class.cpp Use C++11-style loops in the GUI instead of iterators 6 years ago
class.hpp Refactor exitCurrentGuiMode 7 years ago
companionitemmodel.cpp Include cleanup 10 years ago
companionitemmodel.hpp Remove NpcStats::mProfit and store it in the script instead 10 years ago
companionwindow.cpp Replace all NULLs to nullptr 6 years ago
companionwindow.hpp Include cleanup 7 years ago
confirmationdialog.cpp Remove unused and slightly broken custom button titles in ConfirmationDialog 7 years ago
confirmationdialog.hpp Remove unused and slightly broken custom button titles in ConfirmationDialog 7 years ago
console.cpp Use C++11-style loops in the GUI instead of iterators 6 years ago
console.hpp Improve GUI scaling (bug #3288) 6 years ago
container.cpp Remove redundant includes 6 years ago
container.hpp Move onClose() check to item models 7 years ago
containeritemmodel.cpp Use C++11-style loops in the GUI instead of iterators 6 years ago
containeritemmodel.hpp Move onClose() check to item models 7 years ago
controllers.cpp fixing MSVC 2013 warning C4244: & C4305 10 years ago
controllers.hpp Reduce MyGUI includes 10 years ago
countdialog.cpp Replace all NULLs to nullptr 6 years ago
countdialog.hpp Refactor exitCurrentGuiMode 7 years ago
cursor.cpp Replace all NULLs to nullptr 6 years ago
cursor.hpp Remove software cursor option, hw cursors seem to be working well enough 11 years ago
debugwindow.cpp Fix build against bullet with profiler disabled (Fixes #3592) 8 years ago
debugwindow.hpp Add debug window (F10), displays Bullet's profiler output 10 years ago
dialogue.cpp Use C++11-style loops in the GUI instead of iterators 6 years ago
dialogue.hpp Update dialogue topics list after result script is run 7 years ago
draganddrop.cpp Replace all NULLs to nullptr 6 years ago
draganddrop.hpp Exit drag-and-drop if dragged item is deleted (Fixes #3097) 7 years ago
enchantingdialog.cpp Replace Boost format and replace_all where possible 6 years ago
enchantingdialog.hpp Make Enter on a name edit accept the dialog 7 years ago
exposedwindow.cpp Replace all NULLs to nullptr 6 years ago
exposedwindow.hpp
formatting.cpp Replace Boost format and replace_all where possible 6 years ago
formatting.hpp Use book font by default in the text formatter 6 years ago
hud.cpp Remove redundant includes 6 years ago
hud.hpp Optimize HUD update (do not do unnecessary work) 6 years ago
inventoryitemmodel.cpp Use C++11-style loops in the GUI instead of iterators 6 years ago
inventoryitemmodel.hpp Move onClose() check to item models 7 years ago
inventorywindow.cpp Replace all NULLs to nullptr 6 years ago
inventorywindow.hpp Update pinned windows in-game (bug #4560) 6 years ago
itemchargeview.cpp Use C++11-style loops in the GUI instead of iterators 6 years ago
itemchargeview.hpp convert std::autor_ptr to std::unique_ptr, originally by Ewan Higgs and updated by Bret Curtis 8 years ago
itemmodel.cpp Remove redundant includes 6 years ago
itemmodel.hpp remove redundant allowedToInsertItems() function from ItemModel 7 years ago
itemselection.cpp Replace all NULLs to nullptr 6 years ago
itemselection.hpp Refactor exitCurrentGuiMode 7 years ago
itemview.cpp Replace all NULLs to nullptr 6 years ago
itemview.hpp Merge branch 'master' of https://github.com/OpenMW/openmw into osg 10 years ago
itemwidget.cpp Fix enchanted item icon update 6 years ago
itemwidget.hpp Optimize HUD update (do not do unnecessary work) 6 years ago
jailscreen.cpp Use C++11-style loops in the GUI instead of iterators 6 years ago
jailscreen.hpp Refactor exitCurrentGuiMode 7 years ago
journalbooks.cpp Remove redundant includes 6 years ago
journalbooks.hpp Use field for columns count instead of out integer 6 years ago
journalviewmodel.cpp Replace all NULLs to nullptr 6 years ago
journalviewmodel.hpp Use utf8 lowercase function for journal index to avoid code duplication 7 years ago
journalwindow.cpp Remove redundant includes 6 years ago
journalwindow.hpp Remove getEncoding() from WindowManager 7 years ago
keyboardnavigation.cpp Fix some Clang 7 warnings 6 years ago
keyboardnavigation.hpp Disable repeating for Accept action in keyboard navigation (bug #4260) 6 years ago
layout.cpp Use C++11-style loops in the GUI instead of iterators 6 years ago
layout.hpp Handle MyGUI exceptions inside destructors 6 years ago
levelupdialog.cpp Remove redundant includes 6 years ago
levelupdialog.hpp Rename WindowBase's open/close to onOpen/onClose 7 years ago
loadingscreen.cpp Make sure CopyFramebufferToTextureCallback is only called once and not every frame 6 years ago
loadingscreen.hpp Always include <memory> for smart pointers in MWGui 6 years ago
mainmenu.cpp Use C++11-style loops in the GUI instead of iterators 6 years ago
mainmenu.hpp Fix exiting savegamedialog with 'esc' when no game is running 7 years ago
mapwindow.cpp Use C++11-style loops in the GUI instead of iterators 6 years ago
mapwindow.hpp Always include <memory> for smart pointers in MWGui 6 years ago
merchantrepair.cpp Avoid item condition and charge zero divisions 6 years ago
merchantrepair.hpp Improve GUI scaling (bug #3288) 6 years ago
messagebox.cpp Use C++11-style loops in the GUI instead of iterators 6 years ago
messagebox.hpp Center progress bar when there are active messageboxes (bug #4691) 6 years ago
mode.hpp Remove redundant RestBed gui mode 7 years ago
pickpocketitemmodel.cpp remove redundant allowedToInsertItems() function from ItemModel 7 years ago
pickpocketitemmodel.hpp remove redundant allowedToInsertItems() function from ItemModel 7 years ago
quickkeysmenu.cpp Use C++11-style loops in the GUI instead of iterators 6 years ago
quickkeysmenu.hpp cleanup more unnecessary struct keywords... 7 years ago
race.cpp Use C++11-style loops in the GUI instead of iterators 6 years ago
race.hpp Always include <memory> for smart pointers in MWGui 6 years ago
recharge.cpp Replace Boost format and replace_all where possible 6 years ago
recharge.hpp Refactor exitCurrentGuiMode 7 years ago
referenceinterface.cpp Some PVS-Studio and cppcheck fixes 7 years ago
referenceinterface.hpp Remove redundant player cell variable 7 years ago
repair.cpp Replace all NULLs to nullptr 6 years ago
repair.hpp Refactor exitCurrentGuiMode 7 years ago
review.cpp Use C++11-style loops in the GUI instead of iterators 6 years ago
review.hpp Improve GUI scaling (bug #3288) 6 years ago
savegamedialog.cpp Replace all NULLs to nullptr 6 years ago
savegamedialog.hpp Always include <memory> for smart pointers in MWGui 6 years ago
screenfader.cpp Handle MyGUI exceptions inside destructors 6 years ago
screenfader.hpp Always include <memory> for smart pointers in MWGui 6 years ago
scrollwindow.cpp Improve keyboard navigation of book/scroll windows 7 years ago
scrollwindow.hpp Improve keyboard navigation of book/scroll windows 7 years ago
settingswindow.cpp Merge pull request #2095 from akortunov/reflections 6 years ago
settingswindow.hpp Add more settings to water reflections in exteriors (feature #4859) 6 years ago
sortfilteritemmodel.cpp Implement getNormalizedEnchantmentCharge() method and use it 6 years ago
sortfilteritemmodel.hpp Move onClose() check to item models 7 years ago
soulgemdialog.cpp Improve WindowManager API with a generic way of passing a Ptr to the opened GUI window 7 years ago
soulgemdialog.hpp
spellbuyingwindow.cpp Use C++11-style loops in the GUI instead of iterators 6 years ago
spellbuyingwindow.hpp Include cleanup 6 years ago
spellcreationdialog.cpp Use C++11-style loops in the GUI instead of iterators 6 years ago
spellcreationdialog.hpp Make Enter on a name edit accept the dialog 7 years ago
spellicons.cpp Use C++11-style loops in the GUI instead of iterators 6 years ago
spellicons.hpp Silence -Wreorder warnings. 10 years ago
spellmodel.cpp Replace all NULLs to nullptr 6 years ago
spellmodel.hpp Initialize missing variables 7 years ago
spellview.cpp Use C++11-style loops in the GUI instead of iterators 6 years ago
spellview.hpp Always include <memory> for smart pointers in MWGui 6 years ago
spellwindow.cpp Replace Boost format and replace_all where possible 6 years ago
spellwindow.hpp Implement filtering in the spells window 7 years ago
statswindow.cpp DRY skill widget updates in stats window 6 years ago
statswindow.hpp Improve GUI scaling (bug #3288) 6 years ago
textcolours.hpp improve dialogue window performance 8 years ago
textinput.cpp Disable repeating for ENTER key in GUI 6 years ago
textinput.hpp Refactor exitCurrentGuiMode 7 years ago
timeadvancer.cpp Remove redundant includes 6 years ago
timeadvancer.hpp Add training progress bar, implement jail screen, tweak wait dialog (Fixes #1714) 10 years ago
tooltips.cpp Use C++11-style loops in the GUI instead of iterators 6 years ago
tooltips.hpp Improve tooltips cleanup (bug #4714) 6 years ago
tradeitemmodel.cpp Use C++11-style loops in the GUI instead of iterators 6 years ago
tradeitemmodel.hpp Use owned tooltips for items in containers correctly 7 years ago
tradewindow.cpp Use C++11-style loops in the GUI instead of iterators 6 years ago
tradewindow.hpp Make TradeWindow not depend on DialogueWindow 7 years ago
trainingwindow.cpp getSkill usage cleanup (bug #4671) 6 years ago
trainingwindow.hpp Allow training window exit() 7 years ago
travelwindow.cpp Get rid of unnecessary string streams 6 years ago
travelwindow.hpp Improve GUI scaling (bug #3288) 6 years ago
videowidget.cpp Replace all NULLs to nullptr 6 years ago
videowidget.hpp Always include <memory> for smart pointers in MWGui 6 years ago
waitdialog.cpp Replace all NULLs to nullptr 6 years ago
waitdialog.hpp Add missing WaitDialog::clear() (Fixes #4196) 7 years ago
widgets.cpp Use C++11-style loops in the GUI instead of iterators 6 years ago
widgets.hpp [Fix] Some PVS-Studio and cppcheck fixes 7 years ago
windowbase.cpp Remove redundant includes 6 years ago
windowbase.hpp Replace all NULLs to nullptr 6 years ago
windowmanagerimp.cpp Use C++11-style loops in the GUI instead of iterators 6 years ago
windowmanagerimp.hpp Center progress bar when there are active messageboxes (bug #4691) 6 years ago
windowpinnablebase.cpp Use C++11-style loops in the GUI instead of iterators 6 years ago
windowpinnablebase.hpp Use mouse pressed event for pin button instead of mouse click 10 years ago