0a1a0162e4 
								
							 
						 
						
							
							
								
								Fix Windows build  
							
							... 
							
							
							
							There was a regression after PCH cleanup with headers order in
/file_utilities_win.cpp. Seems that the CI and local MSVS used some kind
of cache. 
							
						 
						
							2018-09-22 01:03:29 +03:00  
				
					
						
							
							
								 
						
							
								d405a2a60a 
								
							 
						 
						
							
							
								
								Fix tg.protocol installation directory  
							
							... 
							
							
							
							Closes  #171 . 
						
							2018-08-15 12:28:19 +03:00  
				
					
						
							
							
								 
						
							
								38efa1bf4b 
								
							 
						 
						
							
							
								
								Replace base::lambda with shorter term.  
							
							... 
							
							
							
							Partially backport dd81f5d59f 
							
						 
						
							2018-07-27 14:24:31 +00:00  
				
					
						
							
							
								 
						
							
								e7bace9ab3 
								
							 
						 
						
							
							
								
								Rewrite base::lambda_guard, use only one pointer.  
							
							... 
							
							
							
							(cherry picked from commit f6ed3df 
							
						 
						
							2018-07-27 14:24:31 +00:00  
				
					
						
							
							
								 
						
							
								f488d5f9c1 
								
							 
						 
						
							
							
								
								Use std::function for base::lambda implementation.  
							
							... 
							
							
							
							(cherry picked from commit 101d4f6 
							
						 
						
							2018-07-27 14:24:31 +00:00  
				
					
						
							
							
								 
						
							
								9f1896c680 
								
							 
						 
						
							
							
								
								Filter RTL in displayed file names( #156 )  
							
							... 
							
							
							
							Adopted from upstream commit aec496d520Closes  #103 . 
							
						 
						
							2018-06-20 22:20:39 +03:00  
				
					
						
							
							
								 
						
							
								0d013603bd 
								
							 
						 
						
							
							
								
								Fix "no return in nonvoid function" error in libtgvoip ( #167 )  
							
							... 
							
							
							
							Return nullptr to avoid compile error.
Before this commit these functions:
1. void *AudioInputALSA::StartThread();
2. void *AudioOutputALSA::StartThread()
 - don't return any values. 
Also please note that this fix should be ported after syncing libtgvoip to upstream if these functions still don't return values!
Related to #153 . 
							
						 
						
							2018-06-20 21:33:58 +03:00  
				
					
						
							
							
								 
						
							
								b6df430aa8 
								
							 
						 
						
							
							
								
								Get rid of OrderedSet  
							
							
							
						 
						
							2018-06-20 15:40:52 +03:00  
				
					
						
							
							
								 
						
							
								8b189226e4 
								
							 
						 
						
							
							
								
								Minimize type_traits ( https://github.com/procxx/kepka/issues/27 )  
							
							
							
						 
						
							2018-06-20 15:40:52 +03:00  
				
					
						
							
							
								 
						
							
								21e7a1bbb0 
								
							 
						 
						
							
							
								
								Fix compile error when building with LibreSSL  
							
							... 
							
							
							
							Add preprocessor check of LibreSSL version. 
							
						 
						
							2018-06-20 15:16:09 +03:00  
				
					
						
							
							
								 
						
							
								22b0cffccd 
								
							 
						 
						
							
							
								
								Fix almost all warnings ( #157 )  
							
							... 
							
							
							
							There are possible deprecation warnings could be on new ffmpeg. It will be investigated later.
Related to #42 . 
							
						 
						
							2018-06-12 01:59:24 +03:00  
				
					
						
							
							
								 
						
							
								93d2fd3035 
								
							 
						 
						
							
							
								
								Add install target  
							
							
							
						 
						
							2018-06-10 22:54:22 +03:00  
				
					
						
							
							
								 
						
							
								e748c9eede 
								
							 
						 
						
							
							
								
								Fix Release build (add missing includes)  
							
							
							
						 
						
							2018-06-10 17:17:44 +03:00  
				
					
						
							
							
								 
						
							
								b9cd813127 
								
							 
						 
						
							
							
								
								Apply clang-format  
							
							
							
						 
						
							2018-06-06 11:25:23 +03:00  
				
					
						
							
							
								 
						
							
								49982a33a5 
								
							 
						 
						
							
							
								
								Pre-reformat fixes  
							
							
							
						 
						
							2018-06-06 11:25:23 +03:00  
				
					
						
							
							
								 
						
							
								80071b61d5 
								
							 
						 
						
							
							
								
								Fix deprecated qt functions in CMake  
							
							
							
						 
						
							2018-06-06 11:25:23 +03:00  
				
					
						
							
							
								 
						
							
								1015e088e3 
								
							 
						 
						
							
							
								
								Rebranding continued: rename target  
							
							
							
						 
						
							2018-06-04 19:56:10 +03:00  
				
					
						
							
							
								 
						
							
								35c917a704 
								
							 
						 
						
							
							
								
								Remove junk files  
							
							
							
						 
						
							2018-06-04 19:56:10 +03:00  
				
					
						
							
							
								 
						
							
								eba069a406 
								
							 
						 
						
							
							
								
								Branding changes, minor readme fix  
							
							
							
						 
						
							2018-06-04 19:56:10 +03:00  
				
					
						
							
							
								 
						
							
								69661217d2 
								
							 
						 
						
							
							
								
								Remove PCH ( #148 )  
							
							... 
							
							
							
							This commit brings many changes:
1. Remove cotire;
2. Remove PCH files (stdafx.xxx) and mentions;
3. Rearrange and clean includes:
3.1. Remove core includes path, use full header path core/xxx;
3.2. Move object_ptr to separate file base/object_ptr.h;
3.3. Add missing includes;
5. Add forward decls;
6. Get rid of some Qt private parts;
7. Fix ALL compilation errors after removing cotire on Windows, Linux, MacOS.
Closes  #133 .
Related to #96 . 
							
						 
						
							2018-06-04 16:25:31 +03:00  
				
					
						
							
							
								 
						
							
								09f8d60e11 
								
							 
						 
						
							
							
								
								Add libreSSL support  
							
							... 
							
							
							
							Also check LIBRESSL_VERSION_NUMBER and if it's defined, we use the LibreSSL-compatible API calls. 
							
						 
						
							2018-04-22 19:45:47 +03:00  
				
					
						
							
							
								 
						
							
								c237414cc6 
								
							 
						 
						
							
							
								
								text_entity: Add enum for used Unicode codepoints  
							
							... 
							
							
							
							It's better to use the named constants instead of magic character codes. 
							
						 
						
							2018-04-21 19:14:34 +03:00  
				
					
						
							
							
								 
						
							
								49b3469963 
								
							 
						 
						
							
							
								
								Add option for typographic message formatting  
							
							... 
							
							
							
							This option allows to turn off the old behaviour with replacing char
sequences like <<, >>, -- to chars represented by HTML escape characters
"«", "»", "—".
Based on upstream pull
https://github.com/telegramdesktop/tdesktop/pull/4553  and commit
fe118833aeCloses  #132  
							
						 
						
							2018-04-21 19:14:34 +03:00  
				
					
						
							
							
								 
						
							
								ed0e5b9958 
								
							 
						 
						
							
							
								
								Reorganize #include's in ui/text/text.cpp  
							
							... 
							
							
							
							Now it compiles faster
Related to #16  
							
						 
						
							2018-04-17 22:06:33 +03:00  
				
					
						
							
							
								 
						
							
								56cbcdcf94 
								
							 
						 
						
							
							
								
								Get rid of qharfbuzz_p private dependency  
							
							... 
							
							
							
							It's used for weird conversion from "QChar::Script" to internal
HB_Script and back.
Looks like it was in old Qt on this mirror link:
39b4955da3#96  #27  #16  
							
						 
						
							2018-04-17 22:06:33 +03:00  
				
					
						
							
							
								 
						
							
								5a8766e7a2 
								
							 
						 
						
							
							
								
								Completely remove Unity support. Unity is no longer supported by Canonical and will be excluded from Ubuntu 18.04 LTS.  
							
							... 
							
							
							
							Signed-off-by: Vitaly Zaitsev <vitaly@easycoding.org> 
							
						 
						
							2018-03-31 20:07:48 +03:00  
				
					
						
							
							
								 
						
							
								dbb0030893 
								
							 
						 
						
							
							
								
								Completely drop GTK dialogs. Use native instead.  
							
							... 
							
							
							
							Also this commit will remove libnotify support.
Signed-off-by: Vitaly Zaitsev <vitaly@easycoding.org> 
							
						 
						
							2018-03-24 15:20:03 +00:00  
				
					
						
							
							
								 
						
							
								1ab8aa2463 
								
							 
						 
						
							
							
								
								Allow to reply by double click on timestamp  
							
							... 
							
							
							
							Based on telegramdesktop/tdesktop@def21367 
Related to #10 , #117 , #118  
							
						 
						
							2018-03-17 05:57:51 +03:00  
				
					
						
							
							
								 
						
							
								ea6d487aab 
								
							 
						 
						
							
							
								
								Get rid of local changelogs  
							
							... 
							
							
							
							It was appended if your new version is greater than older.
Now it uses the lang string `lng_new_version`. 
							
						 
						
							2018-03-14 00:49:48 +03:00  
				
					
						
							
							
								 
						
							
								271e31c0cd 
								
							 
						 
						
							
							
								
								libtgvoip: Disable MSVC CRT secure warnings  
							
							
							
						 
						
							2018-03-12 18:30:19 +03:00  
				
					
						
							
							
								 
						
							
								ceb9828910 
								
							 
						 
						
							
							
								
								Fix some warnings against size_t to int conversion  
							
							
							
						 
						
							2018-03-12 18:30:19 +03:00  
				
					
						
							
							
								 
						
							
								bf0dc8e64e 
								
							 
						 
						
							
							
								
								Fix warning against overriding '/std:c++latest' with '/std:c++17'  
							
							... 
							
							
							
							This warning is fixed via updating to CMake 3.10
that learnt to set /std:c++17 for MSVS2017. 
							
						 
						
							2018-03-12 18:30:19 +03:00  
				
					
						
							
							
								 
						
							
								c02a20a5c1 
								
							 
						 
						
							
							
								
								git subrepo pull Telegram/ThirdParty/Catch  
							
							... 
							
							
							
							subrepo:
  subdir:   "Telegram/ThirdParty/Catch"
  merged:   "11c89a5f7"
upstream:
  origin:   "https://github.com/catchorg/Catch2 "
  branch:   "master"
  commit:   "11c89a5f7"
git-subrepo:
  version:  "0.3.1"
  origin:   "https://github.com/ingydotnet/git-subrepo "
  commit:   "a7ee886" 
							
						 
						
							2018-03-11 04:44:04 +03:00  
				
					
						
							
							
								 
						
							
								a3ba1d6192 
								
							 
						 
						
							
							
								
								Update Catch subrepo remote url  
							
							
							
						 
						
							2018-03-11 04:44:04 +03:00  
				
					
						
							
							
								 
						
							
								9e4a97edf4 
								
							 
						 
						
							
							
								
								git subrepo pull Telegram/ThirdParty/GSL  
							
							... 
							
							
							
							subrepo:
  subdir:   "Telegram/ThirdParty/GSL"
  merged:   "c9e423d7"
upstream:
  origin:   "https://github.com/Microsoft/GSL.git "
  branch:   "master"
  commit:   "c9e423d7"
git-subrepo:
  version:  "0.3.1"
  origin:   "https://github.com/ingydotnet/git-subrepo "
  commit:   "a7ee886" 
							
						 
						
							2018-03-11 04:44:04 +03:00  
				
					
						
							
							
								 
						
							
								7ed116aa9d 
								
							 
						 
						
							
							
								
								Reply by double clicking a message.  
							
							... 
							
							
							
							Backported from telegramdesktop/tdesktop@128663d9 
Closes  #117  
							
						 
						
							2018-03-11 04:02:00 +03:00  
				
					
						
							
							
								 
						
							
								747e8b3ab5 
								
							 
						 
						
							
							
								
								Use custom application name in tray popup menu ( #106 )  
							
							... 
							
							
							
							* Use parameter {appname} for tray icon lang strings and update mainwindow.cpp to use parametrized lang calls;
Note: this fix is only for Windows version. Mac version requires separate changes.
Relates to #20  . 
							
						 
						
							2018-03-02 17:08:48 +03:00  
				
					
						
							
							
								 
						
							
								1cb6dcee54 
								
							 
						 
						
							
							
								
								[Refactoring] set current standart to c++17 and change any logic to std::clamp (if it's possible)  
							
							
							
						 
						
							2018-02-28 22:12:25 +02:00  
				
					
						
							
							
								 
						
							
								40f8f0939a 
								
							 
						 
						
							
							
								
								[Refactoring] change qt math function to cmath analog  
							
							
							
						 
						
							2018-02-28 22:12:25 +02:00  
				
					
						
							
							
								 
						
							
								a4987d41a9 
								
							 
						 
						
							
							
								
								Allow to build Kepka on other than x86 architectures: armv7, aarch64, ppc64le, etc.  
							
							
							
						 
						
							2018-02-21 02:31:22 +03:00  
				
					
						
							
							
								 
						
							
								356f1cb083 
								
							 
						 
						
							
							
								
								Fixed build of libtgvoip on Big-Endian architectures.  
							
							
							
						 
						
							2018-02-21 02:31:22 +03:00  
				
					
						
							
							
								 
						
							
								e1a947e850 
								
							 
						 
						
							
							
								
								Adapt code to compile by MSVC 2015, remove conditional compilation ( #105 )  
							
							... 
							
							
							
							Fixes workaround introduced in #101 .
Author: @anatoly-spb.
Related to: #17 . 
							
						 
						
							2018-02-13 21:19:05 +03:00  
				
					
						
							
							
								 
						
							
								b1c7c6fc61 
								
							 
						 
						
							
							
								
								Made to compile by MSVC 2015/2017 32 bit compilers ( #101 )  
							
							... 
							
							
							
							Patches by @anatoly-spb :
1. Get rid of -DWIN64, -DZLIB_WINAPI in 32-bit build for fixing zlib linkage;
2. Work around MSVC2015 limitation based on lacking the C++14 features (like void as literal type) and document it. 
							
						 
						
							2018-02-13 16:13:14 +03:00  
				
					
						
							
							
								 
						
							
								7320149f22 
								
							 
						 
						
							
							
								
								Move out the hardcoded URLs (changelog, about)  
							
							
							
						 
						
							2018-02-13 14:50:54 +03:00  
				
					
						
							
							
								 
						
							
								2a2d4a260e 
								
							 
						 
						
							
							
								
								Get rid of usused file freedesktop.org.xml  
							
							... 
							
							
							
							It is ambigious and don't need. 
							
						 
						
							2018-02-12 03:03:24 +03:00  
				
					
						
							
							
								 
						
							
								dc231f2e29 
								
							 
						 
						
							
							
								
								Allow to change app. name using CMake cache  
							
							
							
						 
						
							2018-01-27 16:13:34 +03:00  
				
					
						
							
							
								 
						
							
								726373bcab 
								
							 
						 
						
							
							
								
								ligtgvoip: get rid of unused & erroneous MIN macro  
							
							... 
							
							
							
							This macro is not used and has an error with parenthesis. At some input
arguments it will be generate incorrect code:
MIN(a++, b--) -> expands to (a++<b-- ? a++ : b--) 
							
						 
						
							2018-01-22 01:52:24 +03:00  
				
					
						
							
							
								 
						
							
								f9f9e450a0 
								
							 
						 
						
							
							
								
								libtgvoip: get rid of GYP  
							
							
							
						 
						
							2018-01-22 01:52:24 +03:00  
				
					
						
							
							
								 
						
							
								6cf354d516 
								
							 
						 
						
							
							
								
								Added additional build definitions for packaged build:  
							
							... 
							
							
							
							* disable all desktop file and schema generators (already included in package).
Signed-off-by: Vitaly Zaitsev <vitaly@easycoding.org> 
							
						 
						
							2018-01-19 10:54:09 +02:00  
				
					
						
							
							
								 
						
							
								45eb128a5e 
								
							 
						 
						
							
							
								
								Fixed issue with running both clients (kepka and tdesktop) simultaneously.  
							
							... 
							
							
							
							Signed-off-by: Vitaly Zaitsev <vitaly@easycoding.org> 
							
						 
						
							2018-01-17 21:20:17 +03:00  
				
					
						
							
							
								 
						
							
								e609b4464d 
								
							 
						 
						
							
							
								
								Fix non-utf8 text in commit  31ed5214f0 
							
							
							
						 
						
							2018-01-14 01:36:38 +02:00  
				
					
						
							
							
								 
						
							
								c8409776f6 
								
							 
						 
						
							
							
								
								Fix detection variable usage  
							
							
							
						 
						
							2018-01-12 23:23:38 +02:00  
				
					
						
							
							
								 
						
							
								a9ea8da861 
								
							 
						 
						
							
							
								
								Print found frameworks  
							
							
							
						 
						
							2018-01-12 23:23:38 +02:00  
				
					
						
							
							
								 
						
							
								aaf3cd7328 
								
							 
						 
						
							
							
								
								Reorder osx frameworks list  
							
							
							
						 
						
							2018-01-12 23:23:38 +02:00  
				
					
						
							
							
								 
						
							
								67cfd8e8b2 
								
							 
						 
						
							
							
								
								Remove unused submodule  
							
							
							
						 
						
							2018-01-12 23:23:38 +02:00  
				
					
						
							
							
								 
						
							
								31ed5214f0 
								
							 
						 
						
							
							
								
								Allow unicode quotes as markdown entry separators. ( #54 )  
							
							... 
							
							
							
							Fixes  #13 . (Based on upstream's commit telegramdesktop/tdesktop@2e421e8 , ) 
						
							2017-12-24 20:30:13 +04:00  
				
					
						
							
							
								 
						
							
								18cd75ab41 
								
							 
						 
						
							
							
								
								Fix handling of dashes in the style directory path ( #53 )  
							
							... 
							
							
							
							Fix by @ForNeVeR 
							
						 
						
							2017-12-24 19:03:59 +04:00  
				
					
						
							
							
								 
						
							
								d73cfacde9 
								
							 
						 
						
							
							
								
								[skip ci] remove unused code from original tdesktop app  
							
							
							
						 
						
							2017-12-22 19:07:36 +03:00  
				
					
						
							
							
								 
						
							
								e1ffe76dff 
								
							 
						 
						
							
							
								
								Fixed spelling in libtgvoip third-party library.  
							
							... 
							
							
							
							Patch backported from https://github.com/grishka/libtgvoip/pull/31  pull request.
Original patch by: Nicholas Guriev <guriev-ns@ya.ru> 
							
						 
						
							2017-12-21 17:42:17 +02:00  
				
					
						
							
							
								 
						
							
								03eb0169b3 
								
							 
						 
						
							
							
								
								Fixed build against OpenSSL 1.1.  
							
							... 
							
							
							
							Patch backported from https://github.com/grishka/libtgvoip/pull/31  pull request.
Original patch by: Nicholas Guriev <guriev-ns@ya.ru>
Closes  #43 . 
							
						 
						
							2017-12-21 17:42:17 +02:00  
				
					
						
							
							
								 
						
							
								3c309a5f3b 
								
							 
						 
						
							
							
								
								Use correct add_test() format to obtain correct path to test executables  
							
							
							
						 
						
							2017-12-21 12:16:49 +03:00  
				
					
						
							
							
								 
						
							
								6ffc8d3905 
								
							 
						 
						
							
							
								
								Remove Qt plugins path rewriting  
							
							
							
						 
						
							2017-12-20 14:38:02 +02:00  
				
					
						
							
							
								 
						
							
								59ee61a90d 
								
							 
						 
						
							
							
								
								Handle all enum values  
							
							
							
						 
						
							2017-12-20 14:38:02 +02:00  
				
					
						
							
							
								 
						
							
								b25df92d35 
								
							 
						 
						
							
							
								
								Link in threading libraries if necessary  
							
							
							
						 
						
							2017-12-20 14:38:02 +02:00  
				
					
						
							
							
								 
						
							
								e4358bef35 
								
							 
						 
						
							
							
								
								Update cmake for linux builds  
							
							
							
						 
						
							2017-12-20 14:38:02 +02:00  
				
					
						
							
							
								 
						
							
								c4fe2f86ea 
								
							 
						 
						
							
							
								
								Add explicit typecasting for some constants  
							
							
							
						 
						
							2017-12-20 14:38:02 +02:00  
				
					
						
							
							
								 
						
							
								3c350fc719 
								
							 
						 
						
							
							
								
								Replace typeof() gcc extension with decltype()  
							
							
							
						 
						
							2017-12-20 14:38:02 +02:00  
				
					
						
							
							
								 
						
							
								25b5d2d61f 
								
							 
						 
						
							
							
								
								Create styles directory initially  
							
							
							
						 
						
							2017-12-20 14:38:02 +02:00  
				
					
						
							
							
								 
						
							
								6c6c23c5a1 
								
							 
						 
						
							
							
								
								Set flag only if supported by the compiler  
							
							
							
						 
						
							2017-12-20 14:38:02 +02:00  
				
					
						
							
							
								 
						
							
								b58adbd2b1 
								
							 
						 
						
							
							
								
								Add ALSA and PulseAudio support on Linux  
							
							
							
						 
						
							2017-12-20 14:38:02 +02:00  
				
					
						
							
							
								 
						
							
								44e89b9cbe 
								
							 
						 
						
							
							
								
								Set LINUX os flag  
							
							
							
						 
						
							2017-12-20 14:38:02 +02:00  
				
					
						
							
							
								 
						
							
								c8a36d27be 
								
							 
						 
						
							
							
								
								Fix condition name  
							
							
							
						 
						
							2017-12-20 14:38:02 +02:00  
				
					
						
							
							
								 
						
							
								a67bd6e770 
								
							 
						 
						
							
							
								
								Adjust OpenAL detection on Linux systems  
							
							
							
						 
						
							2017-12-20 14:38:02 +02:00  
				
					
						
							
							
								 
						
							
								0c4f569f65 
								
							 
						 
						
							
							
								
								Fix error c2100 invalid inderection against visual c++ 19.12 (visual studio 15.5)  
							
							
							
						 
						
							2017-12-20 14:38:02 +02:00  
				
					
						
							
							
								 
						
							
								badbf7a900 
								
							 
						 
						
							
							
								
								Enable tests  
							
							
							
						 
						
							2017-12-20 14:38:02 +02:00  
				
					
						
							
							
								 
						
							
								a1e200c273 
								
							 
						 
						
							
							
								
								Add more defines from gyp  
							
							
							
						 
						
							2017-12-20 14:38:02 +02:00  
				
					
						
							
							
								 
						
							
								fb2fe2057d 
								
							 
						 
						
							
							
								
								Add todo notes  
							
							
							
						 
						
							2017-12-20 14:38:02 +02:00  
				
					
						
							
							
								 
						
							
								7e683880be 
								
							 
						 
						
							
							
								
								Reorg cmake structure - remove duplication, reorder sections  
							
							
							
						 
						
							2017-12-20 14:38:02 +02:00  
				
					
						
							
							
								 
						
							
								c2edb39069 
								
							 
						 
						
							
							
								
								Cleanup formatting  
							
							
							
						 
						
							2017-12-20 14:38:02 +02:00  
				
					
						
							
							
								 
						
							
								71daae1227 
								
							 
						 
						
							
							
								
								Fix crash in RSA public key wrapper.  
							
							
							
						 
						
							2017-12-20 14:38:02 +02:00  
				
					
						
							
							
								 
						
							
								f74793ca3f 
								
							 
						 
						
							
							
								
								Optimize key initialization  
							
							... 
							
							
							
							* Do not do redundant copying of numbers. 
							
						 
						
							2017-12-20 14:38:02 +02:00  
				
					
						
							
							
								 
						
							
								97b8616e01 
								
							 
						 
						
							
							
								
								Fix build against OpenSSL 1.1  
							
							... 
							
							
							
							Closes : #3196  
						
							2017-12-20 14:38:02 +02:00  
				
					
						
							
							
								 
						
							
								9d03c65350 
								
							 
						 
						
							
							
								
								Shorten all lines lengths to fit 100 column limit  
							
							
							
						 
						
							2017-12-20 14:38:02 +02:00  
				
					
						
							
							
								 
						
							
								44eb8751e0 
								
							 
						 
						
							
							
								
								Move detection to parent cmake file  
							
							
							
						 
						
							2017-12-20 14:38:02 +02:00  
				
					
						
							
							
								 
						
							
								fb783cfd64 
								
							 
						 
						
							
							
								
								Use OpenAL-provided cmake config, update readme  
							
							
							
						 
						
							2017-12-20 14:38:02 +02:00  
				
					
						
							
							
								 
						
							
								6b6a0475ab 
								
							 
						 
						
							
							
								
								Fix compilation on Windows  
							
							
							
						 
						
							2017-12-20 14:38:02 +02:00  
				
					
						
							
							
								 
						
							
								29db5da807 
								
							 
						 
						
							
							
								
								Remove autoupdater  
							
							
							
						 
						
							2017-12-20 14:38:02 +02:00  
				
					
						
							
							
								 
						
							
								c417b45469 
								
							 
						 
						
							
							
								
								Remove useless bitfield qualifier  
							
							
							
						 
						
							2017-12-20 14:38:02 +02:00  
				
					
						
							
							
								 
						
							
								e9184f9ab5 
								
							 
						 
						
							
							
								
								Replace non-standard types with Qt equivalents  
							
							
							
						 
						
							2017-12-20 14:38:02 +02:00  
				
					
						
							
							
								 
						
							
								941b306f7a 
								
							 
						 
						
							
							
								
								Suppress warnings for unhandled enum values  
							
							
							
						 
						
							2017-12-20 14:38:02 +02:00  
				
					
						
							
							
								 
						
							
								0f1254586c 
								
							 
						 
						
							
							
								
								Remove type mismatch  
							
							
							
						 
						
							2017-12-20 14:38:02 +02:00  
				
					
						
							
							
								 
						
							
								fa344a9a47 
								
							 
						 
						
							
							
								
								Update version info with procxx tag  
							
							
							
						 
						
							2017-12-20 14:38:02 +02:00  
				
					
						
							
							
								 
						
							
								27e384e940 
								
							 
						 
						
							
							
								
								Move tests to separate directory  
							
							
							
						 
						
							2017-12-20 14:38:02 +02:00  
				
					
						
							
							
								 
						
							
								45e09dc3d6 
								
							 
						 
						
							
							
								
								Add C++ logo overlay  
							
							
							
						 
						
							2017-12-20 14:38:02 +02:00  
				
					
						
							
							
								 
						
							
								16aea1439a 
								
							 
						 
						
							
							
								
								Clean up formatting  
							
							
							
						 
						
							2017-12-20 14:38:02 +02:00  
				
					
						
							
							
								 
						
							
								f09feaf8b1 
								
							 
						 
						
							
							
								
								Remove FIPS_mode_set() call  
							
							
							
						 
						
							2017-12-20 14:38:02 +02:00  
				
					
						
							
							
								 
						
							
								6d0918e558 
								
							 
						 
						
							
							
								
								Disable static Qt plugins  
							
							
							
						 
						
							2017-12-20 14:38:02 +02:00  
				
					
						
							
							
								 
						
							
								be8570e8c2 
								
							 
						 
						
							
							
								
								Suppress new macOS deprecation warnings  
							
							
							
						 
						
							2017-12-20 14:38:02 +02:00  
				
					
						
							
							
								 
						
							
								bf468f36ea 
								
							 
						 
						
							
							
								
								Qualify minizip include paths  
							
							
							
						 
						
							2017-12-20 14:38:02 +02:00  
				
					
						
							
							
								 
						
							
								d2c6b4041a 
								
							 
						 
						
							
							
								
								Switch to FindOpus.cmake  
							
							
							
						 
						
							2017-12-20 14:38:02 +02:00