From c8af0f5916a839d295bad8d3a188fc0839512866 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Wed, 4 Jul 2012 00:28:55 +0000 Subject: [PATCH] 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 --- harbour/ChangeLog | 8 ++++++++ harbour/contrib/hbgd/tests/barms.prg | 2 +- harbour/contrib/hbgd/tests/bartest.prg | 2 +- harbour/contrib/hbqt/qtgui/hbqtgui.ch | 6 +++--- harbour/contrib/hbqt/tests/dbfbrowserclass.prg | 7 +++---- harbour/contrib/hbunix/daemon.c | 2 +- 6 files changed, 17 insertions(+), 10 deletions(-) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index af7c4cd5b2..195560eb4e 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -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 diff --git a/harbour/contrib/hbgd/tests/barms.prg b/harbour/contrib/hbgd/tests/barms.prg index 370610fbde..2b9d8d518f 100644 --- a/harbour/contrib/hbgd/tests/barms.prg +++ b/harbour/contrib/hbgd/tests/barms.prg @@ -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 } diff --git a/harbour/contrib/hbgd/tests/bartest.prg b/harbour/contrib/hbgd/tests/bartest.prg index 3b8328271f..8bb12f73df 100644 --- a/harbour/contrib/hbgd/tests/bartest.prg +++ b/harbour/contrib/hbgd/tests/bartest.prg @@ -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 } diff --git a/harbour/contrib/hbqt/qtgui/hbqtgui.ch b/harbour/contrib/hbqt/qtgui/hbqtgui.ch index 9699e87c6e..e583d4eb54 100644 --- a/harbour/contrib/hbqt/qtgui/hbqtgui.ch +++ b/harbour/contrib/hbqt/qtgui/hbqtgui.ch @@ -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. diff --git a/harbour/contrib/hbqt/tests/dbfbrowserclass.prg b/harbour/contrib/hbqt/tests/dbfbrowserclass.prg index 8234d71858..daa8e8591b 100644 --- a/harbour/contrib/hbqt/tests/dbfbrowserclass.prg +++ b/harbour/contrib/hbqt/tests/dbfbrowserclass.prg @@ -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_ */ - diff --git a/harbour/contrib/hbunix/daemon.c b/harbour/contrib/hbunix/daemon.c index 9da0a744ad..ec9b994db7 100644 --- a/harbour/contrib/hbunix/daemon.c +++ b/harbour/contrib/hbunix/daemon.c @@ -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 * * Redistribution and use in source and binary forms, with or without