Bug 49763 - feature request--lock width of columns & make text wrap
Summary: feature request--lock width of columns & make text wrap
Status: RESOLVED DUPLICATE of bug 5325
Alias: None
Product: korganizer
Classification: Applications
Component: general (show other bugs)
Version: 3.0.3
Platform: Mandrake RPMs Linux
: NOR wishlist
Target Milestone: ---
Assignee: Cornelius Schumacher
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-10-27 10:19 UTC by sara27
Modified: 2003-08-17 13:33 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description sara27 2002-10-27 10:19:56 UTC
Version:           3.0.3 (using KDE 3.0.4)
Installed from:    Mandrake Linux Cooker i586 - Cooker
Compiler:          gcc version 3.2 (Mandrake Linux 9.0 3.2-1mdk)
OS:          Linux (i686) release 2.4.19-16mdk

current behavior of the month view--korganizer--is that columns grow wider depending on the length of the text in appointment>summary for a day within that column. (This looks like the behavior of an html table).  Other columns are compressed as a result; the overall look is not good.

Better if text wraps within the 'day' cell.  Maybe the columns should be user--adjustable (altho other pims don't do that), but not automatically adjusting.

Also, the little raised grey boxes for appointments--day and week view--are just graphically horrid (yes, I know you can change colors).  Please have a look at Outlook and Evolution--both are much better graphically in the display of calendar.
Comment 1 Reinhold Kainhofer 2003-08-08 14:57:45 UTC
The second issue (the raised gray boxes) has been solved by Tim's patch, which 
changed their look to something that looks more appealing. 
Comment 2 Reinhold Kainhofer 2003-08-16 19:12:52 UTC
Subject: kdepim/korganizer

CVS commit by kainhofe: 

Make the columns in month view always use the same width.

This fixes the first part of wish #49763. The second part of that report (wrapping the text of events in month view) is not so easy to implement, and will stay as an open wishlist item.

CCMAIL: 49763@bugs.kde.org


  M +2 -0      komonthview.cpp   1.74


--- kdepim/korganizer/komonthview.cpp  #1.73:1.74
@@ -521,4 +521,6 @@ KOMonthView::KOMonthView(Calendar *calen
 
     dayLayout->addWidget( label, 0, i );
+    dayLayout->addColSpacing( i, 10 );
+    dayLayout->setColStretch( i, 1 );
   }
 


Comment 3 Reinhold Kainhofer 2003-08-17 13:33:00 UTC
The only remaining issue (wrapping text in month view) is a duplicate of bug
5325. So I'm closing this report. Thanks for reporting those issues.

Reinhold

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