Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-11-12 | Removed unused functions. | Remko Tronçon | |
Change-Id: I102b19d4fb4f44ddc053f323921ed6ce84347508 | |||
2012-11-12 | Use more efficient empty check. | Remko Tronçon | |
Change-Id: I8690af82a7f73d3883057b2a58a19197d6b09842 | |||
2012-11-12 | Removing unused variable. | Remko Tronçon | |
Change-Id: I0338404e1437cdcf1947cd73d90455cde75c7e56 | |||
2012-11-12 | Install VC redistributable using .exe file. | Remko Tronçon | |
Change-Id: I7229c38118c1ee3f4b0ef5f752e513dfd5942ba7 | |||
2012-11-11 | Removing unnecessary break statements. | Remko Tronçon | |
Change-Id: Ifab30313712423d33aea453fd7d33b84d35220ab | |||
2012-11-11 | Tweaked CppCheck settings. | Remko Tronçon | |
Change-Id: I193d6d11e497b23d77807380c64d1bef19ed59eb | |||
2012-11-10 | Don't crash on login with pending subscription events. | Remko Tronçon | |
Change-Id: I8459b36c92703d5cfc877a6cdd92281541d8df3a | |||
2012-11-06 | Compile with very old Boost filesystem (e.g. 1.42) | Kevin Smith | |
Change-Id: I547fd937e1563f8c7615f75b5ca9bb985e85a472 | |||
2012-11-06 | Clear out certificates when selecting another account. | Kevin Smith | |
Change-Id: Ifb1761d844e7f6ca14cb8c53dab2732d1ac9eba3 Resolves: #1145 | |||
2012-11-06 | Provide a tooltip for, and show the start of, MUC subjects | Kevin Smith | |
Change-Id: I21bc1391dbd3af9789ec794fc26e67255767647a Resolves: #1151 | |||
2012-11-05 | Updated Hebrew translation. | Remko Tronçon | |
Change-Id: I0f879492c0a93560b34433c2db945863b1a6a7ac | |||
2012-11-03 | Build 3rdParty libraries with SwiftenObject. | Remko Tronçon | |
This ensures that they can be linked when building Swiften in DLL mode. Change-Id: I8a4ff9dab6003e60fab21aba2bbb4beccb26bef6 | |||
2012-11-03 | Updated Slovak translation | Pavol Babincak | |
Change-Id: I7927be0ae2a2535b27d60decb8e98bd3efb7c0ed License: This patch is BSD-licensed, see Documentation/Licenses/BSD-simplified.txt for details. | |||
2012-11-03 | Update CA and ES translations. | Remko Tronçon | |
Change-Id: I195a454ff07abed83f2e471d55f8fd2c08008b59 | |||
2012-11-03 | Don't warn on missing English translations. | Remko Tronçon | |
Change-Id: I351c3c9a7c10b0176580a956a06c02f3d8cb3e04 | |||
2012-11-03 | Update Hebrew translation. | Remko Tronçon | |
Change-Id: I3ba8eeba94070bcd62da1ca53f8b36e070cba9cc | |||
2012-10-28 | Missed a translatable string | Kevin Smith | |
Change-Id: I3f3c9e11472d1672a538e70bd160b6332ff6390b | |||
2012-10-27 | Adding newlines where they're missing | Kevin Smith | |
Change-Id: Ica0dbbfc5003eeb3f367bc62981f177e21f10ae7 | |||
2012-10-26 | Fix that you can't select certs on Linux | Kevin Smith | |
Change-Id: I3773b3e3d8fc42b5886cf15f28ce01b93ffa77d1 | |||
2012-10-26 | Only check tabs & copyright of committed files. | Remko Tronçon | |
Change-Id: Iba37ecbf03bab9e23a1ee9c72b39ee4266ec4032 | |||
2012-10-20 | Fixed compilation problems against Boost >= 1.50.0. | Remko Tronçon | |
Change-Id: I7c7c3456c9007caffda1a6b4b721c01aa47d0a6d | |||
2012-10-19 | Don't add QtUI/Swift hierarchy to .dSYM.zip. | Remko Tronçon | |
Change-Id: I9a4e65835856b02338b03fead544a8c5342d52e5 | |||
2012-10-19 | Update translation documentation. | Remko Tronçon | |
Change-Id: I73b7f0a57312cb0a868f063930aa6535584771d0 | |||
2012-10-19 | Added Hebrew translation. | Remko Tronçon | |
Thanks to Isratine Citizen. Change-Id: I2fba54101a1a56bb8bdfd3a4cb0045d098fb4d33 | |||
2012-10-18 | Translation updates. | Remko Tronçon | |
Fixed some strings and dialog titles. Updated Dutch translation. Change-Id: Ia02e617a5dc8725a5bb0d6e0f8419449da0e746f | |||
2012-10-15 | Add command-line argument to override language. | Remko Tronçon | |
Change-Id: Ie86689df58ed5134b1ed558d509d33123eb2bcbc | |||
2012-10-15 | Use vecptr() instead of .data(). | Remko Tronçon | |
This should fix compilation on msvc9. Change-Id: I74c1cc5f6cf7059e16efc68ed050a348c6b63ff7 | |||
2012-10-13 | Added commit-msg hook. | Remko Tronçon | |
Change-Id: I01f0d052e50c1f77b63efe6dab5017093f14bf90 | |||
2012-10-13 | Remove restriction to only detect Boost FileSystem v2. | Remko Tronçon | |
Resolves: #1173 Change-Id: I79343bf8ff0d14528825699d8eee79985a09d29d | |||
2012-10-13 | Added extra comment about OpenSSL on Mac OS X. | Remko Tronçon | |
Change-Id: I339364406d92226203af876f558bc07686d75cbf | |||
2012-10-12 | Always 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-12 | Workaround receiving stream features on component connections | Kevin Smith | |
2012-10-12 | Missing include | Kevin Smith | |
2012-10-11 | Add temporary workaround to build against OS X 10.6 SDKs. | Remko Tronçon | |
2012-10-10 | Forgotten dependency | Kevin Smith | |
2012-10-07 | Adding reconfigure instructions | Kevin Smith | |
2012-10-07 | More attempts to get Lucid building againswift-2.0beta2 | Kevin Smith | |
2012-10-07 | Fixed Swift package path. | Remko Tronçon | |
2012-10-07 | Make it possible to force visual studio version. | Remko Tronçon | |
2012-10-07 | Release packaging notes | Kevin Smith | |
2012-10-07 | Fixed & cleaned up some of the WiX stuff. | Remko Tronçon | |
2012-10-07 | Fixed windows. | Remko Tronçon | |
2012-10-06 | Compiling is handy | Kevin Smith | |
2012-10-06 | Added Packages to .gitignore. | Remko Tronçon | |
2012-10-06 | Generate packages in /Packages. | Remko Tronçon | |
2012-10-06 | Also reverting to previous | Kevin Smith | |
2012-10-05 | Reverting to earlier form | Kevin Smith | |
2012-10-05 | Also generate a .dsym on mac os x. | Remko Tronçon | |
2012-10-05 | Use forward slashes. | Remko Tronçon | |
2012-10-05 | Install .pdb next to WiX package. | Remko Tronçon | |