Clipper On Line • Ver Tópico - Atualizações da Qtcontribs / HBIDE

Atualizações da Qtcontribs / HBIDE

Projeto Harbour QT - HbQt, HbXBP e HbIDE

Moderador: Moderadores

 

Atualizações da Qtcontribs / HBIDE

Mensagempor Itamar M. Lins Jr. » 30 Out 2017 21:11

Ola!
O Pritpal vem fazendo algumas atualizações.
Agora é o momento de solicitar para ele correções na HBIDE/Qtcontribs... Quem usa e achou algum problema, etc.

2017-10-29 14:10 UTC-0800 Pritpal Bedi (bedipritpal at hotmail.com)(r468)
  * hbqtwidgets/hbqtdbu.prg
    % Replaced: hb_osPathSeparator() with hb_ps().

2017-10-29 14:00 UTC-0800 Pritpal Bedi (bedipritpal at hotmail.com)(r467)
  * hbdbu/dbu.prg
  * hbide/main.prg
    % Replaced: hb_osPathSeparator() with hb_ps().

2017-10-28 16:20 UTC-0800 Pritpal Bedi (bedipritpal at hotmail.com)(r466)
  * hbdbu/dbu.prg
  * hbide/main.prg
    - Reverted: REQUEST __HBEXTERN__HBTIP__ enabled by error.

2017-10-28 15:38 UTC-0800 Pritpal Bedi (bedipritpal at hotmail.com)(r465)
  * hbide/hbide.hbp
    % minor.

  * hbdbu/dbu.prg
  * hbide/main.prg
    + Added: #include "harbour.hbx"
    % Prepared to be compiled with freeBSD.

  * hbqt/hbmk2_qt.hb
    - Removed: -std=c++11

  * hbqt/hbqt_common.hbc
    - Removed: -std=c++11 hacks.
      With current Harbour, sources are compiled just fine.

  * hbqt/qscintilla/hbqscintilla.hbc
  * hbqt/qtbluetooth/hbqtbluetooth.hbc
  * hbqt/qtcharts/hbqtcharts.hbc
  * hbqt/qtcore/hbqtcore.hbc
  * hbqt/qtdbus/hbqtdbus.hbc
  * hbqt/qtdeclarative/hbqtdeclarative.hbc
  * hbqt/qtdesigner/hbqtdesigner.hbc
  * hbqt/qtgui/hbqtgui.hbc
  * hbqt/qtlocation/hbqtlocation.hbc
  * hbqt/qtmultimedia/hbqtmultimedia.hbc
  * hbqt/qtmultimediawidgets/hbqtmultimediawidgets.hbc
  * hbqt/qtnetwork/hbqtnetwork.hbc
  * hbqt/qtopengl/hbqtopengl.hbc
  * hbqt/qtpositioning/hbqtpositioning.hbc
  * hbqt/qtqml/hbqtqml.hbc
  * hbqt/qtquick/hbqtquick.hbc
  * hbqt/qtscript/hbqtscript.hbc
  * hbqt/qtsensors/hbqtsensors.hbc
  * hbqt/qtsql/hbqtsql.hbc
  * hbqt/qtsvg/hbqtsvg.hbc
  * hbqt/qtwebkit/hbqtwebkit.hbc
  * hbqt/qtwebsockets/hbqtwebsockets.hbc
  * hbqt/qtxml/hbqtxml.hbc
  * hbqt/qzxing/hbqtzxing.hbc
    % Prepared to be compiled with freeBSD.

  * hbqtwidgets/hbqtdbu.prg
    + Added: #include "harbour.hbx"

  * hbxbp/xbp.ch
    + Added: #define HB_ISNIL( x )        ( x == NIL )
      Pointed-out by Viktor, many thanks.
      This eliminates XHB dependency for this library.

  ; A patch provided by Mario Logo with , many thanks.
   

2017-10-22 08:45 UTC-0800 Pritpal Bedi (bedipritpal at hotmail.com)(r464)
  * hbqtwidgets/editor.prg
    ! Fixed: Long-standing bug in HbIDE where CTRL+L was misbehaving
      when some text remains selected prior to calling it. Bug reported
      by Toni Martins with exact steps to reproduce it, thanks Toni.

2017-10-18 19:14 UTC-0800 Pritpal Bedi (bedipritpal at hotmail.com)(r463)
  * hbide/editor.prg
    % Minor fix.
   
  * hbide/shortcuts.prg
    % Fixed: CTRL+SHIFT+W to fire EXIT from HbIDE.
   
  * hbqtwidgets/alert.prg
    + Improved: HbQtMsgbox( cMsg, cTitle, cnBGround, nTimeout, nX, nY )
     Now background color, timeout in seconds, X and Y
     positions can be applied.
    
  * hbqtwidgets/signature.prg
    % Minor: Color of signatures changed from blue to black.
   
  * hbqtwidgets/silverlight.prg
    + Implemented: [<nDuration>] and [<bExecutionBlock>].
   <nDuration> is the timeout seconds after which
   oSilverLight will be deactivated automatically.
   <bExecutionBlock> is the call-back which will be
   fired when oSilverLight is deactivated.
   Very useful extention.
   
  * hbqtwidgets/misc.prg
    + Extended: HbQtActivateSilverLight( lActivate, xContent, oColor, ;
                    lAnimate, aOpacity, oWidget, nDuration, bExecute ) 
     This function has been upgraded to correspond SilverLight.
    
  + hbqtwidgets/keyboard.prg
  + hbqtwidgets/keyboard.ui
  + hbqtwidgets/keyboardn.ui
    + A work-in-progress on-screen keyboard meant for
     touch-screen applications like kiosks.
     Shortly I will publish the semantics of
     in-production kiosk application which consumes
     this component. Note that many parts of this
     component has to be polished as in its current
     state code has been separated from application.
     It is functional though.
    
  * hbqtwidgets/hbqtwidgets.hbp
    + Added: keyboard.prg, keyboard.ui, keyboardn.ui
 
  + hbqtwidgets/resources/back-g-w.png
  + hbqtwidgets/resources/backspace.png
  + hbqtwidgets/resources/checkbox-checked-w.png
  + hbqtwidgets/resources/checkbox-unchecked-w.png
  + hbqtwidgets/resources/clear.png
  + hbqtwidgets/resources/click.wav
  + hbqtwidgets/resources/enter-g-w.png
  + hbqtwidgets/resources/enter.png
  + hbqtwidgets/resources/prv_down-4.png
  + hbqtwidgets/resources/prv_up-4.png
  + hbqtwidgets/resources/round-blue.png
  + hbqtwidgets/resources/round-gray.png
  + hbqtwidgets/resources/s-delete.png
  + hbqtwidgets/resources/s-down.png
  + hbqtwidgets/resources/s-left.png
  + hbqtwidgets/resources/s-plus.png
  + hbqtwidgets/resources/s-right.png
  + hbqtwidgets/resources/s-up.png
  + hbqtwidgets/resources/s-yes.png
  * hbqtwidgets/hbqtwidgets.qrc
    + Added: many images needed for new components. 

2017-10-14 08:33 UTC-0800 Pritpal Bedi (bedipritpal at hotmail.com)(r462)
  * hbdbu/dbu.prg
    % Guarded: __addTreeItem() with #if defined( __PLATFORM__WINDOWS ).
      was raising warning on Linux.

  * hbqtwidgets/editor.prg
    ! Fixed (tried-not tested) rte reported by hb_xfree for a null pointer.
      This is unusual to have this error or source line reported by
      traceback is wrong. Reported by Luigi. [ HbDBU ]

2017-10-12 08:28 UTC-0800 Pritpal Bedi (bedipritpal at hotmail.com)(r461)
  * hbqt/qtcore/qth/QFile.qth
    % Fixed: QFile( oFile ) - pointed-out by Luigi.

  * hbqtwidgets/hbqtbrowse.prg
    + Refined :goTo() method to position vertical scrollbar when no :goto
      block is defined.

2017-10-11 22:16 UTC-0800 Pritpal Bedi (bedipritpal at hotmail.com)(r460)
  * hbdbu/dbu.prg
  * hbdbu/hbdbu.hbp
  * hbide/main.prg
    - Commented out __HBTIP_* directives. Broken in the core.
   
  * hbqt/qtcore/hbqt_pointer.cpp
  * hbqt/hbqt_common.hbc
  * hbqt/qtcore/hbqtcore.hbc
    * Some refinements for Qt Static builds for changes in latest versions.
   
  * hbqt/qtgui/hbqtgui.ch
    + Added: QAbstractScrollArea_* constants.
   
  * hbqt/qtgui/qth/QPixmap.qth
    + Added one latest method.
   
  * qtcontribs57.hbp
    - Removed QtScript module. No longer supported and never used in HbQt.

2017-10-11 21:09 UTC-0800 Pritpal Bedi (bedipritpal at hotmail.com)(r459)
  * hbqt/qtgui/qth/QWidget.qth
    + Implemented: QWidget:setParent( 0 ).
      Patch submitted by Luigi.

2017-10-11 20:40 UTC-0800 Pritpal Bedi (bedipritpal at hotmail.com)(r458)
  * hbqtwidgets/misc.prg
    + Added: __hbqtHashPullValue( hHash, cKey, xDefault )
      A very useful function.

  * hbqtwidgets/scripts.prg
    * Put var cPath under HB_SYMBOL_UNUSED, was raising warnings.

2017-10-11 20:30 UTC-0800 Pritpal Bedi (bedipritpal at hotmail.com)(r457)
  * hbqt/qtcore/qth/filelist.hbm
  * hbqt/qtcore/qth/QAbstractEventDispatcher.qth
    + Added back class QAbstractEventDispatcher().
      Also commented out many methods.

2017-10-11 20:22 UTC-0800 Pritpal Bedi (bedipritpal at hotmail.com)(r456)
  - hbqt/qtmultimedia/qth/QCameraViewFinderSettings.qth
  + hbqt/qtmultimedia/qth/QCameraViewfinderSettings.qth
    * Renamed because of classname having wrong case.
      Was breaking Linux builds.



Saudações,
Itamar M. Lins Jr.
Avatar de usuário

Itamar M. Lins Jr.
Colaborador

Colaborador
 
Mensagens: 6927
Data de registro: 30 Mai 2007 11:31
Cidade/Estado: Ilheus Bahia
Curtiu: 309 vezes
Mens.Curtidas: 503 vezes

Atualizações da Qtcontribs / HBIDE

Mensagempor susviela@bol.com.br » 23 Nov 2019 22:32

.
.
"E quando você perder o controle, colherá o que plantou."
=========================================
Carlos Alberto Nunes #Susviela
Site: https://www.PowerInformatica.com.br
=========================================
Blog xBase: https://programandoxbase.wordpress.com/
Blog TI: https://susviela.wordpress.com

( #ProgramandoxBase #AllxBase )
Avatar de usuário

susviela@bol.com.br
Usuário Nível 3

Usuário Nível 3
 
Mensagens: 236
Data de registro: 30 Jun 2017 11:17
Cidade/Estado: São José / SC
Curtiu: 153 vezes
Mens.Curtidas: 24 vezes




Retornar para QtContribs - HBQT

Quem está online

Usuários vendo este fórum: Nenhum usuário registrado online e 4 visitantes


Ola Amigo, espero que meu site e forum tem lhe beneficiado, com exemplos e dicas de programacao.
Entao divulgue o link da Doacao abaixo para seus amigos e redes sociais ou faça uma doacao para o site forum...
MUITO OBRIGADO PELA SUA DOACAO!
Faça uma doação para o forum
cron
v
Olá visitante, seja bem-vindo ao Fórum Clipper On Line!
Efetue o seu login ou faça o seu Registro