forked from len0rd/rockbox
Theme Editor: Added coordinate display when moving mouse around preview window
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27738 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
76d1377d04
commit
df1ff115f5
10 changed files with 130 additions and 9 deletions
|
|
@ -107,7 +107,8 @@ HEADERS += models/parsetreemodel.h \
|
|||
gui/projectexporter.h \
|
||||
gui/targetdownloader.h \
|
||||
gui/syntaxcompleter.h \
|
||||
graphics/rbmovable.h
|
||||
graphics/rbmovable.h \
|
||||
graphics/rbscene.h
|
||||
SOURCES += main.cpp \
|
||||
models/parsetreemodel.cpp \
|
||||
models/parsetreenode.cpp \
|
||||
|
|
@ -149,7 +150,8 @@ SOURCES += main.cpp \
|
|||
gui/projectexporter.cpp \
|
||||
gui/targetdownloader.cpp \
|
||||
gui/syntaxcompleter.cpp \
|
||||
graphics/rbmovable.cpp
|
||||
graphics/rbmovable.cpp \
|
||||
graphics/rbscene.cpp
|
||||
OTHER_FILES += README \
|
||||
resources/windowicon.png \
|
||||
resources/appicon.xcf \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue