[REF] removes some useless variables and some other cleaning to please jshint (addon...
[odoo/odoo.git] / addons / web_graph / static / src / js / graph.js
2013-12-24 Gery Debongnie[REF] removes some useless variables and some other...
2013-12-24 Gery Debongnie[IMP] makes some small changes to improves backward...
2013-12-20 Gery Debongnie[FIX] prevents a crash happening in some cases when...
2013-12-20 Gery Debongnie[IMP] makes the graph view accept a new way to define...
2013-12-19 Gery Debongnie[REF] removes old useless comments (addon web_graph)
2013-12-19 Gery Debongnie[FIX] correctly honors the 'bar' setting in graph views...
2013-12-19 Gery Debongnie[FIX] properly handles the situation where a user selec...
2013-12-18 Gery Debongnie[REF] refactors bar_chart method in graph widget. basic...
2013-12-18 Gery Debongnie[IMP] adds stacked/grouped setting to chart widget...
2013-12-18 Gery Debongnie[REF] moves all the charts code from chart.js into...
2013-12-18 Gery Debongnie[REF] large refactoring of graphview: it separates...
2013-12-17 Gery Debongnie[REF] adds event handling to pivot table class (trigger...
2013-12-17 Gery Debongnie[REF] moves more code to dataLoader class to simplify...
2013-12-16 Gery Debongnie[REF] merges update_data and query_all_values method...
2013-12-12 Gery Debongnie[IMP] removes the expand/fold menu, because the search...
2013-12-12 Gery Debongnie[FIX] removes a debugger statement (addon web_graph)
2013-12-11 Gery Debongnie[FIX] improves the handling of headers titles when...
2013-12-11 Gery Debongnie[FIX] correctly computes the height and the width of...
2013-12-11 Gery Debongnie[FIX] quick fix to make sure charts have a minimal...
2013-12-11 Gery Debongnie[IMP] finally uses the full width and height to draw...
2013-12-11 Gery Debongnie[IMP] takes all integer and float field from model...
2013-12-11 Gery Debongnie[IMP] makes sure that the values displayed in the pivot...
2013-12-11 Gery Debongnie[IMP] makes line charts smarter when multiple columns...
2013-12-10 Gery Debongnie[IMP] improves the way the chart view understands the...
2013-12-09 Gery Debongnie[FIX] properly writes the col group_by in the context...
2013-12-06 Gery Debongnie[REF] removes two useless lines (addon web_graph)
2013-12-06 Gery Debongnie[IMP] usability fix, makes sure that the dropdown menu...
2013-12-06 Gery Debongnie[REF] many small code cleanups in addon web_graph
2013-12-06 Gery Debongnie[IMP] properly supports searchbar integration in graph...
2013-12-06 Gery Debongnie[IMP] supports search bar integration in graph view...
2013-12-05 Gery Debongnie[IMP] beginning of searchbar integration in graph view...
2013-12-05 Gery Debongnie[REF] refactors the event handling code and prepare...
2013-11-28 Gery Debongnie[IMP] supports the attribute 'type' in the xml definiti...
2013-11-28 Gery Debongnie[IMP] changes the set_row_groupby method into set_group...
2013-11-28 Gery Debongnie[IMP] adds some rudimentary support to the integration...
2013-11-28 Gery Debongnie[REF] removes a few useless lines in view_loading metho...
2013-11-28 Gery Debongnie[REF] removes a few useless lines in view_loading metho...
2013-11-28 Gery Debongnie[REF] improves the initialization process of pivot...
2013-11-28 Gery Debongnie[REF] adds a 'get_total' method and simplify a few...
2013-11-28 Gery Debongnie[REF] removes all references to measure label in pivot...
2013-11-28 Gery Debongnie[IMP] adds support for multiple measures in graph view...
2013-11-27 Gery Debongnie[IMP] adds support for row_heatmap and col_heatmap...
2013-11-27 Gery Debongnie[FIX] corrects stupid bug with previous commit, where...
2013-11-27 Gery Debongnie[REF] improves the draw_row method which will allow...
2013-11-27 Gery Debongnie[FIX] display message insteal of crashing when there...
2013-11-27 Gery Debongnie[FIX] properly closes the dropdown menu (field selectio...
2013-11-27 Gery Debongnie[FIX] corrects issue where calling some functions such...
2013-11-27 Gery Debongnie[FIX] fixes an issue where the chart code didn't select...
2013-11-27 Gery Debongnie[IMP] puts everything into openerp.web_graph namespace...
2013-11-27 Gery Debongnie[REF] small code cleanups... removing old commented...
2013-11-27 Gery Debongnie[IMP] reorganizes all options in graph views (puts...
2013-11-26 Gery Debongnie[IMP] updates the pivot table domain when search view...
2013-11-26 Gery Debongnie[IMP] big commit: add query_all_values() method to...
2013-11-25 Gery Debongnie[IMP] improves the look of the total in each rows in...
2013-11-25 Gery Debongnie[IMP] add total to each rows in pivot table view (addon...
2013-11-25 Gery Debongnie[IMP] adds expand_all button and method to graph view...
2013-11-25 Gery Debongnie[IMP] adds slight color to expanded rows to make it...
2013-11-24 Gery Debongnie[REF] some more simplifications, using the symetry...
2013-11-24 Gery Debongnie[REF] merge expand_row and expand_col methods into...
2013-11-24 Gery Debongnie[REF] better code organization for chart drawing in...
2013-11-24 Gery Debongnie[REF] merge fold_row and fold_col methods into the...
2013-11-24 Gery Debongnie[IMP] add heat map functionality to pivot table (addon...
2013-11-24 Gery Debongnie[IMP] many very small tweaks to pivot view (addon web_g...
2013-11-23 Gery Debongnie[REF] slight modifications to the underlying data struc...
2013-11-23 Gery Debongnie[REF] moves the data formatting for charts to the chart...
2013-11-23 Gery Debongnie[IMP] add 'clear all groups' and 'swap axis' functional...
2013-11-22 Gery Debongnie[REF] large refactoring. it separates the data handling...
2013-11-22 Gery Debongnie[REF] large refactoring in progress. goal is to separat...
2013-11-22 Gery Debongnie[REF] large refactoring in progress. goal is to separat...
2013-11-22 Gery Debongnie[REF] large refactoring in progress. goal is to separat...
2013-11-22 Gery Debongnie[REF] large refactoring in progress. goal is to separat...
2013-11-21 Gery Debongnie[IMP] allows row expansion to query and display correct...
2013-11-20 Gery Debongnie[REF] preparation work to allows row expansion to query...
2013-11-20 Gery Debongnie[FIX] fixes a bug where dropdown menu used wrong coordi...
2013-11-20 Gery Debongnie[FIX] correctly handles + and - signs on rows/columns...
2013-11-20 Gery Debongnie[IMP] supports columns folding in pivottable (addon...
2013-11-20 Gery Debongnie[FIX] properly clears the current rows when building...
2013-11-20 Gery Debongnie[IMP] col expansion support in pivottable widget, impro...
2013-11-19 Gery Debongnie[IMP] col expansion support in pivottable widget, still...
2013-11-19 Gery Debongnie[IMP] preliminary work on supporting col expansion...
2013-11-19 Gery Debongnie[IMP] preliminary work on supporting col expansion...
2013-11-18 Gery Debongnie[IMP] preliminary work on supporting col expansion...
2013-11-18 Gery Debongnie[IMP] small code cleanup in addon web_graph
2013-11-18 Gery Debongnie[REF] moves the loading data code from start to draw...
2013-11-18 Gery Debongnie[REF] large refactoring. removes widget chartview and...
2013-11-18 Gery Debongnie[REF] refactoring in progress. removes widget chartview...
2013-11-15 Gery Debongnie[REF] refactoring in progress. removes widget chartview...
2013-11-15 Gery Debongnie[REF] refactoring in progress. moves some util function...
2013-11-15 Gery Debongnie[REF] refactoring in progress. moves charts to its...
2013-11-15 Gery Debongnie[IMP] makes the text clickable in clickable cells in...
2013-11-15 Gery Debongnie[FIX] fixes a bug where the view build a table without...
2013-11-15 Gery Debongnie[IMP] smarter behavior when unfolding/refolding: check...
2013-11-15 Gery Debongnie[IMP] makes display smarter list of options in dropdown...
2013-11-15 Gery Debongnie[IMP] allow pivottable to fold rows (addon web_graph)
2013-11-14 Gery Debongnie[IMP] many usability fixes in pivottable drill down...
2013-11-14 Gery Debongnie[IMP] allows the user to clear the groupbys in pivottab...
2013-11-14 Gery Debongnie[IMP] changes triangle icon into + and - signs icon...
2013-11-14 Gery Debongnie[IMP] allows expansion of rows in pivottable (addon...
2013-11-14 Gery Debongnie[IMP] work in progress. goal is to allow expansion...
2013-11-14 Gery Debongnie[IMP] work in progress. goal is to allow expansion...
next