summaryrefslogtreecommitdiff
path: root/odk/examples/python/toolpanel
AgeCommit message (Collapse)Author
2023-12-29tdf#158803 Remove unused imports from odkBogdan B
Used pyflakes to find unused imports from odk module. Then, removed those unused imports. Change-Id: If1a160fa99f0c3581687faecb0c7051625c478c4 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/158821 Tested-by: Jenkins Reviewed-by: Hossein <hossein@libreoffice.org>
2019-07-20Fix typosAndrea Gelmini
Change-Id: Ib361243332b7219c0073c787c378c648e44705f2 Reviewed-on: https://gerrit.libreoffice.org/75487 Tested-by: Jenkins Reviewed-by: Andrea Gelmini <andrea.gelmini@gelma.net>
2016-01-10Fix typosAndrea Gelmini
Change-Id: I9a5940027423ff0791fa7da0b79b617412ce6b86 Reviewed-on: https://gerrit.libreoffice.org/21209 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Ashod Nakashian <ashnakash@gmail.com>
2015-04-20Create output dirStephan Bergmann
Change-Id: Iba9f6923e2e7cfefe980a97d7c1cd35e01f437fa
2014-12-01Generate oxt in OUT_BINStephan Bergmann
Change-Id: Idb4569c64060ef9d60e0d090cf46b053a252d750
2013-04-30Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks
2013-04-19Adapt SDK to usage of msvcrtd for Windows --enable-dbgutilStephan Bergmann
* Re-use existing settings/dk.mk to tunnel ENABLE_DEBUG into the SDK. Turns out this was explicitly included in ~all examples Makefiles, but only after settings.mk where it is now used, so include it in settings.mk now and dropped it from all the exmaples Makefiles. * The old settings.mk was apparently confused with using /MT ("link with LIBCMT.LIB") on cl command line and /MD ("link with MSVCRT.LIB") on link command line (where it was ignored), and you apparently can't pass both together to cl, so I settled on /MD (resp. /MDd) now and dropped /MT (resp. /MTd). No idea if that is exactly right, however. * Introduced client-facing LIBO_SDK_LDFLAGS_STDLIBS that covers kernel32.lib and msvcrt.lib vs. msvcrtd.lib on Windows. Adapted examples Makefiles and /ure/source/uretest/Makefile accordingly. Some examples Makefiles additionally use msvcprt.lib, no idea whether that still needs to be addressed. Change-Id: Ia8d9d177e415abfbaf6f9fa6239f0ef9998868be
2012-06-22.xdl files don't need executable bitsMichael Stahl
Change-Id: I604244b032855e0e6b94e3ed4217ee87d92c8419
2011-12-14add makefile.mk that copies Python example to SDKAndras Timar
2011-12-11minor around python and SDKLaurent Godard
- add Python as available language desc. in SDK homepage - replace OpenOffice.org with LibreOffice in examples index file - add a readme file to toolpanel example Signed-off-by: Lionel Elie Mamane <lionel@mamane.lu>
2011-12-08Added Makefile for SDK Python example.Stephan Bergmann
2011-12-08SDK examples : add Python section and ToolPanel python exampleLaurent Godard
correct minor css rendering too