| Summary: | SQL Editor's history is not functional | ||
|---|---|---|---|
| Product: | [Applications] KEXI | Reporter: | Jarosław Staniek <staniek> |
| Component: | Queries | Assignee: | Jarosław Staniek <staniek> |
| Status: | CLOSED FIXED | ||
| Severity: | minor | ||
| Priority: | NOR | ||
| Version First Reported In: | 2.5.1 | ||
| Target Milestone: | 2.5 | ||
| Platform: | unspecified | ||
| OS: | All | ||
| Latest Commit: | http://commits.kde.org/calligra/4b16c4f5caebaea70b32042ce35a9f4186533fe7 | Version Fixed/Implemented In: | |
| Sentry Crash Report: | |||
|
Description
Jarosław Staniek
2012-09-01 21:05:03 UTC
Git commit de632b5b6647d1068f8a421292108b1b1fff018f by Jaroslaw Staniek. Committed on 01/09/2012 at 23:16. Pushed by staniek into branch 'master'. Fix bug SQL Editor's history is not functional by removing it in 2.6 Also remove unused code in sql editor. REVIEW:106309 M +6 -0 kexi/doc/dev/CHANGELOG-Kexi-js M +0 -1 kexi/plugins/queries/CMakeLists.txt M +6 -192 kexi/plugins/queries/kexiquerydesignersql.cpp M +2 -8 kexi/plugins/queries/kexiquerydesignersql.h D +0 -383 kexi/plugins/queries/kexiquerydesignersqlhistory.cpp D +0 -114 kexi/plugins/queries/kexiquerydesignersqlhistory.h http://commits.kde.org/calligra/de632b5b6647d1068f8a421292108b1b1fff018f Git commit 4b16c4f5caebaea70b32042ce35a9f4186533fe7 by Jaroslaw Staniek. Committed on 01/09/2012 at 23:16. Pushed by staniek into branch 'calligra/2.5'. Fix bug SQL Editor's history is not functional by hiding it in 2.5 REVIEW:106308 M +5 -0 kexi/doc/dev/CHANGELOG-Kexi-js M +5 -2 kexi/plugins/queries/kexiquerydesignersql.cpp http://commits.kde.org/calligra/4b16c4f5caebaea70b32042ce35a9f4186533fe7 |