2010-06-28 02:13 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)

* contrib/hbqt/qtwebkit/hbqtwebkit.hbp
  * contrib/hbqt/hbqscintilla/hbqscintilla.hbp
  * contrib/hbqt/qtdesigner/hbqtdesigner.hbp
  * contrib/hbide/hbide.hbp
  * contrib/hbide/ideprojmanager.prg
    ! Stop storing environment and platform specific "hbide_location" path in .hbp files.
This commit is contained in:
Viktor Szakats
2010-06-28 00:13:56 +00:00
parent 26e1799978
commit 32afa85f14
6 changed files with 11 additions and 9 deletions

View File

@@ -16,6 +16,14 @@
The license applies to all entries newer than 2009-04-28.
*/
2010-06-28 02:13 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
* contrib/hbqt/qtwebkit/hbqtwebkit.hbp
* contrib/hbqt/hbqscintilla/hbqscintilla.hbp
* contrib/hbqt/qtdesigner/hbqtdesigner.hbp
* contrib/hbide/hbide.hbp
* contrib/hbide/ideprojmanager.prg
! Stop storing environment and platform specific "hbide_location" path in .hbp files.
2010-06-28 01:13 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
* package/winuni/mpkg_win_uni.bat
* package/winuni/mpkg_win_uni.nsi

View File

@@ -1,7 +1,6 @@
-3rd=hbide_version=1.0
-3rd=hbide_type=Executable
-3rd=hbide_title=hbide
-3rd=hbide_location=E:\harbour\contrib\hbide\
-3rd=hbide_workingfolder=
-3rd=hbide_destinationfolder=
-3rd=hbide_output=hbide

View File

@@ -551,7 +551,6 @@ METHOD IdeProjManager:save( lCanClose )
aadd( txt_, c3rd + "hbide_version=" + "1.0" )
aadd( txt_, c3rd + "hbide_type=" + { "Executable", "Lib", "Dll" }[ ::oUI:q_comboPrjType:currentIndex() + 1 ] )
aadd( txt_, c3rd + "hbide_title=" + hbide_space2amp( ::oUI:q_editPrjTitle :text() ) )
aadd( txt_, c3rd + "hbide_location=" + hbide_space2amp( ::oUI:q_editPrjLoctn :text() ) )
aadd( txt_, c3rd + "hbide_workingfolder=" + hbide_space2amp( ::oUI:q_editWrkFolder :text() ) )
aadd( txt_, c3rd + "hbide_destinationfolder=" + hbide_space2amp( ::oUI:q_editDstFolder :text() ) )
aadd( txt_, c3rd + "hbide_output=" + hbide_space2amp( ::oUI:q_editOutName :text() ) )

View File

@@ -1,7 +1,6 @@
-3rd=hbide_version=1.0
-3rd=hbide_type=Lib
-3rd=hbide_title=qscintilla
-3rd=hbide_location=C:\harbour\contrib\hbqt\qscintilla\
-3rd=hbide_workingfolder=
-3rd=hbide_destinationfolder=
-3rd=hbide_output=qscintilla
@@ -13,7 +12,7 @@
-3rd=hbide_clp=NO
-info
-trace
-trace
-inc
-w2
-es2

View File

@@ -1,7 +1,6 @@
-3rd=hbide_version=1.0
-3rd=hbide_type=Lib
-3rd=hbide_title=qtdesigner
-3rd=hbide_location=C:/harbour/contrib/hbqt/qtdesigner/
-3rd=hbide_workingfolder=
-3rd=hbide_destinationfolder=
-3rd=hbide_output=qscintilla
@@ -13,7 +12,7 @@
-3rd=hbide_clp=NO
-info
-trace
-trace
-inc
-w2
-es2

View File

@@ -1,7 +1,6 @@
-3rd=hbide_version=1.0
-3rd=hbide_type=Lib
-3rd=hbide_title=qtwebkit
-3rd=hbide_location=C:/harbour/contrib/hbqt/qtwebkit/
-3rd=hbide_workingfolder=
-3rd=hbide_destinationfolder=
-3rd=hbide_output=qtwebkit
@@ -13,7 +12,7 @@
-3rd=hbide_clp=NO
-info
-trace
-trace
-inc
-w2
-es2
@@ -48,4 +47,3 @@ TQWebPluginFactory.prg
TQWebSecurityOrigin.prg
TQWebSettings.prg
TQWebView.prg