summaryrefslogtreecommitdiffstats
path: root/rbutil/rbutilqt/preview.cpp
AgeCommit message (Collapse)AuthorFilesLines
2020-10-11rbutil: Use globalPos() for getting mouse position.Dominik Riebeling1-3/+3
globalX() / globalY() are deprecated for Qt6. Use globalPos() instead, which gives the same result. Change-Id: Ie0b733b88107e971de9c3e8c42434d7d47a65b76
2013-01-27Update Qt includes for compatibility with Qt5.Dominik Riebeling1-1/+2
Change-Id: Ibe400700f6bce0335a2975c6d635e10ae940f932
2011-10-19Remove svn keyword lines from sources.Dominik Riebeling1-1/+0
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30806 a1c6a512-1295-4272-9138-f99709370657
2011-10-02Rockbox Utility: listen to translation change events.Dominik Riebeling1-0/+10
When changing the language don't require a restart anymore. Instead listen to the appropriate changeEvent and retranslate the UI. Designer generated UI files already provide such a function. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30633 a1c6a512-1295-4272-9138-f99709370657
2007-09-15Cosmetics: remove trailing spaces.Antoine Cellerier1-7/+7
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14723 a1c6a512-1295-4272-9138-f99709370657
2007-08-26Include the required headers. Strangely this only broke on linux. Also fix a ↵Dominik Riebeling1-0/+4
warning. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14464 a1c6a512-1295-4272-9138-f99709370657
2007-08-23set missing keywords property.Dominik Riebeling1-1/+1
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14446 a1c6a512-1295-4272-9138-f99709370657
2007-08-21rbutilQt: added a litte border around the theme preview splash.Dominik Wenger1-1/+2
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14411 a1c6a512-1295-4272-9138-f99709370657
2007-08-21rbutilqt: Added a fullsize preview for the Theme installation. It pops up ↵Dominik Wenger1-0/+107
when you hover over the normal preview. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14409 a1c6a512-1295-4272-9138-f99709370657