Bug 130298

Summary: reminder table does not save column layout
Product: [Applications] kalarm Reporter: Oliver Grimm <logistikka>
Component: generalAssignee: David Jarvie <djarvie>
Status: CLOSED FIXED    
Severity: normal    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Debian testing   
OS: Linux   
Latest Commit: Version Fixed In:

Description Oliver Grimm 2006-07-05 15:52:36 UTC
Version:           1.3.9 (using KDE KDE 3.5.3)
Installed from:    Debian testing/unstable Packages
OS:                Linux

To reproduce do 

- start KAlarm
- drag and resize some of the columns
- quit KAlarm
- restart KAlarm
- the column layout is set back to standard.

The expected behaviour is that KAlarm saves the column layout and restores it when started.
Comment 1 David Jarvie 2006-07-12 00:47:02 UTC
SVN commit 561356 by djarvie:

Remember column ordering in main window between sessions, in case the user
reorders the columns. (Except for the message column, which is always set to
the last column.)

Prevent the alarm type column from being resized, to prevent refresh problems.

BUG: 130298
BUG: 130297



 M  +2 -1      Changelog  
 M  +139 -63   alarmlistview.cpp  
 M  +12 -16    alarmlistview.h  
 M  +35 -16    mainwindow.cpp  
 M  +1 -0      mainwindow.h