Notices


Reply
Thread Tools
d-iivil's Avatar
Posts: 2,154 | Thanked: 2,186 times | Joined on Dec 2009 @ Hellsinki, Finland
#221
Originally Posted by CepiPerez View Post
You must set backgrounds and main windows with this:

setAttribute(Qt::WA_Maemo5StackedWindow);

If it doesn't work, the change background windows from QMainWindow to QDialog.
I've made it now like this:
mainwindow.cpp which launches the new window:
Code:
    newWin = new backgrounds(this);
    newWin->setAttribute(Qt::WA_Maemo5StackedWindow);
    newWin->setAttribute(Qt::WA_DeleteOnClose);

    newWin->show();
__________________
If you're rich and you think I deserve a cold beer, you may donate one or two :-P

80's style stadium rock is back - FIRENOTE
Hi-Octane heavy metal - FORCE MAJEURE
 
CepiPerez's Avatar
Posts: 1,023 | Thanked: 4,421 times | Joined on Feb 2010 @ Argentina
#222
You must add this attribute to MainWindow too!

Code:
MainWindow::MainWindow(QWidget *parent) :
    QMainWindow(parent),
    ui(new Ui::MainWindow),
{
    this->setAttribute(Qt::WA_Maemo5StackedWindow);
    ui->setupUi(this);
    ...

Last edited by CepiPerez; 2010-10-07 at 12:05.
 

The Following User Says Thank You to CepiPerez For This Useful Post:
d-iivil's Avatar
Posts: 2,154 | Thanked: 2,186 times | Joined on Dec 2009 @ Hellsinki, Finland
#223
Originally Posted by CepiPerez View Post
You must add this attribute to MainWindow too!

Code:
MainWindow::MainWindow(QWidget *parent) :
    QMainWindow(parent),
    ui(new Ui::MainWindow),
{
    this->setAttribute(Qt::WA_Maemo5StackedWindow);
    ui->setupUi(this);
    ...
Thanks, that did the trick

Version 0.9-14 is @ extras-devel.

After installing that, you can safely remove the ImageMagick (if you don't have any other use for it).
__________________
If you're rich and you think I deserve a cold beer, you may donate one or two :-P

80's style stadium rock is back - FIRENOTE
Hi-Octane heavy metal - FORCE MAJEURE
 

The Following User Says Thank You to d-iivil For This Useful Post:
d-iivil's Avatar
Posts: 2,154 | Thanked: 2,186 times | Joined on Dec 2009 @ Hellsinki, Finland
#224
And immidiately uploaded 0.9-15 since I accidently broke the background changer in previous release :-P
__________________
If you're rich and you think I deserve a cold beer, you may donate one or two :-P

80's style stadium rock is back - FIRENOTE
Hi-Octane heavy metal - FORCE MAJEURE
 

The Following User Says Thank You to d-iivil For This Useful Post:
Posts: 539 | Thanked: 165 times | Joined on Feb 2010 @ Berlin, Germany
#225
Just want to say thank you again for your great app!
 
Posts: 114 | Thanked: 51 times | Joined on Jul 2010 @ finland
#226
just updated to 0.9-15. it doesnt show thumbnails in the backround selectingthing anymore..
 
d-iivil's Avatar
Posts: 2,154 | Thanked: 2,186 times | Joined on Dec 2009 @ Hellsinki, Finland
#227
Originally Posted by thej80 View Post
just updated to 0.9-15. it doesnt show thumbnails in the backround selectingthing anymore..
Yep, that's unfortunate downside of running the customizer with root powers (which is required to be able to modify theme images)
__________________
If you're rich and you think I deserve a cold beer, you may donate one or two :-P

80's style stadium rock is back - FIRENOTE
Hi-Octane heavy metal - FORCE MAJEURE
 
Posts: 176 | Thanked: 110 times | Joined on Jul 2010
#228
After the 0.9-14 update I can't access the theme customoizer settings I have subsequently updated it to 0.9-15 still can't access it. The Icon background is not there so I am assuming its running in the background.I have rebooted my n900 a number of times to no avail
 
Posts: 114 | Thanked: 51 times | Joined on Jul 2010 @ finland
#229
Originally Posted by D-Iivil View Post
Yep, that's unfortunate downside of running the customizer with root powers (which is required to be able to modify theme images)
but i think i saw them in 0.9-13 version..
 
d-iivil's Avatar
Posts: 2,154 | Thanked: 2,186 times | Joined on Dec 2009 @ Hellsinki, Finland
#230
Originally Posted by thej80 View Post
but i think i saw them in 0.9-13 version..
Yep, that was still using ImageMagick + shell script to do the job.
__________________
If you're rich and you think I deserve a cold beer, you may donate one or two :-P

80's style stadium rock is back - FIRENOTE
Hi-Octane heavy metal - FORCE MAJEURE
 

The Following User Says Thank You to d-iivil For This Useful Post:
Reply


 
Forum Jump


All times are GMT. The time now is 06:56.