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

Issue 4080053: Put icons on the server side (client patch) (Closed)

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

Patch Set 1 #

Total comments: 18

Patch Set 2 : Added exception handling + fix for slice #

Total comments: 2

Patch Set 3 : use list_icons method and fix unused variables #

Unified diffs Side-by-side diffs Delta from patch set Stats (+160 lines, -53 lines) Patch
M tryton/action/main.py View 1 chunk +5 lines, -4 lines 0 comments Download
M tryton/client.py View 1 2 2 chunks +2 lines, -16 lines 0 comments Download
M tryton/common/common.py View 1 2 3 chunks +72 lines, -0 lines 0 comments Download
M tryton/gui/main.py View 1 2 4 chunks +16 lines, -5 lines 0 comments Download
M tryton/gui/window/tree.py View 2 chunks +3 lines, -4 lines 0 comments Download
M tryton/gui/window/view_board/parser.py View 1 chunk +1 line, -0 lines 0 comments Download
M tryton/gui/window/view_form/view/form.py View 2 chunks +10 lines, -5 lines 0 comments Download
M tryton/gui/window/view_form/view/form_gtk/parser.py View 6 chunks +29 lines, -4 lines 0 comments Download
M tryton/gui/window/view_form/view/list.py View 1 chunk +8 lines, -4 lines 0 comments Download
M tryton/gui/window/view_tree/view_tree.py View 1 chunk +1 line, -0 lines 0 comments Download
M tryton/gui/window/window.py View 3 chunks +9 lines, -9 lines 0 comments Download
M tryton/gui/window/wizard.py View 1 2 chunks +3 lines, -2 lines 0 comments Download
M tryton/wizard/main.py View 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 12
nicoe
15 years ago (2011-02-03 17:14:12 UTC) #1
ced
15 years ago (2011-02-03 17:39:01 UTC) #2
ced
http://codereview.appspot.com/4080053/diff/1/tryton/common/common.py File tryton/common/common.py (right): http://codereview.appspot.com/4080053/diff/1/tryton/common/common.py#newcode52 tryton/common/common.py:52: icons = rpc.execute('model', 'ir.ui.icon', 'search_read', [], 0, None, You ...
15 years ago (2011-02-03 19:03:16 UTC) #3
yangoon
15 years ago (2011-02-03 19:05:38 UTC) #4
ced
http://codereview.appspot.com/4080053/diff/1/tryton/common/common.py File tryton/common/common.py (right): http://codereview.appspot.com/4080053/diff/1/tryton/common/common.py#newcode2 tryton/common/common.py:2: #this repository contains the full copyright notices and license ...
15 years ago (2011-02-03 19:10:32 UTC) #5
nicoe
http://codereview.appspot.com/4080053/diff/1/tryton/common/common.py File tryton/common/common.py (right): http://codereview.appspot.com/4080053/diff/1/tryton/common/common.py#newcode55 tryton/common/common.py:55: self._tryton_icons.append((icon['id'], icon['name'])) On 2011/02/03 19:03:17, ced wrote: > Cache ...
15 years ago (2011-02-03 19:51:19 UTC) #6
ced
http://codereview.appspot.com/4080053/diff/1/tryton/common/common.py File tryton/common/common.py (right): http://codereview.appspot.com/4080053/diff/1/tryton/common/common.py#newcode50 tryton/common/common.py:50: self._tryton_icons.pop() You could use slice delete (faster): del self._tryton_icons[:] ...
15 years ago (2011-02-03 20:04:02 UTC) #7
nicoe
http://codereview.appspot.com/4080053/diff/1/tryton/common/common.py File tryton/common/common.py (right): http://codereview.appspot.com/4080053/diff/1/tryton/common/common.py#newcode2 tryton/common/common.py:2: #this repository contains the full copyright notices and license ...
15 years ago (2011-02-04 10:03:01 UTC) #8
nicoe
15 years ago (2011-02-04 10:45:06 UTC) #9
ced
http://codereview.appspot.com/4080053/diff/10001/tryton/common/common.py File tryton/common/common.py (right): http://codereview.appspot.com/4080053/diff/10001/tryton/common/common.py#newcode56 tryton/common/common.py:56: except Exception, error: error is not used. http://codereview.appspot.com/4080053/diff/10001/tryton/common/common.py#newcode74 tryton/common/common.py:74: ...
15 years ago (2011-02-07 13:13:22 UTC) #10
nicoe
14 years, 11 months ago (2011-02-28 13:44:03 UTC) #11
ced
14 years, 11 months ago (2011-02-28 14:21:02 UTC) #12
LGTM
Sign in to reply to this message.

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