summaryrefslogtreecommitdiffstats
path: root/pyuno/source
Commit message (Expand)AuthorAgeFilesLines
* catch exception by constant referenceTakeshi Abe2011-12-218-51/+51
* fix loading of python-uno module by package.module nameLionel Elie Mamane2011-12-121-5/+6
* more debug spew in non-debug productCaolán McNamara2011-12-121-1/+1
* Let's not have debug spew all the timeCaolán McNamara2011-12-121-1/+1
* Improve pyuno debugging in various ways - add stack traces etc.Michael Meeks2011-12-053-5/+11
* wizards: completely work python wizard packaging and registrationMichael Meeks2011-12-051-3/+19
* Enforce a "lib" prefix for UNO components for AndroidTor Lillqvist2011-11-171-1/+1
* New LO_{LIB,JAVA}_DIR make special inbuild component handling superfluous.Stephan Bergmann2011-11-101-1/+1
* Undo basis/brand split: moved Python from basis to brand.Stephan Bergmann2011-10-202-3/+3
* Removed uses of rtl::O[U]String[Buffer]::operator sal_{char|Unicode} const *().Stephan Bergmann2011-09-273-12/+16
* There was still overload ambiguousJulien Nabet2011-08-211-2/+2
* OUStringBuffer.append call: add explicit radix to disambiguate overloadLionel Elie Mamane2011-08-211-1/+1
* use boost::unordered_map instead of STL one so as not to require C++0xLionel Elie Mamane2011-08-211-3/+3
* pyuno: close opened parenthesis in raised exception messageLionel Elie Mamane2011-08-211-0/+1
* pyuno: some commentsLionel Elie Mamane2011-08-211-1/+4
* Janitorial: remove unnecessary const_castsLionel Elie Mamane2011-08-217-50/+50
* Janitorial: remove unused variableLionel Elie Mamane2011-08-211-1/+0
* pyuno: make extractUnoException handle exceptions raised by uno.py loadingLionel Elie Mamane2011-08-211-14/+31
* pyuno: hook into import *after* the _whole_ uno module is successfully loadedLionel Elie Mamane2011-08-211-3/+3
* pyuno: allow uno structs to be initliased with keyword argumentsLionel Elie Mamane2011-08-212-55/+164
* TMP_LIONEL_NOTESLionel Elie Mamane2011-08-171-0/+9
* Related: fdo#34184 on windows find the openssl libs that _ssl.pyd needsCaolán McNamara2011-07-291-1/+17
* minor whitespace/makefile cleanupChristian Lohmaier2011-07-246-59/+65
* Remove component_getImplementationEnvironmentMatúš Kukan2011-07-121-7/+0
* Use $(DLLTOOL) instead of dlltoolJesús Corrius2011-06-241-1/+1
* Don't include pyversion.mkJesús Corrius2011-06-241-0/+2
* fix compilation with internal python on MacChristian Lohmaier2011-06-112-12/+7
* fix previous commit that introduced reverse logicChristian Lohmaier2011-06-074-291/+0
* allow to use internal Python on Mac (Python built as framework)Christian Lohmaier2011-06-066-2/+303
* don't crash when interacting with a class that implements XInvocationMichael Meeks2011-05-192-3/+18
* Unbreak build on non-WindowsTor Lillqvist2011-05-111-0/+9
* Fix build on WindowsTor Lillqvist2011-05-111-2/+3
* Fix simple warning (explicit cast in char*)Julien Nabet2011-05-091-2/+2
* PyVarObject_HEAD_INIT() isn't defined in Python 2.5-Joseph Powers2011-05-071-0/+5
* Port PyUno to support Python 3Andreas Becker2011-05-0712-381/+469
* Easyhack: Add visibility markup to all component_get* functionsJulien Nabet2011-04-211-2/+2
* Remove OS/2 support.Francois Tigeot2011-04-181-3/+0
* Merge commit 'ooo/DEV300_m101' into integration/dev300_m101Norbert Thiebaud2011-03-083-22/+42
|\
| * sb129: #i113189# change UNO components to use passive registrationsb2010-09-103-32/+42
| * cmcfixes76: #i112656# osl_setEnvironment/osl_clearEnvironmentCaol?n McNamara2010-07-061-1/+1
| * cmcfixes76: #i112656# osl_setEnvironment/osl_clearEnvironmentCaol?n McNamara2010-06-241-9/+6
* | dragonfly stuffFrancois Tigeot2011-02-151-0/+2
* | Add missing #include <vector> to the file.Joseph Powers2011-02-031-0/+2
* | moving the rest of ure repository to boost unordered containersFridrich Strba2011-02-041-6/+6
* | Clean up makefilesThomas Arnhold2011-02-011-10/+0
* | Replace suitable equalsAscii calls with equalsAsciiL.Thomas Arnhold2011-01-201-5/+5
* | RTL_CONSTASCII_USTRINGPARAM in ure 2Gert Faller2010-12-101-1/+1
* | add OPENBSD ld commandRobert Nagy2010-11-061-0/+2
* | add modelines to .h and .c files as wellCaolán McNamara2010-10-271-0/+3
* | #i112656# add osl_setEnvironment and osl_clearEnvironmentCaolán McNamara2010-10-181-10/+7