summaryrefslogtreecommitdiff
path: root/desktop
AgeCommit message (Collapse)AuthorFilesLines
2013-03-15various .ui fixes caught by linter toolJack Leigh1-3/+2
Change-Id: Ic92ddc9550b33358a3bb0458b31a23f2c32fd46f Reviewed-on: https://gerrit.libreoffice.org/2763 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-03-15add missing dep on sal/types.hDavid Tardon1-0/+5
Change-Id: I7c3df5e82e05dc494e05a15a5f64b9f25b034f74
2013-03-15various efforts to consistently apply HIG rulesCaolán McNamara1-21/+5
Change-Id: I786227d89cc441990d6bdce0acf872a73be51a7c
2013-03-14remove legacy build.pl prj/build.lst files.Michael Meeks1-3/+0
2013-03-12liblibo: install test library by itself and install it.Michael Meeks3-8/+29
Also fix debugging with threads, find fundamentalrc correctly, make it headless, finally loads a document then exits. Change-Id: I2017075bf3b3c7198bde53b9fe85585089e5ab6c
2013-03-12liblibo: create XComponent for docJack Leigh1-1/+16
Change-Id: Ie07ac4a3e89a9a82a107612b81be18d3826c49e1
2013-03-12liblibo: better init code.Michael Meeks4-16/+16
Change-Id: I8757739960cb1c764a5a66bd67d34731e3dfbf31
2013-03-12liblibo: move to C++ interface.Jack Leigh6-61/+87
Change-Id: Ie14a9446abd9524604feddf811d5373a26a30cbd
2013-03-12liblibo: create initial liblibreoffice.Michael Meeks6-0/+260
bootstrap libreoffice, start a dummy test-harness: can't use CppUnit or link to any URE / LibreOffice libraries. Change-Id: I855b640557f93959749e966a2d8e5e577fd84574
2013-03-12No namespace desktop visible or needed in this source file any moreTor Lillqvist1-1/+0
Change-Id: Id8174bd2bd50afa510ff60dcca63d8c560769f61
2013-03-12Need relative path to where exithelper.h isTor Lillqvist1-1/+1
Change-Id: If503e364700428ec3eac3d6f86e0388860cec10d
2013-03-12Use symbolic names instead of magic literal constantsTor Lillqvist7-72/+53
We use tons of plain C-style #defines to give symbolic names to constants all over the place already, in headers used from C++ code only. So why in this rare case where the symbolic names for some constants actually would be needed from a C source file, too, here then we define them inside a C++ class? Change-Id: I45726fe42687779724c45a1e2b118cc7a1debcf1
2013-03-09fdo#43460: use isEmpty()Thomas Arnhold2-2/+2
Change-Id: I01f503ea5268245cc4f98524931730cfa063d57e
2013-03-09Revert "WIP: Experimental new binary type.rdb format"Stephan Bergmann1-12/+45
This reverts commit 892ef8b0565c7f5f343d71e3b61c41655f80267b, Windows-only cli_ure needs to be adapted first.
2013-03-09WIP: Experimental new binary type.rdb formatStephan Bergmann1-45/+12
Implement theTypeDescriptionManager directly on top of unoidl::Manager and unoidl::Provider in cppuhelper instead of on top of css.reflection UNO interfaces in stoc. Adapt desktop/source/deployment/ accordingly. There is no longer a com.sun.star.reflection.TypeDescriptionManager service implementation now, only a com.sun.star.reflection.theTypeDescriptionManager singleton one, which appears to not cause problems in practice. Change-Id: I179501272f0712353b7d50d3eba2ec2bb79db373
2013-03-08fdo#60691 add modelines to *.src and *.hrc filesBorim30-1/+79
use solenv/bin/add-modulelines script for the task and remove all UTF bom from *.src and *.hrc files svx/source/dialog/hdft.src Change-Id: I745d4f0fe9b05436a142a03f8512970f91c41bd4
2013-03-07fdo#34540 convert 'soffice --help' dialog on Windows to .uiAndras Timar6-67/+153
Change-Id: I4b3dc66534d1e0cfec371588840aa1c168e36f83
2013-03-07Remove obsoleted dmake makefile.mkStephan Bergmann1-132/+0
Change-Id: Iadf57ef1dfb7e108d1c7461e60705304f448ab78
2013-03-07Gbuild'ify desktop/test/deployment/passive/Stephan Bergmann11-0/+145
...to manually build solver/*/bin/test-passive.oxt via "make Extension_test-passive". There's still room for improvement in gbuild, though: * There should be no need to add the extension's native library and jar UNO components (which nothing else links againts) to the central Repository.mk. * There should be no need to move manifest.xml around. * There should be no need to move .java files around. * Let "make Extension_test-passive.clean" clean up again. Change-Id: Ib44558061c4c0fda6be5943bd02b5a42cd15c52e
2013-03-07fdo#46808, Convert singleton theMasterScriptProviderFactoryNoel Grandin1-10/+6
Change-Id: I647a02e552acdd354463fc46c13c5a73b1c90d09
2013-03-07fdo#46808, Convert ui::UIConfigurationManager to new-styleNoel Grandin1-6/+5
Change-Id: I62c37eb6d0e0b2a681a84e1fa0067d0a9f967cf2
2013-03-07Handle damage tracking and redrawing properly in the "desktop" Android appTor Lillqvist1-17/+9
In the damaged() method do a callback up to Java code in Desktop that invalidates the view. For now store the view in a static field, but need to do that in a cleaner way eventually. There might in some circumstancest be several instances of the Desktop activity present. Obviously should also run just one LO thread. Get rid of the temporary self-invalidattion in onDraw() silliness. Start the LO thread that runs soffice_main() from Java, not from native code. Apparently only threads created from Java have proper class loaders in Android. No need for an own DoReleaseYield() in AndroidSalInstance, the one in the SvpSalInstance base class does what needs to be done. Change-Id: I4cb85b352fca1f1375f726620ec8c93d2047f113
2013-03-06fdo#60148 Clean up warnings from the Clang compiler pluginnccuong1-1/+0
Change-Id: I08d755677c46c476710ecbd067ed9f7e2f54a671 loplugin: clean warnings: unused variables, incorrect indentation and log area. Reviewed-on: https://gerrit.libreoffice.org/2544 Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Eike Rathke <erack@redhat.com>
2013-03-04doubled includesThomas Arnhold1-1/+0
Change-Id: I70ec796188e2388e1e4d699126f7ae817f5ff86e
2013-03-03Related to fdo#60724: correct spellingThomas Arnhold3-3/+3
Using the autocorrect list of LibreOffice extras/source/autotext/lang/en-US/acor/DocumentList.xml Change-Id: I8b93969bc0742c2e95b8b7db3c4c37691e8d3657 Script: http://pastebin.ca/2327716
2013-03-02remove minor.mkMatúš Kukan9-9/+9
Hopefully all stays the same except for vcl/unx/gtk/a11y/atkutil.cxx. Change-Id: I49108007ee6d045f045de86c8654efc7ca5fd3d0 Reviewed-on: https://gerrit.libreoffice.org/2491 Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by: David Ostrovsky <David.Ostrovsky@gmx.de> Tested-by: David Ostrovsky <David.Ostrovsky@gmx.de>
2013-02-28Bypass a little more stuff for Android (and iOS)Tor Lillqvist1-3/+4
Still tons of stuff left that make no sense on Android or iOS. Change-Id: I4bb1555b5d2aefc175d544aa220102aa78697b89
2013-02-28Use proper Android logging here, tooTor Lillqvist1-4/+7
Change-Id: Idfa826b9dd3156f2471ffd7dac245e68de8f4169
2013-02-28remove all d.lstMichael Stahl1-0/+0
Change-Id: Icba4218c5f9fe89d183d25ea82a8eae52881f885
2013-02-28bin PATCH_SO_NAME crackAndras Timar11-2/+11
In VersionInfo of Windows executables the FileDescription property originally contained 80 times 'x' character. These executables were marked as PATCH_SO_NAME and later the installer maker perl program replaced the xxxxxxxxxxx to the actual file description which was defined in scp2. WHy was it good, I have no idea. The problem was that it happened after postprocess, where we signed the binaries, thus diigital signature became corrupted. It is better to give file descriptions via makefiles. Change-Id: Id5ad4470bb7a6313b33fbba09d72d9a009163a89
2013-02-27WaE: unused functionTor Lillqvist1-1/+10
Change-Id: Ia6785e0b7d3ac95d38bd59e677cdb415b15dbdb6
2013-02-26Bypass the crack pipe on Android and iOSTor Lillqvist1-1/+10
Change-Id: I679794e72381226ccc3b2f743ab9e31a9fdaa3a6
2013-02-25loplugin: improve indentationThomas Arnhold1-1/+1
Change-Id: Idb847766d93dc222d6c55889616da21eeac212ee
2013-02-25loplugin: unused variablesThomas Arnhold2-2/+0
Change-Id: I63553a09eec81e5ae28aa79ee1d3281053b23d06
2013-02-24loplugin: unused variablesThomas Arnhold1-1/+0
Change-Id: I7fc203900256839e679bf73b717d121fedc42087
2013-02-23Fix typos retreive/retrieve furture/futureJulien Nabet2-3/+3
Change-Id: I639c2970b2a88ca3d5aa1dcd2ad4ec047b4a369c
2013-02-23Fix typo "fuction" -> "function"Julien Nabet1-1/+1
Change-Id: I369da2262d42fbc7cc3cfeeef4920606522237cd
2013-02-22Not using NativeActivity means no lo_main() stuff used eitherTor Lillqvist1-9/+0
Hopefully also fixes build for iOS by re-introducing checks for DESKTOP. Also this commit partially reverts 52a8744afee2cd589813f0377d93f821fce7aedd. Change-Id: Ie94c771b72ba138bb0481b054285916618baf6eb
2013-02-22Try ignoring IPC pipe errors on AndroidTor Lillqvist1-0/+2
Change-Id: I906df7fb65226422973e11ad69abdcc4fbd980c9
2013-02-22Rename the package and .apk of the "desktop" test app to avoid confusionTor Lillqvist1-2/+2
It used the same package name as DocumentLoader and the same .apk name as the eary sc cppunit test app. Probably having two unrelated apps with the same package name causes some confusion somewhere. Change-Id: I11414b9cd59694eb97d39bfaeac4ed1066ae3aab
2013-02-22these stray fprintfs drive people dementedCaolán McNamara1-4/+0
Change-Id: Ifee5c39423957bcc4708a7933c760d9467e2ac27
2013-02-22[Uu]sefull -> [Uu]sefulJulien Nabet1-1/+1
Change-Id: I5dad83789ff9b6815561208679a5e19821041e1f
2013-02-22s/the the/the/Tor Lillqvist3-4/+4
Change-Id: Iadacffaad832c6ff06757e8567e24f929f24a4c3
2013-02-21Remove leftover debugging printfTor Lillqvist1-1/+0
Change-Id: I90a75a3d2eed8929b21eef3f710aec37a9f9c5bd
2013-02-21android: finally starting and rendering at least something again.Michael Meeks2-1/+38
Only renders on very-first-start after install (oddly). We initialize vcl in it's own thread to avoid problems. Thanks to tml for fixing a linking issue. Change-Id: I960d11c6098681356fea0634970545aa9af9bacb
2013-02-21Revert "Clean up remains of NativeActivity-based Android app support"Michael Meeks1-0/+9
This reverts commit cecc926070ee3d2ad6296fc5e0cfcde8642bb140. Conflicts: sal/android/lo-bootstrap.c sal/inc/osl/detail/android-bootstrap.h
2013-02-21Missing "lib:widget delimiter from : to -" changeStephan Bergmann1-1/+1
Change-Id: I131ead5269fb0815de0e96fa268358461d45e47c
2013-02-21Clean up code that sends and recvs strings accross the OfficeIPC pipeStephan Bergmann1-55/+56
Change-Id: I5e85d5e0e4e53f3c61e59430afea15028444018f
2013-02-20Some cppcheck cleaningJulien Nabet2-5/+2
Change-Id: I0b9d3b5f8283e2fddc96b220a755ba6bcdd11606
2013-02-20s/FaultBack/Fallback/Tor Lillqvist1-6/+6
Change-Id: I9ecf4f57770151c1e4976c57d1f93982f35ac0fb