[Libreoffice-bugs] [Bug 90029] Crash with form (frm::TimeFieldColumn)

2015-03-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=90029

--- Comment #5 from Commit Notification 
libreoffice-comm...@lists.freedesktop.org ---
Stephan Bergmann committed a patch related to this issue.
It has been pushed to master:

http://cgit.freedesktop.org/libreoffice/core/commit/?id=144b5e68106415d2e9a4a6a51e259d329a695d5f

tdf#90029: FM_PROP_DATE/TIME confusion

It will be available in 4.5.0.

The patch should be included in the daily builds available at
http://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More
information about daily builds can be found at:
http://wiki.documentfoundation.org/Testing_Daily_Builds
Affected users are encouraged to test the fix and report feedback.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 90029] Crash with form (frm::TimeFieldColumn)

2015-03-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=90029

--- Comment #6 from Lionel Elie Mamane lio...@mamane.lu ---
This rings a bell, I get the impression I recently fixed exactly the same
confusion betweeen Time and Date property, certainly at another place in the
code.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 90029] Crash with form (frm::TimeFieldColumn)

2015-03-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=90029

Commit Notification libreoffice-comm...@lists.freedesktop.org changed:

   What|Removed |Added

 Whiteboard|| target:4.5.0

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 90029] Crash with form (frm::TimeFieldColumn)

2015-03-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=90029

Stephan Bergmann sberg...@redhat.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |FIXED
   Assignee|libreoffice-b...@lists.free |sberg...@redhat.com
   |desktop.org |

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 90029] Crash with form (frm::TimeFieldColumn)

2015-03-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=90029

Stephan Bergmann sberg...@redhat.com changed:

   What|Removed |Added

 CC||lio...@mamane.lu

--- Comment #4 from Stephan Bergmann sberg...@redhat.com ---
The call to DbTimeField::updateFromModel from DbCellControl::Init (both in
svx/source/fmcomp/gridcell.cxx) got introduced with
http://cgit.freedesktop.org/libreoffice/core/commit/?id=42b809228dc0971c4280871728e37261abab62da
On init of DbCellControl, load value from Model.

What is odd about DbTimeField::updateFromModel is that it uses FM_PROP_DATE
(aka Date) instead of FM_PROP_TIME (aka Time) as DbTimeField::commitControl
does, and that Date then causes the uncaught UnknownPropertyException.  Looks
like this is a copy/paste error between DbDateField::updateFromModel and
DbTimeField::updateFromModel ever since
http://cgit.freedesktop.org/libreoffice/core/commit/?id=fba11e39f9f5b7d418969d414093ea7f7e1000ca
#98012# #98171# some major changes - no, the DbCellControl (and derivees) is
(are) a listener at the relevant model properties like ReadOnly, Text, Value
aso.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 90029] Crash with form (frm::TimeFieldColumn)

2015-03-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=90029

--- Comment #7 from Lionel Elie Mamane lio...@mamane.lu ---
(In reply to Lionel Elie Mamane from comment #6)
 This rings a bell, I get the impression I recently fixed exactly the same
 confusion betweeen Time and Date property, certainly at another place in the
 code.

It was exactly there, it is in my uncommitted changes... My bad.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 90029] Crash with form (frm::TimeFieldColumn)

2015-03-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=90029

Julien Nabet serval2...@yahoo.fr changed:

   What|Removed |Added

 CC||sberg...@redhat.com

--- Comment #1 from Julien Nabet serval2...@yahoo.fr ---
Stephan: I remember your patch
http://cgit.freedesktop.org/libreoffice/core/commit/?id=fa6c09877ed6502593de2f73541d91f31c8feea1
which fixed the regression 5d05f7ed8582193c39e29b7dc16767fb850e9f28
I wonder if it could be the same kind of regression.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 90029] Crash with form (frm::TimeFieldColumn)

2015-03-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=90029

raal r...@post.cz changed:

   What|Removed |Added

   Keywords||have-backtrace
 Status|UNCONFIRMED |NEW
 CC||r...@post.cz
 Ever confirmed|0   |1

--- Comment #2 from raal r...@post.cz ---
I can confirm crash with Version: 4.5.0.0.alpha0+
Build ID: 7f3628e54d4470cac6d51659d1b1bec5fb4f4e70
TinderBox: Linux-rpm_deb-x86_64@46-TDF, Branch:master, Time:
2015-03-14_00:35:32

I can open report but LO crashes when click Next record.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 90029] Crash with form (frm::TimeFieldColumn)

2015-03-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=90029

Julien Nabet serval2...@yahoo.fr changed:

   What|Removed |Added

   Keywords||regression
   Priority|medium  |high
   Severity|normal  |major

--- Comment #3 from Julien Nabet serval2...@yahoo.fr ---
Thank you Raal for the confirmation.

I don't reproduce this with LO Debian package 4.3.3.2-regression.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs