Commit Graph

72 Commits

Author SHA1 Message Date
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 e8bc3209ae [REM] doubleclick workaround for webkit since underlying onclick breakage was worked around in revision xmo@openerp.com-20111026120509-wmj3onhkrnps6xee
bzr revid: xmo@openerp.com-20111026122059-w7ak1cvkyfkyrqug
2011-10-26 14:20:59 +02:00
Xavier Morel 534da7c07b [MERGE] upstream fixes
bzr revid: xmo@openerp.com-20111026121856-q9cso26sh2mp6b3s
2011-10-26 14:18:56 +02:00
Xavier Morel d47d63357c [IMP] update Raphael library, because why not
bzr revid: xmo@openerp.com-20111026121331-8h4i4hs381r4vgej
2011-10-26 14:13:31 +02:00
Xavier Morel 08e6b980b6 [FIX] onclick not going through correctly if set.toFront is called in onmousedown handler, in webkit-based browsers
bzr revid: xmo@openerp.com-20111026120509-wmj3onhkrnps6xee
2011-10-26 14:05:09 +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
Xavier Morel 6011dadb01 [IMP] change dracula's renderer to generate 'closed-back' arrows
Can't fill them, as the arrow is a single path, would require much
deeper change into dracula (namely the ability to have a given edge be
rendered as more than one path, which does not seem supported at the
moment)

bzr revid: xmo@openerp.com-20111026082656-33j8b35j7i4vq2ii
2011-10-26 10:26:56 +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
Xavier Morel a84f8fac3e [IMP] move action name display to ViewManagerAction, move form's debug (display view code button) to viewmanageraction as well
bzr revid: xmo@openerp.com-20110914091319-o1941w689183wivt
2011-09-14 11:13:19 +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
Antony Lesuisse d1d7dd6c87 renamse base to web part2
bzr revid: al@openerp.com-20110905122815-m99c0w1lkzxxjh8o
2011-09-05 14:28:15 +02:00
Antony Lesuisse bedfc48dcf rename base into web part1
bzr revid: al@openerp.com-20110905110309-egx167t1ni1fzho1
2011-09-05 13:03:09 +02:00