7c1e9298ee 
					 
					
						
						
							
							Add a method to get the list of libraries sorted like they are shown in the UI  
						
						
						
						
					 
					
						2024-01-14 08:36:12 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						a4f36396f5 
					 
					
						
						
							
							Update the sync controller for new clients  
						
						
						
						
					 
					
						2024-01-13 17:20:22 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						04f0d22563 
					 
					
						
						
							
							Fix "more recent" calculation in the server side  
						
						... 
						
						
						
						All comics received were being sent back if they were already opened 
						
						
					 
					
						2024-01-13 17:19:20 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						e26169386c 
					 
					
						
						
							
							include comic_info_id in comic json  
						
						
						
						
					 
					
						2024-01-13 17:15:54 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						851215f12d 
					 
					
						
						
							
							Add method for getting the legacy id from the uuid  
						
						
						
						
					 
					
						2024-01-13 17:15:30 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						d25a122b48 
					 
					
						
						
							
							Update server version to 2.1  
						
						
						
						
					 
					
						2024-01-07 10:53:31 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						53f7fd4a28 
					 
					
						
						
							
							Add new controller for getting a folder  
						
						
						
						
					 
					
						2024-01-07 10:53:21 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						5728d4bb18 
					 
					
						
						
							
							Add more info to json content + better handling of optionality  
						
						
						
						
					 
					
						2024-01-07 10:52:27 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						b4951fcb1a 
					 
					
						
						
							
							Add convenience method for getting the new uuid from the legacy id  
						
						
						
						
					 
					
						2024-01-07 10:26:22 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						9e05f8ea6e 
					 
					
						
						
							
							Add function for loading a single folder by id  
						
						
						
						
					 
					
						2024-01-07 09:18:16 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						15619ed96c 
					 
					
						
						
							
							Load comic number when getting the comics currently being read  
						
						
						
						
					 
					
						2024-01-07 09:09:22 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						be9223e06d 
					 
					
						
						
							
							Update CHAGELOG  
						
						
						
						
					 
					
						2023-12-16 08:30:39 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						63c2896270 
					 
					
						
						
							
							Fix args  
						
						
						
						
					 
					
						2023-12-16 08:28:59 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						cf99229441 
					 
					
						
						
							
							Add some css to the webui status page controller  
						
						
						
						
					 
					
						2023-12-16 08:28:42 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						ed82f0c801 
					 
					
						
						
							
							Add more info to the start log in YACReaderLibrary  
						
						
						
						
					 
					
						2023-12-16 08:27:46 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						16924eea38 
					 
					
						
						
							
							Fix url creation for local files  
						
						
						
						
					 
					
						2023-11-29 18:02:56 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						e005f5b26d 
					 
					
						
						
							
							Don't check the type value if it is null  
						
						
						
						
					 
					
						2023-11-28 17:38:31 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						2fb4052e60 
					 
					
						
						
							
							Merge pull request  #405  from selmf/hacktoberfest2  
						
						... 
						
						
						
						Remove YACReaderComicInfoPair metatype 
						
						
					 
					
						2023-10-30 17:25:20 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						5a8b22afdd 
					 
					
						
						
							
							Remove YACReaderComicInfoPair metatype  
						
						... 
						
						
						
						When doing modularized builds, the definition of YACReaderComicInfoPair as
a metatype can lead to redefinition of Qt internal metatypes at the
moc stage. This is currently not happening in qmake, but is a problem for
our CMake migartion.
As we don't really use this type, it is safe to remove. 
						
						
					 
					
						2023-10-29 15:30:18 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						9278160bbc 
					 
					
						
						
							
							ComicInfo::getTypeString: Return an empty string for unhandled enums ( #403 )  
						
						... 
						
						
						
						* ComicInfo::getTypeString: Add default return for unhandled enum
* CXX flags: Promote warnings about missing branches in enum-based switches as errors
* Add missing case in switch
* Catch conversion errors in debug mode and silence missing return warnings
* Replace default with missing cases
* ComicInfo::getTypeString: Use QStringLiterals
* Revert "CXX flags: Promote warnings about missing branches in enum-based switches as errors"
This reverts commit d22c115925luisangelsm@gmail.com > 
						
						
					 
					
						2023-10-28 17:07:32 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						74c16f5c81 
					 
					
						
						
							
							Add a safety check before accessing lists in the comic flow  
						
						
						
						
					 
					
						2023-10-25 20:56:44 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						9f38fc45d3 
					 
					
						
						
							
							Update CHANGELOG  
						
						
						
						
					 
					
						2023-10-19 19:34:13 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						682f5761b2 
					 
					
						
						
							
							Propagate updates to all the parent folders  
						
						
						
						
					 
					
						2023-10-19 19:34:02 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						14fccb01d0 
					 
					
						
						
							
							Clean code  
						
						
						
						
					 
					
						2023-10-19 19:32:03 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						24a3602b27 
					 
					
						
						
							
							Make sure that columns without title are always hidden  
						
						
						
						
					 
					
						2023-10-15 13:05:59 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						f319b00c70 
					 
					
						
						
							
							Add a data migration to ensure that the number types are migrated to text in the db schema  
						
						... 
						
						
						
						This fixes a problem storing some text number formats in the db when the type is integer. 
						
						
					 
					
						2023-10-15 12:53:30 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						54fc070a2e 
					 
					
						
						
							
							Load the default columns if the .ini file doesn't have a config for the headers  
						
						
						
						
					 
					
						2023-10-12 22:41:34 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						d167f7f671 
					 
					
						
						
							
							Update what's new  
						
						
						
						
					 
					
						2023-10-12 18:08:54 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						f20c3cda77 
					 
					
						
						
							
							Update CHANGELOG  
						
						
						
						
					 
					
						2023-10-09 19:29:04 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						88d81c9cc3 
					 
					
						
						
							
							Fix rating item delegate implementation by using the right column  
						
						
						
						
					 
					
						2023-10-09 19:28:49 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						3747c71c66 
					 
					
						
						
							
							Add context menu to pick what columns are visible in the classic comics view  
						
						
						
						
					 
					
						2023-10-09 19:27:47 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						e6e5208001 
					 
					
						
						
							
							Add new columns to the comics model  
						
						
						
						
					 
					
						2023-10-09 19:26:53 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						737c8e7638 
					 
					
						
						
							
							Change settings key value for COMICS_VIEW_HEADERS  
						
						
						
						
					 
					
						2023-10-09 19:25:36 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						585ec86b61 
					 
					
						
						
							
							Use DB_VERSION instead of VERSION  
						
						
						
						
					 
					
						2023-09-02 22:20:38 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						25638a64dc 
					 
					
						
						
							
							Update what's new  
						
						
						
						
					 
					
						2023-08-26 20:40:37 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						12495c60ef 
					 
					
						
						
							
							Use white as background color  
						
						
						
						
					 
					
						2023-08-26 20:40:21 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						c5800d98b2 
					 
					
						
						
							
							Fix busy indicator in hdpi  
						
						
						
						
					 
					
						2023-08-26 20:39:56 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						dea3d0a3f7 
					 
					
						
						
							
							Bump version number 9.14.0  
						
						
						
						
					 
					
						2023-08-26 16:50:38 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						39ba4efcd2 
					 
					
						
						
							
							Add rescan-xml-info command to YACReaderLibraryServer  
						
						
						
						
					 
					
						2023-08-26 14:09:18 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						5706407778 
					 
					
						
						
							
							Add options for disabling scroll animation  
						
						
						
						
					 
					
						2023-08-26 10:18:52 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						d1533174b0 
					 
					
						
						
							
							Try to send files and folders to the bin before trying to delete them  
						
						
						
						
					 
					
						2023-08-25 16:21:21 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						094d7ec5a3 
					 
					
						
						
							
							Merge pull request  #397  from YACReader/automatic-updates  
						
						... 
						
						
						
						Automatic libraries updates 
						
						
					 
					
						2023-08-25 16:19:39 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						a425c528eb 
					 
					
						
						
							
							Update CHANGELOG  
						
						
						
						
					 
					
						2023-08-25 15:35:39 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						71e1d250fa 
					 
					
						
						
							
							Remove extra quotes  
						
						
						
						
					 
					
						2023-08-25 15:35:25 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						7bfe9ea6b3 
					 
					
						
						
							
							Keep disabled actions during navigation while automatic updates are happening  
						
						
						
						
					 
					
						2023-08-24 17:51:18 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						a0dff3a03b 
					 
					
						
						
							
							Fix LibrariesUpdateCoordinator instantiation in YACReaderLibraryServer  
						
						
						
						
					 
					
						2023-08-24 11:56:25 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						b513103d9b 
					 
					
						
						
							
							Add a mechanism to control if automatic updates can start  
						
						... 
						
						
						
						For now they won't start if the user is editing comics information. 
						
						
					 
					
						2023-08-23 22:45:09 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						e4fb0fd40c 
					 
					
						
						
							
							lupdate  
						
						
						
						
					 
					
						2023-08-23 22:00:18 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						8e2910607d 
					 
					
						
						
							
							Make automatic updates cancelable by the user  
						
						
						
						
					 
					
						2023-08-23 21:50:21 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						b709e000cf 
					 
					
						
						
							
							Update doc  
						
						
						
						
					 
					
						2023-08-22 22:37:50 +02:00