1.9.1: Cayo Perico DLC update, Multi-select bugfix
This commit is contained in:
		
							parent
							
								
									5dbc06f393
								
							
						
					
					
						commit
						7adf8f2c90
					
				
					 18 changed files with 21 additions and 8 deletions
				
			
		|  | @ -3,7 +3,7 @@ | |||
| !define APP_NAME "gta5view" | ||||
| !define COMP_NAME "Syping" | ||||
| !define WEB_SITE "https://gta5view.syping.de/" | ||||
| !define VERSION "1.9.0.0" | ||||
| !define VERSION "1.9.1.0" | ||||
| !define COPYRIGHT "Copyright © 2016-2020 Syping" | ||||
| !define DESCRIPTION "Grand Theft Auto V Savegame and Snapmatic Viewer/Editor" | ||||
| !define INSTALLER_NAME "gta5view_setup.exe" | ||||
|  |  | |||
|  | @ -1670,7 +1670,7 @@ void ProfileInterface::contextMenuTriggeredPIC(QContextMenuEvent *ev) | |||
|     } | ||||
|     QMenu contextMenu(picWidget); | ||||
|     const int selectedCount = selectedWidgets(); | ||||
|     if (contentMode < 20 || selectedCount <= 1) { | ||||
|     if (contentMode < 20 || selectedCount == 0) { | ||||
|         QMenu editMenu(SnapmaticWidget::tr("Edi&t"), picWidget); | ||||
|         if (picWidget->isHidden()) { | ||||
|             editMenu.addAction(SnapmaticWidget::tr("Show &In-game"), picWidget, SLOT(makePictureVisibleSlot())); | ||||
|  | @ -1750,7 +1750,7 @@ void ProfileInterface::contextMenuTriggeredSGD(QContextMenuEvent *ev) | |||
|     } | ||||
|     QMenu contextMenu(sgdWidget); | ||||
|     const int selectedCount = selectedWidgets(); | ||||
|     if (contentMode < 20 || selectedCount <= 1) { | ||||
|     if (contentMode < 20 || selectedCount == 0) { | ||||
|         contextMenu.addAction(SavegameWidget::tr("&View"), sgdWidget, SLOT(on_cmdView_clicked())); | ||||
|         contextMenu.addAction(SavegameWidget::tr("&Export"), sgdWidget, SLOT(on_cmdCopy_clicked())); | ||||
|         contextMenu.addAction(SavegameWidget::tr("&Remove"), sgdWidget, SLOT(on_cmdDelete_clicked())); | ||||
|  |  | |||
							
								
								
									
										2
									
								
								config.h
									
										
									
									
									
								
							
							
						
						
									
										2
									
								
								config.h
									
										
									
									
									
								
							|  | @ -44,7 +44,7 @@ | |||
| #endif | ||||
| 
 | ||||
| #ifndef GTA5SYNC_APPVER | ||||
| #define GTA5SYNC_APPVER "1.9.0" | ||||
| #define GTA5SYNC_APPVER "1.9.1" | ||||
| #endif | ||||
| 
 | ||||
| #if __cplusplus | ||||
|  |  | |||
|  | @ -4,8 +4,8 @@ IDI_ICON1 ICON DISCARDABLE "5sync.ico" | |||
| CREATEPROCESS_MANIFEST_RESOURCE_ID RT_MANIFEST "gta5view.exe.manifest" | ||||
| #include <windows.h> | ||||
| VS_VERSION_INFO     VERSIONINFO | ||||
| FILEVERSION         1, 9, 0, 0 | ||||
| PRODUCTVERSION      1, 9, 0, 0 | ||||
| FILEVERSION         1, 9, 1, 0 | ||||
| PRODUCTVERSION      1, 9, 1, 0 | ||||
| FILEFLAGSMASK       0x3fL | ||||
| FILEFLAGS           0 | ||||
| FILEOS              VOS_NT_WINDOWS32 | ||||
|  | @ -22,12 +22,12 @@ BEGIN | |||
|         BEGIN | ||||
|             VALUE   "CompanyName",      "Syping" | ||||
|             VALUE   "FileDescription",  "gta5view" | ||||
|             VALUE   "FileVersion",      "1.9.0" | ||||
|             VALUE   "FileVersion",      "1.9.1" | ||||
|             VALUE   "InternalName",     "gta5view" | ||||
|             VALUE   "LegalCopyright",   "Copyright © 2016-2020 Syping" | ||||
|             VALUE   "OriginalFilename", "gta5view.exe" | ||||
|             VALUE   "ProductName",      "gta5view" | ||||
|             VALUE   "ProductVersion",   "1.9.0" | ||||
|             VALUE   "ProductVersion",   "1.9.1" | ||||
|         END | ||||
|     END | ||||
| END | ||||
|  |  | |||
|  | @ -32,6 +32,7 @@ | |||
|     <developer_name>Syping</developer_name> | ||||
| 
 | ||||
|     <releases> | ||||
|         <release date="2020-12-16" version="1.9.1"/> | ||||
|         <release date="2020-11-30" version="1.9.0"/> | ||||
|         <release date="2020-10-11" version="1.8.0"/> | ||||
|     </releases> | ||||
|  |  | |||
|  | @ -42,6 +42,7 @@ HAWICK="Hawick" | |||
| HEART="Heart Attacks Beach" | ||||
| HORS="Vinewood-Rennbahn" | ||||
| HUMLAB="Humane Labs and Research" | ||||
| ISHEIST="Cayo Perico" | ||||
| JAIL="Bolingbroke-Strafanstalt" | ||||
| KOREAT="Little Seoul" | ||||
| LACT="Land-Act-Stausee" | ||||
|  |  | |||
|  | @ -42,6 +42,7 @@ HAWICK="Hawick" | |||
| HEART="Heart Attacks Beach" | ||||
| HORS="Vinewood Racetrack" | ||||
| HUMLAB="Humane Labs and Research" | ||||
| ISHEIST="Cayo Perico" | ||||
| JAIL="Bolingbroke Penitentiary" | ||||
| KOREAT="Little Seoul" | ||||
| LACT="Land Act Reservoir" | ||||
|  |  | |||
|  | @ -42,6 +42,7 @@ HAWICK="Hawick" | |||
| HEART="Heart Attacks Beach" | ||||
| HORS="Circuito de Vinewood" | ||||
| HUMLAB="Laboratorios Humane" | ||||
| ISHEIST="Cayo Perico" | ||||
| JAIL="Penitenciaría de Bolingbroke" | ||||
| KOREAT="Little Seoul" | ||||
| LACT="Embalse de Land Act" | ||||
|  |  | |||
|  | @ -42,6 +42,7 @@ HAWICK="Hawick" | |||
| HEART="Heart Attacks Beach" | ||||
| HORS="Circuito de Vinewood" | ||||
| HUMLAB="Humane Labs and Research" | ||||
| ISHEIST="Cayo Perico" | ||||
| JAIL="Penitenciaría de Bolingbroke" | ||||
| KOREAT="Little Seoul" | ||||
| LACT="Presa de Land Act" | ||||
|  |  | |||
|  | @ -41,6 +41,7 @@ HAWICK="Hawick" | |||
| HEART="Heart Attacks Beach" | ||||
| HORS="Hippodrome de Vinewood" | ||||
| HUMLAB="Laboratoires Humane" | ||||
| ISHEIST="Cayo Perico" | ||||
| JAIL="Pénitencier de Bolingbroke" | ||||
| KOREAT="Little Seoul" | ||||
| LACT="Land Act Reservoir" | ||||
|  |  | |||
|  | @ -42,6 +42,7 @@ HAWICK="Hawick" | |||
| HEART="Heart Attacks Beach" | ||||
| HORS="Vinewood Racetrack" | ||||
| HUMLAB="Laboratori di ricerca Humane" | ||||
| ISHEIST="Cayo Perico" | ||||
| JAIL="Bolingbroke Penitentiary" | ||||
| KOREAT="Little Seoul" | ||||
| LACT="Land Act Reservoir" | ||||
|  |  | |||
|  | @ -42,6 +42,7 @@ HAWICK="ハウィック" | |||
| HEART="ハートアタック・ビーチ" | ||||
| HORS="バインウッド・レーストラック" | ||||
| HUMLAB="ヒューメイン研究所" | ||||
| ISHEIST="カヨ・ペリコ" | ||||
| JAIL="ボーリングブローク刑務所" | ||||
| KOREAT="リトル・ソウル" | ||||
| LACT="ランド・アクト貯水池" | ||||
|  |  | |||
|  | @ -42,6 +42,7 @@ HAWICK="호익" | |||
| HEART="하트 어택 해변" | ||||
| HORS="바인우드 레이스트랙" | ||||
| HUMLAB="휴메인 실험 연구소" | ||||
| ISHEIST="카요 페리코" | ||||
| JAIL="볼링브로크 교도소" | ||||
| KOREAT="리틀 서울" | ||||
| LACT="랜드 액트 저수지" | ||||
|  |  | |||
|  | @ -42,6 +42,7 @@ HAWICK="Hawick" | |||
| HEART="Plaża Zawałowców" | ||||
| HORS="Tor wyścigowy Vinewood" | ||||
| HUMLAB="Humane Labs and Research" | ||||
| ISHEIST="Cayo Perico" | ||||
| JAIL="Zakład karny Bolingbroke" | ||||
| KOREAT="Mały Seul" | ||||
| LACT="Jezioro zaporowe" | ||||
|  |  | |||
|  | @ -41,6 +41,7 @@ HAWICK="Hawick" | |||
| HEART="Heart Attacks Beach" | ||||
| HORS="Hipódromo de Vinewood" | ||||
| HUMLAB="Laboratórios e Pesquisas Humane" | ||||
| ISHEIST="Cayo Perico" | ||||
| JAIL="Penitenciária Bolingbroke" | ||||
| KOREAT="Little Seoul" | ||||
| LACT="Reservatório Land Act" | ||||
|  |  | |||
|  | @ -42,6 +42,7 @@ HAWICK="Хавик" | |||
| HEART="Харт-Аттакс-Бич" | ||||
| HORS="Гоночная трасса Вайнвуда" | ||||
| HUMLAB="Лаборатория Humane Labs and Research" | ||||
| ISHEIST="Кайо-Перико" | ||||
| JAIL="Тюрьма Болингброук" | ||||
| KOREAT="Маленький Сеул" | ||||
| LACT="Лэнд-экт-резервуар" | ||||
|  |  | |||
|  | @ -41,6 +41,7 @@ HAWICK="霍伊克" | |||
| HEART="驚心海灘" | ||||
| HORS="好麥塢賽馬場" | ||||
| HUMLAB="人道研究實驗室" | ||||
| ISHEIST="佩里克島" | ||||
| JAIL="博林布魯克監獄" | ||||
| KOREAT="小首爾" | ||||
| LACT="蘭艾水庫" | ||||
|  |  | |||
							
								
								
									
										
											BIN
										
									
								
								res/template.g5e
									
										
									
									
									
								
							
							
						
						
									
										
											BIN
										
									
								
								res/template.g5e
									
										
									
									
									
								
							
										
											Binary file not shown.
										
									
								
							
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue