Lamarque V. Souza
82fb04ccbf
EditBubble.qml: put buttons in the order "copy" and then "paste", double
...
buttons' MouseArea sizeto make it easier to tap on them, and add space
between the buttons.
CCBUG: 296943
2012-03-30 20:08:42 -03:00
Sebastian Kügler
e66e97e11e
Enable edit bubble also for TextArea
...
- split out placeEditBubble(mouse)
- improve positioning a bit more (still not perfect)
- Remove a bit of noise
2011-12-01 03:51:01 +01:00
Sebastian Kügler
10b4ad517d
Put editbubble below cursor when there's not enough space above it
...
Also clean up a bit here and there, removing redundancy
2011-12-01 02:27:18 +01:00
Sebastian Kügler
296300085a
use MouseListener for showing and positioning the EditBubble, basically works, needs polishing
2011-11-25 05:07:13 +01:00
Sebastian Kügler
9dad1d2d14
Move edit bubble into its own file
...
Also make the sizing fully dynamix, just set editBubble.iconSize, this
works fine with minimal 24px. Below that value, it will be too hard to
hit anyway.
2011-11-24 23:02:32 +01:00