| 2 days | sandro | translation: italian translation for starting dialog |
| 2 days | sandro | datetools: fix in datetools that used TODAY computed at import time |
| 2 days | sandro | makefile fix |
| 2 days | sandro | doc: update sqledit doc |
| 2 days | sandro | sqledit: added progress bar while counting records |
| 2 days | sandro | layout: added progressbar element |
| 2 days | sandro | demo: don't show demo.py in the demo snippets' list |
| 2 days | sandro | sqledit: added translatable words |
| 2 days | sandro | sqledit: added check to run automatic connections |
| 2 days | sandro | demo: main_quit if demo started in single mode, exits |
| 2 days | sandro | sqledit: added tool to count records in table |
| 2 days | sandro | sqledit: using main & pyinstaller |
| 2 days | sandro | docs: sphinx - using docusage for sqledit |
| 2 days | sandro | doc: update css to sphinx 0.6.2 |
| 2 days | sandro | sqledit: added demo button and improved usability |
| 2 days | sandro | layout: added possibility to pass the mode (fix) |
| 2 days | sandro | sqledit: improved the starting dialog, made sensitive to connection |
| 2 days | sandro | layout: added option 'wdict' in layout.dialog function: |
| 2 days | sandro | selection_changed_cb: calculate get_current_obj just once |
| 2 days | sandro | sqlwidget: order_by can now correctly deal foreign keys. It follows the |
| 2 days | sandro | django_syntax: django2components now also returns the binary_expression |
| 2 days | sandro | django_syntax: constraints can now be aliased (see |
| 2 days | sandro | sqlwidget: important fix in delete mechanism |
| 4 weeks | sandro | Changelog |
| 4 weeks | sandro | sqledit: added dialog to input backend to connect to |
| 4 weeks | sandro | layout: added lb for link_button |
| 4 weeks | sandro | layout: dialog is now also a function and argument lay is now layout |
| 4 weeks | sandro | sqledit: added switch to cast/not cast blanck to NULL, default to not cast |
| 4 weeks | sandro | config: improved the configuration of the editing tool of _sqlkit |
| 4 weeks | sandro | utils: added function get_fields |
| 4 weeks | sandro | completion: added possibility to set a fixed set of values |
| 4 weeks | sandro | completion: fix autostart for simple completion |
| 4 weeks | sandro | sqledit: menu now is via uimanager. Added toolbutton for reload and pk |
| 4 weeks | sandro | install: added check on sqlalchemy version |
| 4 weeks | sandro | completion: trapped a possible error from a completion when a wrong type is |
| 4 weeks | sandro | sqlwidget: order_by now can be assigned as a string with many fields or a |
| 5 weeks | sandro | docs: added a note on customizing presentation of a completion |
| 5 weeks | sandro | diff_dialog: now db NULL values are not casted to '' while showing |
| 5 weeks | sandro | filters: date utils: added dialog box for mistaken date format |
| 5 weeks | sandro | table: added possibility to set the layout used opening a foreign key |
| 5 weeks | sandro | exceptions: added HandledRollback |
| 5 weeks | sandro | hooks: fixed inocation of hooks started from SessionExtension |
| 5 weeks | sandro | fields: improved detection of changed values by listening to after_commit |
| 5 weeks | sandro | signals: added after-commit signal |
| 6 weeks | sandro | hooks: added post_commit signal |
| 6 weeks | sandro | table: fix detecting if a record is new when is not saved (as m2m children) |
| 6 weeks | sandro | mask: layout: now text fields can be assigned an entry just using e=field_name |
| 6 weeks | sandro | sqlwidget: differences dialog now protects for markup. |
| 6 weeks | sandro | tables: don't avoid direct editing on dates when creating a new line |
| 6 weeks | sandro | table: cleanup: manu staff inn separate class |
| 6 weeks | sandro | totals: fix year subtotal when no date is present |
| 6 weeks | sandro | table: cleanup in the orer of methods. Nothing more |
| 7 weeks | sandro | table: prevent the first click on a column to toggle the checkbox |
| 7 weeks | sandro | miniwidgets: better detecting of has_changed for FKey and null values |
| 7 weeks | sandro | completion: fixed problem of rows showing up 2 times in completion |
| 7 weeks | sandro | demo: opt -g |
| 7 weeks | sandro | docs: authors + framework |
| 8 weeks | sandro | completions: fixed group_by that needs to add the grouping column in the query |
| 8 weeks | sandro | sqlwidget: fixed label_map that was not used properly |
| 8 weeks | sandro | completion: fix postgres completion in start mode. |