summaryrefslogtreecommitdiffstats
path: root/src/widget/wpushbutton.h
AgeCommit message (Collapse)Author
2013-12-08Create long-press latching mode for pushbuttonsOwen Williams
2013-12-08Make latching simply the opposite of powerwindowsOwen Williams
2013-12-08Create long-press latching mode for pushbuttonsOwen Williams
2013-12-08reverted changes, not raleated to LONGPRESSLATCHINGDaniel Schürmann
2013-12-08Removed <RightClickIsPushButton> because it is not needed.Daniel Schürmann
2013-12-08WPushButton can be connected to a dedicated indicator CO, + SomeDaniel Schürmann
refectoring for code style.
2013-11-30Header/include cleanups across the codebase.RJ Ryan
* Eliminate all instances of including QtCore, QtGui, or QtXml. * Replace all old-style Qt header inclusions with new-style (e.g. #include <application.h>). * Include QtDebug instead of QDebug. * Update many classes to include the Qt classes they use in their header and implementation file. This speeds up compile and link performance and reduces the size of the compiled object files. My build directory dropped by 50MB.
2013-06-19Moving mixxx/* to the root. A new era begins!RJ Ryan