Active Topics

 



Notices


Reply
Thread Tools
Posts: 466 | Thanked: 661 times | Joined on Jan 2009
#41
Okay, nevermind what I posted before. I got the buttonbox to do what I want using size policy properties. I'll use the standard buttons and it should look native and should work in portrait mode.


qt-dialog-portrait-test by brander snaxe, on Flickr
 

The Following 3 Users Say Thank You to jackburton For This Useful Post:
Posts: 21 | Thanked: 42 times | Joined on Jan 2010
#42
Originally Posted by jackburton View Post
Not sure what's going on. Nothing in that data looks bad to me. I compared both my N900 and scratchbox and all those values seem valid.

I'll put in a workaround in the code if the API fails to give the calendar.
getDefaultCalendar ordinarily actually gives you the "Private" calendar, which that user seems to have deleted.

You could consider using getSynchronizedCalendar instead of getDefaultCalendar, since getSynchronizedCalendar gives you the main calendar. It's what I used in syncevolution.
 

The Following 2 Users Say Thank You to ovekaaven For This Useful Post:
Posts: 466 | Thanked: 661 times | Joined on Jan 2009
#43
Originally Posted by ovekaaven View Post
getDefaultCalendar ordinarily actually gives you the "Private" calendar, which that user seems to have deleted.

You could consider using getSynchronizedCalendar instead of getDefaultCalendar, since getSynchronizedCalendar gives you the main calendar. It's what I used in syncevolution.
Thanks! Makes sense. I personally prefer my default tasks going to the Private, but your point is valid. I will likely make the synchronized calendar the default and then fall back to default, and then fall back to the first calendar. But now it makes me think I should add a preference for the user to decide default calendar. I could even extend the preference to be per folder.
 
Posts: 1,680 | Thanked: 3,685 times | Joined on Jan 2011
#44
c'mon jack, don't quit on me now!

Also, what about blocking tasks?

i.e. project requires tasks A, B and C be completed.
Task B REQUIRES task A to be completed before task B can be started.
Task C can be completed at any time.

Thus, Task B is 'hidden' from current tasks till A is completed.

So, the current task list might look like 'A and C' to be completed (because B is hidden till A is done). What do you think?
__________________
N900: One of God's own prototypes. A high-powered mutant of some kind never even considered for mass production. Too weird to live, and too rare to die.
 
Posts: 466 | Thanked: 661 times | Joined on Jan 2009
#45
Originally Posted by vi_ View Post
c'mon jack, don't quit on me now!

Also, what about blocking tasks?

i.e. project requires tasks A, B and C be completed.
Task B REQUIRES task A to be completed before task B can be started.
Task C can be completed at any time.

Thus, Task B is 'hidden' from current tasks till A is completed.

So, the current task list might look like 'A and C' to be completed (because B is hidden till A is done). What do you think?
I am definitely not quitting. Fremantle is my platform of choice until something comes along that can match what it does for me.

Work has been killing me lately. That's all.

I have made progress based on my last roadmap update. Rotation is almost done. Alarms will be there, too. I'm adding some other small enhancements that I need for myself (hehe I'm selfish at times). I've also been spending some random time toying with the notion of doing a full calendar replacement, but that just isn't going to happen before maecaltasks gets further along.

Now, onto your idea. What's funny is that I woke up in the middle of last night and actually thought that I needed to add something as you suggest. Basically a dependency field. I thought up two views for this:
  • The NEXT list -> for a given folder, show what's next do to. This can be by date, priority, dependency
  • Gantt View -> same as NEXT list, but in a graphical report


Now, I'm also thinking that for a given folder, it would be nice to "flatten" the folders below. This would allow one to see "all undone tasks" in the parent for example in one list. I know this is one that I would use. My example use case is a shopping list. I regularly go to Target or Costco for certain items. And I also have routine items I pick up and also "one off" items I need on my next and only visit. In the current version I would structure it like this:


Shopping List
Target
Next Visit
One off item
Routine
Routine item 1
Routine item 2
Now, my idea is to add a "flat" view for the folder. This is basically select * from children order by whatever, etc. The result would look like this:

Shopping List
Target
One off item
Routine item 1
Routine item 2
In this way you can have structured shopping lists, but when it comes time to shop, there is one easy view to shop with. This same "flatten" concept could be used to take a hierarchical project plan and display all the "next" items regardless of the child folder.

I have lots of ideas on my internal roadmap. I'm not sure which ones the community would want first. For example, I have an idea on how to add recurring tasks in a way that may actually sync when using syncml (by creating instances of new tasks). Or linking a task to a calendar event if you want to timebox an activity in your plan.

These are all doable. It's a matter of timing and priority.

I can start to formalize my internal list and ask for feedback on what to include in next versions. I also welcome your new ideas. Meantime, I need to wrap up the .1 items with rotation and alarms out to the users.
 

The Following 2 Users Say Thank You to jackburton For This Useful Post:
Posts: 1,680 | Thanked: 3,685 times | Joined on Jan 2011
#46
I keenly await the addition of a donate button so that I may supply you with some beer tokens.
__________________
N900: One of God's own prototypes. A high-powered mutant of some kind never even considered for mass production. Too weird to live, and too rare to die.
 
Posts: 1,680 | Thanked: 3,685 times | Joined on Jan 2011
#47
Have a play with this. This is the absolute best task list thing I know off:

http://mgsd.tiddlyspot.com/demo3.html

Unfortunately it is completely self contained and doesn't integrate with anything.
__________________
N900: One of God's own prototypes. A high-powered mutant of some kind never even considered for mass production. Too weird to live, and too rare to die.
 
Posts: 466 | Thanked: 661 times | Joined on Jan 2009
#48
Originally Posted by vi_ View Post
Have a play with this. This is the absolute best task list thing I know off:

http://mgsd.tiddlyspot.com/demo3.html

Unfortunately it is completely self contained and doesn't integrate with anything.
Looks like it is GTD, right? Contexts are in my road map for sure.

I'm have also designed a "view" engine where somebody can write their own SQL filter (or get help from me/community on syntax) to create their own views. I believe the combination of "flat" lists with "views" should allow enough flexibility to create good workflows.

For example, I want to write my own view that says "show me all the tasks I have that are due this weekend, but only this weekend." I would name this view "This weekend" and I can always see what's on my plate in my next free time window.
 

The Following User Says Thank You to jackburton For This Useful Post:
artpra's Avatar
Posts: 158 | Thanked: 355 times | Joined on Sep 2011
#49
Originally Posted by jackburton View Post
text text text full calendar replacement text text text
MEGAFCUKINGTON!!!!111one!!1one

Please take this advice: don`t forget to organize some donation form when You start that.
 
Posts: 466 | Thanked: 661 times | Joined on Jan 2009
#50
Dialogs will look like this in portrait. I found a way to use the native dialog action buttons. In landscape, the buttons appear on the right as they do now.


Fremantle qt dialog portrait by brander snaxe, on Flickr


Fremantle qt portrait dialog by brander snaxe, on Flickr
 

The Following User Says Thank You to jackburton For This Useful Post:
Reply


 
Forum Jump


All times are GMT. The time now is 12:02.