89b2cb7d90
2012-10-03 22:45 UTC+0200 Viktor Szakats (harbour syenar.net) * website/* + set eol-style to native for all text files ! fixed inconsistent EOL in 3rd party .js files
Viktor Szakats
2012-10-03 20:56:06 +00:00
26fb34afd9
2012-10-03 16:14 UTC-0300 Vailton Renato (vailtom gmail com) * ChangeLog * Added the name of the updated files in the last svn commit.
Vailton Renato
2012-10-03 19:13:36 +00:00
52d3f27442
2012-10-03 17:29 UTC+0200 Viktor Szakats (harbour syenar.net) * config/postinst.hb * utils/hbmk2/hbmk2.prg + using HB_CWD() instead of DIRCHANGE()
Viktor Szakats
2012-10-03 15:37:14 +00:00
2f2cd60a56
2012-10-03 11:15 UTC+0200 Przemyslaw Czerpak (druzus/at/poczta.onet.pl) * harbour/include/hbapifs.h * harbour/src/rtl/filesys.c + added two new C functions: HB_BOOL hb_fsGetCWD( char * pszBuffer, HB_SIZE nSize ); HB_BOOL hb_fsSetCWD( const char * pszDirName ); * synced some parameters names with declarations in header
Przemyslaw Czerpak
2012-10-03 09:16:06 +00:00
870ab5dd8d
2012-10-02 23:02 UTC+0200 Firstname Lastname (me domain.net) * tests/inkeytst.prg * tests/mousetst.prg ! added unicode support when run under Harbour
Viktor Szakats
2012-10-02 21:04:06 +00:00
73eb69ec3a
2012-10-02 21:14 UTC+0200 Viktor Szakats (harbour syenar.net) * contrib/hbct/tests/*.prg * tests/tstuse.prg * cleanups (mostly QOUT() -> ?) ; hbrun works beautifully with tests, finally I don't have to build them to exe to run them.
Viktor Szakats
2012-10-02 19:18:00 +00:00
4a9809fedc
2012-10-02 11:26 UTC+0200 Viktor Szakats (harbour syenar.net) * contrib/hbnf/popadder.prg * src/rtl/listbox.prg * src/rtl/scrollbr.prg * src/rtl/tmenuitm.prg * tests/db_brows.prg ! reverted to use plain Chr() for low-ASCII (0-31) drawing chars (hb_UTF8ToStr*() converts these to "?", which is expected)
Viktor Szakats
2012-10-02 09:28:20 +00:00
ee6e006aa1
2012-10-02 10:58 UTC+0200 Viktor Szakats (harbour syenar.net) * tests/tstdspac.prg ! fixed two problems
Viktor Szakats
2012-10-02 08:58:37 +00:00
d67aec1555
2012-10-02 04:07 UTC+0200 Viktor Szakats (harbour syenar.net) * contrib/hbnf/dispc.c + added TOFIX (needs to be updated for unicode savescreen buffers)
Viktor Szakats
2012-10-02 02:15:26 +00:00
f0bfd87f8d
2012-10-02 03:33 UTC+0200 Viktor Szakats (harbour syenar.net) * utils/hbmk2/hbmk2.prg * minor code cleanup by using macros for special dirs
Viktor Szakats
2012-10-02 01:34:35 +00:00
23fd285891
2012-10-02 03:08 UTC+0200 Viktor Szakats (harbour syenar.net) * utils/hbmk2/hbmk2.prg + added tricky feature which attempts to autodetect whether a script is meant to be run on an interactive CUI as opposed to the default command line (CLI, aka GTCGI) mode. It makes it possible to keep cmdline oriented scripts running using GTCGI, while full-screen apps are run using GTWIN and friends without code changes. F.e. /tests apps can be run this way easily. ; scripts can force to use CLI by using: 'REQUEST HB_GT_CGI_DEFAULT' ; scripts can switch to CUI mode explicitly by running this code: #ifdef __HBSCRIPT__HBSHELL hbshell_gtInteractive() #endif Experimental, might change to something more elegant.
Viktor Szakats
2012-10-02 01:10:22 +00:00
cb39917e00
2012-10-02 01:29 UTC+0200 Viktor Szakats (harbour syenar.net) * ChangeLog * deleted TODO from 2012-10-02 01:10, C level box drawing is already perfect in current Harbour.
Viktor Szakats
2012-10-01 23:30:00 +00:00
90ef3520b2
2012-10-02 01:10 UTC+0200 Viktor Szakats (harbour syenar.net) * contrib/hbmisc/hbedit.prg * src/debug/dbghelp.prg * src/debug/dbgtmenu.prg * src/debug/dbgtwin.prg * src/debug/dbgwa.prg * src/rtl/browse.prg * src/rtl/listbox.prg * src/rtl/radiogrp.prg * src/rtl/tmenuitm.prg * src/rtl/tpopup.prg * tests/gtwin.prg * tests/box.prg * tests/boxtst2.prg * tests/scroll.prg * tests/vidtest.prg ! fixed to use new unicode-compatible box.ch/button.ch macros For standalone programs (in tests) in only makes any difference when running them as scripts, now they will work (after adding hbshell_gtInteracive() call at startup), while before the drawing chars were scrambled.
Viktor Szakats
2012-10-01 23:16:18 +00:00
e853a90f08
2012-10-01 23:48 UTC+0200 Przemyslaw Czerpak (druzus/at/poczta.onet.pl) * harbour/src/pp/ppcore.c ! fixed possible GPF when some broken expressions are used as part of extended expression match marker
Przemyslaw Czerpak
2012-10-01 21:48:26 +00:00
450a2e891e
2012-10-01 22:23 UTC+0200 Viktor Szakats (harbour syenar.net) * include/box.ch * include/button.ch + added Unicode compatible macros for drawing strings
Viktor Szakats
2012-10-01 20:24:50 +00:00
105cdb0721
2012-10-01 19:39 UTC+0200 Viktor Szakats (harbour syenar.net) * src/rtl/Makefile - src/rtl/cdpbox.prg + src/rtl/cdpbox.c % HB_UTF8TOSTRBOX() converted to C
Viktor Szakats
2012-10-01 17:40:56 +00:00
e22c282824
2012-10-01 19:30 UTC+0200 Viktor Szakats (harbour syenar.net) * src/rtl/cdpbox.prg % use HB_UTF8TOSTR() instead of HB_TRANSLATE()
Viktor Szakats
2012-10-01 17:30:57 +00:00
fca19513ca
2012-10-01 19:13 UTC+0200 Viktor Szakats (harbour syenar.net) * include/harbour.hbx * src/rtl/Makefile + src/rtl/cdpbox.prg + added HB_UTF8TOSTRBOX( <cUTF8String> ) -> <cStringEncodedIn_GT_BOXCP> It's needed because HB_UTF8TOSTR() will convert to main CP, but box drawing CP can be setup differently with HB_GTI_BOXCP, that function call will take that into account.
Viktor Szakats
2012-10-01 17:15:48 +00:00
66ab139841
2012-10-01 11:33 UTC+0200 Viktor Szakats (harbour syenar.net) ! ChangeLog ! deleted UTF-8 char. (Maybe its time to switch to UTF-8 for the ChangeLog and other text files?)
Viktor Szakats
2012-10-01 09:46:29 +00:00
988551633d
2012-10-01 11:33 UTC+0200 Viktor Szakats (harbour syenar.net) * src/lang/sk.c + updated Slovak language module. Patch by Jaroslav Janík. Many thanks.
Viktor Szakats
2012-10-01 09:35:43 +00:00
baa7f82023
2012-09-30 21:26 UTC+0200 Viktor Szakats (harbour syenar.net) * contrib/hbnf/calendar.prg * contrib/hbnf/dispmsg.prg * contrib/hbnf/menu1.prg * contrib/hbnf/xbox.prg % use HB_SHADOW() instead of FT_SHADOW()
Viktor Szakats
2012-09-30 11:55:09 +00:00
8840223758
2012-09-30 12:56 UTC+0200 Viktor Szakats (harbour syenar.net) * contrib/3rd/sqlite3/sqlite3.hbp ! set SQLITE_OS_OTHER (to disable pthread) for all OS/2 C compilers.
Viktor Szakats
2012-09-30 10:57:07 +00:00
e068dcb656
2012-09-30 12:21 UTC+0200 Viktor Szakats (harbour syenar.net) * contrib/hbnf/tests/* % deleted line ending spaces
Viktor Szakats
2012-09-30 10:23:43 +00:00
f16b5cf107
2012-09-30 12:15 UTC+0200 Viktor Szakats (harbour syenar.net) * include/harbour.hbx * src/rtl/Makefile + src/rtl/savebuff.prg + added few helper functions to work on savescreen buffers __XSaveGetChar( <cSaveScreen>, <nPos> ) -> <cChar> __XSaveGetColor( <cSaveScreen>, <nPos> ) -> <nColor> __XSaveGetAttr( <cSaveScreen>, <nPos> ) -> <nAttr>
Viktor Szakats
2012-09-30 10:17:43 +00:00
cc825da61a
2012-09-30 00:41 UTC+0200 Viktor Szakats (harbour syenar.net) * include/button.ch * changed file mime-type to UTF8 + added UTF8 equivalent of CP437 encoded CHR() calls in comments.
Viktor Szakats
2012-09-29 22:42:26 +00:00
055f8be3cf
2012-09-29 22:06 UTC+0200 Viktor Szakats (harbour syenar.net) * src/3rd/tiff/Makefile * src/3rd/tiff/* * updated to 4.0.3 (from 4.0.2) using 3rdpatch.hb
Viktor Szakats
2012-09-29 20:08:26 +00:00
40174834d2
2012-09-28 20:18 UTC+0200 Viktor Szakats (harbour syenar.net) * contrib/rddads/adsfunc.c ! one other fix for ADS 6.00
Viktor Szakats
2012-09-28 18:19:36 +00:00
35559249dd
2012-09-28 20:13 UTC+0200 Viktor Szakats (harbour syenar.net) * contrib/hbpost.hbm * contrib/make.hb * INSTALL + implemented 'install' option when building contribs in standalone mode (aka when doing a partial [re]build). Experimental, very lightly tested and the recommended way remains to _avoid_ 'install' in all situations and to use .hbc files to use packages.
Viktor Szakats
2012-09-28 18:14:36 +00:00
daf086733d
2012-09-28 18:17 UTC+0200 Viktor Szakats (harbour syenar.net) * include/box.ch * src/rtl/browse.prg * src/rtl/radiogrp.prg * src/rtl/checkbox.prg * src/rtl/dbedit.prg * src/rtl/listbox.prg * src/rtl/scrollbr.prg * src/rtl/tmenuitm.prg * changed file mime-type to UTF8 + added UTF8 equivalent of CP437 encoded CHR() calls in comments. + use box.ch in radiogrp instead of locally defining the same strings
Viktor Szakats
2012-09-28 16:22:54 +00:00
223ce9b710
2012-09-28 11:51 UTC+0200 Viktor Szakats (harbour syenar.net) * contrib/rddads/adsfunc.c ! another fix for ADS 6.00, as it turned out the header I got was a modified one.
Viktor Szakats
2012-09-28 09:53:57 +00:00
e3ed773e36
2012-09-28 09:44 UTC+0200 Przemyslaw Czerpak (druzus/at/poczta.onet.pl) * harbour/contrib/xhb/xhbfunc.c ! fixed typo with reverted function names in HB_BITISSET() -> HB_BITTEST() wrapper
Przemyslaw Czerpak
2012-09-28 07:44:55 +00:00
13049f9aaa
2012-09-28 01:56 UTC+0200 Viktor Szakats (harbour syenar.net) * contrib/hbnf/aredit.prg * contrib/hbnf/calendar.prg * contrib/hbnf/datecnfg.prg * contrib/hbnf/dfile.prg * contrib/hbnf/diskfunc.prg * contrib/hbnf/dispmsg.prg * contrib/hbnf/elapsed.prg * contrib/hbnf/linked.prg * contrib/hbnf/menu1.prg * contrib/hbnf/metaph.prg * contrib/hbnf/mouse1.prg * contrib/hbnf/mouse2.prg * contrib/hbnf/savearr.prg * contrib/hbnf/savesets.prg * contrib/hbnf/vertmenu.prg ! fixed various warnings to compile with -w3 ! fixed one Cl*pper incompatibility causing error (order of LOCALs referencing each other) * formatted along the way and some misc minor changes
Viktor Szakats
2012-09-28 00:01:32 +00:00
568d9fe212
2012-09-28 01:24 UTC+0200 Viktor Szakats (harbour syenar.net) * contrib/hbnf/popadder.prg ! replaced Chr() calls for CP437 chars with unicode strings
Viktor Szakats
2012-09-27 23:25:39 +00:00
520c8ea3f9
2012-09-28 01:20 UTC+0200 Viktor Szakats (harbour syenar.net) + contrib/hbnf/hbmk.hbm + added .hbm for to make it easy to build embedded test code protected by FT_TEST macro (note most/some test code will fail in -w3 mode)
Viktor Szakats
2012-09-27 23:22:07 +00:00
a049c1d4c1
2012-09-27 23:44 UTC+0200 Viktor Szakats (vszakats syenar.net) * utils/hbmk2/examples/plug_bis.hb % minor cleanup - contrib/hbnetio/utils/hbnetioq - deleted (find it here or from repo history: http://sourceforge.net/projects/hbqt/) * utils/hbmk2/examples/contribf.hbc * updated
Viktor Szakats
2012-09-27 21:46:06 +00:00
13e6962d8a
2012-09-27 23:06 UTC+0200 Viktor Szakats (harbour syenar.net) * contrib/hbmxml/3rd/minixml/config.h ! deleted macro redefinition to silence MSVC warning ! fixed built-time error with some missing internal helper functions in C++ mode (f.e. MSVC) Thanks to Ronaldo M++ for report.
Viktor Szakats
2012-09-27 21:08:47 +00:00
41c7c055d8
2012-09-27 18:32 UTC+0200 Viktor Szakats (vszakats syenar.net) + contrib/hbexpat/tests/test.xml * contrib/hbexpat/tests/test.prg * contrib/hbexpat/tests/tohash.prg + added local test xml file for expat test functions
Viktor Szakats
2012-09-27 16:32:50 +00:00
9e6101cc0a
2012-09-27 18:27 UTC+0200 Viktor Szakats (vszakats syenar.net) + contrib/gtwvg/tests/activex.prg + contrib/gtwvg/tests/cuigdlgs.prg + contrib/gtwvg/tests/dyndlgs.prg + contrib/gtwvg/tests/modal.prg + contrib/gtwvg/tests/tbrowser.prg + contrib/gtwvg/tests/utils.prg + contrib/gtwvg/tests/wvtcls.prg + contrib/gtwvg/tests/xbp.prg - contrib/gtwvg/tests/wvgactivex.prg - contrib/gtwvg/tests/wvgcuigdialog.prg - contrib/gtwvg/tests/wvgdyndialogs.prg - contrib/gtwvg/tests/wvgmodal.prg - contrib/gtwvg/tests/wvgqt.prg - contrib/gtwvg/tests/wvgtbrowser.prg - contrib/gtwvg/tests/wvgutilities.prg - contrib/gtwvg/tests/wvgwvtclasses.prg - contrib/gtwvg/tests/wvgxbp.prg * contrib/gtwvg/tests/demowvg.hbp * contrib/gtwvg/tests/demowvg.prg * use short filenames, avoid same prefix for all files - deleted QT dependent parts (possibly to be moved to hbqt repo tests dir)
Viktor Szakats
2012-09-27 16:29:36 +00:00
ab7389706b
2012-09-27 18:13 UTC+0200 Viktor Szakats (vszakats syenar.net) * contrib/gtwvg/* % reduced code size by 10%+ by replacing long function separator comments with short ones.
Viktor Szakats
2012-09-27 16:16:36 +00:00
9c856ac5c6
2012-09-27 17:06 UTC+0200 Viktor Szakats (harbour syenar.net) * contrib/hbnf/menu1.prg * contrib/hbnf/menutonf.prg * contrib/hbnf/pegs.prg * contrib/hbnf/pending.prg * contrib/hbnf/popadder.prg * Renamed THREAD STATIC variables to all have a t_ prefix
Viktor Szakats
2012-09-27 15:07:45 +00:00
43216a289d
2012-09-27 16:01 UTC+0200 Viktor Szakats (harbour syenar.net) * contrib/rddads/rddads.h ! fixed version detection for ADS 6.00 and 6.10/6.11 Thanks to jb for providing the header file.
Viktor Szakats
2012-09-27 14:08:49 +00:00
a15b3d33af
2012-09-27 15:31 UTC+0200 Viktor Szakats (harbour syenar.net) * contrib/gtwvg/combobox.prg * contrib/gtwvg/listbox.prg * contrib/gtwvg/pushbut.prg * contrib/gtwvg/statbar.prg * contrib/gtwvg/static.prg * contrib/gtwvg/tabpage.prg * contrib/gtwvg/toolbar.prg * contrib/gtwvg/treeview.prg ! deleted (most possibly copyright protected) MSDN documentation copied to the end of source files from MS website. Visit this link to find the same information online: http://msdn.microsoft.com/en-us/library/windows/desktop/bb773169(v=vs.85).aspx
Viktor Szakats
2012-09-27 13:35:33 +00:00
d253081be0
2012-09-27 13:50 UTC+0200 Przemyslaw Czerpak (druzus/at/poczta.onet.pl) * harbour/contrib/xhb/hbcompat.ch * harbour/contrib/xhb/xhbinet.c ! fixed typo in function name should be INETISSOCKET() instead of ISINETSOCKET()
Przemyslaw Czerpak
2012-09-27 11:50:40 +00:00
3aa177ad9a
2012-09-27 01:59 UTC+0200 Viktor Szakats (harbour syenar.net) * contrib/hbnf/* % deleted original filename embedded in headers % deleted commented ASM code (all these have been long rewritten in C) * minor formatting
Viktor Szakats
2012-09-27 00:06:59 +00:00
be7b8b0df8
2012-09-27 01:26 UTC+0200 Viktor Szakats (harbour syenar.net) * utils/hbmk2/hbmk2.prg ! add -static option for win-wce/mingw* platforms when -fullstatic hbmk2 option is used. (in sync with rest of platform). Reported by Przemek. Please checkme!
Viktor Szakats
2012-09-26 23:28:59 +00:00
d047e39f92
2012-09-26 19:25 UTC+0200 Viktor Szakats (harbour syenar.net) * contrib/hbnf/datecnfg.prg * contrib/hbnf/dfile.prg * contrib/hbnf/dispmsg.prg * contrib/hbnf/menu1.prg * contrib/hbnf/menutonf.prg * contrib/hbnf/nwsem.prg * contrib/hbnf/nwuid.prg * contrib/hbnf/scancode.prg * contrib/hbnf/scregion.prg * contrib/hbnf/sinkey.prg * contrib/hbnf/sqzn.prg * contrib/hbnf/tempfile.prg + more unicode compatibility updates. ; regressions possible, please review & test * minor formatting along the way
Viktor Szakats
2012-09-26 17:28:40 +00:00
93c9545c89
2012-09-26 17:54 UTC+0200 Viktor Szakats (harbour syenar.net) * contrib/hbnf/bitclr.prg * contrib/hbnf/bitset.prg * contrib/hbnf/byt2hex.prg * contrib/hbnf/byteand.prg * contrib/hbnf/byteneg.prg * contrib/hbnf/bytenot.prg * contrib/hbnf/byteor.prg * contrib/hbnf/bytexor.prg * contrib/hbnf/floptst.prg * contrib/hbnf/isbit.prg * contrib/hbnf/pchr.prg * contrib/hbnf/popadder.prg * contrib/hbnf/scancode.prg ! cleaned some CHR() and ASC() calls for unicode ! FT_Adder(): fixed typo causing </> key not to be recognized
Viktor Szakats
2012-09-26 15:57:48 +00:00
31819df700
2012-09-26 17:11 UTC+0200 Viktor Szakats (harbour syenar.net) * contrib/hbnf/aredit.prg * contrib/hbnf/calendar.prg * contrib/hbnf/menu1.prg * contrib/hbnf/popadder.prg + use std headers and constants instead of locally rolled solutions + KEYBOARD -> hb_keyPut() * formatting
Viktor Szakats
2012-09-26 15:13:11 +00:00
a036501600
2012-09-26 16:41 UTC+0200 Viktor Szakats (harbour syenar.net) * contrib/hbnf/dosver.prg * contrib/hbnf/eltime.prg * contrib/hbnf/floptst.prg * contrib/hbnf/miltime.prg * contrib/hbnf/min2dhm.prg * contrib/hbnf/mouse1.prg * contrib/hbnf/mouse2.prg * contrib/hbnf/nwsem.prg * contrib/hbnf/popadder.prg % use hb_ntos(). (lots of them can be further reduced to StrZero()) % minors
Viktor Szakats
2012-09-26 14:43:02 +00:00
88676aaf35
2012-09-26 16:29 UTC+0200 Viktor Szakats (harbour syenar.net) * contrib/hbnf/acctadj.prg * contrib/hbnf/acctmnth.prg * contrib/hbnf/acctqtr.prg * contrib/hbnf/acctweek.prg * contrib/hbnf/aemaxlen.prg * contrib/hbnf/aeminlen.prg * contrib/hbnf/amedian.prg * contrib/hbnf/at2.prg * contrib/hbnf/calendar.prg * contrib/hbnf/clrsel.prg * contrib/hbnf/d2e.prg * contrib/hbnf/datecnfg.prg * contrib/hbnf/dayofyr.prg * contrib/hbnf/dfile.prg * contrib/hbnf/dispmsg.prg * contrib/hbnf/e2d.prg * contrib/hbnf/elapsed.prg * contrib/hbnf/floptst.prg * contrib/hbnf/linked.prg * contrib/hbnf/menu1.prg * contrib/hbnf/month.prg * contrib/hbnf/pchr.prg * contrib/hbnf/pegs.prg * contrib/hbnf/pending.prg * contrib/hbnf/popadder.prg * contrib/hbnf/qtr.prg * contrib/hbnf/savearr.prg * contrib/hbnf/tbwhile.prg * contrib/hbnf/tempfile.prg * contrib/hbnf/week.prg * contrib/hbnf/pickday.prg * contrib/hbnf/vertmenu.prg ! avoid box.ch for unicode compatibility * ' -> " * minor formatting * avoided a few STATICs ! FT_ACCTADJ() fixed second parameter handling to be in sync with docs and logic
Viktor Szakats
2012-09-26 14:31:56 +00:00
5badaa98ab
2012-09-25 20:41 UTC+0200 Viktor Szakats (harbour syenar.net) * package/mpkg_win_nightly.bat * package/winuni/mpkg_win_uni.bat * package/winuni/mpkg_win_uni.nsi * remmed HBQT/HBIDE related logic
Viktor Szakats
2012-09-25 18:42:27 +00:00
004212e291
2012-09-25 19:28 UTC+0200 Viktor Szakats (harbour syenar.net) + package/updt_web_nightly.sh + added automatic nightly script to update live website from SVN. ; it's also setup now on Tamas Tevesz's server (which serves to create nightly source packages). We will see how they work tonight.
Viktor Szakats
2012-09-25 17:30:20 +00:00
612514307b
2012-09-25 01:40 UTC+0200 Viktor Szakats (harbour syenar.net) * extras/gtwvw/gtwvw.c * extras/gtwvw/gtwvw.hbp * extras/gtwvw/hbgtwvw.h * extras/gtwvw/wvwedit.c * extras/gtwvw/wvwfuncs.c * extras/gtwvw/wvwpush.c * extras/gtwvw/wvwstbar.c * extras/gtwvw/wvwtbar.c * updated to build without fatal errors on win x64. (code it still mostly 32-bit only though)
Viktor Szakats
2012-09-24 23:43:41 +00:00
45f4f1418c
2012-09-25 00:20 UTC+0200 Viktor Szakats (harbour syenar.net) * utils/hbmk2/hbmk2.prg + hbstart.hb is now searched also at standard location on *nix system (the same places where hbmk.hbc is searched.) + hbstart.hb is now executed as normal script code (was line by line), so this .hb file can be just like any other .hb file.
Viktor Szakats
2012-09-24 22:21:34 +00:00
343e83bd34
2012-09-24 20:37 UTC+0200 Przemyslaw Czerpak (druzus/at/poczta.onet.pl) * harbour/src/vm/macro.c ! added missing HB_STACK_TLS_PRELOAD in last commit - it's necessary for some platforms
Przemyslaw Czerpak
2012-09-24 18:38:21 +00:00
5cc03ac9b9
2012-09-24 19:13 UTC+0200 Przemyslaw Czerpak (druzus/at/poczta.onet.pl) * harbour/src/rtl/Makefile - harbour/src/rtl/fieldbl.prg - removed old PRG level implementation of FIELDBLOCK() and FIELDWBLOCK() functions
Przemyslaw Czerpak
2012-09-24 17:13:22 +00:00
b29024a898
2012-09-24 11:26 UTC+0200 Viktor Szakats (harbour syenar.net) * contrib/hbplist * disabled HBQT, HBXBP and HBIDE components. See this place for their new home: http://sourceforge.net/projects/hbqt/
Viktor Szakats
2012-09-24 09:27:55 +00:00
7f8730fb98
2012-09-24 10:39 UTC+0200 Viktor Szakats (harbour syenar.net) * utils/hbmk2/hbmk2.prg + added support for 'hbstart.hb' script that gets executed _line by line_ on each startup. File is looked for in current dir than in the dir of hbrun/hbmk2 executable. ! fixed -run option on Windows for GUI executables (f.e. gtwvt) Thanks to Klas for details and Qatan for initial report [ It's possible similar patch is needed for OS/2. Please test and report. ]
Viktor Szakats
2012-09-24 08:40:52 +00:00
8e8fb37f3c
2012-09-23 11:32 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com) * contrib/hbqt/tests/activex.hbp * contrib/hbqt/tests/activex.prg * contrib/hbqt/tests/activex.ui + Added: a demonstration applying HbQt's controvertial QWidget():winID() call to be used with Harbour's native ActiveX engine. The demo is less than 70 lines of code and blends Qt Creator, HbQt, hbWIN in a meaningful way.
Pritpal Bedi
2012-09-24 06:38:52 +00:00
5f3efb85ad
2012-09-22 08:58 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com) * contrib/hbide/main.prg ! Fixed: regression - IdeDBU was not showing up auto when HbIDE was invoked in DBU mode, reported by Massimo, thanks.
Pritpal Bedi
2012-09-22 16:01:02 +00:00
446bfbb123
2012-09-22 12:23 UTC+0200 Viktor Szakats (harbour syenar.net) * website/index.html ! synced with today's filename lowercasing effort
Viktor Szakats
2012-09-22 10:24:21 +00:00
300160d8b0
2012-09-22 12:05 UTC+0200 Viktor Szakats (harbour syenar.net) + website + Added Harbour website (except art, docs and stat subdirs) ; TODO: configure automatic mechanism to extract site from here and regularly updload to sf.net web area ; TODO: Clean HTML code, remove unused picture/files, avoid JS Any takers? ; NOTE: Please make modifications to website code only in SVN, then upload the content to web server manually. IOW never update on web server directly.
Viktor Szakats
2012-09-22 10:17:39 +00:00
ebc597c01b
2012-09-22 02:27 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com) * contrib/hbide/actions.prg + Added: prompts of IdePARTS in "View" menu. * contrib/hbide/docks.prg - Deleted: some redundant code. * contrib/hbide/main.prg * contrib/hbide/parts.prg + Added: new part "IdeREPORTS" as a non-dock widget. It is parallel to "IdeDBU". - Deleted: ReportsManager relevant docking widget code.
Pritpal Bedi
2012-09-22 09:54:07 +00:00
1f2722584b
2012-09-22 11:28 UTC+0200 Viktor Szakats (harbour syenar.net) + contrib/hbide/xbpaddons/dbstruct.ui + contrib/hbide/xbpaddons/fetchdate.ui + contrib/hbide/xbpaddons/tables.ui - contrib/hbide/xbpaddons/xbpdbstruct.ui - contrib/hbide/xbpaddons/xbpfetchdate.ui - contrib/hbide/xbpaddons/xbptables.ui ! redone the naming scheme introduced few month ago and added to this new component yesterday, which was since undone by Pritpal.
Viktor Szakats
2012-09-22 09:29:22 +00:00
6c3ccdc8b0
2012-09-21 19:41 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com) * contrib/hbide/hbide.hbp - contrib/hbide/hbqreportsmanager.prg * contrib/hbide/main.prg + contrib/hbide/xbpaddons/reports.prg * contrib/hbide/xbpaddons/xbpaddons.hbp % Moved: IdeReports functionality from HbIDE to XbpAddOns lib. TODO: move IdeReports specific resources to XbpAddOns.
Pritpal Bedi
2012-09-22 02:45:58 +00:00
c8fe184bec
2012-09-21 18:50 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com) - contrib/hbide/dbstruct.ui - contrib/hbide/tables.ui * contrib/hbide/hbide.hbp * contrib/hbide/misc.prg - Deleted: two more resources which have already been moved to xbpaddons library.
Pritpal Bedi
2012-09-22 01:53:39 +00:00
63b6b62bce
2012-09-21 12:04 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com) * contrib/hbide/hbide.hbp * contrib/hbxbp/hbxbp.hbp * contrib/hbxbp/hbxbp.hbx % Updated for latest movement of Xbp parts.
Pritpal Bedi
2012-09-21 19:07:47 +00:00
95e0fdec7a
2012-09-21 10:41 UTC+0200 Viktor Szakats (harbour syenar.net) + contrib/hbide/idedbu + contrib/hbide/idedbu/idedbu.hbc + contrib/hbide/idedbu/idedbu.hbp + contrib/hbide/idedbu/dbstruct.ui + contrib/hbide/idedbu/dbu.prg + contrib/hbide/idedbu/dbu.qrc + contrib/hbide/idedbu/fetchdate.ui + contrib/hbide/idedbu/resources + contrib/hbide/idedbu/tables.ui - contrib/hbxbp/dbu.prg - contrib/hbxbp/resources - contrib/hbxbp/resources/closetab.png - contrib/hbxbp/resources/database_accept.png - contrib/hbxbp/resources/database_add.png - contrib/hbxbp/resources/database_down.png - contrib/hbxbp/resources/database_lock.png - contrib/hbxbp/resources/database_next.png - contrib/hbxbp/resources/database_previous.png - contrib/hbxbp/resources/database_process.png - contrib/hbxbp/resources/database_remove.png - contrib/hbxbp/resources/database_search.png - contrib/hbxbp/resources/database_up.png - contrib/hbxbp/resources/database.png - contrib/hbxbp/resources/dbf_p1.png - contrib/hbxbp/resources/dbf_p10.png - contrib/hbxbp/resources/dbf_p2.png - contrib/hbxbp/resources/dbf_p3.png - contrib/hbxbp/resources/dbf_p4.png - contrib/hbxbp/resources/dbf_p5.png - contrib/hbxbp/resources/dbf_p6.png - contrib/hbxbp/resources/dbf_p7.png - contrib/hbxbp/resources/dbf_p8.png - contrib/hbxbp/resources/dbf_p9.png - contrib/hbxbp/resources/dbstruct.png - contrib/hbxbp/resources/dc_delete.png - contrib/hbxbp/resources/find.png - contrib/hbxbp/resources/form.png - contrib/hbxbp/resources/formview.png - contrib/hbxbp/resources/fullscreen.png - contrib/hbxbp/resources/gotoline3.png - contrib/hbxbp/resources/open3.png - contrib/hbxbp/resources/panel_7.png - contrib/hbxbp/resources/panel_8.png - contrib/hbxbp/resources/save3.png - contrib/hbxbp/resources/sort.png - contrib/hbxbp/resources/table.png - contrib/hbxbp/resources/view_cascaded.png - contrib/hbxbp/resources/view_docks.png - contrib/hbxbp/resources/view_horzstacked.png - contrib/hbxbp/resources/view_organized.png - contrib/hbxbp/resources/view_refresh.png - contrib/hbxbp/resources/view_tabbed.png - contrib/hbxbp/resources/view_tiled.png - contrib/hbxbp/resources/view_vertstacked.png - contrib/hbxbp/resources/view_zoomin.png - contrib/hbxbp/resources/view_zoomout.png - contrib/hbxbp/xbp.qrc - contrib/hbxbp/xbpdbstruct.ui - contrib/hbxbp/xbpfetchdate.ui - contrib/hbxbp/xbptables.ui * contrib/hbide/hbide.hbp * contrib/hbxbp/generic.prg * contrib/hbxbp/hbxbp.hbp * HBIDE submodule DBU moved under HBIDE. Such module (complete with its own UI theme, GUI resources hard-wired texts) has nothing to do in a generic library. I can hardly imagine what the goal was with this move. It's also good idea to consult/ask questions before making such code rearrangement. Untested. ; TOFIX: Some more stuff (code) has been added to hbxbp, I didn't deal with those. ; TOFIX: Someone please remove the duplicate resources from hbide/resources. Also, please make use of 'svn move' when moving around objects inside the repository tree, otherwise such thing will happen and history is also lost along the way.
Viktor Szakats
2012-09-21 08:47:28 +00:00
cad0b5ea1b
2012-09-20 22:18 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com) * contrib/hbqt/hbmk2_qt.hb * contrib/hbqt/qtgui/qth/QWidget.qth + Enabled: "WId" casted calls. WARNING: These are portable to the extent that Qt does not throw error. But what you do with the WId is non portable. So be careful.
Pritpal Bedi
2012-09-21 05:22:58 +00:00
ba0df27197
2012-09-20 23:17 UTC+0200 Viktor Szakats (harbour syenar.net) * ChangeLog ! fixed header of 2012-09-14 21:07 UTC+0200 entry. Thanks Alexey. ! typo fixed in above entry
Viktor Szakats
2012-09-20 21:19:36 +00:00