use keysyms instead of magic numbers
[openerp-client.git] / doc / Changelog
blobdf2cff97a4140541cde6046f7368d2f2af069298
1 4.2.1
2         Fix parent for attachment window
3         Fix Accentued folder can't be imported on win32
4         Fix opening one2many if there is no line selected
5         Fix Concurency exception for netrpx protocol
6         Fix search on new field type
7         Improve widget_search for unknown widget type
8         Fix missing import service in module
9         New chinese translation
10         Don't allow to create new ressource on readonly reference field
12 4.2.0
13         Summary:
14                 Add new view graph
15                 Add hpaned and action in form view (board)
16                 Improve ergonomics
17                 Add relate functionality to list view
18                 Add a context to one2many
19                 Add new protocol netrpc (speed improvment)
20                 Remove glade from widget (speed improvment)
21                 Improve memory usage
22                 Allow to translate with right-click
23                 Allow invisible columns in tree view
24                 Allow icons on buttons
25                 Better detection of record change
26                 Improve login, logout, close behavior
27                 Add new widget float_time
28                 Improve editable list view
29                 Add options for tabs position
30                 Add support fir rtl/ltr depend of the user language
31                 Better color for readonly fields
32                 Add timezone to display datetime fields in local timezone
33                 Improve pda mode
34                 Allow search on fields translatable
35                 Add on_change function on one2many fields
36                 Add concurrency check when writing the same record
37                 Allow to specify many view_ids in act_window
38                 Improve search window
39                 Be more failure tolerant
40                 New relate implementation base on act_window
41                 Add limit/offset in list view
42                 Modify default form on act_window (tree,form)
43                 Add new home button for board
44                 Don't write fields that have not been modified
45                 Add sum tag on list view to display the sum of the selected lines
46                 Add shortcut in the menu bar
47                 Add widgets callto and sip (for voip)
48                 Add shortcut in one2many (F1, F2)
49                 Use Toggle renderer for boolean field in list view
50                 Add minimal structure for futur calendar view
51         Bugfixes:
52                 Use the digits attributes
53                 Improve file selection dialog
54                 Fix transient on window
55                 Fix Gtk warning
56                 Fix date for different locales
57                 Fix double signal on some widget
58                 Fix readonly in calendar widget
59                 Fix tooltips inside group
60                 Use the action name for tabs name
61                 Add local context when calling action
62                 Fix defunc process when printing reports
63                 Use user lang for locale
64                 Improve win32 compilation
65                 Update models fields attributes when switching view
66                 Fix state behavior in many2one dialog
67                 Don't raise string exception for python 2.5
68                 English locale is en_US
69                 Fix progress bar in the wizard execution
70                 Stock the attributes of the fields in the models and keep the
71                 originals
72                 Improve rpc for exception "cannot marshall None"
73                 Fix tip of the day to use the client lang
75 16/03/2007
76 4.0.3
77         Summary:
78                 Some bugfixes
79         Bugfixes:
80                 Fix the set default value fonctionality
81                 Fix translation of some text field
82                 Fix double signal emit in some cases
83                 Improve color fields
84                 Fix transient of some windows
85                 Fix local date to force 4 digits for years
86                 Fix print report from tree view
87                 Improve load data when exception occurs
88                 Fix height of wizard dialog
89                 Add epdfview to the pdf viewers
90                 Fix cancel if there is no current model
91                 Fix set icon if there is no icon selected
92                 Fix print workflow on win32
93                 Add error message when printing from linux without preview
95 Wed Jan 17 15:13:18 CET 2007
96 4.0.2
97         Summary:
98                 Some bugfixes
100         Bugfixes:
101                 Fix transient for windows for win attachement
102                 Fix regexp for name server
103                 Fix filename on selection dialog
105 Fri Dec 22 12:12:24 CET 2006
106 4.0.1
107         Summary:
108                 Some bugfixes
109         
110         Bugfixes:
111                 Fix restore DB to be able to change server
112                 Add error message on xmlrpc exception in import window
114 Mon Dec 4 18:01:55 CET 2006
115 4.0.0
116         Summary:
117                 Some bugfixes
119 Tue Nov 28 14:44:44 CET 2006
120 4.0.0
121         Improvements:
122                 New Menu design: simpler
123                 Right toolbar for: report, action, relate on each forms
124                 Add titles and icons in wizards windows
125                 Progress bar for slow operations
126                 Better ergonomy in editable lists
127                         some bugfixes
128                 Opens directly in the partner menu
129                 Better contextual help for most windows
131 -----------------------------------------------------------------------
133 Fri Oct  6 14:44:05 CEST 2006
134 Client 3.4.2
135     Bugfixes:
136         Fix on_change call when activating (ie pressing enter on) a integer 
137             (spinint) or float (spinbutton) widget
139 ------------------------------------------------------------------------
141 Tue Sep 12 15:10:31 CEST 2006
142 Client 3.4.1
143     No changes since 3.4.0. Changed version number anyway to keep in sync with
144     server version.
146 ------------------------------------------------------------------------
148 Mon Sep 11 16:12:10 CEST 2006
149 Client 3.4.0
150     New features:
151         Added a checkbox for the 'Secure connection' option at login window
152         Added support for saving/using predefined exports
153         Added theme support within the client 
154         Added tooltips on each fields (using help= on the server side)
155         Added the possibility to have completion in many2one fields.
156             You have to add a completion="True" attribute in views
157             Sample screenshot here:
158                 http://vcc.163.googlepages.com/editcompletion2.JPG
160     Improvements:
161         Better import and export system from/to CSV: more powerfull and usable
162         Export functinality now support one2many and many2many fields
163         Single click to develop tree nodes
164         Fixed and improved a lot the image widget
165         Use a scrolled window when there are multiple attachments
166         Several parts of the client were improved for speed 
167         Use a better title for the search window
168         Better editable trees
169         Use a file selector to browse for the file to add as attachment, also
170             for the 'Add as link' button
172     Bugfixes:
173         Fixed a long-standing bug which made form widgets look ugly with a 
174             frame/not behave nicely towards themed widgets
175         Fixed modal windows problems on Windows
176         Added frame to selection widgets in the search dialog to be consistent
177             with other widgets
178         Checkbox not checked by default in the option menu
179         Miscellaneous minor bugfixes
181     Translations:
182         Updated source translation file (.pot file)
184     Packaging:
185         Distribute 3 nice GTK themes with the client
187 ------------------------------------------------------------------------
189 Fri May 19 10:16:18 CEST 2006
190 Client 3.3.0
191     Improvements:
192         Implemented 3-button choice when quitting an unsaved record, additionally,
193             it automatically cancel the close if "yes" was selected but the form 
194             is invalid
195         Use better icon
196         Moved icon in the pixmaps directory
197         Use the helper function to find the pixmaps file
198         Added support for OpenOffice2 for the "preview in editor" functionality
199         Issue warning message when an invalid value was used in a selection field
200         Set the frame around the form viewport to SHADOW_NONE
202         Changed shortcuts:
203             Ctrl Z : Repeat last action
204             Ctrl R : Reload
205             PgUp   : Previous
206             PgDown : Next
207             Ctrl X : Not used anymore, so that it can be used in textareas for cut
208                      and paste
210     Bugfixes:
211         Fixed a crash bug which occured in some complex circumstances
212         Modification of an existing resource sometimes created a new one instead
213         Fixed date widgets (it gets a value even if it doesn't get the focus)
214         Fixed the lines coloring functionality in list mode
215         The "invalid form" message must appear even if the form is saved through 
216             a button on the form (and not with the save button)
217         Unset status message when doing a reload
218         When clicking twice in a row on a calendar widget arrow, the widget
219             doesn't close anymore
220         Raise the number of characters in datetime fields to 19, so that datetime
221             fields work with other locales
222         Other miscellaneous bugfixes
224 ------------------------------------------------------------------------
225 Client 3.3.0-rc1
226 ================
228 Client completly recoded from scratch !!! (using a MVC pattern)
230 Lots of bugs removed
232 Better Ergonomy
233     Everything at the keyboard:
234         Search, zoom, new entry, ...
235         Cursor always at the right place (first field of a search, ...)
237     Switch list/form in one2many fields
239     Set Default Values on One2many fields
241 Better Exception message for integrity and constraint errors.
243 Better search form
245 List are editable !
246     Like in Excel, for lists on one2many fields
247     Just put <tree editable="top/bottom"> in the tree view
249 New fields
250     E-Mail
251     Website
252     Fields one2many and one2many_list merged
254 Wizard are now translated
256 Speed Improvement
257     Client side cache
259     Less requests when opening forms; about 30% times quicker
261 New PDA mode for smaller screen on a PDA
263 Preparation of a non-connected client (allows you to work on a cache and
264 prefetch a cache for mobile usage) -> not 100% finnished !
266 Support of XML-RPC over HTTPS
268 Code reduced by 30% with more functionnalities !