summaryrefslogtreecommitdiff
path: root/pyuno/source
AgeCommit message (Expand)AuthorFilesLines
2011-12-21catch exception by constant referenceTakeshi Abe8-51/+51
2011-12-12fix loading of python-uno module by package.module nameLionel Elie Mamane1-5/+6
2011-12-12more debug spew in non-debug productCaolán McNamara1-1/+1
2011-12-12Let's not have debug spew all the timeCaolán McNamara1-1/+1
2011-12-05Improve pyuno debugging in various ways - add stack traces etc.Michael Meeks3-5/+11
2011-12-05wizards: completely work python wizard packaging and registrationMichael Meeks1-3/+19
2011-11-17Enforce a "lib" prefix for UNO components for AndroidTor Lillqvist1-1/+1
2011-11-10New LO_{LIB,JAVA}_DIR make special inbuild component handling superfluous.Stephan Bergmann1-1/+1
2011-10-20Undo basis/brand split: moved Python from basis to brand.Stephan Bergmann2-3/+3
2011-09-27Removed uses of rtl::O[U]String[Buffer]::operator sal_{char|Unicode} const *().Stephan Bergmann3-12/+16
2011-08-21There was still overload ambiguousJulien Nabet1-2/+2
2011-08-21OUStringBuffer.append call: add explicit radix to disambiguate overloadLionel Elie Mamane1-1/+1
2011-08-21use boost::unordered_map instead of STL one so as not to require C++0xLionel Elie Mamane1-3/+3
2011-08-21pyuno: close opened parenthesis in raised exception messageLionel Elie Mamane1-0/+1
2011-08-21pyuno: some commentsLionel Elie Mamane1-1/+4
2011-08-21Janitorial: remove unnecessary const_castsLionel Elie Mamane7-50/+50
2011-08-21Janitorial: remove unused variableLionel Elie Mamane1-1/+0
2011-08-21pyuno: make extractUnoException handle exceptions raised by uno.py loadingLionel Elie Mamane1-14/+31
2011-08-21pyuno: hook into import *after* the _whole_ uno module is successfully loadedLionel Elie Mamane1-3/+3
2011-08-21pyuno: allow uno structs to be initliased with keyword argumentsLionel Elie Mamane2-55/+164
2011-08-17TMP_LIONEL_NOTESLionel Elie Mamane1-0/+9
2011-07-29Related: fdo#34184 on windows find the openssl libs that _ssl.pyd needsCaolán McNamara1-1/+17
2011-07-24minor whitespace/makefile cleanupChristian Lohmaier6-59/+65
2011-07-12Remove component_getImplementationEnvironmentMatúš Kukan1-7/+0
2011-06-24Use $(DLLTOOL) instead of dlltoolJesús Corrius1-1/+1
2011-06-24Don't include pyversion.mkJesús Corrius1-0/+2
2011-06-11fix compilation with internal python on MacChristian Lohmaier2-12/+7
2011-06-07fix previous commit that introduced reverse logicChristian Lohmaier4-291/+0
2011-06-06allow to use internal Python on Mac (Python built as framework)Christian Lohmaier6-2/+303
2011-05-19don't crash when interacting with a class that implements XInvocationMichael Meeks2-3/+18
2011-05-11Unbreak build on non-WindowsTor Lillqvist1-0/+9
2011-05-11Fix build on WindowsTor Lillqvist1-2/+3
2011-05-09Fix simple warning (explicit cast in char*)Julien Nabet1-2/+2
2011-05-07PyVarObject_HEAD_INIT() isn't defined in Python 2.5-Joseph Powers1-0/+5
2011-05-07Port PyUno to support Python 3Andreas Becker12-381/+469
2011-04-21Easyhack: Add visibility markup to all component_get* functionsJulien Nabet1-2/+2
2011-04-18Remove OS/2 support.Francois Tigeot1-3/+0
2011-03-08Merge commit 'ooo/DEV300_m101' into integration/dev300_m101Norbert Thiebaud3-22/+42
2011-02-15dragonfly stuffFrancois Tigeot1-0/+2
2011-02-03Add missing #include <vector> to the file.Joseph Powers1-0/+2
2011-02-04moving the rest of ure repository to boost unordered containersFridrich Strba1-6/+6
2011-02-01Clean up makefilesThomas Arnhold1-10/+0
2011-01-20Replace suitable equalsAscii calls with equalsAsciiL.Thomas Arnhold1-5/+5
2010-12-10RTL_CONSTASCII_USTRINGPARAM in ure 2Gert Faller1-1/+1
2010-11-06add OPENBSD ld commandRobert Nagy1-0/+2
2010-10-27add modelines to .h and .c files as wellCaolán McNamara1-0/+3
2010-10-18#i112656# add osl_setEnvironment and osl_clearEnvironmentCaolán McNamara1-10/+7
2010-10-14Add vim/emacs modelines to all source filesSebastian Spaeth11-0/+32
2010-09-10sb129: #i113189# change UNO components to use passive registrationsb3-32/+42
2010-07-06cmcfixes76: #i112656# osl_setEnvironment/osl_clearEnvironmentCaol?n McNamara1-1/+1