Skip to content

Commit

Permalink
2024-12-12 21:18 UTC+0100 Przemyslaw Czerpak (druzus/at/poczta.onet.pl)
Browse files Browse the repository at this point in the history
  * ChangeLog.txt
  * contrib/gtqtc/gtqtc.h
  * contrib/gtqtc/gtqtc1.cpp
  * contrib/hbzebra/datamtrx.c
  * contrib/sddoci/core.c
  * src/compiler/genc.c
    ! reverted my unintentional commit from dummy branch
  • Loading branch information
druzus committed Dec 12, 2024
1 parent 0ef2032 commit 733cf0e
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 532 deletions.
31 changes: 7 additions & 24 deletions ChangeLog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,31 +7,14 @@
Entries may not always be in chronological/commit order.
See license at the end of file. */

2024-12-12 20:46 UTC+0100 Przemyslaw Czerpak (druzus/at/poczta.onet.pl)
* contrib/xhb/hbcompat.ch
! fixed HSetAACompatibility() #xtranslate

* contrib/hbzebra/code39.c
* pacified warning, it's also fix for possible buffer overflow.

* include/hbcomp.h
* src/compiler/genc.c
* src/compiler/hbmain.c
* replaced function hb_compFunctionMarkStatic() with
hb_compFunctionSetScope()

2024-12-12 21:18 UTC+0100 Przemyslaw Czerpak (druzus/at/poczta.onet.pl)
* ChangeLog.txt
* contrib/gtqtc/gtqtc.h
* contrib/gtqtc/gtqtc1.cpp
* contrib/hbzebra/datamtrx.c
* contrib/sddoci/core.c
* src/compiler/genc.c
* detect public prg functions written in C inside
#pragma BEGINDUMP / #pragma ENDDUMP and mark them as LOCAL ones

* src/vm/hvm.c
! removed my pseudo fix from 2023-01-30 15:18 UTC+0100 Przemyslaw Czerpak.
It was ugly hack which can work only with some linkers.
This modification fixes FILE() function used with C functions written
without own symbol table

* src/rdd/dbf1.c
* minor code formatting
! reverted my unintentional commit from dummy branch

2024-12-11 19:35 UTC+0100 Przemyslaw Czerpak (druzus/at/poczta.onet.pl)
* contrib/xhb/hbcompat.ch
Expand Down
37 changes: 0 additions & 37 deletions contrib/gtqtc/gtqtc.h
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@

#include <QtCore/QThread>
#include <QtCore/QMutex>
#include <QtCore/QPointer>

#include <QtGui/QFont>
#include <QtGui/QColor>
Expand All @@ -75,8 +74,6 @@
#include <QtWidgets/QMessageBox>
#include <QtWidgets/QAbstractButton>
#include <QtWidgets/QAction>
#include <QtWidgets/QLabel>
#include <QtWidgets/QGraphicsDropShadowEffect>
#ifdef HB_QT_SOUND
#include <QtMultimedia/QSound>
#endif
Expand All @@ -88,10 +85,6 @@
#include <QtGui/QMessageBox>
#include <QtGui/QAbstractButton>
#include <QtGui/QAction>
#include <QtGui/QLabel>
#if QT_VERSION >= 0x040600
#include <QtGui/QGraphicsDropShadowEffect>
#endif
#ifdef HB_QT_SOUND
#include <QtGui/QSound>
#endif
Expand Down Expand Up @@ -380,7 +373,6 @@ class QTConsole : public QWidget
void setImageSize( void );
void copySelection( void );
void repaintChars( const QRect & rx );
void updateArea( const QRect & rx );

protected:
void inputMethodEvent( QInputMethodEvent * evt );
Expand Down Expand Up @@ -416,33 +408,4 @@ class QTCWindow : public QMainWindow
void closeEvent( QCloseEvent * evt );
};


class QTCRegion : public QWidget
{
Q_OBJECT

public:
QTCRegion( PHB_GTQTC pStructQTC, int iTop, int iLeft, int iBottom, int iRight );
virtual ~QTCRegion( void );

void setPos( int iR, int iC );
void setSize( int iH, int iW );
void setColor( PHB_ITEM pColor, PHB_ITEM pShadow = NULL );
void setLabel( PHB_ITEM pLabel );
void updateSize( void );

PHB_GTQTC pQTC;
QTConsole * qConsole;
QLabel * label;

int iRow;
int iCol;
int iHeight;
int iWidth;
double dTxtSize;

protected:
void paintEvent( QPaintEvent * evt );
};

#endif /* HB_QTC_H_ */
Loading

0 comments on commit 733cf0e

Please sign in to comment.