1. 623b38f OSL_ENSURE was not declared in this scope by David Tardon · 11 years ago
  2. d32be3a fdo#86023 - O[U]String needs a 'clear' method by Brij Mohan Lal Srivastava · 11 years ago
  3. da40cac Fix common typos. No automatic tools. Handmade… by Andrea Gelmini · 11 years ago
  4. fc0d57b Revert "use the new OUString::fromUtf8 method" by Stephan Bergmann · 11 years ago
  5. 05050cd use the new OUString::fromUtf8 method by Noel Grandin · 11 years ago
  6. 0371a63 remove unnecessary 'using namespace rtl' declarations by Noel Grandin · 11 years ago
  7. a362f15 Typo: shoud -> should by Julien Nabet · 12 years ago
  8. 6615459 target UIConfig_tubes should be a l10n target by David Tardon · 12 years ago
  9. b55259e typo fixes by Andras Timar · 12 years ago
  10. 610b2b9 remove unnecessary use of OUString constructor when assigning by Noel Grandin · 12 years ago
  11. 1ba1113 bugs.freedesktop.org -> bugs.libreoffice.org by Andras Timar · 12 years ago
  12. fe5acac Silence -Wdeprecated-declarations for the moment by Julien Nabet · 12 years ago
  13. 8d6da3b fdo#62475 - remove visual noise by Philipp Riemer · 13 years ago
  14. bf42b6f fdo#62475 - remove visual noise by Philipp Riemer · 13 years ago
  15. 1c7af45 Re-work 8bit characters in source code, or remove them. by Michael Meeks · 13 years ago
  16. 72e5d0c Move to MPLv2 license headers, with ESC decision and author's permission. by Michael Meeks · 13 years ago
  17. ee16e33 drop nonexistent include paths by David Tardon · 13 years ago
  18. c042cd0 gbuild: drop uses of removed packages by David Tardon · 13 years ago
  19. b9337e2 execute move of global headers by Bjoern Michaelsen · 13 years ago
  20. 62badf38 Move to MPLv2 license headers, with ESC decision and author's permission. by Michael Meeks · 13 years ago
  21. 9dd52eb use GLIB_CHECK_VERSION instead of GLIB_VERSION_X_XX by Ivan Timofeev · 13 years ago
  22. 025857d WaE: g_type_init has been deprecated since GLib 2.36 by Ivan Timofeev · 13 years ago
  23. ed72983 rename UI to UIConfig by David Tardon · 13 years ago
  24. 1946794 mass removal of rtl:: prefixes for O(U)String* by Luboš Luňák · 13 years ago
  25. 2bded30 Remove RTL_CONSTASCII_STRINGPARAM from tubes by Chr. Rossmanith · 13 years ago
  26. 79b0046 remove legacy build.pl prj/build.lst files. by Michael Meeks · 13 years ago
  27. 59d02d3 kill random dmake leftovers by Peter Foley · 13 years ago
  28. b768611 remove all d.lst by Michael Stahl · 13 years ago
  29. 76bc438 various efforts to consistently apply HIG rules by Caolán McNamara · 13 years ago
  30. 8652014 tubes: use boost_headers (thanks to Alex Thurgood for hint) by Michael Stahl · 13 years ago
  31. 0c22f3ea Make LO buildable again after the GraphicFilter move. by Jan Holesovsky · 13 years ago
  32. bb121c8 fdo#46808, Convert frame::Desktop to new style service. by Noel Grandin · 13 years ago
  33. 66a1758 c++ API: use css alias in generated headers, adds global css decl by Thorsten Behrens · 13 years ago
  34. e74fc93 tubes: use new .ui format for contacts dialog by Matúš Kukan · 14 years ago
  35. 5fe772a tubes: use only one test method; and also setUp and tearDown by Matúš Kukan · 13 years ago
  36. 1ad0aef tubes: getProcessServiceFactory does not return NULL anymore by Matúš Kukan · 13 years ago
  37. 6f543a4 tubes: just hardcode the url by Matúš Kukan · 13 years ago
  38. 5032dc0 gbuild: invert handling of standard system libraries: by Michael Stahl · 14 years ago
  39. b85c349 gbuild: replace direct gb_STDLIBS use with ... by Michael Stahl · 14 years ago
  40. 2e677c3 gbuild: split uwinapi out of gb_STDLIBS by Michael Stahl · 14 years ago
  41. 4e6907b tubes: let's use ctor, dtor and less methods in the test by Matúš Kukan · 14 years ago
  42. 4917f0c tubes: catch exception to get more info by Matúš Kukan · 14 years ago
  43. aa460e5 tubes: update README by Matúš Kukan · 14 years ago
  44. 2bb7313 tubes: add few more comments by Matúš Kukan · 14 years ago
  45. 24209be tubes: fix indentation and scope of variables by Matúš Kukan · 14 years ago
  46. 466edaa tubes: move getContacts() to TeleManager where it belongs, I believe by Matúš Kukan · 14 years ago
  47. 9adf295 tubes: correctly use SAL_INFO and SAL_WARN macros by Matúš Kukan · 14 years ago
  48. 86b81fb tubes: add include for clang by Matúš Kukan · 14 years ago
  49. 4662df8 tubes: simplify and make more readable, I believe by Matúš Kukan · 14 years ago
  50. 2786142 tubes: do not include tubes' object files in unit test library by Matúš Kukan · 14 years ago
  51. d59a7fd tubes: implement simple TestCollaboration to test receiving packets by Matúš Kukan · 14 years ago
  52. ece8ead tubes: fix unittest again and simplify by Matúš Kukan · 14 years ago
  53. 766a024 tubes: also prepare the Account Manager when creating; and simplify by Matúš Kukan · 14 years ago
  54. e9ed269 tubes: clean this makefile by Matúš Kukan · 14 years ago
  55. 7f6b232 tubes: use channel's signal closed to know when end the collaboration by Matúš Kukan · 14 years ago
  56. 011e348 tubes: add invite to Collaboration class by Matúš Kukan · 14 years ago
  57. c3c2dcf tubes: do not encode UUID into file name anymore by Matúš Kukan · 14 years ago
  58. 1fa1894 tubes: use file channel description for sending UUID by Matúš Kukan · 14 years ago
  59. 35aa036 Revert "tubes: mangle service name into file description" by Matúš Kukan · 14 years ago
  60. 6766c6a tubes: re-use typedefs from contact-list.hxx by Matúš Kukan · 14 years ago
  61. 510576b tubes: finish efforts to make TeleManager static by Matúš Kukan · 14 years ago
  62. b870f14 tubes: make contacts dialog a member of Collaboration class by Matúš Kukan · 14 years ago
  63. 34c6421 tubes: handle TeleConference internally in Collaboration by Matúš Kukan · 14 years ago
  64. 6c94672 tubes: fix build by Matúš Kukan · 14 years ago
  65. c3c9ae0 tubes: do not queue incoming packets by Matúš Kukan · 14 years ago
  66. b3da63d2 tubes: avoid boost::signaling received packets by Matúš Kukan · 14 years ago
  67. ee1b41d tubes: avoid ugly SAL_DLLPUBLIC_EXPORT here by Matúš Kukan · 14 years ago
  68. 8269d572 tubes: remove unused parameter by Matúš Kukan · 14 years ago
  69. 525b1ad tubes: call the function directly by Matúš Kukan · 14 years ago
  70. 4018062 tubes: implement another way for demoing collaboration by Matúš Kukan · 14 years ago
  71. 769e2b5 tubes: stop collaborating when the account gets off-line by Matúš Kukan · 14 years ago
  72. 01839d6 tubes: fix build of unit test; set include path for now by Matúš Kukan · 14 years ago
  73. 8aef9f4 tubes: stop collaborating when the contact leaves by Matúš Kukan · 14 years ago
  74. 56977df tubes: fix leaking ScCollaboration; add it to ScDocShell by Matúš Kukan · 14 years ago
  75. 0c9aae9 tubes: use SAL_INFO SAL_WARN here by Matúš Kukan · 14 years ago
  76. 2965a1c tubes: we use less symbols after bc21b49a464ae153341ee8d836993ca89b1a6919 by Matúš Kukan · 14 years ago
  77. b7e0777 tubes: do not use boost::signal here; call function directly by Matúš Kukan · 14 years ago
  78. 4e648b8 tubes: create contacts dialog instance for each document separately by Matúš Kukan · 14 years ago
  79. f2c7d7a tubes: remove pointless define by Matúš Kukan · 14 years ago
  80. 3ef03fb tubes: make TeleManager::getConference() static by Matúš Kukan · 14 years ago
  81. bc21b49 tubes: move sc/source/ui/collab/contacts.* to tubes by Matúš Kukan · 14 years ago
  82. 4311938 tubes: impose strict ordering on 1-1 collaboration by Matúš Kukan · 14 years ago
  83. df23696 tubes: send file when inviting contact to MUC collaboration by Matúš Kukan · 14 years ago
  84. 7f77377 tubes: clean this out by Matúš Kukan · 14 years ago
  85. f86cc45 tubes: move mbChannelReadyHandlerInvoked to pImpl by Matúš Kukan · 14 years ago
  86. bb9399e tubes: kill double-singletonning of TeleManager by Matúš Kukan · 14 years ago
  87. c55b2d0 tubes: TeleManger's GMainLoop* now unused by Matúš Kukan · 14 years ago
  88. 19f9297 tubes: resurrect unit test to serve again by Matúš Kukan · 14 years ago
  89. 9c6a6ec tubes: keep contacts dialog updated on contacts' presence changes by Matúš Kukan · 14 years ago
  90. b129545 tubes: init TeleManager in desktop by Matúš Kukan · 14 years ago
  91. db96306 tubes: do not include telepathy-glib.h in public headers by Matúš Kukan · 14 years ago
  92. abeb02c tubes: create TeleConferenceImpl to hide more details from public by Matúš Kukan · 14 years ago
  93. 955bbbb tubes: get local callbacks out of class by Matúš Kukan · 14 years ago
  94. a83d9160 tubes: update unused build.lst by Matúš Kukan · 14 years ago
  95. 2b2099c tubes: do not crash if there is no TeleManager yet by Matúš Kukan · 14 years ago
  96. 1fe939d tubes: small cleaning by Matúš Kukan · 14 years ago
  97. 3892851 tubes: do not include file-transfer-helper.h in public headers by Matúš Kukan · 14 years ago
  98. 4d8e800 tubes: remove TelePacket, it's just simple string by Matúš Kukan · 14 years ago
  99. 1792833 tubes: use SAL_WARN SAL_LOG by Matúš Kukan · 14 years ago
  100. 6f606f8 tubes: remove unused parameters by Matúš Kukan · 14 years ago