Bug 261248

Summary: Only update date of files in branch on actual changes
Product: [Applications] lokalize Reporter: Frederik Schwarzer <schwarzer>
Component: generalAssignee: Nick Shaforostoff <shafff>
Status: RESOLVED FIXED    
Severity: normal CC: lpapp
Priority: NOR    
Version: 1.1   
Target Milestone: ---   
Platform: Debian unstable   
OS: Linux   
Latest Commit: Version Fixed In:

Description Frederik Schwarzer 2010-12-25 19:58:12 UTC
Version:           1.1 (KDE 4.5) (using KDE 4.5.3) 
OS:                Linux

Porting changes to a specific branch while working in another branch is one of the killer features of Lokalize. :)

However, in its current implementation it always updates the PO date and last translator field of the PO header even if no actual changes have been made to the file.

This bloats later commits in the branch.

Reproducible: Always
Comment 1 Nick Shaforostoff 2010-12-27 15:16:17 UTC
SVN commit 1209611 by shaforo:

BUG: 261248
Only update date of files in branch on actual changes



 M  +10 -0     mergecatalog.cpp  
 M  +3 -0      mergecatalog.h  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1209611
Comment 2 Nick Shaforostoff 2010-12-28 10:57:25 UTC
SVN commit 1209851 by shaforo:

back-port small change to reduce svn diffs of translations and potentionally avoid conflicts when merging them 
 
CCBUG: 261248
Only update date of files in branch on actual changes



 M  +10 -0     mergecatalog.cpp  
 M  +3 -0      mergecatalog.h  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1209851