<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>development on pinniini</title>
    <link>https://pinniini.fi/categories/development/</link>
    <description>Recent content in development on pinniini</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en</language>
    <lastBuildDate>Fri, 20 May 2022 06:56:33 +0300</lastBuildDate><atom:link href="https://pinniini.fi/categories/development/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Sailfish app updates</title>
      <link>https://pinniini.fi/posts/2022/2022-05-20-sailfish-app-updates/</link>
      <pubDate>Fri, 20 May 2022 06:56:33 +0300</pubDate>
      
      <guid>https://pinniini.fi/posts/2022/2022-05-20-sailfish-app-updates/</guid>
      <description>SailTrivia Support for Sailjail app sandboxing is now implemented. This means that the application now stores configs and data to new proper locations and asks only for Internet-permission.
Teksti-TV Support for Sailjail app sandboxing is now implemented. This means that the application now stores configs and data to new proper locations and asks only for Internet-permission. As a new feature user can open teletext pages in a view where zooming is possible with pinch or double tap.</description>
    </item>
    
    <item>
      <title>Upcoming Slideshow 2.0 update</title>
      <link>https://pinniini.fi/posts/2021/2021-08-18-upcoming-slideshow-update/</link>
      <pubDate>Sat, 28 Aug 2021 09:41:35 +0300</pubDate>
      
      <guid>https://pinniini.fi/posts/2021/2021-08-18-upcoming-slideshow-update/</guid>
      <description>Big 2.0 update for the Slideshow app is almost done. The app has gone through almost complete rewrite and the app workflow is now different. Instead of selecting a folder and showing pictures in it (which is still possible) user can now create and save slideshows containing specific pictures and background music!
Features  quickly select a folder and play a slideshow with the pictures in the folder create and save slideshows  select the images select the background music   user-adjustable slideshow interval looping of pictures random order for the slideshow slideshow is also viewable from the app cover            List Editor Editor    </description>
    </item>
    
    <item>
      <title>How to populate Sailfish Silica ComboBox</title>
      <link>https://pinniini.fi/posts/2019/2019-08-26-populate-sailfish-silica-combobox/</link>
      <pubDate>Mon, 26 Aug 2019 21:49:27 +0300</pubDate>
      
      <guid>https://pinniini.fi/posts/2019/2019-08-26-populate-sailfish-silica-combobox/</guid>
      <description>The easy way to do it, if you know what the items are in the combobox, is to just add MenuItems to the menu of the combobox.
ComboBox { id: combo width: 200 label: &amp;#34;Combobox label&amp;#34; menu: ContextMenu { MenuItem { text: &amp;#34;Banana&amp;#34; onClicked: console.debug(&amp;#34;Banana&amp;#34; + &amp;#34;, &amp;#34; + &amp;#34;Yellow&amp;#34;) } MenuItem { text: &amp;#34;Apple&amp;#34; onClicked: console.debug(&amp;#34;Apple&amp;#34; + &amp;#34;, &amp;#34; + &amp;#34;Green&amp;#34;) } MenuItem { text: &amp;#34;Coconut&amp;#34; onClicked: console.debug(&amp;#34;Coconut&amp;#34; + &amp;#34;, &amp;#34; + &amp;#34;Brown&amp;#34;) } } Or you can use Repeater if you have a ListModel containing the combobox items.</description>
    </item>
    
  </channel>
</rss>
