summaryrefslogtreecommitdiff
path: root/idlc/README
blob: 16eda1b8f4b54b43e125b0e60891569dfd93f546 (plain)
1
2
3
4
5
6
Contains the UNO IDL compiler, idlc, and preprocessor, idlcpp

This compiler generates binary RDB fragments that can be assembled
into a RDB (UNO type library) with the "regmerge" tool, as is done
primarily in the offapi and udkapi directories.

d>Matúš Kukan 2014-03-05Require Android API level 15, which is from December 2011Tor Lillqvist 2014-02-08Add CustomTarget_android_desktop back.Matúš Kukan 2014-01-30moved impress remote clients to a separate repositoryNorbert Thiebaud 2014-01-30sdremote: LibreOffice Remote for Impress version 2.0.0sdremote-2.0.0Christian Lohmaier 2014-01-30comit translations for sdremoteChristian Lohmaier 2014-01-30sdremote: add about/license infoChristian Lohmaier 2014-01-22android: Remove native-code.cxx on make clean.Matúš Kukan 2014-01-18sc/qa/unit/data/xls/border.xls was removedMatúš Kukan 2014-01-16tweak paddings in landcape mode (maximize space for preview & notes)Christian Lohmaier 2014-01-16add support for double-tap to go back a transitionChristian Lohmaier 2014-01-16remove BluetoothOperator wrapperChristian Lohmaier 2014-01-16only autostart discovery when there are no known devicesChristian Lohmaier 2014-01-16Use only one layout, with a dynamically sized PagerAdapterChristian Lohmaier 2014-01-16get rid of some useless indirection/wrapper functionsChristian Lohmaier 2014-01-16Revert "fdo#60486 Fix auto-enabling bluetooth and improve bluetooth handling."Andrzej Hunt 2014-01-16move from ActionBarSherlock to corresponding android support libChristian Lohmaier 2014-01-16Add tablet specific landscape layout.Andrzej Hunt 2014-01-14Copy the built .apks to where push_nightlies.sh will find them for uploadingTor Lillqvist 2014-01-02get rid of custom all-caps ui widgetChristian Lohmaier 2014-01-02sdremote: show notes also in landscape orientationChristian Lohmaier 2014-01-02native code generator: Do not use single_component_map anymore.Matúš Kukan 2014-01-01android: Further reduce size of LibreOfficeExperimentalDesktop.apk.Matúš Kukan 2013-12-31android: 'core' and 'writer' components should be enoughMatúš Kukan 2013-12-23Improve native-code generator for (not only) Android.Matúš Kukan 2013-12-20typo fixesAndras Timar 2013-12-20Add tool to generate native-code.cxx for Android.Matúš Kukan 2013-12-19Deduplicate more components.Matúš Kukan 2013-12-19Deduplicate calc components.Matúš Kukan 2013-12-19Deduplicate writer component factories.Matúš Kukan 2013-12-19Deduplicate a lot of common components.Matúš Kukan 2013-12-19Add .component <implementation constructor="..." featureStephan Bergmann