summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2012-10-26Fix that you can't select certs on LinuxKevin Smith
Change-Id: I3773b3e3d8fc42b5886cf15f28ce01b93ffa77d1
2012-10-26Only check tabs & copyright of committed files.Remko Tronçon
Change-Id: Iba37ecbf03bab9e23a1ee9c72b39ee4266ec4032
2012-10-20Fixed compilation problems against Boost >= 1.50.0.Remko Tronçon
Change-Id: I7c7c3456c9007caffda1a6b4b721c01aa47d0a6d
2012-10-19Don't add QtUI/Swift hierarchy to .dSYM.zip.Remko Tronçon
Change-Id: I9a4e65835856b02338b03fead544a8c5342d52e5
2012-10-19Update translation documentation.Remko Tronçon
Change-Id: I73b7f0a57312cb0a868f063930aa6535584771d0
2012-10-19Added Hebrew translation.Remko Tronçon
Thanks to Isratine Citizen. Change-Id: I2fba54101a1a56bb8bdfd3a4cb0045d098fb4d33
2012-10-18Translation updates.Remko Tronçon
Fixed some strings and dialog titles. Updated Dutch translation. Change-Id: Ia02e617a5dc8725a5bb0d6e0f8419449da0e746f
2012-10-15Add command-line argument to override language.Remko Tronçon
Change-Id: Ie86689df58ed5134b1ed558d509d33123eb2bcbc
2012-10-15Use vecptr() instead of .data().Remko Tronçon
This should fix compilation on msvc9. Change-Id: I74c1cc5f6cf7059e16efc68ed050a348c6b63ff7
2012-10-13Added commit-msg hook.Remko Tronçon
Change-Id: I01f0d052e50c1f77b63efe6dab5017093f14bf90
2012-10-13Remove restriction to only detect Boost FileSystem v2.Remko Tronçon
Resolves: #1173 Change-Id: I79343bf8ff0d14528825699d8eee79985a09d29d
2012-10-13Added extra comment about OpenSSL on Mac OS X.Remko Tronçon
Change-Id: I339364406d92226203af876f558bc07686d75cbf
2012-10-12Always add system's certificate store to OpenSSL on Mac OS X.Tobias Markmann
It used to be disabled for Mac OS X 10.5 or greater but it turns out system's OpenSSL doesn't add those on Mac OS X 10.8. License: This patch is BSD-licensed, see http://www.opensource.org/licenses/bsd-license.php
2012-10-12Workaround receiving stream features on component connectionsKevin Smith
2012-10-12Missing includeKevin Smith
2012-10-11Add temporary workaround to build against OS X 10.6 SDKs.Remko Tronçon
2012-10-10Forgotten dependencyKevin Smith
2012-10-07Adding reconfigure instructionsKevin Smith
2012-10-07More attempts to get Lucid building againswift-2.0beta2Kevin Smith
2012-10-07Fixed Swift package path.Remko Tronçon
2012-10-07Make it possible to force visual studio version.Remko Tronçon
2012-10-07Release packaging notesKevin Smith
2012-10-07Fixed & cleaned up some of the WiX stuff.Remko Tronçon
2012-10-07Fixed windows.Remko Tronçon
2012-10-06Compiling is handyKevin Smith
2012-10-06Added Packages to .gitignore.Remko Tronçon
2012-10-06Generate packages in /Packages.Remko Tronçon
2012-10-06Also reverting to previousKevin Smith
2012-10-05Reverting to earlier formKevin Smith
2012-10-05Also generate a .dsym on mac os x.Remko Tronçon
2012-10-05Use forward slashes.Remko Tronçon
2012-10-05Install .pdb next to WiX package.Remko Tronçon
2012-10-05Strip leading '/' from BOSH paths.Remko Tronçon
Resolves: #1167
2012-10-05Minor DMG tweak.Remko Tronçon
2012-10-05Allow debug optimized builds that work on non-dev machinesKevin Smith
2012-10-03Include SafeByteArray in file that uses itKevin Smith
2012-09-30Slightly neaten codeKevin Smith
2012-09-29Get arg order rightKevin Smith
2012-09-29OSX package updates.Remko Tronçon
2012-09-27Fix a crash that occurs when resetting the clientCătălin Badea
Fix history view controller from crashing when resetting the client. License: This patch is BSD-licensed, see Documentation/Licenses/BSD-simplified.txt for details.
2012-09-20Don't crash on disconnects with experimentalKevin Smith
2012-09-19Distinguish between wrapped and non-wrapped sender names in chat message ↵Tobias Markmann
theming. Resolves: #1162 License: This patch is BSD-licensed, see http://www.opensource.org/licenses/bsd-license.php
2012-09-18Fix HistoryStorage from crashingCătălin Badea
Fix a crash related to HistoryStorage asynchronous access. License: This patch is BSD-licensed, see Documentation/Licenses/BSD-simplified.txt for details.
2012-09-18Missing includeKevin Smith
2012-09-17Make MUC terminology consistent.Remko Tronçon
Resolves: #937
2012-09-17Fixed URL parsing/serializing.Remko Tronçon
Resolves: #1157,#1158
2012-09-17Support for building swiften as a DLLRemko Tronçon
Added missing SWIFTEN_API declarations. Changed test infrastructure to extend path before running tests.
2012-09-17Fixed crash when canceling connect.Remko Tronçon
2012-09-16Fixed compilation on windows.Remko Tronçon
2012-09-16Bundle other 3rdParty libs with libSwiften.Remko Tronçon