1. cc7f6a5 fdo#38451: Disable Sender and Recipient step by Xisco Fauli · 13 years ago
  2. 81ee2a2 pywizards: update makefile by Xisco Fauli · 13 years ago
  3. 7529795 pywizards: remove unused files by Xisco Fauli · 13 years ago
  4. 2b9394f pyagenda: forgot this file by Xisco Fauli · 13 years ago
  5. f4dc524 fdo#38820: bye bye java agenda wizard by Xisco Fauli · 13 years ago
  6. 0e34f7e pyagenda: Register and Pack python agenda wizard by Xisco Fauli · 13 years ago
  7. d984860 pyagenda: localise template at runtime by Xisco Fauli · 13 years ago
  8. bbe6f3f ups, don't delete this by Xisco Fauli · 13 years ago
  9. 5704160 pywizards: simplify paths handling by Xisco Fauli · 13 years ago
  10. efa0451 pyagenda: remove placeholder when text is not empty by Xisco Fauli · 13 years ago
  11. 2f7bd77 pyagenda: This shouldn't be commented by Xisco Fauli · 13 years ago
  12. b4743ab pyagenda: use local variables by Xisco Fauli · 13 years ago
  13. 195007a pyagenda: Save configuration after finishing the wizard by Xisco Fauli · 13 years ago
  14. 5acf58b remove obsolete hidother.src files by Andras Timar · 13 years ago
  15. 949face pyagenda: Update topics's gui when launching the wizard by Xisco Fauli · 13 years ago
  16. 57954fd pyagenda: remove setEnabled method by Xisco Fauli · 13 years ago
  17. b60af08 upps, I shouldn't have committed it by Xisco Fauli · 13 years ago
  18. 8b346fe pyagenda: use local variables by Xisco Fauli · 13 years ago
  19. 38ca760 pyagenda: synchronize gui/preview when adding/removing topics by Xisco Fauli · 13 years ago
  20. 0e5f695 pyagenda: load the proper data for each topic by Xisco Fauli · 13 years ago
  21. ae4d40f pyagenda: i have to redo this class so this method is unused now by Xisco Fauli · 13 years ago
  22. acee06b pyagenda: remove ConfigNode from makefile by Xisco Fauli · 13 years ago
  23. 57f0178 pyagenda: some duck typing here by Xisco Fauli · 13 years ago
  24. 9818509 pyagenda: load previous topics configuration when launching the wizard by Xisco Fauli · 13 years ago
  25. 270a825 pyagenda: Fix finish action by Xisco Fauli · 13 years ago
  26. a8eacaa8 pyagenda: simplify Topics code by Xisco Fauli · 13 years ago
  27. 5a61e28 gbuild: fix silly "expandtabs" in makefile VIM modelines by Michael Stahl · 13 years ago
  28. 5bbc006 pyagenda: table's cells are TextElement by Xisco Fauli · 13 years ago
  29. 7f03847 pyagenda: Fix fdo#42543 in python by Xisco Fauli · 13 years ago
  30. be0dad0 pyagenda: simplify UIDialog code by Xisco Fauli · 13 years ago
  31. 93bed66 pyagenda: Fix a problem with template's sections by Xisco Fauli · 13 years ago
  32. c71a811 pyagenda: Change to new model and remove unused code by Xisco Fauli · 13 years ago
  33. 0d9683c pyagenda: follow same model as in fax and letter wizards by Xisco Fauli · 13 years ago
  34. eaf6c1a pyagenda: setControlProperty doesn't exist anymore by Xisco Fauli · 13 years ago
  35. 8bab53a wizards: Document Conversion: remove StarOffice mode: by Michael Stahl · 13 years ago
  36. a6f5e52 Fix one more use of removed ViewHandler.py by Stephan Bergmann · 13 years ago
  37. 1556008 fdo#59248: Remove remaining dangling view of ViewHandler.py by Stephan Bergmann · 13 years ago
  38. f848a90 This println shouldn't be here by Xisco Fauli · 13 years ago
  39. d630870 pywizards: get rid of ViewHandler by Xisco Fauli · 13 years ago
  40. 8347fa7 pywizards: Delete all empty TextFields after finishing by Xisco Fauli · 13 years ago
  41. 7431458 pywizards: Fix finish in Windows one and for all by Xisco Fauli · 13 years ago
  42. 355c307 pywizards: absolutize fails in Windows with backslash by Xisco Fauli · 13 years ago
  43. ce21215 pywizards: Fix "Finish Wizard" on Windows by Xisco Fauli · 13 years ago
  44. cc18d92 pywizards: handle UnknownPropertyException by Xisco Fauli · 13 years ago
  45. 50bdce1 Python/pep8: fix E711 in wizards/../web module by Julien Nabet · 13 years ago
  46. c9bce39 Python/pep8: fix E711 in wizards/../ui module by Julien Nabet · 13 years ago
  47. fbfda39 Python/pep8: fix E711 in document module by Julien Nabet · 13 years ago
  48. 5020526 Python/pep8: fix E711 (is or is not None instead of = or !=) in common module by Julien Nabet · 13 years ago
  49. 36638e6 Python/pep8: fix E711 (is or is not None instead of = or !=) in letter module by Julien Nabet · 13 years ago
  50. 7236370 pywizards: handle exception by Xisco Fauli · 13 years ago
  51. 9324268b pywizards: make sure it has the attribute by Xisco Fauli · 13 years ago
  52. acea3cd pywizards: remove set/get controlproperty by Xisco Fauli · 13 years ago
  53. 700e75f pyfax: fix a mistake i did yesterday by Xisco Fauli · 13 years ago
  54. c94a6f6 pywizards: Clean textfields by Xisco Fauli · 13 years ago
  55. d3f933b pyagenda: remove helper here too by Xisco Fauli · 13 years ago
  56. 519c947 remove helper from makefile by Xisco Fauli · 13 years ago
  57. 47e7436 pywizards: remove helper class by Xisco Fauli · 13 years ago
  58. 03a0ea8 pyagenda: make buttons work in Agenda Items by Xisco Fauli · 13 years ago
  59. e87d874 pyagenda: fix Topics in python3.3 by Xisco Fauli · 13 years ago
  60. ee1df64 pyagenda: fix date field by Xisco Fauli · 13 years ago
  61. cc360f0 fdo#46808: Missing adaptions to XFolderPicker2 by Stephan Bergmann · 13 years ago
  62. ea2bba5 pywizards: don't set attribute when it's None by Xisco Fauli · 13 years ago
  63. 4024753 pyagenda: let's delete the locks and see what happens later on by Xisco Fauli · 13 years ago
  64. 9ed87bd pyagenda: adapt exceptions to python3.3 by Xisco Fauli · 13 years ago
  65. f835b7e pyletter: adapt this wizard to python3.3 by Xisco Fauli · 13 years ago
  66. 5b56643 pyfax: make this wizard completely compatible with python3.3 by Xisco Fauli · 13 years ago
  67. c279c57 pywizards: No need to use unicodedata here by Xisco Fauli · 13 years ago
  68. 944a7aa pywizards: adapt listener to python3.3 by Xisco Fauli · 13 years ago
  69. d03f2be pyfax: adapt it to python3.3. it can be already launched by Xisco Fauli · 13 years ago
  70. 3117041 API CHANGE: com.sun.star.lang.IllegalArgumentException by Michael Stahl · 13 years ago
  71. be3b55d pywizards: fix textfields by Xisco Fauli · 13 years ago
  72. a615abc pywizards: sort lists again by Xisco Fauli · 13 years ago
  73. 63510b3 pywizards: better us os.path by Xisco Fauli · 13 years ago
  74. e5f040b pyletter: Fix letterhead by Xisco Fauli · 13 years ago
  75. 24d7851 pywizards: fix daily build. it failed when importing collections by Xisco Fauli · 13 years ago
  76. 5176773 pyfax: replace xrange by Xisco Fauli · 13 years ago
  77. 12634c1 pyfax: fix a mistake by Xisco Fauli · 13 years ago
  78. 34fbbe1 pyfax: exceptions are python3 compatible by Xisco Fauli · 13 years ago
  79. fa88b37 Merge branch 'feature/killsdf' by Andras Timar · 13 years ago
  80. 4395680 fdo#51304: Remove @author annotation by José Guilherme Vanz · 13 years ago
  81. 7a11b9c ensure translations are built before using them by David Tardon · 13 years ago
  82. 923bcb6 pywizards: Use local variables by Xisco Fauli · 13 years ago
  83. 29f0cbf pyagenda: fix finish wizard by Xisco Fauli · 13 years ago
  84. 66ec308 pyagenda: forgot a method by Xisco Fauli · 13 years ago
  85. 4aeeebf pyagenda: remove unused code by Xisco Fauli · 13 years ago
  86. 82b0615 pyagenda: Fix "the document already exists" by Xisco Fauli · 13 years ago
  87. 8b13129 fix zip file paths by Peter Foley · 13 years ago
  88. 06ec1c0 Merge branch 'master' into feature/killsdf by Andras Timar · 13 years ago
  89. 0ff4291 pyagenda: remove duplicate code by Xisco Fauli · 13 years ago
  90. 531b713 pyagenda: remove duplicate code by Xisco Fauli · 13 years ago
  91. d6ee3e3 pywizards: Simplify textElement and move it to text folder by Xisco Fauli · 13 years ago
  92. a434b93b pyagenda: better refactor it little by little by Xisco Fauli · 13 years ago
  93. 1d615fe Revert "pyagenda: rework AgendaTemplate.py. Still some work to do" by Xisco Fauli · 13 years ago
  94. 9545c85 pyagenda: rework AgendaTemplate.py. Still some work to do by Xisco Fauli · 13 years ago
  95. 4e63e4b pyagenda: Add callwizard by Xisco Fauli · 13 years ago
  96. ec20c94 pyagenda: now it's possible to call the wizard remotely by Xisco Fauli · 13 years ago
  97. 02dd461 pyagenda: Remove duplicate code by Xisco Fauli · 13 years ago
  98. 6fa0930 pyletter: Translate the templates at runtime by Xisco Fauli · 13 years ago
  99. b4b5376 pyletter: Fix a crash when trying to load the wizard again by Xisco Fauli · 13 years ago
  100. 0ab3295 pyfax: Fix a chash when trying to load the wizard again by Xisco Fauli · 13 years ago