summaryrefslogtreecommitdiff
path: root/plugingui/mainwindow.cc
AgeCommit message (Collapse)Author
2019-02-11Show/hide drumkit tab depending on if the current kit has a valid image ↵Bent Bisballe Nyeng
attached or not.
2019-02-03Increase tab-button width.Bent Bisballe Nyeng
2019-02-03Integrate clicky-kit with DOM to get click colours, image and image map from ↵Bent Bisballe Nyeng
the drumkit xml.
2018-08-12Fix BSD build.André Nusser
2018-08-12Add tab for drumkit.André Nusser
2017-05-19Make sure we don't resize to negative values.Bent Bisballe Nyeng
2017-04-23Fix build.André Nusser
2017-04-22Remove unnecessary painter clears.André Nusser
2017-04-21Remove version number at the bottom and the logo from the about tab.André Nusser
2017-04-21Add AboutTab class instead of having a TextEdit widget as tab.André Nusser
2017-04-21Add utf8 to latin1 conversion to use it in the "About" textfield.André Nusser
The utf8 conversion files were taken from the Pracro repository and modified to better fit into the DG codebase.
2017-04-20Make the gray of the version label lighter.André Nusser
2017-04-20Second adjustment to the logo in the main window.André Nusser
2017-04-20Change placement and color of version number.André Nusser
2017-04-18Restore paths of FileBrowser as per the old UI.Bent Bisballe Nyeng
2017-04-18Revert preprocessing on resize for TextEdit. It was just plain dumb.André Nusser
2017-04-18Include version in text of "About" tab.André Nusser
2017-04-18Use ABOUT and AUTHORS files for "About" tab.André Nusser
FIXME: The font cannot display all special characters in the author's names. We need to fix this.
2017-04-18Fix for the last commit.André Nusser
2017-04-17Fix FreeBSD64 compile error.André Nusser
2017-04-17Modify "License" tab to be an "About" tab.André Nusser
2017-04-17Fix... something /else/ about initialiser lists ...Bent Bisballe Nyeng
2017-04-17Connect drumkit and midimap files as well as loading/status bare updates.Bent Bisballe Nyeng
2017-04-17Pushing the logo up a bit to make room for the version string.André Nusser
2017-04-17Draw version label in MainWindow instead of MainTabAndré Nusser
2017-04-16Change "GPL" tab label to "License".André Nusser
2017-04-16Add new tabs to the main window.André Nusser
2017-04-15Add GPL to resources instead of using getGPLText function.André Nusser
2017-04-15Fit text of TextEdit to widget size of resize.André Nusser
2017-04-01A very rough first version of the GUI.André Nusser
2017-02-12Refactor/introduce widget and windiow redraw/dirty mechanism to eradicate ↵Bent Bisballe Nyeng
unnecessary rendering passes during event handling.
2017-02-08UI resize refactoring part 1.Bent Bisballe Nyeng
2017-01-21New MainWindow.Bent Bisballe Nyeng