2012-07-04 02:28 UTC+0200 Viktor Szakats (harbour syenar.net)

* contrib/hbgd/tests/barms.prg
  * contrib/hbgd/tests/bartest.prg
  * contrib/hbqt/qtgui/hbqtgui.ch
  * contrib/hbqt/tests/dbfbrowserclass.prg
  * contrib/hbunix/daemon.c
    ! tabs converted to spaces
This commit is contained in:
Viktor Szakats
2012-07-04 00:28:55 +00:00
parent 826c7f2031
commit c8af0f5916
6 changed files with 17 additions and 10 deletions

View File

@@ -16,6 +16,14 @@
The license applies to all entries newer than 2009-04-28.
*/
2012-07-04 02:28 UTC+0200 Viktor Szakats (harbour syenar.net)
* contrib/hbgd/tests/barms.prg
* contrib/hbgd/tests/bartest.prg
* contrib/hbqt/qtgui/hbqtgui.ch
* contrib/hbqt/tests/dbfbrowserclass.prg
* contrib/hbunix/daemon.c
! tabs converted to spaces
2012-07-04 02:06 UTC+0200 Viktor Szakats (harbour syenar.net)
* examples/gfspell/spell.prg
* examples/gfspell/spellc.c

View File

@@ -8,7 +8,7 @@ PROCEDURE Main()
LOCAL bar
// // Creating some Color (arguments are R, G, B)
// Creating some Color (arguments are R, G, B)
LOCAL black := { 0, 0, 0 }
LOCAL white := { 255, 255, 255 }

View File

@@ -8,7 +8,7 @@ PROCEDURE Main()
LOCAL bar
// // Creating some Color (arguments are R, G, B)
// Creating some Color (arguments are R, G, B)
LOCAL black := { 0, 0, 0 }
LOCAL white := { 255, 255, 255 }

View File

@@ -195,9 +195,9 @@
#define QPalette_ToolTipBase 18 // Used as the background color for QToolTip and QWhatsThis. Tool tips use the Inactive color group of QPalette, because tool tips are not active windows.
#define QPalette_ToolTipText 19 // Used as the foreground color for QToolTip and QWhatsThis. Tool tips use the Inactive color group of QPalette, because tool tips are not active windows.
#define QPalette_Disabled 1
#define QPalette_Active 0
#define QPalette_Inactive 2
#define QPalette_Disabled 1
#define QPalette_Active 0
#define QPalette_Inactive 2
#define QPalette_Normal QPalette_Active
/*
* There are some color roles used mostly for 3D bevel and shadow effects.

View File

@@ -40,11 +40,11 @@ METHOD init()
METHOD B2QDBFBrowser:attach()
::detach()
::detach()
IF ( ::nArea := Select() ) > 0
::aStru := DBStruct()
::oModel:reset()
::oItemDgt := ::itemDelegate()
::oItemDgt := ::itemDelegate()
::oItemDgt:connect( "commitData(QWidget*)", {|oWidget| B2_QDBFCommit( Self, oWidget ) } )
ENDIF
RETURN NIL
@@ -53,7 +53,7 @@ METHOD B2QDBFBrowser:attach()
METHOD B2QDBFBrowser:detach()
If ::nArea > 0
::oItemDgt:disconnect( "commitData(QWidget*)" )
::oItemDgt := NIL
::oItemDgt := NIL
ENDIF
::nArea := 0
::oModel:reset()
@@ -193,4 +193,3 @@ FUNCTION B2_QDBFBrowse( o, nT, nRole, nX, nY )
RETURN NIL
#endif /* HB_QDBFBROWSER_PRG_ */

View File

@@ -4,7 +4,7 @@
/*-
* Copyright (c) 1990, 1993
* The Regents of the University of California. All rights reserved.
* The Regents of the University of California. All rights reserved.
* Copyright (c) 2011 Tamas TEVESZ <ice@extreme.hu>
*
* Redistribution and use in source and binary forms, with or without