[Libreoffice-commits] Changes to 'feature/line-numbers-in-basicIDE'

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Fri Aug 17 11:40:47 PDT 2012


New branch 'feature/line-numbers-in-basicIDE' available with the following commits:
commit 29dba91e9eb3b9d5c84b237d6f3cd2e24c8ab9b2
Author: Noel Power <noel.power at novell.com>
Date:   Fri Nov 18 10:07:23 2011 +0000

    Revert "Fixed for bug 40505 UI: HYPHENATION Right/Left arrow key reversed (keyboard)"
    
    This reverts commit 4b0cee219a3c761a5cf17188143a89a489cf103a.
    
    oops wrong branch

commit 4b0cee219a3c761a5cf17188143a89a489cf103a
Author: Niklas Johansson <niklas at niklas-VirtualBox.(none)>
Date:   Mon Nov 7 16:51:27 2011 +0100

    Fixed for bug 40505 UI: HYPHENATION Right/Left arrow key reversed (keyboard)
    
    SvxHyphenWordDialog::SelLeft() and SvxHyphenWordDialog::SelRight() was
    reversed witch caused the arrowkeys to be reversed in the hyphenation
    dialog.

commit 62c55ae015d14c7b005bac569d1a0698e85cc9d1
Author: August Sodora <augsod at gmail.com>
Date:   Wed Nov 16 14:50:26 2011 -0500

    Preparing to add option for line numbers in the basic ide

commit aa7f5af9418802121098fadc9de409775977464c
Author: Ivan Timofeev <timofeev.i.s at gmail.com>
Date:   Thu Nov 17 22:13:42 2011 +0400

    redundant if not-null checks on delete

commit 2eb486db9bdfb0b0146e64dfe990d9adb273c92f
Author: Lior Kaplan <kaplanlior at gmail.com>
Date:   Thu Nov 17 19:04:13 2011 +0200

    Remove double space in strings (looks bad in pootle)

commit 918899c7490d602258f77fba9e2c8a92d0601091
Author: Korrawit Pruegsanusak <detective.conan.1412 at gmail.com>
Date:   Fri Nov 18 00:36:00 2011 +0700

    cppcheck: unread variables
    
    These variables are set, but unused.

commit 2eeb9a193dcdb5cf9e942bfe4f219b5db2bb3603
Author: Miklos Vajna <vmiklos at frugalware.org>
Date:   Thu Nov 17 17:18:54 2011 +0100

    Related i#44806: Fix crash in dmapper when importing FILENAME fields

commit b6dac3a529640cbe5520b0f5c93faf3d0a8c0a50
Author: Tor Lillqvist <tlillqvist at suse.com>
Date:   Thu Nov 17 17:57:23 2011 +0200

    Do build cpputools also for non-DESKTOP OSes, needed for bridgetest

commit 8dfd54c5db6c85f283c2a86a7fcc8a0e8b8565c2
Author: Tor Lillqvist <tlillqvist at suse.com>
Date:   Thu Nov 17 17:40:49 2011 +0200

    Do build stuff here also when cross-compiling (but don't run)

commit d21e40918ad5ba503ba606540b080c96050745be
Author: Tor Lillqvist <tlillqvist at suse.com>
Date:   Thu Nov 17 17:36:24 2011 +0200

    Fix unintentional glitch

commit 6514a49a014efd4134bfbaea732a4e8890d1ef48
Author: Tor Lillqvist <tlillqvist at suse.com>
Date:   Thu Nov 17 16:23:11 2011 +0200

    Add the gcc3_uno library

commit 6436e62e400f699a9e23f37731489f178a9bbf33
Author: Tor Lillqvist <tlillqvist at suse.com>
Date:   Thu Nov 17 16:21:50 2011 +0200

    Let's try using the gcc3_linux_arm code for Android, too

commit 40e5b53180475eac5996adba06264f3fe3fcf87f
Author: Andras Timar <atimar at suse.com>
Date:   Thu Nov 17 15:59:17 2011 +0100

    don't create download (nsis) install sets on Windows

commit da843d8da14b7ac072b69974b6054f1d601e0ff8
Author: Tor Lillqvist <tlillqvist at suse.com>
Date:   Thu Nov 17 15:56:41 2011 +0200

    Missing semicolon

commit 3ee7dd2f56cc56cf9da838bac19b0b852cad6946
Author: Tor Lillqvist <tlillqvist at suse.com>
Date:   Thu Nov 17 15:16:30 2011 +0200

    Look for libboostrap.uno.so and not bootstrap.uno.so on Android
    
    Not sure if we need to be more generic here, and always add a "lib"
    prefix if not present. Or do the changes to the makefilery take care
    of it, so that for other UNO components than bootstrap, the name as
    stored wherever it is stored does contain the "lib" prefix we are
    forces to use on Android?

commit f17c0633773666b9077b4fe2349c7485881b1a68
Author: Tor Lillqvist <tlillqvist at suse.com>
Date:   Thu Nov 17 15:16:10 2011 +0200

    Look for lo_main() and not main() on Android

commit 20d1555ac752f3f7bb990e021b89b5df52bd786f
Author: Tor Lillqvist <tlillqvist at suse.com>
Date:   Thu Nov 17 15:15:14 2011 +0200

    Use lo_dladdr() on Android

commit 2f2c08a4bdef3d6ed175e43a57181fa012393a6a
Author: Tor Lillqvist <tlillqvist at suse.com>
Date:   Thu Nov 17 15:04:28 2011 +0200

    Add more libraries

commit 234d5efeb99a22836e746886a84010a48e893022
Author: Tor Lillqvist <tlillqvist at suse.com>
Date:   Thu Nov 17 14:03:59 2011 +0200

    Add lo_dladdr(), a wrapper for Android's dladdr()
    
    Android's dladdr() stores just the basename of a shared object in
    Dl_info::dli_fname. LibreOffice expects either a complete absolute
    pathname or a relative path from the current directory to be returned
    there. So look up the full pathname of the library from
    /proc/self/maps.
    
    Also remove the fallback message loop after lo_main() returns, instead
    just exit.

commit a4efa8ae148f6c132d0a6145c599282c1fef9449
Author: Tor Lillqvist <tlillqvist at suse.com>
Date:   Thu Nov 17 14:02:45 2011 +0200

    Include also the boostrap UNO component

commit 3c1c4b7d21b0fe9d8377739f08feafe728390b3c
Author: Tor Lillqvist <tlillqvist at suse.com>
Date:   Wed Nov 16 22:18:23 2011 +0200

    Enforce a "lib" prefix for UNO components for Android
    
    This commit for the old build system. (Don't bother for components not
    relevant for Android.)
    
    The Android package installer (as invoked through "adb install", from
    "ant debug install") silently ignores native libraries in app packages
    (.apk files) whose names don't start with "lib" and end with ".so".
    
    The package builder (as invoked through "ant debug") in the SDK gladly
    includes also thusly named native libraries in the .apk, though. Yay
    for consistency.

commit 1b37f384ae83939dc6e0797868a8d02ef2612606
Author: Tor Lillqvist <tlillqvist at suse.com>
Date:   Wed Nov 16 17:39:23 2011 +0200

    Copy more shared objects for unit testing

commit b58ee242cb6282450addf337b5e3bb3cc64fcef7
Author: Tor Lillqvist <tlillqvist at suse.com>
Date:   Wed Nov 16 17:38:52 2011 +0200

    Improve a diagnostic log message

commit 7480388cdfb33f59de82d2259478f5d84ba94d29
Author: Tor Lillqvist <tlillqvist at suse.com>
Date:   Wed Nov 16 17:18:45 2011 +0200

    Use lo_dlopen() on Android

commit 7eaf127475c1aa91e31a4a2aecec20d18ff30e17
Author: Andras Timar <atimar at suse.com>
Date:   Thu Nov 17 12:07:09 2011 +0100

    remove setup.exe and setup.ini from Windows installdir

commit c7c7143b62badcc1b6728c2a4220a35cf4ef1b52
Author: Tim Hardeck <thardeck at suse.com>
Date:   Wed Nov 16 19:12:06 2011 +0100

    Make the toolbars not popping-up randomly
    
    Undocked, context sensitive toolbars often tend to overlay important parts of
    a document.
    With this patch these toolbars are docked to the bottom to prevent the document from
    being moved each time the toolbar is displayed.
    Furthermore the findbar setting was changed to make sure that it stays
    on top of the other toolbars at the bottom.

commit 25ac1b481265e72dc1a53297327a79642f3d494b
Author: Winfried Donkers <osc at dci-electronics.nl>
Date:   Thu Nov 17 07:27:37 2011 +0100

    german comments translated to english On branch master Changes to be committed: modified: sc/source/ui/view/cellsh.cxx modified: sc/source/ui/view/cellsh1.cxx modified: sc/source/ui/view/cellsh2.cxx modified: sc/source/ui/view/cellsh4.cxx

commit 46acc069d4b1d373199d6646ee98ea591d7ec963
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Thu Nov 17 08:16:38 2011 +0100

    Fixed dmake depend=x.

commit 50c03d40cd396e1405379507a9d2c9cf0795139f
Author: Jan Holesovsky <kendy at suse.cz>
Date:   Thu Nov 17 01:17:14 2011 +0100

    Forgotten #include; removed too.

commit dae96cd5909651149011ef42acec350bc398bbf9
Author: Jan Holesovsky <kendy at suse.cz>
Date:   Wed Nov 16 23:26:51 2011 +0100

    Removing the last remnants of layout - sorry to see it go :-(

commit d3683ed0c511c5b2d0fb5436584f594008b1a1e1
Author: Felix Zhang <fezhang at suse.com>
Date:   Wed Nov 16 17:27:21 2011 +0800

    remove obsolete layout code

commit 86de13518aa6c5d68f4c661bb1182b0776efb3ce
Author: Jan Holesovsky <kendy at suse.cz>
Date:   Wed Nov 16 22:57:28 2011 +0100

    Revert the component.map removal from makefile to fix Windows build.

commit cc108d737c82163a0bec710c2daa0c3e3b19f598
Author: Norbert Thiebaud <nthiebaud at gmail.com>
Date:   Wed Nov 16 16:13:54 2011 -0600

    support for various make goal in source_and_rerun

commit 14bbeb958ab21fbc0c9546841fe2dabe2f882f17
Author: Andras Timar <atimar at suse.com>
Date:   Wed Nov 16 22:06:23 2011 +0100

    leave out redist and readmes from win installdir
    
    and make x64 merge modules optional

commit a9bd6e171010bdc9fa669a3f37d3156eb4294daf
Author: Kohei Yoshida <kohei.yoshida at suse.com>
Date:   Wed Nov 16 16:11:32 2011 -0500

    Oops I forgot to remove the header include line.

commit c4dc11f85cc6426d24739940745b9583fd5fadeb
Author: Kohei Yoshida <kohei.yoshida at suse.com>
Date:   Wed Nov 16 16:07:08 2011 -0500

    More on reducing header dependency.

commit a3e7d04228c5740a1c1bdd8f054f91f9a07c0293
Author: Kohei Yoshida <kohei.yoshida at suse.com>
Date:   Wed Nov 16 15:57:53 2011 -0500

    More on reducing header dependency.

commit 7a9da326b76c071e82dd3a86e01ecd7ca3758ce1
Author: Kohei Yoshida <kohei.yoshida at suse.com>
Date:   Wed Nov 16 15:43:29 2011 -0500

    This header doesn't need to include queryparam.hxx.

commit 9b0773471e0e6a0063020052854b70f1792905cb
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Wed Nov 16 20:38:11 2011 +0000

    push/pop deprecated

commit 20bb6c914c91a24d4647e8aa8e60be9cff75d734
Author: Kohei Yoshida <kohei.yoshida at suse.com>
Date:   Wed Nov 16 15:35:21 2011 -0500

    Reduced header dependency on dbdata.hxx by better encapsulation.

commit 301cbb71bd4a25f974314e20cb5b792d17d0171b
Author: Jan Holesovsky <kendy at suse.cz>
Date:   Wed Nov 16 20:59:16 2011 +0100

    x64 merge modules are not mandatory, only warn when they are missing.

commit 90ddca06e6ac44c7ab9b147618d6543ee3d986d7
Author: Michael Meeks <michael.meeks at suse.com>
Date:   Wed Nov 16 16:59:39 2011 +0000

    Fixup legacy sleepycat db database usage for packages
    
    Previously empty legacy registered_packages.db databases were created
    unconditionally, at some efficiency and startup cost, despite these
    being deprectated since before version 3.2.
    We now handle version mismatches by warning on the console and ignoring
    these files.

commit 9d08c357f4a6aea8d8ed2b8598babe796ab87397
Author: Noel Power <noel.power at novell.com>
Date:   Wed Nov 16 16:38:31 2011 +0000

    make experimental (calc) input bar update better
    
    probably there is a better way to do this ( to eg avoid the 'layout' call ) but right now I don't know what it is and at least this is an improvement

commit 1b9139617d6c223071838f28b73628f115012ea4
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Wed Nov 16 16:35:11 2011 +0000

    fix crashing search/replace dialog
    
    Overenthuastic chainsawing from 7776ebfa63cec652131e2be61e2dc198648770db
    removed pWindow = LAYOUT_THIS_WINDOW (dialog)

commit 1670467dd7e617b10318decfc0c9fb71e1450cd1
Author: Kohei Yoshida <kohei.yoshida at suse.com>
Date:   Wed Nov 16 11:01:02 2011 -0500

    Fixed the overlapped UI controls.

commit 445734f10cd5cd45a6c664915e983dea6e60418e
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Wed Nov 16 15:35:05 2011 +0000

    get this to build on ppc64 linux

commit e4f2f1c2a8532503fa3448e6e8fe14558c1c40e9
Author: Norbert Thiebaud <nthiebaud at gmail.com>
Date:   Wed Nov 16 09:12:53 2011 -0600

    fix cross compile issue (missing build_env.in)

commit 2bdc67b33c21ff4a740d0b37c486e08f223d2718
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Wed Nov 16 16:07:48 2011 +0100

    Typo WITHOUTDOTPACKAGEVERSION -> WITHOUTDOTPRODUCTVERSION.

commit 9f1e9f88c819043a99ce0624ffbb9d1658082be9
Author: Takeshi Abe <tabe at fixedpoint.jp>
Date:   Wed Nov 16 01:48:40 2011 +0900

    removed dead code

commit 2f733f66c7be7bd45515dc74352ee6fb1ef1205b
Author: Noel Power <noel.power at novell.com>
Date:   Wed Nov 16 14:53:38 2011 +0000

    add new 'Goto Line' menu item to Basic IDE

commit 24e7fc5aeb30756735be84f7c18bf5c4e8c92ea1
Author: Daisuke Nishino <niboshi000 at gmail.com>
Date:   Tue Nov 15 19:42:35 2011 +0900

    Move cursor to the right of brace when the closing brace is typed.

commit 64b2d8ec302a6f5fcb13941da93010fc826b9452
Author: Andras Timar <atimar at suse.com>
Date:   Wed Nov 16 12:03:50 2011 +0100

    fix SDK database version number

commit 0e77b2a5f667da474426cf4fc1e66c7bf5aab559
Author: Andras Timar <atimar at suse.com>
Date:   Wed Nov 16 11:43:07 2011 +0100

    merge transforms to msi as substorages and update summary information

commit c9aa152cc6d8a1610806390097deec6e32c68e41
Author: Andras Timar <atimar at suse.com>
Date:   Fri Oct 21 10:36:45 2011 +0200

    add merge modules to scp2

commit e69aa8c17654d0a16cf7a425ee0e19bf6ff0ae6a
Author: Andras Timar <atimar at suse.com>
Date:   Fri Oct 21 10:35:50 2011 +0200

    include cab in msi

commit 652081984a58bb3a367d9f3cb9c606892f453764
Author: Andras Timar <atimar at suse.com>
Date:   Fri Oct 21 10:13:48 2011 +0200

    copy msvcrt merge modules into the tree

commit f1ca8ed4a8a6502ed26f7fdbe5ef82118763a991
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Wed Nov 16 13:23:36 2011 +0000

    update unused list

commit aadcb1e1609cbbc544bc425504e01e9b0a795a9e
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Wed Nov 16 13:10:05 2011 +0000

    log errors by default in debug mode

commit 189ff7480ca3dd043789a9f515fe8421e80ec657
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Tue Nov 15 23:25:31 2011 +0000

    gitignore debugging droppings

commit d03f611f785038784582e38533db1b307cf91543
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Tue Nov 15 23:22:52 2011 +0000

    we can drop unqid.hxx entirely post move to binfilter

commit ec24d568dc6a8b4d2994892145b7123074275b26
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Tue Nov 15 22:37:13 2011 +0000

    UniqueIdContainer is only needed by binfilter

commit 852b6915916343d00c74e56f0ec2512f0c2c1744
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Tue Nov 15 21:04:21 2011 +0000

    add RTL_CONSTASCII_STRINGPARAM to appendAscii on string literals

commit d5966bcaf30ac4aaaa1140aeb71812e1412aa931
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Tue Nov 15 20:56:37 2011 +0000

    add RTL_CONSTASCII_STRINGPARAM to appendAscii on string literals

commit c50dbd965fe48ebb5cbb353ffdd83c5f7d76fac0
Author: Jan Holesovsky <kendy at suse.cz>
Date:   Wed Nov 16 14:17:03 2011 +0100

    Kill one usage of chrel.sed to fix build.

commit 29359593413d7c01a050a2d82855a2ca41fbc06a
Author: Norbert Thiebaud <nthiebaud at gmail.com>
Date:   Wed Nov 16 06:14:27 2011 -0600

    tweak gbuild standart Makefile to allow partial build in unsourced env
    
    This allow to run make in a module wihtout the need to source
    Env.Host.sh.

commit d58e19fde34e593f29237c46ef220dff5ba88d2a
Author: Norbert Thiebaud <nthiebaud at gmail.com>
Date:   Wed Nov 16 06:12:36 2011 -0600

    avoid running autogen.sh when trying to clean or distclean

commit 499504c5dad3262b88d663b3bf57176729ecc94e
Author: Norbert Thiebaud <nthiebaud at gmail.com>
Date:   Wed Nov 16 06:12:09 2011 -0600

    add utility script and build_env to avoid sourcing Env.Host.sh
    
    The goal is to able to do partial build without having
    to source Env.Host.sh into one's environment
    
    There is 2 way to use this:
    
    1/
    copy the scripts lo_find_src_root and lo_proxy_start
    somewhere in your PATH, and
    then you can add
    alias build='lo_proxy_start build'
    alias deliver='lo_proxy_start deliver'
    in your .bashrc
    
    at that point you can use build and deliver anywhere in the source tree
    without the need to source anything.
    This allow you to switch from one source tree to another.
    the proper SRC_ROOT will be determined automatically based
    on the current working directory
    
    2/
    source build_env
    
    build_env only source the bare minimum to allow build and make to work
    for the associated source tree.
    If you want to work in a diffrent tree, you need to resource

commit 6b73d9e7fad55fafc77f101b6752abbc89d1af38
Author: Norbert Thiebaud <nthiebaud at gmail.com>
Date:   Wed Nov 16 06:01:10 2011 -0600

    add a semaphore-file to allow for location of the root of the core repo

commit 3fa7d84dbffbfb8ca22e2e3b3b874ef9566c6fc5
Author: Thorsten Behrens <tbehrens at suse.com>
Date:   Wed Nov 16 12:37:04 2011 +0100

    Fix slideshow crasher
    
    Recursive event loop killed SlideshowImpl object under my hands -
    make it stay until we pop out of callstack again.

commit 528ee934f14fed7f4bcd3da20ac418b1f640c4f5
Author: Miklos Vajna <vmiklos at frugalware.org>
Date:   Wed Nov 16 11:59:05 2011 +0100

    Related: i#113308 null pointer check for the unit test

commit ed979a0b76746185638fe9e8d9d5d40f3329cf39
Author: Thorsten Behrens <tbehrens at suse.com>
Date:   Wed Nov 16 11:25:42 2011 +0100

    Fix variable name in make_installer
    
    Seems I mis-copypasted the name here - mac dev builds were not using
    the new DS_Store at any rate.

commit 4c5285cd4cde87bbeb369cd17f310f4a84e146d4
Author: Miklos Vajna <vmiklos at frugalware.org>
Date:   Wed Nov 16 11:08:06 2011 +0100

    Related i#113308: fix import of RTF table rows having no cells

commit 8d3c8524cd28f4eacb5abff238ec3d0f012aa419
Author: Tim Hardeck <thardeck at suse.com>
Date:   Tue Nov 15 20:42:00 2011 +0100

    Hide Navigation toolbar until needed
    
    Hide Navigation toolbar until there is something to navigate.

commit 7389c6e75123ac52a7b5feaf0aed37f9f7ce9eb4
Author: Michael Stahl <mstahl at redhat.com>
Date:   Wed Nov 16 10:56:37 2011 +0100

    libexttextcat: conflict in 69b04c22986b03c675cf4925f76721190aa5ba82

commit d2ee9e22394d30b6281640d53750ceda2ffc9740
Author: Tor Lillqvist <tlillqvist at suse.com>
Date:   Wed Nov 16 11:06:57 2011 +0200

    Reduce what we build here for non-DESKTOP OSes

commit c93dd85623cf646141592d01432b66222a164ea9
Author: Tor Lillqvist <tlillqvist at suse.com>
Date:   Wed Nov 16 10:50:36 2011 +0200

    What we want is the "filter" function, not "firstword"

commit 59e359f28ba8b48141fbbb7905c252ffcb64e8e5
Author: Tor Lillqvist <tlillqvist at suse.com>
Date:   Wed Nov 16 10:02:59 2011 +0200

    WaE: Unused parameter

commit af255866b0f53d5c987241c9bfb283f0f9d13966
Author: Tor Lillqvist <tlillqvist at suse.com>
Date:   Tue Nov 15 21:46:14 2011 +0200

    Fix libexttextcat build for Android

commit a9266ad8378b3dc980d20a87ef81a74935615bb4
Author: Tor Lillqvist <tlillqvist at suse.com>
Date:   Tue Nov 15 21:09:48 2011 +0200

    Further Android work, now most sal cppunit tests seem to run
    
    Do the LD_LIBRARY_PATH splitting in Java, much easier, and pass the
    split up path to the native setup() method.
    
    Use lo_dlopen() in the osl_loadModuleAscii.
    
    Harcode en-US.UTF-8 as the locale for now.
    
    Cut down on verbose logging of stuff that already works.

commit 79a4e8d51c267a213808a7e6c3f72535b49c80f0
Author: Kohei Yoshida <kohei.yoshida at suse.com>
Date:   Tue Nov 15 21:43:57 2011 -0500

    Unused method.

commit 386dd6f2236d58a03cdb0bd7e00ab1789acfb4da
Author: Kohei Yoshida <kohei.yoshida at suse.com>
Date:   Tue Nov 15 21:27:29 2011 -0500

    Let's not use macro for this sort of stuff.

commit a5721729adc6d3cf60101be7cd1b43b0f7acfca9
Author: Kohei Yoshida <kohei.yoshida at suse.com>
Date:   Tue Nov 15 21:09:53 2011 -0500

    Cleaned up ScDocShell a bit.

commit 2032d5532c59450933bd086de4cdd5e76d2fcee5
Author: Kohei Yoshida <kohei.yoshida at suse.com>
Date:   Tue Nov 15 20:47:32 2011 -0500

    sal_Bool to bool.

commit fb539221e327d6c91b342480b303d4ca5f977495
Author: Kohei Yoshida <kohei.yoshida at suse.com>
Date:   Tue Nov 15 20:39:54 2011 -0500

    Fixed soft re-calc.

commit b2b42ff139ae2587d7709da68e5b65fbb0b9acbf
Author: Kohei Yoshida <kohei.yoshida at suse.com>
Date:   Tue Nov 15 17:28:14 2011 -0500

    Fixed hard re-calc.  Manual re-calc still not working yet.

commit 0198c955ef6471cdd85fbf4497ec6d228a113688
Author: Kohei Yoshida <kohei.yoshida at suse.com>
Date:   Tue Nov 15 16:55:49 2011 -0500

    Reset formula cell's changed flag only for those within visible range.
    
    Especially avoid marking all cells in all sheets which would cause a
    performance problem.

commit 69903ae87cb2a92dcfed44e739166d130d0d5d52
Author: Kohei Yoshida <kohei.yoshida at suse.com>
Date:   Tue Nov 15 16:01:09 2011 -0500

    Reduce scoping.

commit 73199f18c84f8ccc282463e42a78dab0c376741e
Author: Kohei Yoshida <kohei.yoshida at suse.com>
Date:   Tue Nov 15 15:20:13 2011 -0500

    Make these two methods non-inline.

commit 97a6d1c65f7834e408a772382ef5ad946ac78650
Author: Michael Stahl <mstahl at redhat.com>
Date:   Tue Nov 15 16:00:49 2011 +0100

    fdo#42865: sdext: no mapfile
    
    In order to not have the offending local _ZNSs4_Rep20_S_empty_rep_storageE
    symbol in PresenterScreen.uno.so and pdfimport.uno.so,
    build them with hidden visibility.

commit 150d1417f92f0c91f418acf9a7cfac9483f1a587
Author: Michael Stahl <mstahl at redhat.com>
Date:   Tue Nov 15 15:58:10 2011 +0100

    fdo#42865: connectivity: mozab: no mapfile
    
    In order to not have the offending local _ZNSs4_Rep20_S_empty_rep_storageE
    symbol in libmozabdrv.so, build it with hidden visibility.

commit b60305f4d47a0ef914f72c220278bebab31e1e59
Author: Michael Stahl <mstahl at redhat.com>
Date:   Tue Nov 15 15:56:44 2011 +0100

    fdo#42865: shell: no mapfile
    
    In order to not have the offending local _ZNSs4_Rep20_S_empty_rep_storageE
    symbol in librecentfile.so, build it with hidden visibility.

commit 97df160ac8957741bfe840202e160542381e112d
Author: Michael Stahl <mstahl at redhat.com>
Date:   Tue Nov 15 15:54:13 2011 +0100

    fdo#42865: libcmis,ucpcmis: no mapfile
    
    In order to not have the offending local _ZNSs4_Rep20_S_empty_rep_storageE
    symbol in ucpcmis1.uno.so, build it and statically linked libcmis
    with hidden visibility.

commit 9374e74f18855d6022bd7c3c38db59acd403b080
Author: Michael Stahl <mstahl at redhat.com>
Date:   Tue Nov 15 15:51:10 2011 +0100

    fdo#42865: libexttextcat,lingucomponent: no mapfile
    
    In order to not have the offending local _ZNSs4_Rep20_S_empty_rep_storageE
    symbol in libguesslanglo.so, build both it and libexttextcat
    with hidden visibility.

commit caa7bb4aeb3949de3930bfb0a0fd41d9e366ee9a
Author: Michael Stahl <mstahl at redhat.com>
Date:   Tue Nov 15 15:48:44 2011 +0100

    fdo#42865: cppu,cppuhelper,testtools: no mapfile
    
    Instead, build with VISIBILITY_HIDDEN.

commit 8b3257c2f3520bf887c24c5c7e161e96d1fbd851
Author: Michael Stahl <mstahl at redhat.com>
Date:   Tue Nov 15 15:05:26 2011 +0100

    .gitignore: do not ignore *.patch

commit 85233331185734eddd3bd9baa07a2762e4f1071c
Author: Michael Stahl <mstahl at redhat.com>
Date:   Tue Nov 15 10:48:36 2011 +0100

    OConnection: WaE unused variable

commit 00fbaf4e0d6b1a56fcccaedab323184301401822
Author: Kohei Yoshida <kohei.yoshida at suse.com>
Date:   Tue Nov 15 14:20:11 2011 -0500

    Parse it as a single address.
    
    We ensure in SetReference() that the reference is always a single
    address.

commit f91cc9ac0c0cfb3a839690b0f24e9a22a4565bfd
Author: Kohei Yoshida <kohei.yoshida at suse.com>
Date:   Tue Nov 15 13:57:24 2011 -0500

    Fixed the ref button for "copy results to" not starting the ref mode.

commit 3b80ecafe07a2a3b38c6ec13deb7319485b7baa3
Author: Kohei Yoshida <kohei.yoshida at suse.com>
Date:   Tue Nov 15 12:07:33 2011 -0500

    Use size_t and remove static_cast'ing.

commit 205f286a39ef00212f5e786d0320b1f103aaccbe
Author: Kohei Yoshida <kohei.yoshida at suse.com>
Date:   Tue Nov 15 12:02:51 2011 -0500

    More cleanups.

commit fc3c170ff7c69f030d32a0bffecd6dd790a05a89
Author: Kohei Yoshida <kohei.yoshida at suse.com>
Date:   Tue Nov 15 11:51:50 2011 -0500

    Use the range parser instead of local string parsing.

commit 58207d1f9f35262f4a23af5b5f3ba2b97f50b1f6
Author: Kohei Yoshida <kohei.yoshida at suse.com>
Date:   Tue Nov 15 11:47:04 2011 -0500

    More cleanups.

commit 3db9205d5a3a74fa57d2acf5d44974370ac4e476
Author: Kohei Yoshida <kohei.yoshida at suse.com>
Date:   Tue Nov 15 11:37:59 2011 -0500

    Reduce scoping level by early bailout.

commit 07e3c55867f53511fa2eb762ce77a6079e22b6e8
Author: Kohei Yoshida <kohei.yoshida at suse.com>
Date:   Tue Nov 15 11:33:23 2011 -0500

    Store header position this way.

commit 5e2a77cfe18fdee34b5487b0a5cf9525366aaaa9
Author: Kohei Yoshida <kohei.yoshida at suse.com>
Date:   Tue Nov 15 11:17:24 2011 -0500

    Use map and avoid MAXCOLCOUNT-sized array.

commit 304382cc2b4690bc6cb785ab3f1992ef8a5963cf
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Tue Nov 15 18:29:09 2011 +0100

    Do not erroneously clean other modules' component files in CppunitTest.mk.

commit 305e586b23076b1a3e0960925062b48033a47fc4
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Tue Nov 15 18:18:21 2011 +0100

    Removed obsolete OOOBASEVERSION, OOOPACKAGEVERSION.
    
    With the basis/brand split undone, they are always the same as
    PRODUCTVERSION and ABOUTBOXPRODUCTVERSION, respectively.

commit dfeb4843a8d41a1d206a646b21499be29b872a54
Author: Noel Power <noel.power at novell.com>
Date:   Tue Nov 15 17:13:38 2011 +0000

    fix build error, remove still referenced (indirectly ) images

commit 31d97798bb0580de61e3f331e8f0539ac9524ccc
Author: Noel Power <noel.power at novell.com>
Date:   Tue Nov 15 11:24:04 2011 +0000

    remove unused SV_ICON_ID_HTML_DOCUMENT entries

commit 2d17132541585fc6404e91be2be4b9cf53e11155
Author: Julien Chaffraix <julien.chaffraix at gmail.com>
Date:   Mon Nov 14 07:23:08 2011 -0800

    FDO#42454 - EasyHack: remove code associated with unused icons
    
    Removed the icons and code associated with:
    SV_ICON_ID_CHART
    SV_ICON_ID_DRAWING_TEMPLATE

commit a744eaabd66d1f14d631fb25bc77e86fdc197a5f
Author: Michael Meeks <michael.meeks at suse.com>
Date:   Tue Nov 15 18:02:39 2011 +0100

    Address data source ordering x#62860 (part 2)

commit 261f5ec44f1676233391de067e909eb77515a200
Author: Michael Meeks <michael.meeks at suse.com>
Date:   Tue Nov 15 17:35:36 2011 +0100

     Address data source ordering x#62860
    
    information from the apply file:
     patchname: addrbk-datasrc-ordering.diff
     issues:
     author: michael
     section: Misc
     comment:
      Address data source ordering x#62860
     sectioncomment:
    
    git log from build repository:
    commit bfa619922b90a021e5d856333dd398512389ad67
    Author: Jan Holesovsky <kendy at suse.cz>
    Date:   Mon Jun 21 22:11:19 2010 +0200
    
        Update patches to dev300-m83.
    
        * [...]
    
    commit 256381886a238d80b9ddab795b500576d92404cc
    Author: Jan Holesovsky <kendy at suse.cz>
    Date:   Wed May 19 12:16:00 2010 +0200
    
        Updated patches do dev300-m77.
    
        * [...]
    
    commit df913735fd729978d20f0282fe32d14bf597891f
    Author: Jan Holesovsky <kendy at suse.cz>
    Date:   Mon May 17 01:21:36 2010 +0200
    
        Patches adopted to the tabs -> spaces fixes + trailing whitespace cleanup.
    
        * [...]
    
    commit c6847e9b022184e98942391a2b5711c31eb25ba3
    Author: Jan Holesovsky <kendy at suse.cz>
    Date:   Fri May 14 14:32:23 2010 +0200
    
        Convert tabs to spaces in all the code introduced by the patches.
    
        * [...]
    
    commit 09774df8a62bf886c78c0f84d56b2d518ae8107e
    Author: Jan Holesovsky <kendy at suse.cz>
    Date:   Tue Apr 29 14:04:53 2008 +0000
    
        Src680/
    
        * Some cleaning action: src680/* -> dev300/
    
        * patches/dev300/gstreamer-sd.diff,
        patches/dev300/gstreamer-slideshow.diff,
        patches/dev300/letter-wizard-resource-id.diff: Moved to
        patches/gstreamer.
    
        * patches/dev300/mono-build.diff: Moved to patches/mono.
    
        * patches/dev300/sc-hacky-handle-boolean.diff,
        patches/dev300/vba-workbook-worksheet-events.diff: Moved to
        patches/vba.
    
        * patches/src680/unittesting-*: Moved...
        patches/unittesting/*: ...here.
    
        * patches/src680/*: Moved...
        patches/dev300/*: ...here.
    
        * patches/dev300/apply,
        patches/Makefile.am: Add the unittesting subdir, remove src680.

commit ade191f12dfe5559ad3e606d4c13380f7b9c4192
Author: Joseph Powers <jpowers27 at cox.net>
Date:   Tue Nov 15 06:44:53 2011 -0800

    Remove some unused headers

commit 3b654018c0122cc2af93562fe90f9ae3bc88a140
Author: Joseph Powers <jpowers27 at cox.net>
Date:   Tue Nov 15 06:44:21 2011 -0800

    Remove some unused Precompiled Header logic

commit eb57d9c89750a698bf13007de1a507cc2d9d31d8
Author: Takeshi Abe <tabe at fixedpoint.jp>
Date:   Tue Nov 15 23:53:00 2011 +0900

    replaced String in SfxPickList with rtl::OUString
    
    this consists of 12df49396e6bcb07bafc95255a8526caac96e60a and related changes

commit 60ce30f59f0504545b32c8b58c3b952f4528f81f
Author: Muthu Subramanian <sumuthu at suse.com>
Date:   Tue Nov 15 21:13:18 2011 +0530

    n#592912 and n#621744: Text Alignment fixes.

commit 7ea5ad15cc36b0de41d1af65f032d0c9b38c7541
Author: Kohei Yoshida <kohei.yoshida at suse.com>
Date:   Tue Nov 15 09:46:29 2011 -0500

    C-style array to std::vector.

commit 229ac2b5683965b1d7752b8aa95e36f48c2ba782
Author: Jan Holesovsky <kendy at suse.cz>
Date:   Tue Nov 15 15:13:00 2011 +0100

    Cleanup few macros and unused headers.

commit a9ba7e366a975ced799758673e32069c9f1c0d0e
Author: Felix Zhang <fezhang at suse.com>
Date:   Tue Nov 15 18:14:01 2011 +0800

    remove unused methods from layoutimpl

commit 5363eefece3bcfed9bf1ec95a57a7a0e956e5437
Author: Felix Zhang <fezhang at suse.com>
Date:   Tue Nov 15 16:57:53 2011 +0800

    remove obsolete layout macros

commit 79e597f17ba3914f3172251c38c4b666ce892328
Author: Felix Zhang <fezhang at suse.com>
Date:   Tue Nov 15 10:15:49 2011 +0800

    remove unused methods from layout

commit 90d89023e5399d4688c8aeedf517861801a4fba6
Author: Felix Zhang <fezhang at suse.com>
Date:   Tue Nov 15 10:13:52 2011 +0800

    removing obsolete layout code

commit 5afc8bb256eed645269a065e557dd757ba385a6c
Author: Olivier Hallot <olivier.hallot at alta.org.br>
Date:   Tue Nov 15 13:34:43 2011 +0000

    Fix for fdo#42892: Add new symbols to Math

commit bdeab45a26023ac6f085530c448f62afb5403d36
Author: Noel Power <noel.power at novell.com>
Date:   Tue Nov 15 12:41:57 2011 +0000

    Revert "FDO#42454 - EasyHack: remove code associated with unused icons"
    
    This reverts commit 3e26dfcc2d347f4e0914449ca8104c8969fc6281.

commit 6512203899926e648aa5cd12e1f8435772984ae7
Author: Noel Power <noel.power at novell.com>
Date:   Tue Nov 15 12:41:46 2011 +0000

    Revert "remove unused SV_ICON_ID_HTML_DOCUMENT entries"
    
    This reverts commit 28e36d54a0f4bbe4fddacbaf2f51ff25c76ce2d5.

commit 53d012ab3b10645a3b891729911237717e377f26
Author: Fridrich Å trba <fridrich.strba at bluewin.ch>
Date:   Tue Nov 15 13:19:24 2011 +0100

    Put back a method needed by Windows and reformat a bit

commit dee7987fc3dd82bd541022fa7805ee807dc9de28
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Tue Nov 15 12:42:44 2011 +0100

    Introduced LibreOffice-minimal-version extension dependency.

commit 9419c5a5c6919146045f9792475c1294e5c3df74
Author: Thorsten Behrens <tbehrens at suse.com>
Date:   Tue Nov 15 12:24:52 2011 +0100

    Fix clipped line renderer.
    
    Fix for a nasty corner case where supposedly clipped pixel were
    still rasterized (see polytest.cxx:implTestPolyDrawClip for what
    failed previously).
    
    Added much more unit tests while at it, clippedlinerenderer.hxx
    should now have 100% coverage.

commit 3f1c089b40d0a5798faa997bc0ed88e44ed80a39
Author: Tomas Chvatal <tchvatal at suse.cz>
Date:   Tue Nov 15 12:34:12 2011 +0100

    Use proper switch for on/of qstart-libpng.

commit 5190e25ed49377f9b15c40bc5e3a68f169af4d76
Author: Tomas Chvatal <tchvatal at suse.cz>
Date:   Tue Nov 15 12:33:49 2011 +0100

    Instead of returning out of function just skip its calling.

commit 5a223f9be638fce7c18b418832beccea7e3d9d98
Author: Noel Power <noel.power at novell.com>
Date:   Tue Nov 15 11:24:04 2011 +0000

    remove unused SV_ICON_ID_HTML_DOCUMENT entries

commit e3b3dcf85434fd62ec756f2af50c5384870370d9
Author: Julien Chaffraix <julien.chaffraix at gmail.com>
Date:   Mon Nov 14 07:23:08 2011 -0800

    FDO#42454 - EasyHack: remove code associated with unused icons
    
    Removed the icons and code associated with:
    SV_ICON_ID_CHART
    SV_ICON_ID_DRAWING_TEMPLATE

commit b72f1fbd48cd87adb44eb49dc1c0c3393da5d19a
Author: Michael Meeks <michael.meeks at suse.com>
Date:   Sat Nov 12 11:15:19 2011 +0000

    avoid crasher from unusual odt document fdo#42785

commit 9e518792806b2a4ca398c739a50bde3dfffdd219
Author: Andras Timar <atimar at suse.com>
Date:   Tue Nov 15 12:02:12 2011 +0100

    don't list Accessories category when it is empty fdo#37135

commit 7f0f03ed9745e5ec5eab0e0f846289510561f07c
Author: Jan Holesovsky <kendy at suse.cz>
Date:   Tue Nov 15 11:31:48 2011 +0100

    Check for the missing MSVC 2005 runtime libs.
    
    They are needed for the pre-built Mozilla libs.

commit 9840d34fc1071dd04ae828e5b8fee6b2b85b7dbb
Author: Julien Chaffraix <julien.chaffraix at gmail.com>
Date:   Sun Nov 13 22:35:28 2011 -0800

    FDO#39446 [EasyHack] Bloat Removal. Removing uncallable code with callcatcher
    
    Removed most unused symbols in basic/. The remaining symbols (SdxDecimal) are
    Windows specific and thus should be double-checked on a Windows machine prior
    to removal.

commit 186627d5e028c00c7a78a1edce25d83e12cfbf82
Author: Andras Timar <atimar at suse.com>
Date:   Tue Nov 15 10:58:03 2011 +0100

    make Default install/Custom install help text a bit more specific

commit 98578985c37ed67d128fe0751e9f47a02da1b9d1
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Tue Nov 15 10:49:02 2011 +0100

    Use visibility instead of version map file for mysqlc.uno.

commit 5395ad0839926dd0d494df4607392cd5faa43651
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Tue Nov 15 09:15:47 2011 +0100

    Tweaked previous comment translations.

commit f8c0af8a23568ca1d370182ba6be9d110c500704
Author: Lionel Elie Mamane <lionel at mamane.lu>
Date:   Tue Nov 15 09:13:19 2011 +0100

    commit-msg hook: allow commit message that *starts* with an asterisk

commit e07737af55e05f41ead9b359f17266e770925f2c
Author: Lionel Elie Mamane <lionel at mamane.lu>
Date:   Tue Nov 15 09:07:48 2011 +0100

    correct comment

commit e8cc320da8de28823807f22c1100a8980f406798
Author: Markus Mohrhard <markus.mohrhard at googlemail.com>
Date:   Tue Nov 15 09:02:41 2011 +0100

    add sqlite path to library path and enable testPassword
    
    plus gb_Helper_extend_ld_path normalization by sbergman at redhat.com

commit 3c58720dfc505ce0ecb79e126c1b13c0e90f2519
Author: Lionel Elie Mamane <lionel at mamane.lu>
Date:   Tue Nov 15 09:03:10 2011 +0100

    tweak comment

commit e553c55187b5f0d7f05faaeb66482972307e3668
Author: w.donkers <w.donkers at linux-testpc.dci-electronics>
Date:   Tue Nov 15 08:03:24 2011 +0100

    translations of comments from german to english Committer: Winfried Donkers <osc at dci-electronics.nl> On branch master Changes to be committed: modified: sc/source/ui/view/auditsh.cxx modified: sc/source/ui/view/colrowba.cxx modified: sc/source/ui/view/dbfunc.cxx modified: sc/source/ui/view/viewfunc.cxx

commit 854f70ba358d323a1f00c35ce60ff2b1ad724293
Author: Thorsten Behrens <tbehrens at suse.com>
Date:   Tue Nov 15 08:49:27 2011 +0100

    Remove non-animated prefixes in gb_COLOR mode.

commit c824984d18d1d1b63eddfa71163aa3d63b43d56b
Author: Kohei Yoshida <kohei.yoshida at suse.com>
Date:   Tue Nov 15 02:10:33 2011 -0500

    String to rtl::OUString.

commit 11863916bc634366066b0d2bacc6ff1197373af3
Author: Kohei Yoshida <kohei.yoshida at suse.com>
Date:   Tue Nov 15 02:02:14 2011 -0500

    String to rtl::OUString.

commit c4113fd4a679d0be1d920a3b46664be6c069f920
Author: Kohei Yoshida <kohei.yoshida at suse.com>
Date:   Tue Nov 15 01:31:34 2011 -0500

    Replaced heap array with std::vector.

commit b8a83712c6f03fbcb5de075f658652bce974a743
Author: Kohei Yoshida <kohei.yoshida at suse.com>
Date:   Tue Nov 15 01:14:11 2011 -0500

    sal_Bool to bool.

commit 8a77f2bc11aa48cfa769245c62683bbd73e0ba09
Author: Jan Holesovsky <kendy at suse.cz>
Date:   Tue Nov 15 07:49:35 2011 +0100

    Fix location of the prebuilt mozilla files.

commit e70b189dac473e498a8598a4ec35216c9ff26fa4
Author: Kohei Yoshida <kohei.yoshida at suse.com>
Date:   Tue Nov 15 00:19:54 2011 -0500

    Beware that the sequence can be empty.
    
    And when it's empty, it causes an invalid array access later on.

commit dd61ec4823c2feb0d658487db5f82f5b1a6e6bd8
Author: Kohei Yoshida <kohei.yoshida at suse.com>
Date:   Mon Nov 14 23:21:02 2011 -0500

    Unused local var.

commit b7f228c86596d7b5214cb3d00aa14d7de779f302
Author: Kohei Yoshida <kohei.yoshida at suse.com>
Date:   Mon Nov 14 23:19:21 2011 -0500

    Used std::vector instead of C-style array.

commit b1fec86652709ad5666c98195a305ad9c03d9c0f
Author: Kohei Yoshida <kohei.yoshida at suse.com>
Date:   Mon Nov 14 23:13:26 2011 -0500

    This can be for loop instead.

commit 452079d48755fd4d06bda50c95a505900f428e7b
Author: Kohei Yoshida <kohei.yoshida at suse.com>
Date:   Mon Nov 14 23:10:03 2011 -0500

    This bool array is not used here.

commit e73e1b1d6db96f747e10d969e1a7a2d83a93e298
Author: David Tardon <dtardon at redhat.com>
Date:   Tue Nov 15 06:13:30 2011 +0100

    use SAL_N_ELEMENTS

commit 0de1405a6b467899dfb9e64b883772279abdb6f2
Author: Norbert Thiebaud <nthiebaud at gmail.com>
Date:   Mon Nov 14 21:41:48 2011 -0600

    remove unused desktop/source/app/copyright_ascii_sun.c

commit a669fa4538e4e330a72d3552fb49714d1baf24a5
Author: Markus Mohrhard <markus.mohrhard at googlemail.com>
Date:   Tue Nov 15 02:39:34 2011 +0100

     we don't need to inherit from FiltersTest here

commit 5b2c935ff00ccdff4808c45908f0b374aa3e4030
Author: Takeshi Abe <tabe at fixedpoint.jp>
Date:   Tue Nov 15 10:57:42 2011 +0900

    Revert "replaced String in SfxPickList with rtl::OUString"
    
    This reverts commit 12df49396e6bcb07bafc95255a8526caac96e60a.

commit 1be813aa2039a65f285d391f52ded05c85a5a726
Author: Tor Lillqvist <tlillqvist at suse.com>
Date:   Tue Nov 15 01:41:57 2011 +0200

    Rework the bootstrap mechanism of a LO program on Android
    
    Do use NativeActivity and android_native_app_glue after all.
    
    I hope this enables us to have a "message pump" (a loop that typically
    would call ALooper_pollAll()) inside the LO "program" being run, as
    expected by LO code.
    
    (On Android, a "program", even one mostly implemented in native code,
    is actually a shared library loaded by the main Java code of an app.)
    
    The android_native_app_glue code and the android_main() it calls
    belongs in the bootstrap library, though. Not in SAL_MAIN_IMPL.
    
    The earlier idea, having a "normal" Java Activity subclass, would mean
    events come in as method calls to that class. To then turn those into
    something the LO code can "get", we would have effectively had to
    re-implement what android_native_app_glue does anyway.

commit b0724355c98130068381366bde9f8d53f27fa057
Author: Tor Lillqvist <tlillqvist at suse.com>
Date:   Mon Nov 14 16:59:01 2011 +0200

    Intermediate Android commit, before having NativeActivity load lo-bootstrap

commit 2483a7f5c90e4553a1b9b8927b6680994b20096a
Author: Takeshi Abe <tabe at fixedpoint.jp>
Date:   Mon Nov 14 18:32:07 2011 +0900

    replaced String in SfxPickList with rtl::OUString

commit 2b96d2df3f381c41fda61bd4b7a927f8b5f6f109
Author: Takeshi Abe <tabe at fixedpoint.jp>
Date:   Mon Nov 14 11:20:09 2011 +0900

    removed unused code

commit 17217c4a010649d3b9f1cef48e4b267fd7c73c96
Author: Markus Mohrhard <markus.mohrhard at googlemail.com>
Date:   Tue Nov 15 00:29:50 2011 +0100

    test file needs to be in doc and not in xls

commit 9d01415474527382fcba74610be91ca327987fac
Author: Markus Mohrhard <markus.mohrhard at googlemail.com>
Date:   Mon Nov 14 22:38:34 2011 +0100

    move macros_test to sw
    
    the macros_test does not execute a useful macro at the moment

commit 0be74bc7bdc8937ff865a0a51bbf6e6b78c7490d
Author: Markus Mohrhard <markus.mohrhard at googlemail.com>
Date:   Mon Nov 14 19:46:34 2011 +0100

    clean up macros_test

commit cf3a00dde33d51eba9dab26775bf646716b684ce
Author: Markus Mohrhard <markus.mohrhard at googlemail.com>
Date:   Mon Nov 14 19:31:39 2011 +0100

    don't use XUnoTunnel directly, use SfxObjectShell::GetShellFromComponent

commit 864c392c300f1d50d4e8e6f73d3065ba248b035f
Author: Markus Mohrhard <markus.mohrhard at googlemail.com>
Date:   Mon Nov 14 19:06:32 2011 +0100

    we don't need to open unit test files in sd with READWRITE either

commit 3212ddd65f003389332d764fb625acdcb531c633
Author: Markus Mohrhard <markus.mohrhard at googlemail.com>
Date:   Mon Nov 14 19:00:29 2011 +0100

    we no longer need to open unit test files READWRITE in sc

commit 87ca4567da648e4de13326b59927909d6555265b
Author: Norbert Thiebaud <nthiebaud at gmail.com>
Date:   Mon Nov 14 16:29:24 2011 -0600

    disable xrender based-test for trget that do not test for xrender

commit 6ed9a42646d325d367adf1c283a6a82ca2bd6f3c
Author: Kohei Yoshida <kohei.yoshida at suse.com>
Date:   Mon Nov 14 17:26:50 2011 -0500

    This can be const.

commit 9c0792dc582dcd3d826b0ba8cf5cd93196c59412
Author: Kohei Yoshida <kohei.yoshida at suse.com>
Date:   Mon Nov 14 17:25:31 2011 -0500

    Prefer for_each over manual loop.

commit e2be5d26a701785bf875184a5d6cf066a5c81a8f
Author: Kohei Yoshida <kohei.yoshida at suse.com>
Date:   Mon Nov 14 17:15:31 2011 -0500

    Adopt lcl_PrepareQuery to multi-item queries.

commit 097f2ffebeef28277d62ec184b3eb5b241d206c1
Author: Kohei Yoshida <kohei.yoshida at suse.com>
Date:   Mon Nov 14 16:54:44 2011 -0500

    No more pSpecial treatment of empty / non-empty queries.

commit efff5354afd0343628241bbe513a68a25a44175c
Author: Kohei Yoshida <kohei.yoshida at suse.com>
Date:   Mon Nov 14 16:00:30 2011 -0500

    Make multi-item query possible.

commit 6dd09005bf6744843a5c41bf87f9c83a8d36e71c
Author: Kohei Yoshida <kohei.yoshida at suse.com>
Date:   Mon Nov 14 15:35:02 2011 -0500

    Aggregate all these local functions into a class.
    
    This also reduces the number of parameters in each function.

commit 8e7f522dc5f353b7c86712d0122d7d1e29f68854
Author: Kohei Yoshida <kohei.yoshida at suse.com>
Date:   Mon Nov 14 15:04:41 2011 -0500

    Marking methods const where possible.

commit 1575a7cfab80de2e0f25109e318d239540d46d4d
Author: Kohei Yoshida <kohei.yoshida at suse.com>
Date:   Mon Nov 14 14:18:59 2011 -0500

    Extracted compare-by-value and compare-by-string into functions.

commit d7e3e7d9d962d8f8e2ada92a33b9450e91908f3f
Author: Bjoern Michaelsen <bjoern.michaelsen at canonical.com>
Date:   Mon Nov 14 23:03:23 2011 +0100

    fdo#40819, i#116193: disable WW8 roundtrip as it breaks on big bookmark counts

commit c25e4b749c550b4600d8624a379cc87f82ddf902
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Mon Nov 14 22:07:23 2011 +0100

    Simplified some uses of css.configuration.theDefaultProvider.
    
    * Retro-added new-style UNOIDL singleton specification for it, for easy
    instantiation.
    * Plus new comphelper::getComponentContext to map from XMultiServiceFactory
    to XComponentContext.

commit d9abc141b7f8dd28dfda28bead5d6b8ec22fffc3
Author: Norbert Thiebaud <nthiebaud at gmail.com>
Date:   Mon Nov 14 13:56:54 2011 -0600

    avoid trying to run stuff at configure time due to cross-compile need

commit 4d4ddd95d7f9eaf8e9fd6070b00d4e0fdabe0f56
Author: Michael Stahl <mstahl at redhat.com>
Date:   Mon Nov 14 20:35:32 2011 +0100

    LoadEnv::impl_makeFrameWindowVisible: fix crash:
    
    do not insert "Preview" property if it does not exist already
    (dbaccess crashes after throwing uncaught exception because of this
    when creating new database;
    regression in 88285f84bdf54147ee5238e97d0d805fa1c127c1)

commit 92bce6800935da128aaade28116de780475934bd
Author: Kohei Yoshida <kohei.yoshida at suse.com>
Date:   Mon Nov 14 12:07:48 2011 -0500

    Likewise, adjusted the test cases for MATCH to handle mixed comparisons.

commit a46f4f2f5d5418abb7bc81c462d140bdf1984e3b
Author: Kohei Yoshida <kohei.yoshida at suse.com>
Date:   Mon Nov 14 11:57:15 2011 -0500

    Modified VLOOKUP test case to account for mixed comparisons.
    
    When the lookup value is of type Text, and the last match is of type
    Number, it should return #N/A according to the ODFF spec.

commit 2a4e55bf48a690340725312e6c16cb17acd58c32
Author: Matteo Casalin <matteo.casalin at poste.it>
Date:   Sun Nov 13 19:19:27 2011 +0100

    Decoview code cleanup
    
    Fixed DrawSymbol color selection
    Translated some comments from German to English

commit 2c3453425368b631352bd0c0ba760789676dbaa2
Author: Kohei Yoshida <kohei.yoshida at suse.com>
Date:   Mon Nov 14 10:37:47 2011 -0500

    Revert "Revert "Removing the mixed comparison flag, which is no longer needed.""
    
    This reverts commit 7d7036c235a92268f23cc04eab8abcb08cddeb3f.

commit a0e34b3b560b3dd5642c15bef40e49940191b8d9
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Mon Nov 14 14:42:47 2011 +0000

    remove dodgy const_casts

commit 3d702b339bf564f7115fe601f0cbb340fbe78ce3
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Mon Nov 14 14:34:24 2011 +0000

    make this a little more pleasing to the eye, logic unchanged

commit 878548e3baac73bef2dfe213b6c20dc9226c7a4a
Author: Andras Timar <atimar at suse.com>
Date:   Mon Nov 14 15:30:34 2011 +0100

    fix some comments

commit 16708d6731158412ffff5d2fa983b4e13f1fd364
Author: Fridrich Å trba <fridrich.strba at bluewin.ch>
Date:   Mon Nov 14 15:13:42 2011 +0100

    Use IANA mimetype

commit c3259901a662a26172fe5efcf8493d53fc70ca58
Author: Tomas Chvatal <tchvatal at suse.cz>
Date:   Mon Nov 14 15:07:15 2011 +0100

    Remove basisVERSION from distro scripts as it is not used anymore.

commit d84cc57287953b569446feef2a2a3b0a042704ca
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Mon Nov 14 12:19:09 2011 +0000

    original would unconditionally truncate to nLen

commit 9a0008830301b0fea5dfc869fe320c245b5b3a24
Author: Christina Rossmanith <ChrRossmanith at web.de>
Date:   Fri Nov 11 23:09:26 2011 +0100

    Remove String::Fill() usage

commit e1238e454805d667878207f6bcbdf4a0d1e2636c
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Mon Nov 14 11:42:44 2011 +0000

    if we consider no bitmap non-fatal, then no canvas is non-fatal too

commit 9c2bdef3996564e2db546880209aa128ddb426f7
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Mon Nov 14 11:49:31 2011 +0100

    Removed comphelper -> unotools processfactory.hxx duplication.

commit 22be6fc3991dc7e53b70756ae8fbae11e2bf93e6
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Sat Nov 12 00:00:01 2011 +0100

    Fix build --all depend=x.

commit 146f7ec86bf084a4798a79698a16223e6c177aa3
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Mon Nov 14 10:37:01 2011 +0000

    add script to download documents from various bugzillas

commit ea9186679a42c2fa8fc054d659ad611f2399df5f
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Mon Nov 14 09:48:42 2011 +0000

    this S390 ifdef isn't a contemporary one

commit e5e35b23d69a288ce75241a928f09ec843d0096a
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Sun Nov 13 23:17:06 2011 +0000

    ByteString->rtl::OString

commit 035fbf9fe780aa18a4c03ee8d1b3466bb3082dcd
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Sun Nov 13 22:42:24 2011 +0000

    bump libexttextcat to 3.2.0

commit 49c6abc04c28c19b5a4736df4427f8a0577760f3
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Sun Nov 13 21:07:42 2011 +0000

    strip down includes and forward declarations

commit f7d5034d503ddd8d4564d87e48694d519ad2ddb2
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Sun Nov 13 21:02:11 2011 +0000

    we can use default implementations of these

commit 5a0c45ce48fe83fa149527cd100c35de1dd4dfe4
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Sun Nov 13 21:00:16 2011 +0000

    I don't see that any of this makes sense anymore

commit acf4f66f25d130d102e9dd5070d97603a14f52f1
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Sun Nov 13 20:38:25 2011 +0000

    no way to construct a MultiScreenGlyph now

commit dc41b7df814886c61e6ad8292d679dbb0a7fa6dc
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Sun Nov 13 20:29:02 2011 +0000

    callcatcher: remove freshly unused methods

commit c16aead31cd72e4205f4aa36b1279a6ded1c5e40
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Sun Nov 13 18:29:52 2011 +0000

    no consumers of maRawBitmap remain

commit cc02da6649a20776651ce22a364300038793c7d5
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Sun Nov 13 18:28:27 2011 +0000

    the only thing calling GetRawBitmap is itself

commit e895377b91fc11cc36a3449dbfbd8b0a5d352a58
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Sun Nov 13 17:45:24 2011 +0000

    the only thing calling GetPixmap is itself

commit 0b3630107fef156453b072ba65a3c97f6d6816be
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Sun Nov 13 14:15:02 2011 +0000

    drop ScopedPic

commit 3229fa3fcc2aa992bdb41fa6564749e36f453c9e
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Sun Nov 13 13:23:44 2011 +0000

    InitRenderText only queries, and ret is unused

commit dd1857ca6fb2d405e355009edd8533ddc5a4cff2
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Sun Nov 13 13:20:01 2011 +0000

    mnUsingXRender unnecessary now

commit bee24105d392907b0ad0c644db39c36e56220a26
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Sun Nov 13 11:38:10 2011 +0000

    mnForcedAA no longer connected to anything, skip setting it

commit 98110d0e31d0b76896ccbd94f72ca3a26209c1ee
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Sun Nov 13 11:34:29 2011 +0000

    I think we can now drop checks for minor of 1 when current is 11

commit 628291cf0006ec2cc220e1325d7ade7642cf2671
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Sun Nov 13 11:26:57 2011 +0000

    ditch unused direct XRender text rendering calls

commit ac1016548d5307b15c9e05c8a40ca187517ed97f
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Sat Nov 12 22:59:20 2011 +0000

    post cairo text-rendering GetGlyphId only called by GetGlyphId

commit 9259304d72d050ebccd81105c28f42b4f616fd45
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Sat Nov 12 22:54:45 2011 +0000

    ditch hackaround for 15bit displays and XFree < 4.2.0

commit 2a2099bc0dfda80ef2f900af1a8e23cdeb889b54
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Sat Nov 12 22:43:15 2011 +0000

    Link with libXrender instead of dynamically open it
    
    Let's not mess around dlopening it and leaving gaps
    in the support whereby we currently require it to
    exist either linked or "dlopenable+display supports it"
    with dlopenable + display doesn't support it leaves
    a crashing gap where there are no appropiate checks
    for that case.

commit f46a5c6c1e1513785b76c12f2bbea0dd609935c8
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Sat Nov 12 20:20:42 2011 +0000

    ReleaseConfigMgr not called by anything

commit 7861b7962e73f4efe9fa65f565dc7bc7110b8153
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Sat Nov 12 12:53:02 2011 +0000

    callcatcher: remove unused code

commit 0d8d5e4468f70bda6a9c7fa80521ae59c2653705
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Sat Nov 12 10:39:07 2011 +0000

    can ditch the ByteStringPtr typedef now

commit 09beee76249a847d0d1eef2123d67d5d41cf825d
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Sat Nov 12 10:37:01 2011 +0000

    fix mangled indent

commit 39020cfaa0d1b9ed7012615644d25a99c2cf33dd
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Sat Nov 12 06:50:17 2011 +0000

    annoying extra header guards

commit 29d6b9028f10ac95696dbae9af5d6d74cee340dc
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Fri Nov 11 23:16:04 2011 +0000

    add some more problematic ppt test files

commit bdd3320f8b2e0f5ef82476dcb61c23ecffac5df9
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Fri Nov 11 22:25:44 2011 +0000

    ByteString->rtl::OString[Buffer]

commit 36b38752e4b500710f66dd4b058cda0c3c0fa684
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Fri Nov 11 22:19:17 2011 +0000

    tagLogger dtor never called

commit 4ef4f6e491f079eff127fc19e4988a1200d25520
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Fri Nov 11 22:00:06 2011 +0000

    stray pointless aByteLine

commit f9d9c0a8984a3628aca0f1de7797c99b4f2ae86a
Author: Tor Lillqvist <tlillqvist at suse.com>
Date:   Mon Nov 14 01:49:41 2011 +0200

    Link libcppunit with the shared GNU C++ library for Android

commit 195959af176bbcb494bd3e3166310de6cf3d00a4
Author: Tor Lillqvist <tlillqvist at suse.com>
Date:   Mon Nov 14 01:48:01 2011 +0200

    Also link shared libs always with -llog -landroid -lgnustl_shared

commit 9c4e718147cbe1ede41f10092a6f61dd71e1d906
Author: Tor Lillqvist <tlillqvist at suse.com>
Date:   Mon Nov 14 01:32:46 2011 +0200

    Update Android example to use NDK r7

commit 8671fc9c8e608eb918168cd64563d5ac5bd2c531
Author: Tor Lillqvist <tlillqvist at suse.com>
Date:   Mon Nov 14 01:29:46 2011 +0200

    Link with -lgnustl_shared on Android

commit 0f1db0b1b86e8e1bde6eb007a18987407d119d84
Author: Tor Lillqvist <tlillqvist at suse.com>
Date:   Mon Nov 14 01:22:11 2011 +0200

    Search app's lib first

commit 658b193c63573375a04a7b671c3d2f9c2feb0d49
Author: Tor Lillqvist <tlillqvist at suse.com>
Date:   Mon Nov 14 00:43:43 2011 +0200

    Add ARM Thumb mutex implementation from a "arm-thumb-mutex.patch"

commit 0e7b61b176fd019143bd7e1c3e1c0f4f3be5c219
Author: Tor Lillqvist <tlillqvist at suse.com>
Date:   Mon Nov 14 00:27:42 2011 +0200

    Avoid silly -Lno_x_libraries (for Android, which is Linux, but without X11)

commit 0d29b9b230185b7a5ea0ff64c8600164566bf598
Author: Tor Lillqvist <tlillqvist at suse.com>
Date:   Sun Nov 13 22:52:16 2011 +0200

    Make the clean-host target really do just that

commit 88e6fd6c4ff0a43c32fad59ffdea9fac6407b924
Author: Lionel Elie Mamane <lionel at mamane.lu>
Date:   Sun Nov 13 10:31:22 2011 +0100

    Update mysqlcppcon to version 1.1.0
    
    Drop patch to avoid use of boost::variant

commit f692ef8a5224973836bb81264f3d0433b0869eb2
Author: Lionel Elie Mamane <lionel at mamane.lu>
Date:   Sun Nov 13 23:44:40 2011 +0100

    spelling

commit a8f41ad20012c1209943f5133310f328dba0b778
Author: Luc Castermans <luc.castermans at gmail.com>
Date:   Sun Nov 13 10:22:50 2011 +0100

    translated German comments to English

commit a073a9fe63fa1c49e2173d92d1bd42b068fa7fb8
Author: Arnaud Versini <arnaud.versini at gmail.com>
Date:   Sun Nov 13 16:01:31 2011 +0100

    Remove _osl_getDomainName and simplify _osl_getFullQualifiedDomainName

commit d931432f924c932e9e4f5616326dba66d13590a2
Author: Lionel Elie Mamane <lionel at mamane.lu>
Date:   Sun Nov 13 16:43:39 2011 +0100

    Set preference View/NewDocumentHandling/ForceFocusAndToFront only on Windows

commit ccf8542ea89ffb061101fa905df5156f80d6fac9
Author: Lionel Elie Mamane <lionel at mamane.lu>
Date:   Sun Nov 13 15:26:41 2011 +0100

    fdo#35091 do not honour ForceFocusAndToFront preference for preview

commit cf0a5f81c3c772f6f0cc9cc21fca81b3022459d8
Author: Miklos Vajna <vmiklos at frugalware.org>
Date:   Sun Nov 13 02:17:33 2011 +0100

    Related: i#110745 fix crash on invalid RTF tables

commit 0d33eda2cdd3631d34d6ee4fc1e17527ac55e2e2
Author: Miklos Vajna <vmiklos at frugalware.org>
Date:   Sun Nov 13 02:50:27 2011 +0100

    RTFDocumentImpl: cleanup
    
    checkFirstRun() should not do what checkNeedPap() already does

commit 5d74340a2e91b9dd38a6bfefbffce2a0f06d05a1
Author: Arnaud Versini <arnaud.versini at gmail.com>
Date:   Sat Nov 12 19:17:03 2011 +0100

    Replace domainname command by getdomainname syscall or function

commit e9286a83b10da4bc5c57527ab90ecaeffe196c75
Author: Miklos Vajna <vmiklos at frugalware.org>
Date:   Sat Nov 12 15:36:03 2011 +0100

    Related: i#108154 null pointer check for the unit test

commit 090dae1fde8d84270c1ca0bb50b0bed9f6f39ff1
Author: Cédric Bosdonnat <cedric.bosdonnat.ooo at free.fr>
Date:   Fri Nov 11 22:11:58 2011 +0100

    RTF import: Fixed unicode characters import, fdo#42109
    
    Actually implemented the \uc to skip the ANSI representation after the
    unicode value.

commit ca94a0c65baa4ee974c0d18f0f3b6ad0727ec2b6
Author: Cédric Bosdonnat <cedric.bosdonnat.ooo at free.fr>
Date:   Thu Nov 10 16:10:25 2011 +0100

    n#707157: Word doesn't break the numberings and prefers hiding them
    
    Added a compatibility option to reproduce Word's behavior when importing
    Doc, docx and RTF files. The default behavior isn't changed.

commit 5be9b2d9b6d2f4892de9ecc7bfe5d6c3b4f88b94
Author: Cédric Bosdonnat <cedric.bosdonnat.ooo at free.fr>
Date:   Wed Nov 9 09:57:58 2011 +0100

    sw: fixed the dbglevel>1 build: GetBuffer() -> getStr()

commit af2f7d5b568d7e370e05f32f17e2d0c49c381930
Author: Tor Lillqvist <tml at iki.fi>
Date:   Sat Nov 12 02:03:54 2011 +0200

    Fix iOS build: Link (as such unneeded) executables with -liconv

commit aeac9943f3e9f0168f316309ede06390ac1d3200
Author: Tor Lillqvist <tml at iki.fi>
Date:   Sat Nov 12 01:48:38 2011 +0200

    Crack to just make this compile for iOS device

commit de1c3dbd7aed35d5d23e078ba895b67f31d7fe9f
Author: Tor Lillqvist <tml at iki.fi>
Date:   Sat Nov 12 00:31:07 2011 +0200

    Fix iOS fallout from libxml2+libxslt marriage
    
    configure.in nowadays doesn't allow using system libxml2 but internal
    libxslt. So remove iOS specifics related to that combination. Keep
    building a static library for iOS, though.

commit 59931ea574070c5205a9d476727672aba0b48f64
Author: Miklos Vajna <vmiklos at frugalware.org>
Date:   Sat Nov 12 00:07:26 2011 +0100

    Related: fdo#38966 null pointer check for the unit test

commit 3e29efefb08933ca5a73ee2b28bc3c1dc937e4aa
Author: Tor Lillqvist <tlillqvist at suse.com>
Date:   Sat Nov 12 01:00:31 2011 +0200

    Mark l10ntools as DESKTOP only here, too

commit 9422e38a5cc87b957459b78dca754e3ad1669391
Author: Tor Lillqvist <tlillqvist at suse.com>
Date:   Sat Nov 12 00:54:11 2011 +0200

    Always use -shared and -llog -landroid for Android also in gbuild

commit 77707f6a38f43caa80f07add4488af88ac036b12
Author: Miklos Vajna <vmiklos at frugalware.org>
Date:   Sat Nov 12 00:01:51 2011 +0100

    Related: fdo#37716 null pointer check for the unit test

commit ee1c3814e20309ca15c8bc020266677be466fc22
Author: Miklos Vajna <vmiklos at frugalware.org>
Date:   Fri Nov 11 23:54:34 2011 +0100

    Related: fdo#37498 don't try to read after the last closing brace

commit d8a0d204627708bd15d6787cf54fe6998c035d4c
Author: Miklos Vajna <vmiklos at frugalware.org>
Date:   Fri Nov 11 23:19:53 2011 +0100

    Related: fdo#33012 null pointer check for the unit test to pass

commit 2101a628878b709a0dd3c64c6e3b2a0fb2854919
Author: Takeshi Abe <tabe at fixedpoint.jp>
Date:   Sat Nov 12 07:28:44 2011 +0900

    removed unused variable

commit d1fe5424cc5b2bcc4768afb4c1fd96e81b56968b
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Fri Nov 11 22:48:37 2011 +0100

    Heavily simplified utl::ConfigManager.

commit c9523b3fa9a3ac2cbfdd6eb801cd740683a3ce7e
Author: Miklos Vajna <vmiklos at frugalware.org>
Date:   Fri Nov 11 22:31:58 2011 +0100

    WaE: OptValue::maValue may be used uninitialized

commit bbaf926aa0ee77d4880f7b7954394745e491c348
Author: Tor Lillqvist <tml at iki.fi>
Date:   Fri Nov 11 23:04:51 2011 +0200

    Missing #endif

commit 492a83146e9adf625e155aa319e4457d6ef67278
Author: Tor Lillqvist <tml at iki.fi>
Date:   Fri Nov 11 22:56:16 2011 +0200

    Add the ARM variant

commit 3913c85faca919d2502f2b0dc99351bde36a89df
Author: Tor Lillqvist <tml at iki.fi>
Date:   Fri Nov 11 21:47:59 2011 +0200

    Update example for iOS device: Use 5.0 SDK

commit d78f9e76e9bf1d14ef1d087ade0de8c4ec58329e
Author: August Sodora <augsod at gmail.com>
Date:   Thu Nov 17 00:42:15 2011 -0500

    Removed unused includes

commit 3ee2d7b864fcf3364dbf1b8270b4aa176ff7d062
Author: August Sodora <augsod at gmail.com>
Date:   Thu Nov 17 00:19:47 2011 -0500

    Fixed scrolling bug

commit 4a0a577c6198d207b18efa7aaeb7eb847ff7be2b
Author: August Sodora <augsod at gmail.com>
Date:   Wed Nov 16 16:45:38 2011 -0500

    Finished making it possible to toggle line numbers in the basic ide

commit ea1ed6be3ec63e639db9e1ec310f9f923c1e132c
Author: August Sodora <augsod at gmail.com>
Date:   Wed Nov 16 14:50:26 2011 -0500

    Preparing to add option for line numbers in the basic ide

commit 2a44bd05b1f7bd36bec8b20c85d8fee6458c6c1b
Author: August Sodora <augsod at gmail.com>
Date:   Wed Nov 16 14:48:49 2011 -0500

    Added missing files

commit bfc388a679dc3a1e2257b6272d5cf9e4c1f28d43
Author: August Sodora <augsod at gmail.com>
Date:   Fri Nov 11 14:22:11 2011 -0500

    Add line numbers to basic ide



More information about the Libreoffice-commits mailing list