[Libreoffice-commits] core.git: Changes to 'private/jmux/master+fixes'

Jan-Marek Glogowski glogow at fbihome.de
Thu Feb 27 04:31:28 PST 2014


New branch 'private/jmux/master+fixes' available with the following commits:
commit b8a07016908f418d97483b7e88319290320bbf6d
Author: Jan-Marek Glogowski <glogow at fbihome.de>
Date:   Thu Feb 27 08:54:57 2014 +0000

    KDE4: try hard to paint any rect for menus
    
    Current Oxygen theme doesn't draw rects for menus, but uses shaped
    and "colored" background images. As a workaround paint window and
    menu rects for menus - currently any painted rect is better then
    no rect at all.
    
    Change-Id: I4d553ea58cac2729826f8395cb2597fa200187b6

commit c11deb60cabfa8e7ee511b94abb0e19601b42fe6
Author: Jan-Marek Glogowski <glogow at fbihome.de>
Date:   Thu Feb 27 08:51:00 2014 +0000

    KDE4: Report correct check and radio item sizes
    
    Use the correct sizs from the current style.
    
    Change-Id: I7e163bdc8d467baf2d6e3d0d2bc3e1da7558cf42

commit 3cd6781ae8ed2283d8895092657d4020d453c5d9
Author: Jan-Marek Glogowski <glogow at fbihome.de>
Date:   Wed Feb 26 18:19:11 2014 +0000

    KDE4: Freeze yield for native file picker dialogs
    
    As it seems to be the only way to poll the clipboard, reintroduce
    
     m_pApplication->clipboard()->setProperty(
        "useEventLoopWhenWaiting", true );
    
    To prevent crashes disable Yielding while the dialog is open.
    
    This keeps the FP dialogs kind of usable, but feels like a horrible
    workaround.
    
    Change-Id: I10c422f1c0d7448d4a7ad28e57a32ed2cb42f48f

commit b4f7f9c9322a85ff3bee141a3dfb5dedbdb16543
Author: Jan-Marek Glogowski <glogow at fbihome.de>
Date:   Wed Feb 26 16:34:55 2014 +0000

    KDE4: fix boolean prototypes in signal connections
    
    Fix missed connect function prototypes from the sal_Bool -> bool
    conversation of the vcl module.
    
    Change-Id: I33d930e260940bc9f300b83b14355b2dd7903ca7

commit 7b083444942b1d5890b51a1f4a8560ba4e411e46
Author: Jan-Marek Glogowski <glogow at fbihome.de>
Date:   Wed Feb 26 17:02:38 2014 +0200

    KDE4: Drop Qt 4.9 support
    
    I don't think there will ever be any 4.9 release, so drop all the
    unused code.
    
    Change-Id: I4b72de96e6064240582cd83d4e45547096a2efb0

commit de77e0d80029114f2dae15c3f10f1bed2510e141
Author: Pierre-Eric Pelloux-Prayer <pierre-eric at lanedo.com>
Date:   Tue Oct 15 14:54:40 2013 +0200

    sw/docx export: fix handling of document with header and section(s)
    
    This fix 2 issues:
      * header loss
      * text after section moved to a new page
    
    Change-Id: I0692100513cc21e75203a8befc21804885f66a76

commit a2b76750d3de04def20d777104d5a7a49a12ee66
Author: Jan-Marek Glogowski <glogow at fbihome.de>
Date:   Mon Jan 20 11:11:53 2014 +0000

    Drop GtkScrolledWindow from GtkTextView
    
    GtkTextView is mapped to VclMultiLineEdit, which manages its own
    scrolling, so we can drop all GtkScrolledWindow references.
    
    Change-Id: I046a23b22e88d34997dd7b6e7e822fd89e2685be

commit 2fc86456ac592e869d408c152b7f5f3e4361b3b7
Author: Jan-Marek Glogowski <glogow at fbihome.de>
Date:   Tue Dec 24 20:18:41 2013 +0100

    Use exceptions for correct mail error handling
    
    If we're missing the eMail column we're to deep inside the code
    for a simple return on error. So this uses a try .. catch block
    and a private exception to cleanup after an error.
    
    Change-Id: Ice042f9cab0037e7aac0bd6940ae9b863ed849d2

commit 4bfaf90b63a2d3eac026e66ee8b8fddf8c42d7a5
Author: Jan-Marek Glogowski <glogow at fbihome.de>
Date:   Tue Dec 24 19:58:06 2013 +0100

    Clarify mail merge cancel and error handling
    
    A mail merge cancel is no error. So we actually test both booleand
    in the loop and don't set cancel on error.
    
    Change-Id: Icb7722c3758c1db984fa683a6b6a9eb9120ff925

commit d1e621d2ed3047e567ba07a5a98f397127165e48
Author: Jan-Marek Glogowski <glogow at fbihome.de>
Date:   Thu Nov 14 11:51:14 2013 +0100

    Implement Qt single event processing.
    
    This implements the expected single event processing in the
    processYield function. It uses an eventFilter, which exits the
    processing loop after the first event.
    
    Currently the code results in refresh problems, so it's disabled.
    
    Change-Id: I06988223990fcae08254be346f9e1fe679130371

commit e9007782138ef04f8b363c76ee1592b91983313d
Author: Jan-Marek Glogowski <glogow at fbihome.de>
Date:   Fri Nov 15 14:51:09 2013 +0100

    Simplify KDE4 yielding.
    
    QAbstractEventDispatcher::processEvents always processes all
    pending events, so we can ignore the the second Yield parameter
    (bHandleAllCurrentEvents).
    
    Change-Id: I49a70ed13d0215b89f48eed93d78eef2f083dc0d

commit a3930f9e6e0c88f39a810ec4ec7733ef0af5772c
Author: Maxime de Roucy <mderoucy at linagora.com>
Date:   Tue Jan 7 09:31:11 2014 +0100

    API remove image : change document state #i74651#
    
    Now when an image is removed from a Calc document using the API it changes the
    modified state of the document.
    
    Change-Id: I5dad550ec78a12227f3fb04fd934c7d0c5066a9f



More information about the Libreoffice-commits mailing list