Viktor Szakats
b937df971b
2009-03-25 14:09 UTC+0100 Viktor Szakats (harbour.01 syenar hu)
* INSTALL
+ Added HB_INC_SQLITE3
* include/hbapi.h
+ Added HB_IS*() flavour of classic Clipper compatibility IS*()
macros. I'd recommend everyone to start using these new ones,
as the old ones might be deprecated in future versions.
* Makefile
+ Added new 'external' dir to host foreign, non-Harbour code.
+ external
+ external/sqlite3
+ external/sqlite3/_sqlite3.c
+ external/sqlite3/sqlite3.c
+ external/sqlite3/sqlite3.h
+ external/sqlite3/Makefile
- contrib/hbsqlit3/sqlite3
+ Moved sqlite3 code into its dedicated place.
* contrib/hbsqlit3/tests/hbsqlit3.hbp
+ Added sqlite3 to liblist.
* contrib/hbsqlit3/hbsqlit3.c
* contrib/hbsqlit3/Makefile
+ Changed to use external headers just like other external
dependent libs. The only difference here is that it will
pickup the locally hosted sqlite3 source from
external/sqlite3 if not specified by user.
* Changed to no embed sqlite3 code anymore.
ATTENTION: This also means that hbsqlit3 users will now
have to add sqlite3 lib to their liblist, since
this code isn't anymore embedded into hbsqlit3.
* contrib/hbqt/hbqt_qfontcombobox.cpp
* contrib/hbqt/hbqt_qgroupbox.cpp
* contrib/hbqt/hbqt_qcombobox.cpp
* contrib/hbqt/hbqt_qtoolbutton.cpp
* contrib/hbqt/slots.h
* contrib/hbqt/hbqt_qpushbutton.cpp
* contrib/hbqt/hbqt_qpagesetupdialog.cpp
* contrib/hbqt/hbqt_qprintpreviewdialog.cpp
* contrib/hbqt/hbqt_qlabel.cpp
* contrib/hbqt/hbqt_qinputdialog.cpp
* contrib/hbqt/hbqt_qprogressdialog.cpp
* contrib/hbqt/hbqt_qtoolbox.cpp
* contrib/hbqt/hbqt_qcommandlinkbutton.cpp
* contrib/hbqt/hbqt_qmenubar.cpp
* contrib/hbqt/hbqt_qhboxlayout.cpp
* contrib/hbqt/hbqt_qabstractbutton.cpp
* contrib/hbqt/hbqt_qabstractprintdialog.cpp
* contrib/hbqt/hbqt_qwizard.cpp
* contrib/hbqt/hbqt_qabstractspinbox.cpp
* contrib/hbqt/hbqt_qfont.cpp
* contrib/hbqt/hbqt_qdial.cpp
* contrib/hbqt/hbqt_qtablewidgetitem.cpp
* contrib/hbqt/hbqt_qlcdnumber.cpp
* contrib/hbqt/hbqt_qmainwindow.cpp
* contrib/hbqt/hbqt_qprintdialog.cpp
* contrib/hbqt/hbqt_qcalendarwidget.cpp
* contrib/hbqt/hbqt_qabstractitemview.cpp
* contrib/hbqt/hbqt_qaction.cpp
* contrib/hbqt/hbqt_qspinbox.cpp
* contrib/hbqt/hbqt_qwidget.cpp
* contrib/hbqt/hbqt_slots.cpp
* contrib/hbqt/hbqt_qdateedit.cpp
* contrib/hbqt/hbqt_qcheckbox.cpp
* contrib/hbqt/hbqt_qprogressbar.cpp
* contrib/hbqt/hbqt_qframe.cpp
* contrib/hbqt/hbqt_qfocusframe.cpp
* contrib/hbqt/hbqt_qtabbar.cpp
* contrib/hbqt/hbqt_qcqlendarwidget.cpp
* contrib/hbqt/hbqt_qerrormessage.cpp
* contrib/hbqt/hbqt_qfiledialog.cpp
* contrib/hbqt/hbqt_qformlayout.cpp
* contrib/hbqt/hbqt_qtoolbar.cpp
* contrib/hbqt/hbqt_qdatetimeedit.cpp
* contrib/hbqt/hbqt_qmenu.cpp
* contrib/hbqt/hbqt_qabstractslider.cpp
* contrib/hbqt/hbqt_qwebview.cpp
* contrib/hbqt/hbqt_qlayout.cpp
* contrib/hbqt/hbqt_qslider.cpp
* contrib/hbqt/hbqt_qtableview.cpp
* contrib/hbqt/hbqt_qfontdialog.cpp
* contrib/hbqt/hbqt_qboxlayout.cpp
* contrib/hbqt/hbqt_qtreeview.cpp
* contrib/hbqt/hbqt_qtextedit.cpp
* contrib/hbqt/hbqt_qradiobutton.cpp
* contrib/hbqt/hbqt_qcolordialog.cpp
* contrib/hbqt/hbqt_qapplication.cpp
* contrib/hbqt/hbqt_qtimeedit.cpp
* contrib/hbqt/hbqt_qsplitter.cpp
* contrib/hbqt/hbqt_qlistview.cpp
* contrib/hbqt/hbqt_qtabwidget.cpp
* contrib/hbqt/hbqt_qabstractscrollarea.cpp
* contrib/hbqt/hbqt_qvboxlayout.cpp
* contrib/hbqt/hbqt_qdoublespinbox.cpp
* contrib/hbqt/hbqt_qscrollbar.cpp
* contrib/hbqt/hbqt_qscrollarea.cpp
* contrib/hbqt/hbqt_qtablewidget.cpp
* contrib/hbqt/hbqt_qsizegrip.cpp
* contrib/hbqt/hbqt_qlayoutitem.cpp
* contrib/hbqt/hbqt_qmessagebox.cpp
* contrib/hbqt/hbqt_qlineedit.cpp
* Formatting, indenting.
! ISNIL() usage removed.
* contrib/hbwin/wapi_commctrl.c
* contrib/hbwin/wapi_winuser.c
! ISNIL() usage removed.
* contrib/hbfbird/tfirebrd.prg
* contrib/hbpgsql/tests/simple.prg
* contrib/hbpgsql/tests/test.prg
* contrib/hbpgsql/tests/cache.prg
* contrib/hbpgsql/tests/stress.prg
* contrib/hbpgsql/tests/dbf2pg.prg
* contrib/hbpgsql/tpostgre.prg
* contrib/examples/uhttpd/uhttpd.prg
* contrib/examples/uhttpd/uhttpdc.c
* contrib/examples/terminal/trm_server.prg
* ISNIL() usage and other code cleanup, formatting.
2009-03-25 13:22:38 +00:00
..
2001-04-27 19:03:46 +00:00
2008-10-19 07:02:22 +00:00
2006-04-15 18:51:38 +00:00
2007-04-14 10:41:54 +00:00
2008-08-19 13:11:22 +00:00
2009-02-10 00:47:50 +00:00
2001-04-27 19:03:46 +00:00
2009-02-11 18:48:38 +00:00
2008-07-11 15:33:41 +00:00
2009-02-16 16:39:39 +00:00
2008-08-21 09:12:17 +00:00
2001-04-27 19:03:46 +00:00
2008-08-19 13:11:22 +00:00
2007-03-09 03:44:42 +00:00
2009-02-04 00:18:56 +00:00
2008-08-19 13:11:22 +00:00
2008-11-03 08:56:31 +00:00
2009-02-10 00:47:50 +00:00
2008-08-19 13:11:22 +00:00
2007-11-23 20:14:30 +00:00
2009-02-10 00:47:50 +00:00
2009-02-04 22:24:35 +00:00
2009-03-25 13:22:38 +00:00
2009-02-16 11:50:35 +00:00
2009-02-02 09:58:22 +00:00
2009-02-02 09:58:22 +00:00
2009-02-10 00:47:50 +00:00
2009-02-10 00:47:50 +00:00
2009-02-10 01:35:15 +00:00
2009-03-21 15:04:43 +00:00
2008-09-13 16:53:45 +00:00
2009-02-16 16:39:39 +00:00
2009-02-04 22:24:35 +00:00
2009-03-18 01:16:35 +00:00
2008-08-26 11:33:03 +00:00
2009-03-23 19:39:59 +00:00
2009-03-21 15:04:43 +00:00
2009-03-21 15:04:43 +00:00
2009-03-21 15:04:43 +00:00
2005-09-23 08:45:05 +00:00
2007-09-25 01:21:03 +00:00
2008-08-26 11:33:03 +00:00
2007-04-13 01:06:01 +00:00
2009-03-22 17:10:43 +00:00
2009-03-21 15:04:43 +00:00
2009-03-02 20:23:33 +00:00
2009-03-21 15:04:43 +00:00
2009-03-21 15:04:43 +00:00
2009-03-05 20:12:47 +00:00
2007-04-14 10:41:54 +00:00
2008-06-08 13:30:28 +00:00
2009-02-10 00:47:50 +00:00
2009-02-09 23:44:49 +00:00
2009-02-20 03:11:51 +00:00
2009-03-06 01:11:27 +00:00
2009-03-06 16:02:50 +00:00
2001-12-15 11:22:29 +00:00
2008-08-21 09:12:17 +00:00
2008-12-29 18:17:45 +00:00
2009-03-21 15:04:43 +00:00
2007-09-02 15:28:05 +00:00
2009-02-04 22:24:35 +00:00
2008-05-05 09:30:19 +00:00
2001-06-14 21:20:43 +00:00
2008-10-06 19:50:53 +00:00
2009-03-21 15:04:43 +00:00
2008-10-05 13:57:35 +00:00
2009-03-21 15:04:43 +00:00
2009-03-21 15:04:43 +00:00
2009-02-16 16:39:39 +00:00
2008-10-02 12:34:36 +00:00
2009-02-03 17:25:32 +00:00
2009-03-21 15:04:43 +00:00
2009-02-16 16:39:39 +00:00
2008-10-02 12:34:36 +00:00
2007-06-06 13:40:09 +00:00
2009-03-21 15:04:43 +00:00
2009-03-16 17:32:26 +00:00
2009-02-24 12:43:57 +00:00
2007-09-25 01:21:03 +00:00
2009-03-25 11:23:35 +00:00
2009-02-13 15:12:42 +00:00
2007-09-14 05:30:12 +00:00
2008-08-26 11:33:03 +00:00
2008-09-21 21:04:47 +00:00
2009-03-08 23:15:18 +00:00
2009-03-14 13:41:18 +00:00
2009-03-18 10:59:10 +00:00
2008-07-06 21:03:15 +00:00
2009-02-04 18:21:23 +00:00
2009-02-24 20:37:19 +00:00
2008-11-05 18:19:06 +00:00
2009-03-21 15:04:43 +00:00
2008-09-30 09:37:58 +00:00
2006-02-04 16:16:48 +00:00
2009-02-02 09:58:22 +00:00
2009-03-05 18:38:33 +00:00
2009-02-04 22:24:35 +00:00
2009-03-21 15:04:43 +00:00
2008-05-28 12:39:33 +00:00
2008-05-28 14:37:33 +00:00
2009-02-18 15:08:54 +00:00
2009-02-10 00:47:50 +00:00
2009-02-06 23:23:20 +00:00
2008-04-24 08:52:57 +00:00
2007-04-14 10:41:54 +00:00
2009-02-10 00:47:50 +00:00
2001-04-27 19:03:46 +00:00
2001-04-27 19:03:46 +00:00
2009-03-21 15:04:43 +00:00
2008-08-21 09:12:17 +00:00
2001-04-27 19:03:46 +00:00
2009-03-21 15:04:43 +00:00
2007-11-23 20:14:30 +00:00
2008-08-19 13:11:22 +00:00