|  | 0b66749340 | fixed css styles for libraries list in iPhone | 2015-05-12 21:46:40 +02:00 |  | 
			
				
					|  | 12b123537d | added missing files | 2015-05-07 22:01:55 +02:00 |  | 
			
				
					|  | eac2899afb | added OpenGLChecker | 2015-05-06 23:35:40 +02:00 |  | 
			
				
					|  | e57846e518 | fixed compilation error c++11/clang in compressed_archive.cpp (casting from integer constant to char) | 2015-05-05 12:44:44 +02:00 |  | 
			
				
					|  | 4ab7d5d844 | added mutex for avoiding COMICS_VIEW_HEADERS settings corruption, I have no way for forcing this issue, so I am not sure if this fixes the problem | 2015-05-04 16:21:55 +02:00 |  | 
			
				
					|  | e3af72da44 | merged | 2015-05-04 15:57:46 +02:00 |  | 
			
				
					|  | a3935811ed | Merged in selmf/yacreader/compressed-archive-testing (pull request #24) wrapper improvements | 2015-05-04 15:07:52 +02:00 |  | 
			
				
					|  | 2432775755 | Fix a parsing bug in unarr backend that could lead to pageskips if non-image files are present in the archive. | 2015-04-29 14:54:57 +02:00 |  | 
			
				
					|  | 1beb1beb75 | Add use_unarr define macro to prevent checks for 7z on unarr enabled builds | 2015-04-29 13:49:50 +02:00 |  | 
			
				
					|  | 9dc0d85c2d | Add support for libunarr detection and move include/detection logic to unarr-wrapper.pri | 2015-04-29 13:12:22 +02:00 |  | 
			
				
					|  | f38251dbff | added sync back reading progress from remote clients - full info sync is out of scope by now | 2015-04-24 22:48:17 +02:00 |  | 
			
				
					|  | c4ddd42cd6 | adjust unarr flags to be closer to the upstream makefile | 2015-04-15 11:05:28 +02:00 |  | 
			
				
					|  | ebeddbe73b | adaptative server browsing ui for iPhone (all screen sizes) | 2015-04-14 12:34:22 +02:00 |  | 
			
				
					|  | 7a41bafc17 | improve unarr options and compile flags handling in compressed_archive_test.pro | 2015-04-11 10:43:31 +02:00 |  | 
			
				
					|  | 183fcb6f5a | improved unarr parsing | 2015-04-08 15:34:26 +02:00 |  | 
			
				
					|  | ccd4c9e2d8 | detect archive type by using magic numbers. Provide a fallback mechanism for .zip files lacking magic numbers. | 2015-04-08 15:20:12 +02:00 |  | 
			
				
					|  | 3f0359ddcf | move gcc/clang compiler flags into unix directive | 2015-04-08 15:15:37 +02:00 |  | 
			
				
					|  | 58921641d8 | Add linux compile flags for unarr | 2015-04-01 00:52:53 +02:00 |  | 
			
				
					|  | c8ccaf7267 | /GL is a compiler option in vc, it has nothing to do with OpenGL | 2015-03-31 13:11:38 +02:00 |  | 
			
				
					|  | e00d76b81a | added a dummy (yet) SyncController for testing sync info from iOS | 2015-03-26 22:10:51 +01:00 |  | 
			
				
					|  | c84e432745 | Merged in selmf/yacreader/compressed-archive-testing (pull request #23) Fix typos (and hopefully windows compilation) | 2015-03-25 23:08:29 +01:00 |  | 
			
				
					|  | 7dd81cb959 | Fix typos | 2015-03-25 22:45:13 +01:00 |  | 
			
				
					|  | a4230699b1 | fixed typo | 2015-03-25 22:35:50 +01:00 |  | 
			
				
					|  | 37a972e873 | Merged in selmf/yacreader/compressed-archive-testing (pull request #22) Fix various leaks in 7z archive parsing code and isolate leaks in rar handling code to rar archives only | 2015-03-25 19:00:48 +01:00 |  | 
			
				
					|  | efa50285fe | Fix various leaks in 7z archive parsing code and isolate leaks in rar handling code to rar archives only | 2015-03-25 15:17:20 +01:00 |  | 
			
				
					|  | fdc7e3ed1e | merged | 2015-03-22 18:44:14 +01:00 |  | 
			
				
					|  | 7f04e688f4 | fix merge | 2015-03-22 16:33:38 +01:00 |  | 
			
				
					|  | 8c5f258f3e | resolve conflict | 2015-03-22 16:31:09 +01:00 |  | 
			
				
					|  | 82d74758d7 | more unix fixes | 2015-03-22 16:21:57 +01:00 |  | 
			
				
					|  | d798c62fa3 | added natural sorting to ip sorting in server config dialog, the heuristic should be fine now | 2015-03-22 12:17:46 +01:00 |  | 
			
				
					|  | 1fe860e401 | fixed sorting in sibblings comics while reading remotely | 2015-03-22 12:13:36 +01:00 |  | 
			
				
					|  | 5f31b508c9 | Fix segfaulting on empty files | 2015-03-22 01:20:54 +01:00 |  | 
			
				
					|  | 1cd8a3f31b | Fix p7zip compressed archive test for mac/linux | 2015-03-22 01:09:05 +01:00 |  | 
			
				
					|  | f713254584 | merged | 2015-03-21 19:21:06 +01:00 |  | 
			
				
					|  | 416e71efd7 | fixed compressed_archive.cpp for removing unnecessary dependencies in linux/macosx | 2015-03-21 19:18:38 +01:00 |  | 
			
				
					|  | 43aeb9d242 | updated compressed_archive_test for being able to use unarr, remove unecessary includes in compressed_archive within unarr-wrapper.pri | 2015-03-21 15:17:47 +01:00 |  | 
			
				
					|  | 29ec149b79 | Merged in selmf/yacreader/unarr-inclusion (pull request #20) Add unarr.pro file | 2015-03-21 15:12:37 +01:00 |  | 
			
				
					|  | 4043ba449a | Add unarr.pro file | 2015-03-21 15:06:10 +01:00 |  | 
			
				
					|  | e62d696339 | compressed_archive_test added | 2015-03-21 14:43:55 +01:00 |  | 
			
				
					|  | 743d896649 | merged | 2015-03-21 14:40:25 +01:00 |  | 
			
				
					|  | ea10998f5e | removed GUI dependencies from compressed_archive.h|cpp | 2015-03-21 14:38:33 +01:00 |  | 
			
				
					|  | 8315e8ec34 | Merged in selmf/yacreader/unarr-inclusion (pull request #19) unarr | 2015-03-21 14:33:34 +01:00 |  | 
			
				
					|  | a76751b8ee | merged | 2015-03-21 14:32:51 +01:00 |  | 
			
				
					|  | 725cc7d311 | Merged in selmf/yacreader/more-bugfixes (pull request #18) bugfixes | 2015-03-21 14:31:15 +01:00 |  | 
			
				
					|  | dca2b73e83 | merged | 2015-03-21 14:27:59 +01:00 |  | 
			
				
					|  | f60fdcd244 | fixed text encoding for server contents | 2015-03-21 14:26:40 +01:00 |  | 
			
				
					|  | c0348abe8f | added an specific branch for CompressedArchive testing | 2015-03-21 10:36:02 +01:00 |  | 
			
				
					|  | cfcc01f8f3 | add unarr Readme | 2015-03-21 01:27:35 +01:00 |  | 
			
				
					|  | 5283846d75 | add CONFIG+=unarr option to YACReaderLibrary.pro | 2015-03-21 01:25:27 +01:00 |  | 
			
				
					|  | 966ab855a7 | add unarr option to YACReader.pro | 2015-03-20 23:00:30 +01:00 |  |