Commit Graph

52 Commits

Author SHA1 Message Date
Antony Lesuisse 516f7afbf3 [MERGE] diagram view label
bzr revid: al@openerp.com-20120819124607-85jndw0al3yr0m9g
2012-08-19 14:46:07 +02:00
Dharti Ratani (OpenERP) 23c2f1fd40 [IMP]
bzr revid: dhr@tinyerp.com-20120730132049-539qb9l5c4g50864
2012-07-30 18:50:49 +05:30
Dharti Ratani (OpenERP) 629d104166 [IMP]improving code to add label only once on load
bzr revid: dhr@tinyerp.com-20120730122944-tlgjzovqbulbff1x
2012-07-30 17:59:44 +05:30
Dharti Ratani (OpenERP) f78dfd6c26 [IMP]changing span to p and applying css
bzr revid: dhr@tinyerp.com-20120723074111-43n05o11ixpb5kkk
2012-07-23 13:11:11 +05:30
Dharti Ratani (OpenERP) bf7e2b0e76 Modifying diagram view to set label in diagram header
bzr revid: dhr@tinyerp.com-20120720132414-pdftmig39m3ro93b
2012-07-20 18:54:14 +05:30
Fabien Meghazi 5d343c4e5e [IMP] Support for @class in views definitions
bzr revid: fme@openerp.com-20120627151733-cgtfminjoqoxix11
2012-06-27 17:17:33 +02:00
niv-openerp 13e6438824 [imp] further more into the refactoring
bzr revid: nicolas.vanhoren@openerp.com-20120417122611-ftc4vuct77bldhts
2012-04-17 14:26:11 +02:00
niv-openerp 9834565c65 [imp] refactoring to allow easy usage of embedded view in any view
bzr revid: nicolas.vanhoren@openerp.com-20120405160315-vn2gawdesxuy53b3
2012-04-05 18:03:15 +02:00
Xavier Morel df25517f09 [IMP] use deferred for node and edge destruction callbacks, so the node or edge is not removed if the unlink call fails
bzr revid: xmo@openerp.com-20120305102516-3u14hvxs81qzgxd8
2012-03-05 11:25:16 +01:00
Xavier Morel 6ffffdc4de [FIX] reload graph when hidden then showed so it can take account navigation done in other views and show the right 'current' diagram
bzr revid: xmo@openerp.com-20120305095848-6vy0ezahuxmkg7yk
2012-03-05 10:58:48 +01:00
Frédéric van der Essen 62c0ddb369 [IMP] Diagram : Editor is now able to destroy edges and nodes
bzr revid: fva@openerp.com-20120301170116-34nzl3eq8jlhx8ex
2012-03-01 18:01:16 +01:00
Xavier Morel 056f987b0d [REM] hardcoded diagram id, use class instead
also fix class: add previx

bzr revid: xmo@openerp.com-20120229104624-snt8j2kt2y3hp6h1
2012-02-29 11:46:24 +01:00
Xavier Morel 086c40a956 [FIX] indentation, stray whitespace in diagram.js
bzr revid: xmo@openerp.com-20120229103651-6hztuizbii70pb36
2012-02-29 11:36:51 +01:00
Xavier Morel 8ec0fda0c3 [IMP] add diagram name (name_get) above 'new node' button, so user knows what he's looking at
bzr revid: xmo@openerp.com-20120229102948-jfl1pbbg3t1460il
2012-02-29 11:29:48 +01:00
Frédéric van der Essen f3e2bd31ce [IMP] Diagram: Prevent panning and scrolling from hiding the graph
bzr revid: fva@openerp.com-20120229103741-l45e34cm8l3ioxfq
2012-02-29 11:37:41 +01:00
Frédéric van der Essen 55bc8d6a22 [IMP] Diagram styling
bzr revid: fva@openerp.com-20120224163605-mibez8k95343x7oz
2012-02-24 17:36:05 +01:00
Xavier Morel 2832fadd21 [REM] leftover logging
bzr revid: xmo@openerp.com-20120224155904-nz4mzhtkg9j9rexn
2012-02-24 16:59:04 +01:00
Xavier Morel af36854aa2 [FIX] set a single numeric id as the m2o value in the 'new node' popup to force a name_get resolution
with a pair, the field's textual value would get set to 'undefined' leading to inconsistent behavior depending on whether the field is visible or not

bzr revid: xmo@openerp.com-20120224155741-o43tndbmxfsmcub7
2012-02-24 16:57:41 +01:00
Xavier Morel 2adcdd3aad [FIX] warnings (implicit globals, missing semicolons, unused variables)
bzr revid: xmo@openerp.com-20120224154825-gzimhyqcozbisbwm
2012-02-24 16:48:25 +01:00
Frédéric van der Essen 49d9226a44 new viewport integration
bzr revid: fva@openerp.com-20120224144803-c7iiafllsjnuwkkv
2012-02-24 15:48:03 +01:00
Frédéric van der Essen 3d19a013e7 diagram viewport scrolling now works on all elements
bzr revid: fva@openerp.com-20120224132506-ujvbwj0jj8a26zhp
2012-02-24 14:25:06 +01:00
Frédéric van der Essen ca974ab6c2 dummy edges are destroyed on cancel
bzr revid: fva@openerp.com-20120224130007-9cdj749bpfrdc0ix
2012-02-24 14:00:07 +01:00
Frédéric van der Essen 87f65775e0 Correct viewport integration, cosmetic changes, node loops
bzr revid: fva@openerp.com-20120224095310-r3bdlx09n5eaxrvk
2012-02-24 10:53:10 +01:00
Frédéric van der Essen 041ed706a5 Edge loops are now supported
bzr revid: fva@openerp.com-20120222171210-lr1me6hsedl0tsoo
2012-02-22 18:12:10 +01:00
Frédéric van der Essen 9af0dcc56d Dropped the _new in vector lib, Node and edge creation/modification hookup with openerp
bzr revid: fva@openerp.com-20120222140047-oqpj2axm35wswyei
2012-02-22 15:00:47 +01:00
Frédéric van der Essen 26fd73e419 Beginning the integration of the new diagram library
bzr revid: fva@openerp.com-20120222092320-j05aesaglaglnovz
2012-02-22 10:23:20 +01:00
Xavier Morel bd8f8c9be3 [FIX] handling of fields back to the diagram's main model while creating and editing nodes
lp bug: https://launchpad.net/bugs/932773 fixed
lp bug: https://launchpad.net/bugs/932805 fixed

bzr revid: xmo@openerp.com-20120216150434-bnrku6qj8r10sltj
2012-02-16 16:04:34 +01:00
Fabien Meghazi f0c294e584 [ADD] Add options arguments to Dataset#read_index in order to provide custom contexts
bzr revid: fme@openerp.com-20120110143513-00p14goadekz0y4z
2012-01-10 15:35:13 +01:00
Xavier Morel 5e1ee4a73a [FIX] use new form popups in diagram view
bzr revid: xmo@openerp.com-20120110131500-ccoed9tzw8ok52cs
2012-01-10 14:15:00 +01:00
Xavier Morel 420ce20c23 [FIX] correctly implement transition labels in diagram view
transition labels were hardcoded to the 'signal' field of the transition object, even
though labels are returned by graph_get as long as graph_get is given the correct
'label' parameter (which should be the value of arrow/@label from the view)

lp bug: https://launchpad.net/bugs/911259 fixed

bzr revid: xmo@openerp.com-20120110105429-k1u66l205niu49e1
2012-01-10 11:54:29 +01:00
Vaibhav (OpenERP) 37f76411bb [IMP] better Workflow popup.
bzr revid: vda@tinyerp.com-20120105111652-az2x6pylbg9g5ext
2012-01-05 16:46:52 +05:30
Christophe Simonis 8eb5a7c75a [FIX] each view type do_push_state at least once
bzr revid: chs@openerp.com-20120103160650-su6zcrepd8fqpbai
2012-01-03 17:06:50 +01:00
Fabien Meghazi 41cd88bfad [FIX] Reworked dialogs
lp bug: https://launchpad.net/bugs/892248 fixed
lp bug: https://launchpad.net/bugs/885507 fixed

bzr revid: fme@openerp.com-20111221134306-k5w0g0oih3uvhy34
2011-12-21 14:43:06 +01:00
Xavier Morel a8286263ff [ADD] lazy translation function, to correctly translate strings in contexts evaluated before the translation db has been loaded
bzr revid: xmo@openerp.com-20111216130000-56qd717d79529opy
2011-12-16 14:00:00 +01:00
Xavier Morel 265d9e1ef4 [ADD] translatable name to views
lp bug: https://launchpad.net/bugs/904989 fixed

bzr revid: xmo@openerp.com-20111216112054-xys9q3ap6dcatppr
2011-12-16 12:20:54 +01:00
Xavier Morel b5a797ba0a [IMP] mark a bunch of dialog stuff as exportable (mostly buttons, but also dialog titles)
bzr revid: xmo@openerp.com-20111215104031-h2xjkf0zwf8x8zjk
2011-12-15 11:40:31 +01:00
Antony Lesuisse d1ddc1ee78 [IMP] factorise View.do_show do_hide
bzr revid: al@openerp.com-20111214171811-c4bka4nwylp3wn21
2011-12-14 18:18:11 +01:00
Fabien Meghazi 1719b9408b [REM] Removed unnecessary auto_search keys in actions
bzr revid: fme@openerp.com-20111206105734-9271jcsc8leanj66
2011-12-06 11:57:34 +01:00
Christophe Simonis ae0bf044ef [IMP] qweb templates are stored in addon manifest and given by the server
bzr revid: chs@openerp.com-20111102111105-ibyupno1e47sv9ho
2011-11-02 12:11:05 +01:00
Xavier Morel edbd53da7b [FIX] diagram should not remember selected nodes across workflows
bzr revid: xmo@openerp.com-20111026135220-j4dnns7q1ugnz70k
2011-10-26 15:52:20 +02:00
Xavier Morel 5d754afde4 [ADD] Creation of new edges via clicketyclick
bzr revid: xmo@openerp.com-20111026134929-ze1jl0efq7o07lr5
2011-10-26 15:49:29 +02:00
Xavier Morel 7ba5602f71 [FIX] turns out raphael's event system looks like jquery's but behaves *nothing like it*.
Correctly fix deduplication of event handlers: add events on the nodes collection directly

bzr revid: xmo@openerp.com-20111026131556-v7a0bbkhk633r6i9
2011-10-26 15:15:56 +02:00
Xavier Morel d143acddf8 [IMP] simplify cleanup of the canvas drawing area
bzr revid: xmo@openerp.com-20111026130003-chs489cimhxom35c
2011-10-26 15:00:03 +02:00
Xavier Morel 4ba8ac9d3e [IMP] node shapes handling
bzr revid: xmo@openerp.com-20111026125742-7xpcn0jo75xrfuy1
2011-10-26 14:57:42 +02:00
Xavier Morel a45785d2f8 [IMP] propagate click events from labels to the corresponding nodes in order to avoid implementing all handlers twice
bzr revid: xmo@openerp.com-20111026124928-a5yq78p1cejg2uzx
2011-10-26 14:49:28 +02:00
Xavier Morel c3a3905698 [IMP] remove grid and border from diagram view content
bzr revid: xmo@openerp.com-20111026083026-bh6y3diclf5niui4
2011-10-26 10:30:26 +02:00
niv-openerp 2836c157d4 [imp] changed init of most views + the places were we init them
bzr revid: nicolas.vanhoren@openerp.com-20110915094944-7l229rjknptr5vcl
2011-09-15 11:49:44 +02:00
niv-openerp eddd4a8827 [imp] added this._super() in all views
bzr revid: nicolas.vanhoren@openerp.com-20110915094246-6v6imml9bf3y4ycj
2011-09-15 11:42:46 +02:00
Fabien Meghazi e0eec18342 [IMP] Removed global QWeb. Now instanciate a QWeb2.Engine for each session: instance.web.qweb
bzr revid: fme@openerp.com-20110907093743-k0224c5qjb74hxvb
2011-09-07 11:37:43 +02:00
Xavier Morel 38960ee912 [MERGE] diagram view
bzr revid: xmo@openerp.com-20110906082222-r0e0glqmr0hlub55
2011-09-06 10:22:22 +02:00