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