summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-04-14install librelogo using filelistsDavid Tardon
Change-Id: Iffd409c66608d4e67eee9e149f0063f09e0e4675
2013-04-14install ConvertTextToNumber ext. using filelistDavid Tardon
Change-Id: I59c132239a410653c27be569c45b789fcb109898
2013-04-14drop unused macrosDavid Tardon
Change-Id: I8965462b47e02863e40f2c218e8ceb9cd995afea
2013-04-14install extra fonts using filelistsDavid Tardon
Change-Id: I2346fb024504c33f8a100aea0438f38f86caeb76
2013-04-14install fonts using filelistsDavid Tardon
Change-Id: I1312908e2039a9836d25ec3a558f9ef78abf177e
2013-04-14fonts.dir has not been installed since _2005_David Tardon
Change-Id: I48a7e6ca1058a3b7d93cb27146f8205276313fc0
2013-04-14do not install extra font licensesDavid Tardon
They are not used for anything, so why copy them anywhere? Change-Id: Ifb0b9bb96e96b42b2bfaa70ffd7b41407f6b74c4
2013-04-14rename font packagesDavid Tardon
Change-Id: Ib5bdf5e96b47122ac546e7dfcc7b32184d727917
2013-04-14FontName is not used for anythingDavid Tardon
... and it has not been used since 2004, when it was added. In other words, it has never been used at all. Change-Id: I3476b5497e901b3cffe5f589948ee7e8e3b63fe6
2013-04-14drop extra complicationDavid Tardon
Change-Id: Ic26080af8496357fec063f833dc79701a83b9061
2013-04-14add gb_ExternalPackage_set_outdirDavid Tardon
Change-Id: Ic12bfc750a127172f3b081a915d90dacbd1bde37
2013-04-14drop unused macrosDavid Tardon
Change-Id: I9ba66d5cdf6cff8e432cdcdbdf8d361d41c81104
2013-04-14fdo#63197, Convert Zip_cfgsrvbitmapunx, Zip_cfgsrvnolang and Zip_cfgusrJulien Nabet
Change-Id: I11064116d44f4e45676553dd26a9fe75376d923f Reviewed-on: https://gerrit.libreoffice.org/3368 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
2013-04-14fdo#52179 on copy kb-shortcut, from *current* row, not last painted row (!)Lionel Elie Mamane
Change-Id: I39be862abb7c72234adad9c517d4a0570a1d71ae
2013-04-14act if the row we act on is valid, not some other oneLionel Elie Mamane
Change-Id: I8bcdff69bf19f5425eab86de5f99bd2a903fe267
2013-04-14more fix to fdo#62470Faisal M. Al-Otaibi
fix some problem appear when delete the right border. Change-Id: I2bd1d69142bb0a920bdb58c833f8cbbb461a8350 Reviewed-on: https://gerrit.libreoffice.org/3305 Reviewed-by: Ahmad Harthi <aalharthi@kacst.edu.sa> Tested-by: Ahmad Harthi <aalharthi@kacst.edu.sa>
2013-04-14sort the listDavid Tardon
Change-Id: I93732470733e006b7965c922634cc4f9c1f86fd2
2013-04-14drop duplicate entryDavid Tardon
Change-Id: I76cadd4c15dae8a352053c406839b7ec85c0e7e9
2013-04-14gbuild: ZipPackage is goneDavid Tardon
Change-Id: I6652a0e9a04c21531ed5b6d60ade9cbccc91608c
2013-04-13make mergelibs=all not crashPeter Foley
Change-Id: Ie9a7b6c293a16ebf8773b7868de61ea5601000da
2013-04-13adapt gdb pretty-printers to libmergedPeter Foley
Change-Id: I80236f3c69abe713ddfa8111e8ff76f83954def4
2013-04-13update the list of serialized libsPeter Foley
Change-Id: I2227de962c3af3f729e3476b3dd1d110ed10afce
2013-04-13add purpenvhelper to liburelibsPeter Foley
Change-Id: Idc7d4f57b83e9df844bd49718d25df62dbccfe39
2013-04-13add tl and basegfx to libmergedPeter Foley
Change-Id: Ie16a3208dd6cc6f0d4fe8e3017b2bf7abc192ecd
2013-04-13fix liborcus w/ system boostPeter Foley
Change-Id: Ia461382ffc2025d7fdf368ad68a258aa626ad59a
2013-04-13fix mergelibs=allPeter Foley
Change-Id: I267ebf8842ceefdaae3729364dcb75ab66c62e1c
2013-04-14Add text input to the iOS appTor Lillqvist
Don't have our View class implement the UIKeyInput protocol any more. It won't work properly anyway. The docs say: "Only a small subset of the available keyboards and languages are available to classes that adopt this protocol". Instead, use a transparent UITextView on top of our View to accept keyboard input. Seems to work as expected. Change-Id: I3093ea7fbfa0ecab0dc5d0a38e5695723e8ed4ad
2013-04-14Add lo_keyboard_input()Tor Lillqvist
Change-Id: I5904f673de9854af47eefac2f192295a281c5525
2013-04-14Change PLATFORMID, whatever it is, for iOS to "ios_arm"Tor Lillqvist
Most likely PLATFORMID is not used for anything meaningful? Change-Id: Ia303c81106597dd5ed1a5a56d51e79f04a1ead48
2013-04-14Make SDKDIR match gb_Package_SDKDIRNAME for iOSTor Lillqvist
Change-Id: Ic453c5c4f5c584b63d7e74f02eb998861de21187
2013-04-13ScDocumentImport accessor to provide efficient means to fill document.Kohei Yoshida
Import filters should be using this class to populate ScDocument, instead of filling it directly to ScDocument, and do all the broadcasting etc only once at the end of each import session. Change-Id: Ifc663e3dcf6b2ec96aaa185006af7ae9b9940af3
2013-04-13Nah, SwCrsrShell::{Show,Hide}Crsr() are the wrong places to show/hide keyboardTor Lillqvist
At least I think so. Something more complicated is needed, or at least lots more experimentation. Change-Id: If511697de12ca8576720d67c80113c579eb66741
2013-04-13Listen for keyboard show and hide notificationsTor Lillqvist
Only react to hide notification for now, call lo_keyboard_did_hide() Change-Id: I2f429039d2a84269783d103ad635ff4c407c4a15
2013-04-13Add experimental lo_keyboard_did_hide() implementationTor Lillqvist
Change-Id: I24a7449848710c0e09a4bf0da0d906d30a59f0bd
2013-04-13Add lo_keyboard_did_hide() and improve commentTor Lillqvist
Change-Id: I20ae40fa03079d69f7ce9e71fa4ef6264e8d84a4
2013-04-13Add some more files for easy breakpointingTor Lillqvist
Change-Id: Ib68928d7213a7dbba830b20c882ba53c6f3deb4c
2013-04-13oops, move gb_LinkTarget_add_libs back to correct position...Rene Engelhard
Change-Id: I4eff9417d57b6d949ce511fd508a1a2d73197952
2013-04-13fdo#47018 Impress crashes when modifying bulletCao Cuong Ngo
Default numbering rules shouldn't be left zero nor hard-coded. Change-Id: I8a34331006abf3de8c170f8dca43ccf9cec92f04 Reviewed-on: https://gerrit.libreoffice.org/3312 Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Eike Rathke <erack@redhat.com>
2013-04-13fdo#45941 repeaded -> repeatedMiklos Vajna
Change-Id: Iff043de250fb1d81fbd4901a15f7935006edc2df
2013-04-13fdo#45941 cursos -> cursorMiklos Vajna
Change-Id: I10ede9fe8f4694366101458a0ce82b54148cda61
2013-04-13fix system-orcus: add dummy gb_LinkTarget__use_orcus-parserRene Engelhard
Change-Id: I6d2a73960ded37e60008daea6555001e7b126f5a
2013-04-13resolved fdo#63421 crash in pivot table with accessibilityEike Rathke
The scenario of fdo#63421 (loading data and re-dragging the same field) is not needed, simple data is sufficient and crash happened also when dragging (removing) a field from a pane and dropping it anywhere else. Multiple errors: * getAccessibleChildCount() must return the real current count of children, not what mpFieldWindow says; AtkListener::updateChildList() uses this value to repopulate its own list; a child is added after it is added to mpFieldWindow but removed before it is removed from mpFieldWindow; * LostFocus() uses an index of -1 if the last child was already removed and the field was dropped after dragging it away from a pane, handle that but it still does not look right * RemoveField() called CommitChange() with AccessibleEventObject::NewValue set instead of OldValue, leading to AtkListener::handleChildAdded() being called instead of handleChildRemoved() Apparently this never worked since 2002. Change-Id: Idfb59d947002d2212bc67b414daecb65c55edae8
2013-04-13Fix copy/paste error in 173214d92046b4ea11f6c0959ca40999d1e0bbd2Tor Lillqvist
Change-Id: I47a3f6ef639c9103b8def0dd029fcb6efec4b085
2013-04-13fdo#45941 algrithm -> algorithmMiklos Vajna
Change-Id: I30fd0aa3ab337e62023d5adec9a0033b78959703
2013-04-13Fix liborcus build for AndroidTor Lillqvist
Also hopefully make the environment variable setting on the configure commmand line saner and working as intended for all platforms where relevant. It doesn't work to set and append to an environment variable in one same command like CPPFLAGS=something CPPFLAGS+=more ./configure ... Change-Id: Ifb3fb6748d59388124b9987a1db3cab15ebaf757
2013-04-13The liborcus_0.1.0-configure.patch does apply and is neededTor Lillqvist
Change-Id: I19340ff42c8edbe7b112569f12657757b466a244
2013-04-13sw: fix frame size of textboxes in DOCX/RTF exportMiklos Vajna
In case the frame is AutoSize and the nominal height is less than the real height, we used to end up with textboxes having height small enough that some of the content was unreadable. Instead, do what the WW8 export does and relay on sw::Frame to provide the layout size. Change-Id: I2a6cf4373c8565eef780273745a6ef27ddc65753
2013-04-13Fix warning: unused variable 'sPlatform' [loplugin]Tor Lillqvist
Change-Id: I2d6c7bae4f202a00f89d22b63370c128cc27c7c4
2013-04-13neon: honor --disable-openssl and use GNUTLSAndres Gomez
On --disable-openssl, the bundled neon library will link against GNUTLS + gcrypt instead of OpenSSL. Change-Id: I5b3f09cd1003aefde0478aaab026536c962212c4 Reviewed-on: https://gerrit.libreoffice.org/3330 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
2013-04-13postgresql: honor --disable-openssl flagAndres Gomez
On --disable-openssl, let's avoid linking the bundled postgresql to OpenSSL by not passing down --with-openssl to its configure script. Also, configure stage will fail if krb5 or gssapi are enabled as they need OpenSSL and, in any case, --with-krb5 and --with-gssapi will not be passed down to postgresql configure script. Change-Id: Iaf7e944d1d8f6a018e949ece56f6d3881f1e8c46 Reviewed-on: https://gerrit.libreoffice.org/3333 Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>