Summary: | Kexi reports crash when opening in data view | ||
---|---|---|---|
Product: | [Applications] KEXI | Reporter: | Adam Pigg <adam> |
Component: | Reports and Printouts | Assignee: | Jarosław Staniek <staniek> |
Status: | CLOSED FIXED | ||
Severity: | crash | CC: | inksi, staniek |
Priority: | NOR | Keywords: | drkonqi |
Version First Reported In: | 2.9 Alpha | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/calligra/1cff375660e7d42df3e5740964049baae128dbdd | Version Fixed In: | |
Sentry Crash Report: |
Description
Adam Pigg
2014-05-03 19:17:59 UTC
Confirmed, recent port to Qt4 completely ignored reports. Yes, i looked at the backtrace and instantly blamed you :) Sooner tableview is ported the better, then there is no confusing q3 code! Thanks for the deep analysis guys. @Adam regarding opened views, maybe there's something wrong with this hack: KexiWindow::isDesignModePreloadedForTextModeHackUsed() - happens only for queries since only queries use Text mode. @Adam yeah, we have time before 2.9.0. This crash shall be fixed quickly and temporarily though since it's similar case to the table view. Git commit 1cff375660e7d42df3e5740964049baae128dbdd by Jaroslaw Staniek. Committed on 08/05/2014 at 08:19. Pushed by staniek into branch 'master'. Fix crash introduced in reports after porting forms to Qt4 (that was commit 1c53aa8b9e09681) Put the page navigator is put aside of the report area's horizontal scroll bar like we do in table and form views. REVIEW:118046 M +1 -7 kexi/plugins/forms/kexiformscrollview.cpp M +7 -2 kexi/plugins/reports/kexireportview.cpp M +14 -4 kexi/widget/utils/kexirecordnavigator.cpp M +7 -3 kexi/widget/utils/kexirecordnavigator.h http://commits.kde.org/calligra/1cff375660e7d42df3e5740964049baae128dbdd I was about to submit same bug this morning, but caught it as a recently fixed bug. Did git pull and rebuilt, confirm also appears fixed. Ian |