Bug 77211 - Improper size of events in KOrganizer
Summary: Improper size of events in KOrganizer
Status: RESOLVED DUPLICATE of bug 73718
Alias: None
Product: korganizer
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Compiled Sources Linux
: NOR normal
Target Milestone: ---
Assignee: Cornelius Schumacher
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-03-10 19:52 UTC by Mikolaj Machowski
Modified: 2004-03-18 14:34 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments
Improper visualisation of events in KOrganizer (1.91 KB, image/png)
2004-03-13 01:08 UTC, Mikolaj Machowski
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Mikolaj Machowski 2004-03-10 19:52:33 UTC
Version:            (using KDE Devel)
Installed from:    Compiled sources
Compiler:          gcc3.3.1 -Os 
OS:          Linux

Size of event doesn't reflect times of event.
Scheduled from 13.15 to 14.45 shows as 13.15 to 15.15.

In other case it is scheduled 16.45-18.15 shows as 16.45-19.15
Comment 1 Mikolaj Machowski 2004-03-13 01:08:13 UTC
Created attachment 5197 [details]
Improper visualisation of events in KOrganizer

Really no one has this problem? This is an part of screenshot from CVS, friday
evening.
Comment 2 Cornelius Schumacher 2004-03-13 07:02:30 UTC
I vaguely remember another bug report describing this problem. Maybe you would like to check Bugzilla for it. Does changing the optimisation options for the compiler help?
Comment 3 Mikolaj Machowski 2004-03-13 16:14:56 UTC
Yes. Turning off all local flags solves the problem. And yes, There was 
similar problem some time ago but vanished at some point.

Offending settings:
CFLAGS="-march=athlon -mcpu=athlon -Os -fomit-frame-pointer -pipe -DNDEBUG 
-DG_DISABLE_ASSERT"
CXXFLAGS="-march=athlon -mcpu=athlon -Os -pipe -DNDEBUG -DG_DISABLE_ASSERT 
-fpermissive"
LDFLAGS="-z combreloc"

Comment 4 Cornelius Schumacher 2004-03-13 16:53:52 UTC
What exact platform are you using?
Comment 5 Mikolaj Machowski 2004-03-13 22:41:07 UTC
Platform:
	Mdk9.2
	gcc3.3.1 (-2mdk)
	Linux localhost 2.4.22-10mdk


Comment 6 Reinhold Kainhofer 2004-03-18 14:34:05 UTC
This is exactly the same behaviour as in bug 73718: The items seem to use the width also as their height... Hmm, seems to be a compiler optimization bug.

Reinhold

*** This bug has been marked as a duplicate of 73718 ***