[Bug 1214695] Re: Keyboard not entering caps/shifted state when first brought up or after punctuation

2013-10-28 Thread Günter Schwann
** Changed in: ubuntu-keyboard (Ubuntu Saucy)
   Status: Confirmed => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1214695

Title:
  Keyboard not entering caps/shifted state when first brought up or
  after punctuation

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-keyboard/+bug/1214695/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1214695] Re: Keyboard not entering caps/shifted state when first brought up or after punctuation

2013-10-25 Thread Launchpad Bug Tracker
This bug was fixed in the package ubuntu-keyboard -
0.99.trunk.phablet2+14.04.20131025-0ubuntu1

---
ubuntu-keyboard (0.99.trunk.phablet2+14.04.20131025-0ubuntu1) trusty; 
urgency=low

  [ Daniel d'Andrada ]
  * ubuntu-keyboard-info socket now reports the keyboard's scene
geometry That's enough to cover keyboard rotations and animations.
(LP: #1236489)

  [ Thomas Moenicke ]
  * adding key to change language.

  [ Leo Arias ]
  * Prepare for the release of autopilot 1.4 adding the dependency on an
earlier release.

  [ Christopher Lee ]
  * Minor update/fixes for the autopilot emulators.

  [ Guenter Schwann ]
  * Keep url and @ key unchanged in shiftet state. (LP: #1240603)
  * Keep removing text when keeping the backspace key pressed.
  * Disable auto capitalization for any other content type than
FreeTextContentType Wieth auto capitalizatin start with a capital on
empty text fields.
  * After holding the backspace for a while, remove whole words. (LP:
#1201988)
  * Reorganize tests let "make check" pass.
  * Decouple autocaps from predictive text fixes LP: #1214695. (LP:
#1234685, #1214695)
  * Revert last 2 commit because of language issues.
  * Decouple autocaps from predictive text fixes LP: #1214695. (LP:
#1214695)

  [ Ubuntu daily release ]
  * Automatic snapshot from revision 91
 -- Ubuntu daily releaseFri, 25 Oct 2013 
11:04:48 +

** Changed in: ubuntu-keyboard (Ubuntu)
   Status: Confirmed => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1214695

Title:
  Keyboard not entering caps/shifted state when first brought up or
  after punctuation

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-keyboard/+bug/1214695/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1214695] Re: Keyboard not entering caps/shifted state when first brought up or after punctuation

2013-10-25 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/trusty-proposed/ubuntu-keyboard

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1214695

Title:
  Keyboard not entering caps/shifted state when first brought up or
  after punctuation

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-keyboard/+bug/1214695/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1214695] Re: Keyboard not entering caps/shifted state when first brought up or after punctuation

2013-10-25 Thread Launchpad Bug Tracker
** Branch linked: lp:~schwann/ubuntu-keyboard/keyboard-devoupled-auto-
caps

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1214695

Title:
  Keyboard not entering caps/shifted state when first brought up or
  after punctuation

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-keyboard/+bug/1214695/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1214695] Re: Keyboard not entering caps/shifted state when first brought up or after punctuation

2013-10-24 Thread Günter Schwann
** Branch linked: lp:~schwann/ubuntu-keyboard/keyboard-decoupled-
autocaps

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1214695

Title:
  Keyboard not entering caps/shifted state when first brought up or
  after punctuation

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-keyboard/+bug/1214695/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1214695] Re: Keyboard not entering caps/shifted state when first brought up or after punctuation

2013-10-15 Thread Günter Schwann
Fix for starting in notes-app with upper case and point 3 from comment #4 is in
https://code.launchpad.net/~schwann/ubuntu-keyboard/keyboard-autocaps2

Point 4 from comment #4 is not neeeded as it is handled by the content
type

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1214695

Title:
  Keyboard not entering caps/shifted state when first brought up or
  after punctuation

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-keyboard/+bug/1214695/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1214695] Re: Keyboard not entering caps/shifted state when first brought up or after punctuation

2013-10-10 Thread Bill Filler
This is what we need to do for this bug
1) figure out what is done when word engine/predictive text is on, as auto caps 
works in this case. You can see it work by typing a sentence and then a period. 
The next word gets capatialize automatically.
2) decouple the auto-caps from the word engine/predictive text such that it can 
be enabled/disabled on it's own via setting (autocaps)
3) honor the input hints Qt.ImhNoAutoUppercase, Qt.ImhPreferUppercase and 
Qt.ImhPreferLowercase to control whether a field wants to change the behavior 
of auto-caps. (see 
http://qt-project.org/doc/qt-5.0/qtquick/qml-qtquick2-textinput.html#inputMethodHints-prop)
4) set the appropriate hints for our applications. webbrowser for example 
should use Qt.ImhNoAutoUppercase

** Changed in: ubuntu-keyboard (Ubuntu Saucy)
 Assignee: Thomas Moenicke (thomas-moenicke) => Günter Schwann (schwann)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1214695

Title:
  Keyboard not entering caps/shifted state when first brought up or
  after punctuation

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-keyboard/+bug/1214695/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1214695] Re: Keyboard not entering caps/shifted state when first brought up or after punctuation

2013-09-23 Thread Bill Filler
technically this is not a bug, it's a feature which has not yet been
implemented. And it will be controlled by a System Setting called "Auto
capitalization".  We should disable the autopilot tests that are
checking for this as it's not currently implemented. We can turn back on
when the feature is complete.

** Also affects: ubuntu-keyboard (Ubuntu Saucy)
   Importance: High
 Assignee: Thomas Moenicke (thomas-moenicke)
   Status: Confirmed

** Changed in: ubuntu-keyboard (Ubuntu Saucy)
   Importance: High => Wishlist

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1214695

Title:
  Keyboard not entering caps/shifted state when first brought up or
  after punctuation

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-keyboard/+bug/1214695/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1214695] Re: Keyboard not entering caps/shifted state when first brought up or after punctuation

2013-09-02 Thread Thomas Moenicke
The autocaps feature requires the word engine to be on in order to make 
decisions about if it should capitalize the first character or not. The current 
settings naming scheme seems misleading. We should have: 
- prediction on/off
- spell checking on/off
- autocorrection on/off
- autocaps on/off

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1214695

Title:
  Keyboard not entering caps/shifted state when first brought up or
  after punctuation

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-keyboard/+bug/1214695/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1214695] Re: Keyboard not entering caps/shifted state when first brought up or after punctuation

2013-08-23 Thread Bill Filler
basically this is autocapitilzation which needs to be made to work. Note
it does work correctly if predictive text turned on but we want it on
regardless.

** Tags added: autopilot

** Changed in: ubuntu-keyboard (Ubuntu)
   Status: New => Confirmed

** Changed in: ubuntu-keyboard (Ubuntu)
   Importance: Undecided => High

** Changed in: ubuntu-keyboard (Ubuntu)
 Assignee: (unassigned) => Thomas Moenicke (thomas-moenicke)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1214695

Title:
  Keyboard not entering caps/shifted state when first brought up or
  after punctuation

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-keyboard/+bug/1214695/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs