Revision 1840
| trunk/nntpgrab_x64.nsi (revision 1840) | ||
|---|---|---|
| 96 | 96 |
File "dist\bin\libgcrypt-11.dll" |
| 97 | 97 |
File "dist\bin\libgnutls-26.dll" |
| 98 | 98 |
|
| 99 |
# Start OpenSSL libraries |
|
| 100 |
File "dist\bin\libcrypto-10.dll" |
|
| 101 |
File "dist\bin\libssl-10.dll" |
|
| 99 |
# Start GIO TLS module |
|
| 100 |
SetOutPath $INSTDIR\lib\gio |
|
| 101 |
File "dist\lib\gio\modules\libgiognutls.dll" |
|
| 102 | 102 |
|
| 103 |
# Start NSS libraries |
|
| 104 |
# File "dist\bin\freebl3.dll" |
|
| 105 |
# File "dist\bin\libnspr4.dll" |
|
| 106 |
# File "dist\bin\libplc4.dll" |
|
| 107 |
# File "dist\bin\libplds4.dll" |
|
| 108 |
# File "dist\bin\nss3.dll" |
|
| 109 |
# File "dist\bin\nssckbi.dll" |
|
| 110 |
# File "dist\bin\nssdbm3.dll" |
|
| 111 |
# File "dist\bin\nssutil3.dll" |
|
| 112 |
# File "dist\bin\smime3.dll" |
|
| 113 |
# File "dist\bin\softokn3.dll" |
|
| 114 |
# File "dist\bin\sqlite3.dll" |
|
| 115 |
# File "dist\bin\ssl3.dll" |
|
| 116 |
# File "dist\bin\libnss_compat_ossl-0.dll" |
|
| 117 |
# End of NSS libraries |
|
| 118 |
|
|
| 119 | 103 |
SetOutPath $INSTDIR\lib\nntpgrab |
| 120 | 104 |
File "dist\lib\nntpgrab\*.dll" |
| 121 | 105 |
|
| ... | ... | |
| 260 | 244 |
RMDir $INSTDIR\lib\gtk-2.0\2.10.0\engines |
| 261 | 245 |
RMDir $INSTDIR\lib\gtk-2.0\2.10.0 |
| 262 | 246 |
RMDir $INSTDIR\lib\gtk-2.0 |
| 247 |
Delete $INSTDIR\lib\gio\modules\*.* |
|
| 248 |
RMDir $INSTDIR\lib\gio\modules |
|
| 249 |
RMDir $INSTDIR\lib\gio |
|
| 263 | 250 |
Delete $INSTDIR\lib\*.* |
| 264 | 251 |
RMDir $INSTDIR\lib |
| 265 | 252 |
|
| trunk/nntpgrab.nsi (revision 1840) | ||
|---|---|---|
| 95 | 95 |
File "dist\bin\libgcrypt-11.dll" |
| 96 | 96 |
File "dist\bin\libgnutls-26.dll" |
| 97 | 97 |
|
| 98 |
# Start OpenSSL libraries |
|
| 99 |
File "dist\bin\libcrypto-10.dll" |
|
| 100 |
File "dist\bin\libssl-10.dll" |
|
| 98 |
# Start GIO TLS module |
|
| 99 |
SetOutPath $INSTDIR\lib\gio |
|
| 100 |
File "dist\lib\gio\modules\libgiognutls.dll" |
|
| 101 | 101 |
|
| 102 |
# Start NSS libraries |
|
| 103 |
# File "dist\bin\freebl3.dll" |
|
| 104 |
# File "dist\bin\libnspr4.dll" |
|
| 105 |
# File "dist\bin\libplc4.dll" |
|
| 106 |
# File "dist\bin\libplds4.dll" |
|
| 107 |
# File "dist\bin\nss3.dll" |
|
| 108 |
# File "dist\bin\nssckbi.dll" |
|
| 109 |
# File "dist\bin\nssdbm3.dll" |
|
| 110 |
# File "dist\bin\nssutil3.dll" |
|
| 111 |
# File "dist\bin\smime3.dll" |
|
| 112 |
# File "dist\bin\softokn3.dll" |
|
| 113 |
# File "dist\bin\sqlite3.dll" |
|
| 114 |
# File "dist\bin\ssl3.dll" |
|
| 115 |
# File "dist\bin\libnss_compat_ossl-0.dll" |
|
| 116 |
# End of NSS libraries |
|
| 117 |
|
|
| 118 | 102 |
SetOutPath $INSTDIR\lib\nntpgrab |
| 119 | 103 |
File "dist\lib\nntpgrab\*.dll" |
| 120 | 104 |
|
| ... | ... | |
| 264 | 248 |
RMDir $INSTDIR\lib\gtk-2.0\2.10.0\engines |
| 265 | 249 |
RMDir $INSTDIR\lib\gtk-2.0\2.10.0 |
| 266 | 250 |
RMDir $INSTDIR\lib\gtk-2.0 |
| 251 |
Delete $INSTDIR\lib\gio\modules\*.* |
|
| 252 |
RMDir $INSTDIR\lib\gio\modules |
|
| 253 |
RMDir $INSTDIR\lib\gio |
|
| 267 | 254 |
Delete $INSTDIR\lib\*.* |
| 268 | 255 |
RMDir $INSTDIR\lib |
| 269 | 256 |
|
| trunk/client/gui_qt/mainwindow.cpp (revision 1840) | ||
|---|---|---|
| 24 | 24 |
this->formDebug = NULL; |
| 25 | 25 |
this->showNotificationOnFileDownloaded = false; |
| 26 | 26 |
this->showNotificationOnFileDecoded = false; |
| 27 |
this->trayIconIsShown = false; |
|
| 27 | 28 |
|
| 28 | 29 |
ui->setupUi(this); |
| 29 | 30 |
|
Also available in: Unified diff
NNTPGrab

