Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(495)

Issue 4286049: Autocompletion on char fields (client patch) (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
14 years, 11 months ago by nicoe
Modified:
14 years, 10 months ago
Reviewers:
ced
Visibility:
Public.

Patch Set 1 #

Patch Set 2 : Display autocompletion as ComboboxEntry #

Patch Set 3 : remove gtk warning #

Total comments: 11

Patch Set 4 : ACK cedric's remarks #

Total comments: 1

Patch Set 5 : Add missing 'or False' #

Total comments: 4

Patch Set 6 : Always get value from entry widgets #

Patch Set 7 : removed completion support in m2o #

Unified diffs Side-by-side diffs Delta from patch set Stats (+85 lines, -45 lines) Patch
M tryton/gui/window/view_form/model/field.py View 1 chunk +1 line, -0 lines 0 comments Download
M tryton/gui/window/view_form/model/record.py View 1 2 3 3 chunks +29 lines, -0 lines 0 comments Download
M tryton/gui/window/view_form/view/form_gtk/char.py View 1 2 3 4 5 3 chunks +53 lines, -11 lines 0 comments Download
M tryton/gui/window/view_form/view/form_gtk/many2one.py View 1 2 3 4 5 6 1 chunk +0 lines, -33 lines 0 comments Download
M tryton/gui/window/view_form/view/form_gtk/parser.py View 1 chunk +2 lines, -1 line 0 comments Download

Messages

Total messages: 14
nicoe
14 years, 11 months ago (2011-03-13 14:16:20 UTC) #1
nicoe
14 years, 11 months ago (2011-03-13 16:36:58 UTC) #2
nicoe
14 years, 11 months ago (2011-03-13 17:15:29 UTC) #3
ced
http://codereview.appspot.com/4286049/diff/1005/tryton/gui/window/view_form/model/record.py File tryton/gui/window/view_form/model/record.py (right): http://codereview.appspot.com/4286049/diff/1005/tryton/gui/window/view_form/model/record.py#newcode466 tryton/gui/window/view_form/model/record.py:466: return I think you should clean autocompletion for this ...
14 years, 11 months ago (2011-03-15 11:31:44 UTC) #4
nicoe
http://codereview.appspot.com/4286049/diff/1005/tryton/gui/window/view_form/model/record.py File tryton/gui/window/view_form/model/record.py (right): http://codereview.appspot.com/4286049/diff/1005/tryton/gui/window/view_form/model/record.py#newcode466 tryton/gui/window/view_form/model/record.py:466: return On 2011/03/15 11:31:44, ced wrote: > I think ...
14 years, 11 months ago (2011-03-18 16:39:48 UTC) #5
nicoe
14 years, 11 months ago (2011-03-18 16:40:04 UTC) #6
ced
http://codereview.appspot.com/4286049/diff/8003/tryton/gui/window/view_form/view/form_gtk/char.py File tryton/gui/window/view_form/view/form_gtk/char.py (right): http://codereview.appspot.com/4286049/diff/8003/tryton/gui/window/view_form/view/form_gtk/char.py#newcode48 tryton/gui/window/view_form/view/form_gtk/char.py:48: value = self.entry.get_child().get_text() Still missing: ...or False
14 years, 11 months ago (2011-03-18 17:38:01 UTC) #7
nicoe
14 years, 11 months ago (2011-03-20 15:22:24 UTC) #8
ced
http://codereview.appspot.com/4286049/diff/16001/tryton/gui/window/view_form/view/form_gtk/char.py File tryton/gui/window/view_form/view/form_gtk/char.py (right): http://codereview.appspot.com/4286049/diff/16001/tryton/gui/window/view_form/view/form_gtk/char.py#newcode48 tryton/gui/window/view_form/view/form_gtk/char.py:48: value = self.entry.get_child().get_text() or False Why not always take ...
14 years, 11 months ago (2011-03-25 10:27:17 UTC) #9
nicoe
http://codereview.appspot.com/4286049/diff/16001/tryton/gui/window/view_form/view/form_gtk/char.py File tryton/gui/window/view_form/view/form_gtk/char.py (right): http://codereview.appspot.com/4286049/diff/16001/tryton/gui/window/view_form/view/form_gtk/char.py#newcode48 tryton/gui/window/view_form/view/form_gtk/char.py:48: value = self.entry.get_child().get_text() or False On 2011/03/25 10:27:17, ced ...
14 years, 10 months ago (2011-03-29 09:37:49 UTC) #10
nicoe
14 years, 10 months ago (2011-03-29 09:38:39 UTC) #11
ced
LGTM
14 years, 10 months ago (2011-03-29 13:02:19 UTC) #12
nicoe
14 years, 10 months ago (2011-03-30 09:56:26 UTC) #13
ced
14 years, 10 months ago (2011-03-30 12:03:30 UTC) #14
LGTM
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b