2012-02-02 10:04 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com)
* contrib/hbide/ideprojmanager.prg
* Formatting.
+ contrib/hbide/resources/panel_10.png
+ contrib/hbide/resources/panel_11.png
+ contrib/hbide/resources/panel_12.png
+ contrib/hbide/resources/panel_13.png
+ contrib/hbide/resources/panel_9.png
+ Added: new images for panels.
* contrib/hbide/hbide.qrc
+ Added: above images.
This commit is contained in:
@@ -16,6 +16,18 @@
|
||||
The license applies to all entries newer than 2009-04-28.
|
||||
*/
|
||||
|
||||
2012-02-02 10:04 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com)
|
||||
* contrib/hbide/ideprojmanager.prg
|
||||
* Formatting.
|
||||
+ contrib/hbide/resources/panel_10.png
|
||||
+ contrib/hbide/resources/panel_11.png
|
||||
+ contrib/hbide/resources/panel_12.png
|
||||
+ contrib/hbide/resources/panel_13.png
|
||||
+ contrib/hbide/resources/panel_9.png
|
||||
+ Added: new images for panels.
|
||||
* contrib/hbide/hbide.qrc
|
||||
+ Added: above images.
|
||||
|
||||
2012-02-01 00:50 UTC+0100 Viktor Szakats (harbour syenar.net)
|
||||
* contrib/hbxbp/xbpgeneric.prg
|
||||
* contrib/hbqt/qtgui/hbqt_hbqplaintextedit.cpp
|
||||
|
||||
@@ -163,6 +163,11 @@
|
||||
<file>resources/panel_6.png</file>
|
||||
<file>resources/panel_7.png</file>
|
||||
<file>resources/panel_8.png</file>
|
||||
<file>resources/panel_9.png</file>
|
||||
<file>resources/panel_10.png</file>
|
||||
<file>resources/panel_11.png</file>
|
||||
<file>resources/panel_12.png</file>
|
||||
<file>resources/panel_13.png</file>
|
||||
<file>resources/paste.png</file>
|
||||
<file>resources/placeremovemark.png</file>
|
||||
<file>resources/ppo.png</file>
|
||||
|
||||
@@ -1407,9 +1407,9 @@ METHOD IdeProjManager:buildSource( lExecutable )
|
||||
::oOutputResult:oWidget:clear()
|
||||
|
||||
::oOutputResult:oWidget:append( hbide_outputLine() )
|
||||
cTmp := "Project [ " + oEdit:sourceFile + " ] " + ;
|
||||
"Launch [ " + iif( ::lLaunch , 'Yes', 'No' ) + " ] " + ;
|
||||
"Rebuild [ " + iif( lRebuild, 'Yes', 'No' ) + " ] " + ;
|
||||
cTmp := "Project [ " + oEdit:sourceFile + " ] " + ;
|
||||
"Launch [ " + iif( ::lLaunch, 'Yes', 'No' ) + " ] " + ;
|
||||
"Rebuild [ " + iif( lRebuild , 'Yes', 'No' ) + " ] " + ;
|
||||
"Started [ " + time() + " ]"
|
||||
::oOutputResult:oWidget:append( cTmp )
|
||||
::oOutputResult:oWidget:append( hbide_outputLine() )
|
||||
@@ -1615,7 +1615,7 @@ METHOD IdeProjManager:finished( nExitCode, nExitStatus, oProcess )
|
||||
|
||||
::outputText( hbide_outputLine() )
|
||||
cTmp := "Exit Code [ " + hb_ntos( nExitCode ) + " ] Exit Status [ " + hb_ntos( nExitStatus ) + " ] " +;
|
||||
"Finished at [ " + time() + " ] Done in [ " + hb_ntos( seconds() - oProcess:started ) +" Secs ]"
|
||||
"Finished at [ " + time() + " ] Done in [ " + hb_ntos( seconds() - oProcess:started ) + " Secs ]"
|
||||
::outputText( cTmp )
|
||||
::outputText( hbide_outputLine() )
|
||||
|
||||
|
||||
BIN
harbour/contrib/hbide/resources/panel_10.png
Normal file
BIN
harbour/contrib/hbide/resources/panel_10.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 283 B |
BIN
harbour/contrib/hbide/resources/panel_11.png
Normal file
BIN
harbour/contrib/hbide/resources/panel_11.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 765 B |
BIN
harbour/contrib/hbide/resources/panel_12.png
Normal file
BIN
harbour/contrib/hbide/resources/panel_12.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 238 B |
BIN
harbour/contrib/hbide/resources/panel_13.png
Normal file
BIN
harbour/contrib/hbide/resources/panel_13.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 316 B |
BIN
harbour/contrib/hbide/resources/panel_9.png
Normal file
BIN
harbour/contrib/hbide/resources/panel_9.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 296 B |
Reference in New Issue
Block a user