[Ubuntu-phone] Bug: the uppercase button on the virtual keyboard, isn't always available

2013-07-17 Thread Jasper Aikema
He all,

I tried to file a bug i found (but I wasn't allowed).

I had this problem, and solved it already. You can find the patch as an
attachment.



When you type a text in Ubuntu Touch and switch to the symbols and
numbers mode (by ?123), and the switch to the second part (by 1/2), and
then switch back to the letter mode. You are not able to use capital
letters anymore.

You can fix it by switching to the symbols and numbers mode again, and
change tot the first part (by klicking on 2/2). And then switch back to
the letter mode.




There are some more issues with the keyboard. The capslock doesn't work
correctly (you won't see anything diverent, only uppercase, no
lowercase). I will look into this.

Greetings,

Jasper
=== modified file 'nemo-keyboard/org/nemomobile/EnglishPortrait.qml'
--- nemo-keyboard/org/nemomobile/EnglishPortrait.qml	2013-02-19 14:59:01 +
+++ nemo-keyboard/org/nemomobile/EnglishPortrait.qml	2013-02-23 23:32:24 +
@@ -83,7 +83,7 @@
 
 ShiftKey {
 state: {
-if (inSymView || inSymView2)
+if (inSymView)
 return "SYMBOLS"
 else if (isShifted) {
 if (isShiftLocked)

-- 
Mailing list: https://launchpad.net/~ubuntu-phone
Post to : ubuntu-phone@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-phone
More help   : https://help.launchpad.net/ListHelp


Re: [Ubuntu-phone] Daily builds

2013-02-26 Thread Jasper Aikema
Thanks.

Is it possible to see what base is used?
I want to know the changes between the builds. So I can check the fixes
or new bugs.

The daily build from today, will break my Wifi. I am not able to connect
to my network.

Jasper

> Great job.
> we love it.
> btw when can use apt-get update and upgrade
> 
> On Wed, Feb 27, 2013 at 12:52 AM, Sergio Schvezov
>  wrote:
>> Hey guys, just wanted to mentioned that daily builds are in place. ogra
>> made it so our build servers are checked every hour and if updates are
>> found, it will copy them over to cdimage[0].
>>
>> What this means? Well you can go and break or check out new things as they
>> come.
>>
>> If you get the latest phablet-tools (0.6-0phablet1) you can go and do the
>> following on an image that already has Ubuntu Touch on it:
>>
>> phablet-flash -l
>>
>> I wrote a couple of other things on my blog[1]
>>
>> I think that's all there is to say :-)
>>
>> Cheers
>> Sergio
>>
>> [0] 
>> http://cdimages.ubuntu.com/ubuntu-touch-preview/daily-preinstalled/current/
>> [1] 
>> http://sergiusens.github.com/posts/daily-builds-and-updates-to-phablet-tools.html
>>
>> --
>> Mailing list: https://launchpad.net/~ubuntu-phone
>> Post to : ubuntu-phone@lists.launchpad.net
>> Unsubscribe : https://launchpad.net/~ubuntu-phone
>> More help   : https://help.launchpad.net/ListHelp
> 
> 
> 


-- 
Mailing list: https://launchpad.net/~ubuntu-phone
Post to : ubuntu-phone@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-phone
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-phone] manage-address-books.py gives a gi._glib.GError error

2013-02-26 Thread Jasper Aikema
Hello,

When I try to remove the default contacts or recreate them with the
manager-address-books.py script, it give me an error.

root@localhost:~# manage-address-books.py delete
/usr/lib/python2.7/dist-packages/gi/types.py:76: Warning:
g_object_unref: assertion `G_IS_OBJECT (object)' failed
  return info.invoke(cls, *args, **kwargs)
Traceback (most recent call last):
  File "/usr/bin/manage-address-books.py", line 45, in 
source_registry = EDataServer.SourceRegistry.new_sync(None)
  File "/usr/lib/python2.7/dist-packages/gi/types.py", line 76, in
constructor
return info.invoke(cls, *args, **kwargs)
gi._glib.GError: Error spawning command line `dbus-launch
--autolaunch=1a0fc8fc72e868fa7086831a512bdc65 --binary-syntax
--close-stderr': Child process exited with code 1

Does someone know why this happens?

Kind regards,

Jasper Aikema

-- 
Mailing list: https://launchpad.net/~ubuntu-phone
Post to : ubuntu-phone@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-phone
More help   : https://help.launchpad.net/ListHelp


Re: [Ubuntu-phone] manage-address-books.py gives a gi._glib.GError error

2013-02-26 Thread Jasper Aikema
Op 26-02-13 22:46, Bill Filler schreef:
> On 02/26/2013 04:33 PM, Jasper Aikema wrote:
>> Hello,
>>
>> When I try to remove the default contacts or recreate them with the
>> manager-address-books.py script, it give me an error.
>>
>> root@localhost:~# manage-address-books.py delete
>> /usr/lib/python2.7/dist-packages/gi/types.py:76: Warning:
>> g_object_unref: assertion `G_IS_OBJECT (object)' failed
>>   return info.invoke(cls, *args, **kwargs)
>> Traceback (most recent call last):
>>   File "/usr/bin/manage-address-books.py", line 45, in 
>> source_registry = EDataServer.SourceRegistry.new_sync(None)
>>   File "/usr/lib/python2.7/dist-packages/gi/types.py", line 76, in
>> constructor
>> return info.invoke(cls, *args, **kwargs)
>> gi._glib.GError: Error spawning command line `dbus-launch
>> --autolaunch=1a0fc8fc72e868fa7086831a512bdc65 --binary-syntax
>> --close-stderr': Child process exited with code 1
>>
>> Does someone know why this happens?
> Try running it as user phablet as the database exists only for that user
> 
> #su - phablet
> then run the script
> 
> 
> 
>>
>> Kind regards,
>>
>> Jasper Aikema
>>
> 

As user phablet, i get a Connection refused message:

phablet@localhost:~$ manage-address-books.py delete
/usr/lib/python2.7/dist-packages/gi/types.py:76: Warning:
g_object_unref: assertion `G_IS_OBJECT (object)' failed
  return info.invoke(cls, *args, **kwargs)
Traceback (most recent call last):
  File "/usr/bin/manage-address-books.py", line 45, in 
source_registry = EDataServer.SourceRegistry.new_sync(None)
  File "/usr/lib/python2.7/dist-packages/gi/types.py", line 76, in
constructor
return info.invoke(cls, *args, **kwargs)
gi._glib.GError: Could not connect: Connection refused


-- 
Mailing list: https://launchpad.net/~ubuntu-phone
Post to : ubuntu-phone@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-phone
More help   : https://help.launchpad.net/ListHelp


Re: [Ubuntu-phone] [Design] [Calendar] Calendar key journeys

2013-02-27 Thread Jasper Aikema
On Wed, Feb 27, 2013 at 3:58 PM, Michael Wild  wrote:

>
>
> On Wed, Feb 27, 2013 at 2:30 PM, Gilbert Röhrbein wrote:
>
>> On 27.02.2013 13:39, Calum K Pringle wrote:
>>
>>> We've just posted some key journeys for the calendar app on our blog;
>>> let us know what you think! Check it out ;
>>> http://design.canonical.com/**2013/02/app-patterns-applied-**
>>> calendar-key-journeys/
>>>
>>
>> I am unsure about following section:
>>
>> Compress the month view into a week view
>>
>> * Scrolling up on diary view, collapses the month view into one row,
>> showing one week only and giving more space to display your events
>>
>> When I scroll down on diary view, it scrolls down to the evening. When I
>> scroll up, it scrolls to the morning. When I scroll up and it is already at
>> the upper limit, it squeezes the month to a week. Am I right about this?
>>
>> Gilbert
>>
>
> I would expect just the opposite: moving the finger down scrolls to the
> morning, moving it up to the evening. This would match the "pulling"
> analogy used by all touch interfaces I know about. Doing it the other way
> around would be very surprising to most users, despite being consistent
> with conventional desktop interfaces (ignoring the "natural scrolling"
> thing introduced by OS X Lion).
>
> Michael
>

I would expect that you will squeezes the month into week view when you go
over the event line (and drags it up). You don't want to squeeze it when
you are on the upper limit.

Jasper
-- 
Mailing list: https://launchpad.net/~ubuntu-phone
Post to : ubuntu-phone@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-phone
More help   : https://help.launchpad.net/ListHelp


Re: [Ubuntu-phone] [Design] [Calendar] Calendar key journeys

2013-02-27 Thread Jasper Aikema
On Wed, Feb 27, 2013 at 4:43 PM, Gilbert Röhrbein wrote:

> On 27.02.2013 16:23, Jasper Aikema wrote:
>
>> On Wed, Feb 27, 2013 at 2:30 PM, Gilbert Röhrbein
>> mailto:payl...@lavabit.com>> wrote:
>> When I scroll down on diary view, it scrolls down to the
>> evening. When I scroll up, it scrolls to the morning. When I
>> scroll up and it is already at the upper limit, it squeezes the
>> month to a week. Am I right about this?
>>
>> I would expect that you will squeezes the month into week view when you
>> go over the event line (and drags it up). You don't want to squeeze it
>> when you are on the upper limit.
>>
>
> I think this differs a lot to the shown interaction:
>
> http://design.canonical.com/**wp-content/uploads/collapsing_**
> month_into_a_week.jpg<http://design.canonical.com/wp-content/uploads/collapsing_month_into_a_week.jpg>
>
> Do you propose a different way of interaction? I think by "event line" you
> mean the row labeled with "Events", right?
>
>
> Gilbert
>

I proposed the same. There are two ways to do this (in my opion).

1. You scroll up until you reach the first (or last) item from this day.
When you scroll a little bit more up, the month view will collapse into day
view. If you scroll, you can do this in the diary view section.
2. When you do it like above, you can scroll up and down like before. But
when scroll after you hit the first (or last) item of this day. You won't
be able to collapse the month view. You can only collapse it when you go
over the event line (the row labeled with "Events"). This is to prevent ppl
to accidental collapsing the calender view, when there are no more items on
the diary section.

I think the second way is better, but that is just my opinion.
-- 
Mailing list: https://launchpad.net/~ubuntu-phone
Post to : ubuntu-phone@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-phone
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-phone] ubuntu-clock-app: Who designed it and what is the idea behind it?

2013-02-28 Thread Jasper Aikema
Hi all,

I started working on the clock app (for now the stopwatch tab). But i
don't understand the design.

There is the clock face, with 1 hand. Is this is hour hand or the minute
hand? What about the outer coulored thing. Is this the minutes or maybe
the milliseconds?

And what about the time above, the last digits (89), should this be
seconds or milliseconds? What will happen when you touch the Lap button.
Where does the lap times go?

Can someone tell me more about it?

Kind regards,

Jasper Aikema

-- 
Mailing list: https://launchpad.net/~ubuntu-phone
Post to : ubuntu-phone@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-phone
More help   : https://help.launchpad.net/ListHelp


Re: [Ubuntu-phone] ubuntu-clock-app: Who designed it and what is the idea behind it?

2013-03-01 Thread Jasper Aikema
Hi Mika,

That does help me. Thank you for it.

Please keep me in the loop, I want to help with this application.
It is a good starting point for me, because it is not to difficult to
program.

Jasper

On Fri, Mar 1, 2013 at 3:26 PM, Mika Meskanen
wrote:

> Hi Jasper,
>
> As to the stopwatch clock face – please have a look at this schematic
> http://ubuntuone.com/4gJPTZOpphfMF4zXnQG0aP
>
> Regarding laps, we're iterating the clock app as we speak. Please bear
> with us :)
>
> Hope that helps!
>
> Thanks,
> Mika
>
>
> On 28 February 2013 21:47, Jasper Aikema  wrote:
>
>> Hi all,
>>
>> I started working on the clock app (for now the stopwatch tab). But i
>> don't understand the design.
>>
>> There is the clock face, with 1 hand. Is this is hour hand or the minute
>> hand? What about the outer coulored thing. Is this the minutes or maybe
>> the milliseconds?
>>
>> And what about the time above, the last digits (89), should this be
>> seconds or milliseconds? What will happen when you touch the Lap button.
>> Where does the lap times go?
>>
>> Can someone tell me more about it?
>>
>> Kind regards,
>>
>> Jasper Aikema
>>
>> --
>> Mailing list: https://launchpad.net/~ubuntu-phone
>> Post to : ubuntu-phone@lists.launchpad.net
>> Unsubscribe : https://launchpad.net/~ubuntu-phone
>> More help   : https://help.launchpad.net/ListHelp
>>
>
>
> --
> Mailing list: https://launchpad.net/~ubuntu-phone
> Post to : ubuntu-phone@lists.launchpad.net
> Unsubscribe : https://launchpad.net/~ubuntu-phone
> More help   : https://help.launchpad.net/ListHelp
>
>
-- 
Mailing list: https://launchpad.net/~ubuntu-phone
Post to : ubuntu-phone@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-phone
More help   : https://help.launchpad.net/ListHelp


Re: [Ubuntu-phone] [App] WhatsApp for Ubuntu Phone (alpha)

2013-03-02 Thread Jasper Aikema
Hi,

Pretty nice. Does it integrade with the os? Like contact list and the
messages app?

Jasper

Op 2 mrt. 2013 om 15:27 heeft Matthias Gehre  het
volgende geschreven:

> Hi,
>
> I wrote a WhatsApp client "WhosThere" for Ubuntu phone (and Ubuntu).
>
> [Intro]
> It's implemented in C++/QML/Javascript communicating with it's backend
> yowsup (open-source WhatsApp library for N9) via dbus.
>
> Current version is very alpha. What works:
> - Registering a mobile number with the Whatsapp service
> - Sending and Receiving Messages (no images, group chat or other fancy stuff).
> - Delivery notifications
> - Credentials and Messages are saved/loaded to LocalStorage.
> - Demo mode that you can try without registering (but you cannot
> actually send/receive anything)
>
> [Howto]
> Source is at [1] and [2]. You can also use the ppa at [3]. (includes
> armhf builds). Screenshots are at [4].
>
> Then: Start WhosThere from the shell:
>  whosthere --desktop_file_hint /usr/share/applications/whosthere.desktop
>
> You should also start yowsupd from the shell. It would be
> automatically started by dbus activation, but from shell you can see
> the debug messages, as error reporting is currently a bit scarce.
>
> First generate a password for your mobile number (Lower part of main
> screen). This involves two steps: 1. Requesting a code from WhatsApp,
> which is sent via text to your mobile number. 2. Verifying that code
> to obtain a password.
> Attention: You cannot use the same mobile number from different
> devices at the same time. Generating a new password invalidates the
> old one.
>
> You can then use this password together with your mobile number in the
> upper part of WhosThere. Note that in the lower part, country code and
> mobile number are separated, whereas in the upper part country code
> plus mobile number is required. In all case, there are no leading
> zeros.
>
>
> [Not working]
> - In the current version, you can not add contacts by yourself, but
> they will be automatically created once you receive a message from
> them. Afterwards you can click on the contact to go to conversation
> view and answer.
> - Logout
> - ...
>
> [Project members needed]
> I would be very happy if one can help me with:
> - the design (obviously)
> - the design (I cannot stress that enough)
> - coding
> - what you feel worthwhile
> If interested, you can also reach me on irc in #ubuntu-touch, username matge.
>
> Best wishes,
> Matthias
>
> [1] https://github.com/mgehre/yowsup
> [2] https://github.com/mgehre/whosthere
> [3] ppa:m-gehre/ppa
> [4] http://imageshack.us/g/1/10040649/
>
> --
> Mailing list: https://launchpad.net/~ubuntu-phone
> Post to : ubuntu-phone@lists.launchpad.net
> Unsubscribe : https://launchpad.net/~ubuntu-phone
> More help   : https://help.launchpad.net/ListHelp

-- 
Mailing list: https://launchpad.net/~ubuntu-phone
Post to : ubuntu-phone@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-phone
More help   : https://help.launchpad.net/ListHelp