Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

theme inheritance #10

Merged
merged 1 commit into from Aug 19, 2013
Merged

theme inheritance #10

merged 1 commit into from Aug 19, 2013

Conversation

sledges
Copy link

@sledges sledges commented Aug 9, 2013

No description provided.

{
// Determine whether this is an m theme:
// step 1: we need to have index.theme file
const QString themeIndexFileName = themeRoot + QDir::separator() + theme + QDir::separator() + "index.theme";
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

drop this check, QSettings will check itself when it opens, and you cover the other half (creating an empty ini) in step 3 when you check for X-MeeGoTouch-Metatheme

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done

@@ -97,13 +133,9 @@
themeRoots[i].truncate(themeRoots.at(i).length() - 1);

buildHash(themeRoots.at(i) + QDir::separator() + "icons", QStringList() << "*.svg" << "*.png" << "*.jpg");
buildHash(themeRoots.at(i) + QDir::separator() + "images" + QDir::separator() + "theme", QStringList() << "*.png" << "*.jpg");
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

going going gone :)

rburchell added a commit that referenced this pull request Aug 19, 2013
@rburchell rburchell merged commit 17a97e5 into nemomobile:qtquick2 Aug 19, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants