Bug 191225 - Layout problems in main dialog
Summary: Layout problems in main dialog
Status: RESOLVED FIXED
Alias: None
Product: korganizer
Classification: Applications
Component: general (show other bugs)
Version: 4.2.2
Platform: openSUSE Unspecified
: NOR normal
Target Milestone: ---
Assignee: kdepim bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-05-01 11:50 UTC by Christoph Bartoschek
Modified: 2009-06-09 01:06 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments
Screenshot showing the problem (212.22 KB, image/png)
2009-05-01 11:52 UTC, Christoph Bartoschek
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Christoph Bartoschek 2009-05-01 11:50:19 UTC
Version:            (using KDE 4.2.2)
Installed from:    SuSE RPMs

I attach a screenshot of the main window as it is shown when korganizer is opened and maximized. I did not change anything in the layout. There are several problems that I have marked in the screenshot.

1. The text for the menu icons "Tag", "Woche" and "Monat" is next to the icon and not below it like for the other icons. This should be consistent between all toolbars.

2. The text to choose a category is not readable at all.

3. The text to add a new task is only partially visible.

4. The most important column in the task list, the name, is not readable at all.

5. The alignment of the month headers is strange. The left ones are left aligned. The right ones are centered. And why is there such a big space between month and year?
Comment 1 Christoph Bartoschek 2009-05-01 11:52:31 UTC
Created attachment 33259 [details]
Screenshot showing the problem
Comment 2 Allen Winter 2009-05-13 01:10:37 UTC
Thanks for the detailed report and picture.

I looked at issue1 and there isn't anything I can do to fix it in korganizer.  This is a side-effect of the default toolbar button for all of KDE being changed to "text alongside buttons" starting in KDE 4.2.

The only solution is can think of is to change the text position yourself by right mouse button menu over the buttons and then selecting Text Position->Text under icons

I'll continue looking at the other issues you mentioned.
Comment 3 Allen Winter 2009-05-24 21:27:29 UTC
issue5 should be fixed now
Comment 4 Allen Winter 2009-05-24 23:56:56 UTC
SVN commit 972429 by winterz:

In the lineedit, elide the text so it doesn't scroll too far to the right.
also put on a tooltip showing the contents of the lineedit.

Should take care of issue#2 in but 191225
CCBUG: 191225


 M  +3 -1      kcheckcombobox.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=972429
Comment 5 Allen Winter 2009-05-25 03:23:18 UTC
SVN commit 972471 by winterz:

elide the click message text for the quick add so we don't lose the beginning of th text.
Should take care of issue3 for bug 191225

CCBUG: 191225


 M  +8 -1      kotodoview.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=972471
Comment 6 Sergio Martins 2009-05-25 22:58:10 UTC
SVN commit 972866 by smartins:

If saved config settings don't have any column widths then resize summary column to fit content so we see the whole text.

Takes care of issue 4 of bug 191225.

CCBUG: 191225


 M  +10 -0     kotodoview.cpp  
 M  +1 -0      kotodoview.h  


WebSVN link: http://websvn.kde.org/?view=rev&revision=972866
Comment 7 Sergio Martins 2009-05-27 01:19:39 UTC
SVN commit 973371 by smartins:

Backport r972866 by smartins from trunk to the 4.2 branch:

If saved config settings don't have any column widths then resize summary column to fit content so we see the whole text.

Takes care of issue 4 of bug 191225.

CCBUG: 191225


 M  +10 -0     kotodoview.cpp  
 M  +1 -0      kotodoview.h  


WebSVN link: http://websvn.kde.org/?view=rev&revision=973371
Comment 8 Allen Winter 2009-06-09 01:06:57 UTC
Christoph,

I'm closing this since I believe we fixed everything you mentioned the best we could.  Please open a new bug (1 issue per bug) if there are other layout issues you notice that need to be fixed.