maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Themes (https://talk.maemo.org/forumdisplay.php?f=49)
-   -   [v1.0.2] SailfishOS Theme for Harmattan (https://talk.maemo.org/showthread.php?t=91743)

Mr.Pancake 2013-11-10 13:14

Re: [Announce][WIP] Sailfish Theme for Harmattan
 
Is it possible to style swype keyboard as well?

Ancelad 2013-11-10 13:34

Re: [Announce][WIP] Sailfish Theme for Harmattan
 
Probably 0.0.3 will contain toolbar on top.

Ancelad 2013-11-10 14:00

Re: [Announce][WIP] Sailfish Theme for Harmattan
 
ok, bandits, you'll have toolbar on top in 0.0.3.

mikecomputing 2013-11-10 16:30

Re: [Announce][WIP] Sailfish Theme for Harmattan
 
In my apps, instacatclient, uradio, nfckeyring, I now using:

platformStyle: PageStackWindowStyle {
background: "image://theme/480x854"
backgroundFillMode: Image.Stretch
}

too make it use the new sailfish theme.

But how do I make the popupmenus use the new themes color/image?

Ancelad 2013-11-11 02:48

Re: [Announce][WIP] Sailfish Theme for Harmattan
 
Quote:

Originally Posted by mikecomputing (Post 1385492)
In my apps, instacatclient, uradio, nfckeyring, I now using:

platformStyle: PageStackWindowStyle {
background: "image://theme/480x854"
backgroundFillMode: Image.Stretch
}

too make it use the new sailfish theme.

But how do I make the popupmenus use the new themes color/image?

Check these files: mapplicationmenustyle.css and mobjectmenustyle.css.

BTW do your apps contain statusbar?

Ancelad 2013-11-11 03:01

Re: [Announce][WIP] Sailfish Theme for Harmattan
 
Again. Some words about N9QT - you can make changes you want AT YOUR OWN RISK, but I will not support tweaked themes, all questions about N9QT will be ignored.

Some tweaks don't work - I think they change blanco and base themes, not Sailfish. So you should ask Schturman, because he is N9QT developer.

Certainly, some N9QT features will be (or already) included in my theme, but I do it myself by some reasons, also my methods are often different from N9QT ones.

You can post here your wishes - what tweaks do you want, etc. And I'll decide "to be or not to be".

Also, you should remember, that this theme is provided to you "as-is".

Ancelad 2013-11-11 03:06

Re: [Announce][WIP] Sailfish Theme for Harmattan
 
About Sailfish-icons. I didn't find normal one. And I'm waiting samples from @caprico.

Ancelad 2013-11-11 06:00

Re: [Announce][WIP] Sailfish Theme for Harmattan
 
Current 0.0.3 changelog
- toolbar is on the top again (without red squares)
- swype-keyboard theme
- original boot-video one-click restorer

Release - this week.

coderus 2013-11-11 06:12

Re: [Announce][WIP] Sailfish Theme for Harmattan
 
@Ancelad its nemomobile icons, not Sailfish. just check nemo. icons are there :)

Ancelad 2013-11-11 06:14

Re: [Announce][WIP] Sailfish Theme for Harmattan
 
@coderus
ok, I'll check it ;)

coderus 2013-11-11 06:21

Re: [Announce][WIP] Sailfish Theme for Harmattan
 
Sailfish have no own iconpack yet. It Nemo icons. Maybe restyled a bit.

Ancelad 2013-11-11 06:48

Re: [Announce][WIP] Sailfish Theme for Harmattan
 
@coderus
caprico works at sailfish-icons :)

mikecomputing 2013-11-11 09:29

Re: [Announce][WIP] Sailfish Theme for Harmattan
 
Quote:

Originally Posted by Ancelad (Post 1385544)
Check these files: mapplicationmenustyle.css and mobjectmenustyle.css.

BTW do your apps contain statusbar?

About the status bar it looks ok screens here example:

https://openrepos.net/sites/default/...1319-34-11.png

But what I want is also to make the menus to look like the core apps when sailfish theme is used :)

So question is if I can tweek this in my QML:s

Code:

Menu {
        id: myMenu
        visualParent: pageStack
        MenuLayout {
            MenuItem { text: qsTr("About InstaCat client"); onClicked: pageStack.push(Qt.resolvedUrl("AboutPage.qml")) }
            MenuItem { text: qsTr("Upload to your InstaCat server"); onClicked: pageStack.push(Qt.resolvedUrl("UploadPage.qml")) }
            MenuItem { text: qsTr("Settings"); onClicked: pageStack.push(Qt.resolvedUrl("SettingsPage.qml")) }
        }
    }


HtheB 2013-11-11 09:35

Re: [Announce][WIP] Sailfish Theme for Harmattan
 
1 Attachment(s)
there is a 'background bug' at the 'transactions' in the dropdown top menu. If you download something or receive/send something from bluetooth, the small place will have the sailfish background of its own

Eminem 2013-11-11 10:56

Re: [Announce][WIP] Sailfish Theme for Harmattan
 
Any way to get 5 row icons and without icon text? Im so used to it that im felling lost in this great looking theme. :D

krywing 2013-11-11 11:29

Re: [Announce][WIP] Sailfish Theme for Harmattan
 
1 Attachment(s)
:)nice theme,but it has many bugs...
wait for the next version
http://talk.maemo.org/attachment.php...1&d=1384169332

abyzthomas 2013-11-11 13:34

Re: [Announce][WIP] Sailfish Theme for Harmattan
 
Quote:

Originally Posted by krywing (Post 1385609)
:)nice theme,but it has many bugs...
wait for the next version
http://talk.maemo.org/attachment.php...1&d=1384169332

This is not really a bug. The missing icons are not default theme icons. If you really need all the icons that came with applications in the sailfish theme, you may need to copy those to the sailfish theme icons folder from the blanco theme icon folder.

Though I do not recommend it, if you really want all the icons to show the blanco theme icons in sailfish, you can link the icons folder under sailfish to the icons folder under blanco.

I HAVE NO IDEA WHAT THIS WILL DO IF YOU UPGRADE SAILFISH THEME. IT COULD EVEN DELETE THE BLANCO ICON FILES. I AM NOT RESPONSIBLE FOR ANY ISSUES.

mv /usr/share/themes/sailfish/meegotouch/icons /usr/share/themes/sailfish/meegotouch/icons.old
ln -s /usr/share/themes/blanco/meegotouch/icons /usr/share/themes/sailfish/meegotouch/icons

Edit: You need to reboot the system to take effect.

Do it on your own risk!

Ancelad 2013-11-11 13:47

Re: [Announce][WIP] Sailfish Theme for Harmattan
 
Guys, just wait for 0.0.3...

aQUICK1 2013-11-11 17:35

Re: [Announce][WIP] Sailfish Theme for Harmattan
 
Quote:

Originally Posted by Ancelad (Post 1385627)
Guys, just wait for 0.0.3...

Great work!, respect to all developers in this project, will try ur new version when it comes out ;)

haider378 2013-11-11 17:52

Re: [Announce][WIP] Sailfish Theme for Harmattan
 
how I can remove boot video, after uninstalling the theme

caprico 2013-11-11 19:52

Re: [Announce][WIP] Sailfish Theme for Harmattan
 
Quote:

Originally Posted by Ancelad (Post 1385570)
@coderus
caprico works at sailfish-icons :)

Absolutely :)*Give it another 2-3 days please. I have been very busy with private live + had to migrate my files to a new computer. Expect about 60 new icons :)

Mikkosssss 2013-11-11 19:54

Re: [Announce][WIP] Sailfish Theme for Harmattan
 
Quote:

Originally Posted by haider378 (Post 1385653)
how I can remove boot video, after uninstalling the theme

Its asked ~5 times in this thread...

Ancelad 2013-11-13 07:23

Re: [Announce][WIP] Sailfish Theme for Harmattan
 
Quote:

Originally Posted by Eminem (Post 1385598)
Any way to get 5 row icons and without icon text? Im so used to it that im felling lost in this great looking theme. :D

Probably. But not in 0.0.3.

Ancelad 2013-11-13 15:02

Re: [Announce][WIP] Sailfish Theme for Harmattan
 
Quote:

Originally Posted by Ancelad (Post 1385910)
Probably. But not in 0.0.3.

I've lied. It will be in 0.0.3. You will configure your menu via N9QT after update.

hugon9 2013-11-13 16:09

Re: [Announce][WIP] Sailfish Theme for Harmattan
 
can't wait for the next version... your theme it's just beautiful, no problems of lag or anything else!

thank you man!

dak_sriv 2013-11-13 18:27

Unsure if this has been logged yet.... The icon under the share screen causes problem.
http://farm4.staticflickr.com/3809/1...a13779ce_o.png

Ancelad 2013-11-13 18:53

Re: [Announce][WIP] Sailfish Theme for Harmattan
 
All red icons mistakes will be fixed in 0.0.3

anig 2013-11-14 06:22

Re: [Announce][WIP] Sailfish Theme for Harmattan
 
The theme seems to lock the homescreen rotation to portrait even if I have it unlocked in homescreen settings. Is it possible to change this?

Ancelad 2013-11-14 07:05

Re: [Announce][WIP] Sailfish Theme for Harmattan
 
I don't use unlocked settings.

Udemzy 2013-11-14 14:02

Re: [Announce][WIP] Sailfish Theme for Harmattan
 
Quote:

Originally Posted by Ancelad (Post 1386022)
I've lied. It will be in 0.0.3. You will configure your menu via N9QT after update.

wouldn't it be nicer for the theme to have its own tweak menu in settings. A menu extension.

Ancelad 2013-11-14 14:41

Re: [Announce][WIP] Sailfish Theme for Harmattan
 
I don't want to do it. You can use N9QT, I'm using default grid.

MarcAnton 2013-11-14 21:01

Re: [Announce][WIP] Sailfish Theme for Harmattan
 
Just installed the theme on my N9, looks really awesome! Great work.
Works flawless so far, thanks.

Gizamkd 2013-11-15 01:22

Re: [Announce][WIP] Sailfish Theme for Harmattan
 
https://fbcdn-sphotos-h-a.akamaihd.n...0e73ba67d66c8f

Ancelad 2013-11-15 05:52

Re: [Announce][WIP] Sailfish Theme for Harmattan
 
Update will coming today, wait a bit.

hugon9 2013-11-15 06:11

Re: [Announce][WIP] Sailfish Theme for Harmattan
 
Quote:

Originally Posted by Ancelad (Post 1386558)
Update will coming today, wait a bit.

"wait a bit? but i want it now!!!"

-homer simpson.

just kidding, take your time my friend.

dak_sriv 2013-11-15 08:40

Re: [Announce][WIP] Sailfish Theme for Harmattan
 
Quote:

Originally Posted by Ancelad (Post 1386072)
All red icons mistakes will be fixed in 0.0.3

Cool, thanks man. Any other way we could help?

Ancelad 2013-11-15 08:42

Re: [Announce][WIP] Sailfish Theme for Harmattan
 
Oh... Swype-theme is too large...

Ancelad 2013-11-15 09:26

Re: [Announce][WIP] Sailfish Theme for Harmattan
 
Ok, sailors, I will provide swype theme separately next week.

Ancelad 2013-11-15 11:11

Re: [Announce][WIP] Sailfish Theme for Harmattan
 
Updated to v.0.0.3

Changelog since 0.0.2:

- fixes in package scripts
- optimized theme size
- fixed red squares instead some icons
- toolbar is on the top again (music-player toolbar is on the bottom, it looks better)
- fixed transfer-widget background
- added feedback-effect to some buttons and menus
- added DD-tweak compatibility (N9QT) - need test
- text-aligment to center in applications menu
- new combobox style
- added 'One-click' bootvideo-changer
- some little fixes in files

REMOVE v0.0.2 (0.0.1) BEFORE INSTALL NEW VERSION!!!

'One-click' bootvideo-changer.

Restore original-bootvideo:
1) Just click icon*. It will change it's name after restoring to 'Original'
http://i.piccy.info/i9/a8a1619bd5665...873/custom.pnghttp://i.piccy.info/a3/2013-11-15-11...13x135-r/i.gif

Replace custom-video
1) Replace bootvideo.mp4 in /home/user/MyDocs/.bootvideo to your own.
2) Click icon. It will replacing original-bootvideo and change it's name after replacing to 'Custom'.

* - it is temporary icon, I will replace it soon.

Also postrm-script will restore original-bootvideo after uninstall.

Read the first post to get update

venomcortx1 2013-11-15 12:32

Re: [Announce][WIP] Sailfish Theme for Harmattan
 
there are some bugs.
http://i59.fastpic.ru/big/2013/1115/...65536c8b86.png
it's friday in calendar.
next - it's saturday
http://i59.fastpic.ru/big/2013/1115/...208265c205.png
next, also in calendar
http://i59.fastpic.ru/big/2013/1115/...3e64206375.png

gallery bugs:
there is a black background.
http://i59.fastpic.ru/big/2013/1115/...f6ccdf086b.png
we increased image, and, it's still here
http://i59.fastpic.ru/big/2013/1115/...b3439b8197.png

but when we lift up the image, it becomes transparent
http://i59.fastpic.ru/big/2013/1115/...11abb2bb26.png

bug in video player. video info button:
http://i59.fastpic.ru/big/2013/1115/...eff3c2dab9.png

& yes. amazing work!


All times are GMT. The time now is 21:23.

vBulletin® Version 3.8.8