Re: [all e/illume based] copy/paste

2009-05-03 Thread Petr Vanek
On Thu, 30 Apr 2009 17:41:16 +1000
Carsten Haitzler (The Rasterman) ras...@rasterman.com (CH(R) wrote:

On Thu, 30 Apr 2009 07:24:55 +0100 Tilman Baumann
til...@baumann.name said:

 
 On 27 Apr 2009, at 02:07, Carsten Haitzler (The Rasterman) wrote:
 
  On Mon, 27 Apr 2009 00:38:20 +0200 Marco Trevisan (Treviño)
  m...@3v1n0.net 
  
  said:
 
  Recent versions of Elementary include a support for easy
  copy/paste actions. I think it's a good example that could be
  ported also to other
  toolkits (wich mostly need patches, BTW).
 
  yes. just hold down your finger for a second and presto.. menu
  (you can paste
  or begin selecting things). the selection is malleable ie the  
  first time when
  there is no selection you define it with a drag. but after that  
  pressing near
  the beginning or end of the selection allows you to adjust it to
  get it right.
  press and hold again for menu to copy or cut or cancel.
  cancel just
  clears the selection and does nothing. copy and cut put that  
  selection in the
  copy buffer, and going anywhere else to paste will paste it.
 
 Wow, nice! But it does only work in text edit fields.
 Not for example in the sms message view text area. Feature
 request... ;)

that's up to the app - but if you look at elementary_test - anchorview
and anchoirblock both are not text fields u can type in - but they are
selectable (they allow selection) and the same thing works. it's up to
the app to allow selection or not - use anchorview widget or just a
simpel label (labels don't allow selection).


it works really well, thank you. the only issue i can see is that if the
text field is somewhere in the middle of the screen then the popup menu
goes under the topbar...

Petr





___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: [all e/illume based] copy/paste

2009-05-03 Thread The Rasterman
On Sun, 3 May 2009 10:34:49 +0200 Petr Vanek van...@penguin.cz said:

 that's up to the app - but if you look at elementary_test - anchorview
 and anchoirblock both are not text fields u can type in - but they are
 selectable (they allow selection) and the same thing works. it's up to
 the app to allow selection or not - use anchorview widget or just a
 simpel label (labels don't allow selection).
 
 
 it works really well, thank you. the only issue i can see is that if the
 text field is somewhere in the middle of the screen then the popup menu
 goes under the topbar...

yeah. that's a generic problem i have to fix with the hoversel - it doesnt
account for window bounds at all. add that to the long list of things to do! :)

-- 
- Codito, ergo sum - I code, therefore I am --
The Rasterman (Carsten Haitzler)ras...@rasterman.com


___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: [all e/illume based] copy/paste

2009-04-30 Thread Tilman Baumann

On 27 Apr 2009, at 02:07, Carsten Haitzler (The Rasterman) wrote:

 On Mon, 27 Apr 2009 00:38:20 +0200 Marco Trevisan (Treviño) m...@3v1n0.net 
 
 said:

 Recent versions of Elementary include a support for easy copy/paste
 actions. I think it's a good example that could be ported also to  
 other
 toolkits (wich mostly need patches, BTW).

 yes. just hold down your finger for a second and presto.. menu (you  
 can paste
 or begin selecting things). the selection is malleable ie the  
 first time when
 there is no selection you define it with a drag. but after that  
 pressing near
 the beginning or end of the selection allows you to adjust it to get  
 it right.
 press and hold again for menu to copy or cut or cancel. cancel  
 just
 clears the selection and does nothing. copy and cut put that  
 selection in the
 copy buffer, and going anywhere else to paste will paste it.

Wow, nice! But it does only work in text edit fields.
Not for example in the sms message view text area. Feature request... ;)

Tilman
___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: [all e/illume based] copy/paste

2009-04-30 Thread The Rasterman
On Thu, 30 Apr 2009 07:24:55 +0100 Tilman Baumann til...@baumann.name said:

 
 On 27 Apr 2009, at 02:07, Carsten Haitzler (The Rasterman) wrote:
 
  On Mon, 27 Apr 2009 00:38:20 +0200 Marco Trevisan (Treviño)
  m...@3v1n0.net 
  
  said:
 
  Recent versions of Elementary include a support for easy copy/paste
  actions. I think it's a good example that could be ported also to  
  other
  toolkits (wich mostly need patches, BTW).
 
  yes. just hold down your finger for a second and presto.. menu (you  
  can paste
  or begin selecting things). the selection is malleable ie the  
  first time when
  there is no selection you define it with a drag. but after that  
  pressing near
  the beginning or end of the selection allows you to adjust it to get  
  it right.
  press and hold again for menu to copy or cut or cancel. cancel  
  just
  clears the selection and does nothing. copy and cut put that  
  selection in the
  copy buffer, and going anywhere else to paste will paste it.
 
 Wow, nice! But it does only work in text edit fields.
 Not for example in the sms message view text area. Feature request... ;)

that's up to the app - but if you look at elementary_test - anchorview and
anchoirblock both are not text fields u can type in - but they are selectable
(they allow selection) and the same thing works. it's up to the app to allow
selection or not - use anchorview widget or just a simpel label (labels don't
allow selection).


-- 
- Codito, ergo sum - I code, therefore I am --
The Rasterman (Carsten Haitzler)ras...@rasterman.com


___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: [all e/illume based] copy/paste

2009-04-29 Thread Petr Vanek
On Mon, 27 Apr 2009 11:07:49 +1000
Carsten Haitzler (The Rasterman) ras...@rasterman.com (CH(R) wrote:

On Mon, 27 Apr 2009 00:38:20 +0200 Marco Trevisan (Treviño)
m...@3v1n0.net said:

 Petr Vanek wrote:
  hi,
  
  has copy/paste been discussed and some solution exist? I tried to
  search through the wiki but no luck. selecting and copying text,
  then pasting in applications doesn't seem to be really possible.
  The minimal typical scenarios would probably be from sms/email to
  another sms/email or web browser and vice-versa. Any ideas?
 
 Recent versions of Elementary include a support for easy copy/paste
 actions. I think it's a good example that could be ported also to
 other toolkits (wich mostly need patches, BTW).

yes. just hold down your finger for a second and presto.. menu (you
can paste or begin selecting things). the selection is malleable ie
the first time when there is no selection you define it with a drag.
but after that pressing near the beginning or end of the selection
allows you to adjust it to get it right. press and hold again for menu
to copy or cut or cancel. cancel just clears the selection and
does nothing. copy and cut put that selection in the copy buffer, and
going anywhere else to paste will paste it.

so it's there in elementary -= handling copy/paste with fingers on a
touchscreen. but other toolkits will have a .. harder time.

this is what i was looking know,

thank you

Petr



___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


[all e/illume based] copy/paste

2009-04-26 Thread Petr Vanek
hi,

has copy/paste been discussed and some solution exist? I tried to
search through the wiki but no luck. selecting and copying text, then
pasting in applications doesn't seem to be really possible. The minimal
typical scenarios would probably be from sms/email to another sms/email
or web browser and vice-versa. Any ideas?

thank you
Petr


___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: [all e/illume based] copy/paste

2009-04-26 Thread Johny Tenfinger
Use ctrl+c and ctrl+v. Works well to me :P
___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: [all e/illume based] copy/paste

2009-04-26 Thread The Rasterman
On Sun, 26 Apr 2009 10:28:44 +0200 Petr Vanek van...@penguin.cz said:

 hi,
 
 has copy/paste been discussed and some solution exist? I tried to
 search through the wiki but no luck. selecting and copying text, then
 pasting in applications doesn't seem to be really possible. The minimal
 typical scenarios would probably be from sms/email to another sms/email
 or web browser and vice-versa. Any ideas?

nothing to do with e/illume, all to do with toolkit.

-- 
- Codito, ergo sum - I code, therefore I am --
The Rasterman (Carsten Haitzler)ras...@rasterman.com


___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: [all e/illume based] copy/paste

2009-04-26 Thread Marco Trevisan (Treviño)
Petr Vanek wrote:
 hi,
 
 has copy/paste been discussed and some solution exist? I tried to
 search through the wiki but no luck. selecting and copying text, then
 pasting in applications doesn't seem to be really possible. The minimal
 typical scenarios would probably be from sms/email to another sms/email
 or web browser and vice-versa. Any ideas?

Recent versions of Elementary include a support for easy copy/paste
actions. I think it's a good example that could be ported also to other
toolkits (wich mostly need patches, BTW).


-- 
Treviño's World - Life and Linux
http://www.3v1n0.net/


___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: [all e/illume based] copy/paste

2009-04-26 Thread Charles Clément

In X you just have to make a selection to copy the text most of the
time, so if a toolkit/application let you select the text you might be
able to copy it. With qwo there is a gesture to paste such text ; from
region 4 to 6. It is based on a shortcut that in X, pressing Shift +
Insert will paste the clipboard.

On Mon, Apr 27, 2009 at 12:38:20AM +0200, Marco Trevisan (Treviño) wrote:
 Petr Vanek wrote:
  hi,
  
  has copy/paste been discussed and some solution exist? I tried to
  search through the wiki but no luck. selecting and copying text, then
  pasting in applications doesn't seem to be really possible. The minimal
  typical scenarios would probably be from sms/email to another sms/email
  or web browser and vice-versa. Any ideas?
 
 Recent versions of Elementary include a support for easy copy/paste
 actions. I think it's a good example that could be ported also to other
 toolkits (wich mostly need patches, BTW).
 
 
 -- 
 Treviño's World - Life and Linux
 http://www.3v1n0.net/
 
 
 ___
 Openmoko community mailing list
 community@lists.openmoko.org
 http://lists.openmoko.org/mailman/listinfo/community

-- 
Charles Clément.

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: [all e/illume based] copy/paste

2009-04-26 Thread The Rasterman
On Mon, 27 Apr 2009 00:38:20 +0200 Marco Trevisan (Treviño) m...@3v1n0.net
said:

 Petr Vanek wrote:
  hi,
  
  has copy/paste been discussed and some solution exist? I tried to
  search through the wiki but no luck. selecting and copying text, then
  pasting in applications doesn't seem to be really possible. The minimal
  typical scenarios would probably be from sms/email to another sms/email
  or web browser and vice-versa. Any ideas?
 
 Recent versions of Elementary include a support for easy copy/paste
 actions. I think it's a good example that could be ported also to other
 toolkits (wich mostly need patches, BTW).

yes. just hold down your finger for a second and presto.. menu (you can paste
or begin selecting things). the selection is malleable ie the first time when
there is no selection you define it with a drag. but after that pressing near
the beginning or end of the selection allows you to adjust it to get it right.
press and hold again for menu to copy or cut or cancel. cancel just
clears the selection and does nothing. copy and cut put that selection in the
copy buffer, and going anywhere else to paste will paste it.

so it's there in elementary -= handling copy/paste with fingers on a
touchscreen. but other toolkits will have a .. harder time.

-- 
- Codito, ergo sum - I code, therefore I am --
The Rasterman (Carsten Haitzler)ras...@rasterman.com


___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community