mirror of
				https://github.com/saitohirga/WSJT-X.git
				synced 2025-11-03 21:40:52 -05:00 
			
		
		
		
	Update map65.iss.
Couple of tweaks to GUI forms. git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/map65@2466 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
		
							parent
							
								
									f5527c2b8b
								
							
						
					
					
						commit
						d7258ca7aa
					
				@ -502,10 +502,10 @@
 | 
				
			|||||||
               </size>
 | 
					               </size>
 | 
				
			||||||
              </property>
 | 
					              </property>
 | 
				
			||||||
              <property name="minimum">
 | 
					              <property name="minimum">
 | 
				
			||||||
               <number>-90</number>
 | 
					               <number>-180</number>
 | 
				
			||||||
              </property>
 | 
					              </property>
 | 
				
			||||||
              <property name="maximum">
 | 
					              <property name="maximum">
 | 
				
			||||||
               <number>90</number>
 | 
					               <number>180</number>
 | 
				
			||||||
              </property>
 | 
					              </property>
 | 
				
			||||||
              <property name="singleStep">
 | 
					              <property name="singleStep">
 | 
				
			||||||
               <number>10</number>
 | 
					               <number>10</number>
 | 
				
			||||||
@ -922,7 +922,7 @@
 | 
				
			|||||||
      <attribute name="title">
 | 
					      <attribute name="title">
 | 
				
			||||||
       <string>Si570</string>
 | 
					       <string>Si570</string>
 | 
				
			||||||
      </attribute>
 | 
					      </attribute>
 | 
				
			||||||
      <widget class="QWidget" name="">
 | 
					      <widget class="QWidget" name="layoutWidget">
 | 
				
			||||||
       <property name="geometry">
 | 
					       <property name="geometry">
 | 
				
			||||||
        <rect>
 | 
					        <rect>
 | 
				
			||||||
         <x>70</x>
 | 
					         <x>70</x>
 | 
				
			||||||
 | 
				
			|||||||
@ -300,7 +300,7 @@ subroutine map65a(dd,ss,savg,newdat,nutc,fcenter,ntol,idphi,nfa,nfb,        &
 | 
				
			|||||||
              if(ndphi.eq.0) then
 | 
					              if(ndphi.eq.0) then
 | 
				
			||||||
                 write(*,1010) nkHz,ndf,npol,nutc,dt,nsync2,    &
 | 
					                 write(*,1010) nkHz,ndf,npol,nutc,dt,nsync2,    &
 | 
				
			||||||
                      decoded,nkv,nqual,ntxpol,cp
 | 
					                      decoded,nkv,nqual,ntxpol,cp
 | 
				
			||||||
1010             format('!',i3,i5,i4,i5.4,f5.1,i4,2x,a22,i5,i4,i5,1x,a1)
 | 
					1010             format('!',i3,i5,i4,i5.4,f5.1,i4,2x,a22,i4,i5,i5,1x,a1)
 | 
				
			||||||
              else
 | 
					              else
 | 
				
			||||||
                 if(iloop.ge.1) qphi(iloop)=sig(k,10)
 | 
					                 if(iloop.ge.1) qphi(iloop)=sig(k,10)
 | 
				
			||||||
                 write(*,1010) nkHz,ndf,npol,nutc,dt,nsync2,    &
 | 
					                 write(*,1010) nkHz,ndf,npol,nutc,dt,nsync2,    &
 | 
				
			||||||
 | 
				
			|||||||
@ -19,11 +19,9 @@ bool btxok;                           //True if OK to transmit
 | 
				
			|||||||
double outputLatency;                 //Latency in seconds
 | 
					double outputLatency;                 //Latency in seconds
 | 
				
			||||||
qint16 id[4*60*96000];
 | 
					qint16 id[4*60*96000];
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					 | 
				
			||||||
Astro*     g_pAstro = NULL;
 | 
					Astro*     g_pAstro = NULL;
 | 
				
			||||||
WideGraph* g_pWideGraph = NULL;
 | 
					WideGraph* g_pWideGraph = NULL;
 | 
				
			||||||
Messages*  g_pMessages = NULL;
 | 
					Messages*  g_pMessages = NULL;
 | 
				
			||||||
 | 
					 | 
				
			||||||
BandMap*   g_pBandMap = NULL;
 | 
					BandMap*   g_pBandMap = NULL;
 | 
				
			||||||
QSharedMemory mem_m65("mem_m65");
 | 
					QSharedMemory mem_m65("mem_m65");
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
@ -53,7 +53,7 @@
 | 
				
			|||||||
         </size>
 | 
					         </size>
 | 
				
			||||||
        </property>
 | 
					        </property>
 | 
				
			||||||
        <property name="title">
 | 
					        <property name="title">
 | 
				
			||||||
         <string>   Freq        DF      Pol      UTC         DT        dB                                                                           KV     DS         TxPol</string>
 | 
					         <string>   Freq        DF      Pol      UTC         DT        dB                                                                        KV       DS          TxPol</string>
 | 
				
			||||||
        </property>
 | 
					        </property>
 | 
				
			||||||
        <layout class="QVBoxLayout" name="verticalLayout_9">
 | 
					        <layout class="QVBoxLayout" name="verticalLayout_9">
 | 
				
			||||||
         <item>
 | 
					         <item>
 | 
				
			||||||
 | 
				
			|||||||
							
								
								
									
										28
									
								
								map65.iss
									
									
									
									
									
								
							
							
						
						
									
										28
									
								
								map65.iss
									
									
									
									
									
								
							@ -1,26 +1,26 @@
 | 
				
			|||||||
[Setup]
 | 
					[Setup]
 | 
				
			||||||
AppName=MAP65
 | 
					AppName=MAP65
 | 
				
			||||||
AppVerName=MAP65 Version 2.3.0 r631
 | 
					AppVerName=MAP65 Version 2.3.0 r2465
 | 
				
			||||||
AppCopyright=Copyright (C) 2001-2012 by Joe Taylor, K1JT
 | 
					AppCopyright=Copyright (C) 2001-2012 by Joe Taylor, K1JT
 | 
				
			||||||
DefaultDirName=c:\MAP65
 | 
					DefaultDirName=c:\MAP65
 | 
				
			||||||
DefaultGroupName=MAP65
 | 
					DefaultGroupName=MAP65
 | 
				
			||||||
 | 
					
 | 
				
			||||||
[Files]
 | 
					[Files]
 | 
				
			||||||
Source: "c:\Users\joe\map65\install\m65.exe";           DestDir: "{app}"
 | 
					Source: "c:\Users\joe\wsjt\map65_install\m65.exe";           DestDir: "{app}"
 | 
				
			||||||
Source: "c:\Users\joe\map65\install\map65.exe";         DestDir: "{app}"
 | 
					Source: "c:\Users\joe\wsjt\map65_install\map65.exe";         DestDir: "{app}"
 | 
				
			||||||
Source: "c:\Users\joe\map65\install\wsjt.ico";          DestDir: "{app}"
 | 
					Source: "c:\Users\joe\wsjt\map65_install\wsjt.ico";          DestDir: "{app}"
 | 
				
			||||||
Source: "c:\Users\joe\map65\install\kvasd.exe";         DestDir: "{app}"
 | 
					Source: "c:\Users\joe\wsjt\map65_install\kvasd.exe";         DestDir: "{app}"
 | 
				
			||||||
Source: "c:\Users\joe\map65\install\CALL3.TXT";         DestDir: "{app}"; Flags: onlyifdoesntexist
 | 
					Source: "c:\Users\joe\wsjt\map65_install\CALL3.TXT";         DestDir: "{app}"; Flags: onlyifdoesntexist
 | 
				
			||||||
Source: "c:\Users\joe\map65\install\fftwf-wisdom.exe";  DestDir: "{app}"; Flags: onlyifdoesntexist
 | 
					Source: "c:\Users\joe\wsjt\map65_install\fftwf-wisdom.exe";  DestDir: "{app}"; Flags: onlyifdoesntexist
 | 
				
			||||||
Source: "c:\Users\joe\map65\install\wisdom1.bat";       DestDir: "{app}";
 | 
					Source: "c:\Users\joe\wsjt\map65_install\wisdom1.bat";       DestDir: "{app}";
 | 
				
			||||||
Source: "c:\Users\joe\map65\install\wisdom2.bat";       DestDir: "{app}";
 | 
					Source: "c:\Users\joe\wsjt\map65_install\wisdom2.bat";       DestDir: "{app}";
 | 
				
			||||||
Source: "c:\Users\joe\map65\install\afmhot.dat";        DestDir: "{app}";
 | 
					Source: "c:\Users\joe\wsjt\map65_install\afmhot.dat";        DestDir: "{app}";
 | 
				
			||||||
Source: "c:\Users\joe\map65\install\blue.dat";          DestDir: "{app}";
 | 
					Source: "c:\Users\joe\wsjt\map65_install\blue.dat";          DestDir: "{app}";
 | 
				
			||||||
Source: "c:\Users\joe\map65\install\qthid.exe";         DestDir: "{app}";
 | 
					Source: "c:\Users\joe\wsjt\map65_install\qthid.exe";         DestDir: "{app}";
 | 
				
			||||||
 | 
					
 | 
				
			||||||
Source: "c:\Users\joe\map65\QtSupport\*.dll";           DestDir: "{sys}";  Flags: onlyifdoesntexist
 | 
					Source: "c:\Users\joe\wsjt\QtSupport\*.dll";                 DestDir: "{sys}";  Flags: onlyifdoesntexist
 | 
				
			||||||
 | 
					
 | 
				
			||||||
Source: "c:\Users\joe\map65\install\save\dummy";        DestDir: "{app}\save";
 | 
					Source: "c:\Users\joe\wsjt\map65_install\save\dummy";        DestDir: "{app}\save";
 | 
				
			||||||
 | 
					
 | 
				
			||||||
[Icons]
 | 
					[Icons]
 | 
				
			||||||
Name: "{group}\MAP65";        Filename: "{app}\map65.exe";   WorkingDir: {app}; IconFilename: {app}\wsjt.ico
 | 
					Name: "{group}\MAP65";        Filename: "{app}\map65.exe";   WorkingDir: {app}; IconFilename: {app}\wsjt.ico
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user