Re: [fossil-users] Fossil for Android?

2011-02-26 Thread Steve Dalton
Hi Timothy

I've been thinking the android stuff too lately - I think I aluded to
this in one of the other threads. I don't think it would be too hard -
anyone else tried?, there are a few threads on how to port things to
android which might give some clues and sqlite is a common backend on
a lot of android apps so I know at least that bit works.

I was currently thinking of a GTD like task manager that could use
Fossil as a repository - tasks in tickets and wiki for notes. Why use
fossil? Well you automatically get all the syncing stuff up to remote
repos and you can clone/sync it between devices nicely.

Steve


On Sun, Feb 27, 2011 at 2:53 PM, Timothy Brown  wrote:
> For your consideration,
>
> How hard would it be to build Fossil for Android?  For that matter how hard
> would it be to get Fossil built for iOS?
> With all these Android tablets about to burst on the scene it would be nice
> to be able to take cloned repositories with you (if you start using tablets
> more than notebooks).
>
> Taking your code/presentations/papers with you in a cloned Fossil repository
> would be nice.
>
> Just trying to stir the pot...to get Fossil more places and seen by more
> developers.  It would be cool to see Android and iOS listed in the downloads
> section.
>
> Thanks,
>
> Timothy F. Brown
>
> ___
> fossil-users mailing list
> fossil-users@lists.fossil-scm.org
> http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users
>
>



-- 
Refactor
Engage. Succeed. Repeat.
PO Box 802, Labrador, Q 4215, Australia
tel: +61 (0)7 5668 3424 web: refactor.com.au
___
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users


[fossil-users] Fossil for Android?

2011-02-26 Thread Timothy Brown
For your consideration,

How hard would it be to build Fossil for Android?  For that matter how hard 
would it be to get Fossil built for iOS?
With all these Android tablets about to burst on the scene it would be nice to 
be able to take cloned repositories with you (if you start using tablets more 
than notebooks).  

Taking your code/presentations/papers with you in a cloned Fossil repository 
would be nice.

Just trying to stir the pot...to get Fossil more places and seen by more 
developers.  It would be cool to see Android and iOS listed in the downloads 
section. 

Thanks,

Timothy F. Brown
___
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users


Re: [fossil-users] addiing date pickers to fossil date fields.

2011-02-26 Thread Ron Wilson
Orignally, I did do that (just as you did), but everyone who tried
both IE 7 and one of the other browsers said (1) they liked the
Javascript picker better, and (2) it would be more consistent for
everyone to use the same date picker.

On Sat, Feb 26, 2011 at 4:14 AM, Stephen De Gabrielle
 wrote:
> Thanks, looks good.
>
> Can I suggest using input type="date" so you get the browsers inbuilt
> date-picker.
> -Adding the type="date" support detection is also a necessity.
___
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users


Re: [fossil-users] addiing date pickers to fossil date fields.

2011-02-26 Thread Stephen De Gabrielle
Thanks, looks good.

Can I suggest using input type="date" so you get the browsers inbuilt
date-picker.
-Adding the type="date" support detection is also a necessity.

S.


On Thursday, February 24, 2011, Ron Wilson  wrote:
> On Wed, Feb 2, 2011 at 12:03 PM, Stephen De Gabrielle
>  wrote:
>> Just sharing a little work I did add date-pickers to fossil. It is easy
>> mis-type a date, and this provides a littel validation for when I do reports
>
> I found a much lighter weight alternative to jquery. I had to modify
> the date format and adjust the positioning of the calendar. The
> positioning code I ended up with does not seem correct, but the result
> where I work (a mix of FireFox 3.6, Chrome and IE 7) is acceptable,
> however, I would not be surprised if any of you got wildly different
> results. YMMV.
>
> In my Edit Ticket, I put the targetdate field:
>
>  onFocus="javascript:GetDate(this)" />
>
> The date picker and its CSS are attached.
>

-- 

--
Stephen De Gabrielle
stephen.degabrie...@acm.org
Telephone +44 (0)20 85670911
Mobile+44 (0)79 85189045
http://www.degabrielle.name/stephen
___
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users