Reply
Thread Tools
Guest | Posts: n/a | Thanked: 0 times | Joined on
#41
Originally Posted by Manatus View Post
This is getting heavily off-topic and will require a thread of its own. But I'll make this last remark here...

I started looking through qml code of jolla-calendar app to get some grasp how it works.

Looks like the agenda view has already been under construction:

You can enable the existing version by uncommenting this part

Code:
            /* Disabled for now
            MenuItem {
                //% "Show agenda"
                text: qsTrId("calendar-me-show_agenda")
                onClicked: pageStack.push("AgendaPage.qml", {date: datePicker.date})
            }
            */
in /usr/share/jolla-calendar/pages/MonthPage.qml.

After that restart the calendar and you get agenda selection in pulldown menu. It shows upcoming meetings for next 7 days.

Currently it is dependent on selected day in montly view, though. If you select another day, and then go to agenda, the view starts from that day onwards. This is disorienting and can be considered as a bug. It is too easy to select other day accidentally on the first page and miss events because of that.

There probably are other bugs too.
Easy to change that to always show schedult from current date:

Change

Code:
onClicked: pageStack.push("AgendaPage.qml", {date: datePicker.date})
to:

Code:
onClicked: pageStack.push("AgendaPage.qml", {date: datePicker.date = new Date()})
Then it will always show the schedule from current date
 

The Following 3 Users Say Thank You to For This Useful Post:
Posts: 1,269 | Thanked: 3,961 times | Joined on May 2011 @ Brazil
#42
Sailfish OS v1.0.8.19, Tahkalampi, officialy released :
https://together.jolla.com/question/...19-tahkalampi/
In SailfishOS.org Devel mailing list :
https://lists.sailfishos.org/piperma...ly/004727.html

Whats new?
- Easily switch between open Android apps in the homescreen by tapping on their respective active covers i.e they are no longer grouped into one cover (experimental 1)
- Add shortcuts to webpages in the app launcher area
- Set separate synchronization schedules per mail account
- Upload multiple files via Browser and be able to to filter files by file type during file selection
- Define email signature and sender name per account
- Save unsent messages as drafts when messages app is pushed to background
- Search word auto-completion in Jolla Store
- Use stroke input method for writing in Chinese
- Define an end date when creating/modifying recurring calendar events
- Artist search support in Media player
1 This feature is experimental. You may face some issues while interacting with open Android apps, for e.g while running concurrent apps playing audio, closing apps that have been in the background for days etc.
__________________
Python, C/C++, Qt and CAS developer. For Maemo/MeeGo/Sailfish :
Integral, Derivative, Limit - calculating mathematical integrals, derivatives and limits. SymPy - Computer Algebra System.
MatPlotLib - 2D & 3D plots in Python. IPython - Python interactive shell.
-- My blog about mobile & scientific computing ---
Sailfish : Sony Xperia X, Gemini, Jolla, Jolla C, Jolla Tablet, Nexus 4. Nokia N9, N900, N810.

Last edited by rcolistete; 2014-07-14 at 15:05.
 

The Following 18 Users Say Thank You to rcolistete For This Useful Post:
shallimus's Avatar
Posts: 568 | Thanked: 969 times | Joined on Dec 2009 @ Toronto
#43
Originally Posted by rcolistete View Post
Sailfish OS v1.0.8.19, Tahkalampi, officialy released
Nothing yet, so now we play the [irrationally impatient] waiting game.

Save as draft on minimise - nice.

Some calendar improvements, too:
Enhanced day view: sparser background, support for 12h clock, all-day events shown right aligned near the top right corner when active
App cover no longer displays already occurred events
'Edit' option is now available in the context menu (in addition to 'Delete')
Good long list of bugfixes, too, although reading though them I don't think any of them affect me very deeply.

Kudos to Jolla for keeping it coming. Hope for lots more from them after their well-deserved summer break.
__________________
tinfoilhat.dll: Trojan horse detected
Sailfish want list: calendar bugfixes, glanceable agenda, Swype or similar
Evolution continues (but we're still pre-Cambrian)

 
benny1967's Avatar
Posts: 3,790 | Thanked: 5,718 times | Joined on Mar 2006 @ Vienna, Austria
#44
No glance screen though... people need to use the command line workaround that was shown before.

Wonder why the glance-screen related question was tagged "jul14" only a week ago by one of the jolla moderators?
 

The Following 2 Users Say Thank You to benny1967 For This Useful Post:
Morpog's Avatar
Posts: 956 | Thanked: 2,628 times | Joined on Nov 2011
#45
Maybe they found a showstopper bug
 
Posts: 45 | Thanked: 78 times | Joined on Dec 2013 @ Bruxelles
#46
Originally Posted by benny1967 View Post
No glance screen though... people need to use the command line workaround that was shown before.

Wonder why the glance-screen related question was tagged "jul14" only a week ago by one of the jolla moderators?
You have a tutorial here http://www.jollausers.com/2014/07/vi...es-a-tutorial/

Last edited by b.cloanta; 2014-07-14 at 20:28.
 

The Following User Says Thank You to b.cloanta For This Useful Post:
benny1967's Avatar
Posts: 3,790 | Thanked: 5,718 times | Joined on Mar 2006 @ Vienna, Austria
#47
Originally Posted by b.cloanta View Post
You have a tutorial here http://http://www.jollausers.com/201...es-a-tutorial/
I've seen that, thx. Doesnt explain why it isn't implemented as a new feature in the July update, though. Last minute problems? Or was it never planned and the tagging on tjc just an error? Questions, questions,...
 
HtheB's Avatar
Moderator | Posts: 3,715 | Thanked: 7,419 times | Joined on Dec 2009 @ Bize Her Yer Trabzon
#48
The update is available for everyone now!
__________________
www.HtheB.com
Please donate if you think I'm doing a good job.
 

The Following User Says Thank You to HtheB For This Useful Post:
Guest | Posts: n/a | Thanked: 0 times | Joined on
#49
hehe, as usual mine wont update the "official way", so, here go version --dup again ....
 
Posts: 90 | Thanked: 123 times | Joined on Apr 2012 @ Netherlands
#50
CuteSpotify isn't playing music anymore since the 1.08 update. The dev will try to fix it tomorrow he said.
 
Reply


 
Forum Jump


All times are GMT. The time now is 18:14.