| Summary: | Importing an ODS with a Sheet name as an existing table shows ambiguous behaviour | ||
|---|---|---|---|
| Product: | [Applications] KEXI | Reporter: | Dimitrios T Tanis <dimitrios.tanis> |
| Component: | Migration/Import/Export | Assignee: | Adam Pigg <adam> |
| Status: | CLOSED FIXED | ||
| Severity: | normal | CC: | staniek |
| Priority: | NOR | ||
| Version First Reported In: | 2.4 alpha3 (Calligra 2.4 alpha3) | ||
| Target Milestone: | --- | ||
| Platform: | Compiled Sources | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Dimitrios T Tanis
2011-07-25 22:54:21 UTC
Git commit 54ed470bfdef610e0b9bf0a7d68fbf7f55831d76 by Adam Pigg. Committed on 09/12/2011 at 19:50. Pushed by piggz into branch 'master'. Prevent importing a table if an object by that name already exists and allow the user to specify a new name. CCMAIL:kde-i18n@kde.org BUG:278513 M +15 -7 kexi/migration/AlterSchemaWidget.cpp M +4 -2 kexi/migration/AlterSchemaWidget.h M +10 -6 kexi/migration/importtablewizard.cpp http://commits.kde.org/calligra/54ed470bfdef610e0b9bf0a7d68fbf7f55831d76 Git commit 8b72ee91a9d04eecc98f661d658fc8bc4806a7f8 by Adam Pigg. Committed on 19/12/2011 at 22:51. Pushed by piggz into branch 'master'. Improve aesthetics of table import dialog by using an icon to indicate if the name exists while typing, and automagically guessing a best name. CCMAIL:staniek@kde.org CCMAIL:kde-i18n@kde.org BUG:278513 M +56 -7 kexi/migration/AlterSchemaWidget.cpp M +8 -0 kexi/migration/AlterSchemaWidget.h M +1 -1 kexi/migration/importtablewizard.cpp http://commits.kde.org/calligra/8b72ee91a9d04eecc98f661d658fc8bc4806a7f8 |