From cd826164ce749c80ae63c412bc16c3963e5fa7b9 Mon Sep 17 00:00:00 2001 From: Pritpal Bedi Date: Sat, 22 Sep 2012 01:13:56 +0000 Subject: [PATCH] 2012-09-21 18:07 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com) - contrib/hbide/idedbu/* + contrib/hbide/xbpaddons/* - Deleted xbpaddons consumed resources from hbide/resources. --- harbour/ChangeLog | 5 +++ harbour/contrib/hbide/hbide.hbp | 6 +-- harbour/contrib/hbide/hbide.qrc | 39 ++++-------------- harbour/contrib/hbide/resources/database.png | Bin 787 -> 0 bytes .../hbide/resources/database_accept.png | Bin 960 -> 0 bytes .../contrib/hbide/resources/database_add.png | Bin 962 -> 0 bytes .../contrib/hbide/resources/database_down.png | Bin 960 -> 0 bytes .../contrib/hbide/resources/database_lock.png | Bin 919 -> 0 bytes .../contrib/hbide/resources/database_next.png | Bin 959 -> 0 bytes .../hbide/resources/database_previous.png | Bin 960 -> 0 bytes .../hbide/resources/database_process.png | Bin 952 -> 0 bytes .../hbide/resources/database_remove.png | Bin 958 -> 0 bytes .../hbide/resources/database_search.png | Bin 907 -> 0 bytes .../contrib/hbide/resources/database_up.png | Bin 955 -> 0 bytes harbour/contrib/hbide/resources/dbf_p1.png | Bin 121 -> 0 bytes harbour/contrib/hbide/resources/dbf_p10.png | Bin 119 -> 0 bytes harbour/contrib/hbide/resources/dbf_p2.png | Bin 110 -> 0 bytes harbour/contrib/hbide/resources/dbf_p3.png | Bin 114 -> 0 bytes harbour/contrib/hbide/resources/dbf_p4.png | Bin 114 -> 0 bytes harbour/contrib/hbide/resources/dbf_p5.png | Bin 112 -> 0 bytes harbour/contrib/hbide/resources/dbf_p6.png | Bin 117 -> 0 bytes harbour/contrib/hbide/resources/dbf_p7.png | Bin 123 -> 0 bytes harbour/contrib/hbide/resources/dbf_p8.png | Bin 116 -> 0 bytes harbour/contrib/hbide/resources/dbf_p9.png | Bin 123 -> 0 bytes .../hbide/{idedbu => xbpaddons}/dbu.prg | 10 ++--- .../resources/closetab.png | Bin .../resources/database.png | Bin .../resources/database_accept.png | Bin .../resources/database_add.png | Bin .../resources/database_down.png | Bin .../resources/database_lock.png | Bin .../resources/database_next.png | Bin .../resources/database_previous.png | Bin .../resources/database_process.png | Bin .../resources/database_remove.png | Bin .../resources/database_search.png | Bin .../resources/database_up.png | Bin .../resources/dbf_p1.png | Bin .../resources/dbf_p10.png | Bin .../resources/dbf_p2.png | Bin .../resources/dbf_p3.png | Bin .../resources/dbf_p4.png | Bin .../resources/dbf_p5.png | Bin .../resources/dbf_p6.png | Bin .../resources/dbf_p7.png | Bin .../resources/dbf_p8.png | Bin .../resources/dbf_p9.png | Bin .../resources/dbstruct.png | Bin .../resources/dc_delete.png | Bin .../{idedbu => xbpaddons}/resources/find.png | Bin .../{idedbu => xbpaddons}/resources/form.png | Bin .../resources/formview.png | Bin .../resources/fullscreen.png | Bin .../resources/gotoline3.png | Bin .../{idedbu => xbpaddons}/resources/open3.png | Bin .../resources/panel_7.png | Bin .../resources/panel_8.png | Bin .../{idedbu => xbpaddons}/resources/save3.png | Bin .../{idedbu => xbpaddons}/resources/sort.png | Bin .../{idedbu => xbpaddons}/resources/table.png | Bin .../resources/view_cascaded.png | Bin .../resources/view_docks.png | Bin .../resources/view_horzstacked.png | Bin .../resources/view_organized.png | Bin .../resources/view_refresh.png | Bin .../resources/view_tabbed.png | Bin .../resources/view_tiled.png | Bin .../resources/view_vertstacked.png | Bin .../resources/view_zoomin.png | Bin .../resources/view_zoomout.png | Bin .../{idedbu/dbu.qrc => xbpaddons/xbp.qrc} | 2 +- .../idedbu.hbc => xbpaddons/xbpaddons.hbc} | 0 .../idedbu.hbp => xbpaddons/xbpaddons.hbp} | 10 +++-- .../dbstruct.ui => xbpaddons/xbpdbstruct.ui} | 0 .../xbpfetchdate.ui} | 0 .../tables.ui => xbpaddons/xbptables.ui} | 0 76 files changed, 29 insertions(+), 43 deletions(-) delete mode 100644 harbour/contrib/hbide/resources/database.png delete mode 100644 harbour/contrib/hbide/resources/database_accept.png delete mode 100644 harbour/contrib/hbide/resources/database_add.png delete mode 100644 harbour/contrib/hbide/resources/database_down.png delete mode 100644 harbour/contrib/hbide/resources/database_lock.png delete mode 100644 harbour/contrib/hbide/resources/database_next.png delete mode 100644 harbour/contrib/hbide/resources/database_previous.png delete mode 100644 harbour/contrib/hbide/resources/database_process.png delete mode 100644 harbour/contrib/hbide/resources/database_remove.png delete mode 100644 harbour/contrib/hbide/resources/database_search.png delete mode 100644 harbour/contrib/hbide/resources/database_up.png delete mode 100644 harbour/contrib/hbide/resources/dbf_p1.png delete mode 100644 harbour/contrib/hbide/resources/dbf_p10.png delete mode 100644 harbour/contrib/hbide/resources/dbf_p2.png delete mode 100644 harbour/contrib/hbide/resources/dbf_p3.png delete mode 100644 harbour/contrib/hbide/resources/dbf_p4.png delete mode 100644 harbour/contrib/hbide/resources/dbf_p5.png delete mode 100644 harbour/contrib/hbide/resources/dbf_p6.png delete mode 100644 harbour/contrib/hbide/resources/dbf_p7.png delete mode 100644 harbour/contrib/hbide/resources/dbf_p8.png delete mode 100644 harbour/contrib/hbide/resources/dbf_p9.png rename harbour/contrib/hbide/{idedbu => xbpaddons}/dbu.prg (99%) rename harbour/contrib/hbide/{idedbu => xbpaddons}/resources/closetab.png (100%) rename harbour/contrib/hbide/{idedbu => xbpaddons}/resources/database.png (100%) rename harbour/contrib/hbide/{idedbu => xbpaddons}/resources/database_accept.png (100%) rename harbour/contrib/hbide/{idedbu => xbpaddons}/resources/database_add.png (100%) rename harbour/contrib/hbide/{idedbu => xbpaddons}/resources/database_down.png (100%) rename harbour/contrib/hbide/{idedbu => xbpaddons}/resources/database_lock.png (100%) rename harbour/contrib/hbide/{idedbu => xbpaddons}/resources/database_next.png (100%) rename harbour/contrib/hbide/{idedbu => xbpaddons}/resources/database_previous.png (100%) rename harbour/contrib/hbide/{idedbu => xbpaddons}/resources/database_process.png (100%) rename harbour/contrib/hbide/{idedbu => xbpaddons}/resources/database_remove.png (100%) rename harbour/contrib/hbide/{idedbu => xbpaddons}/resources/database_search.png (100%) rename harbour/contrib/hbide/{idedbu => xbpaddons}/resources/database_up.png (100%) rename harbour/contrib/hbide/{idedbu => xbpaddons}/resources/dbf_p1.png (100%) rename harbour/contrib/hbide/{idedbu => xbpaddons}/resources/dbf_p10.png (100%) rename harbour/contrib/hbide/{idedbu => xbpaddons}/resources/dbf_p2.png (100%) rename harbour/contrib/hbide/{idedbu => xbpaddons}/resources/dbf_p3.png (100%) rename harbour/contrib/hbide/{idedbu => xbpaddons}/resources/dbf_p4.png (100%) rename harbour/contrib/hbide/{idedbu => xbpaddons}/resources/dbf_p5.png (100%) rename harbour/contrib/hbide/{idedbu => xbpaddons}/resources/dbf_p6.png (100%) rename harbour/contrib/hbide/{idedbu => xbpaddons}/resources/dbf_p7.png (100%) rename harbour/contrib/hbide/{idedbu => xbpaddons}/resources/dbf_p8.png (100%) rename harbour/contrib/hbide/{idedbu => xbpaddons}/resources/dbf_p9.png (100%) rename harbour/contrib/hbide/{idedbu => xbpaddons}/resources/dbstruct.png (100%) rename harbour/contrib/hbide/{idedbu => xbpaddons}/resources/dc_delete.png (100%) rename harbour/contrib/hbide/{idedbu => xbpaddons}/resources/find.png (100%) rename harbour/contrib/hbide/{idedbu => xbpaddons}/resources/form.png (100%) rename harbour/contrib/hbide/{idedbu => xbpaddons}/resources/formview.png (100%) rename harbour/contrib/hbide/{idedbu => xbpaddons}/resources/fullscreen.png (100%) rename harbour/contrib/hbide/{idedbu => xbpaddons}/resources/gotoline3.png (100%) rename harbour/contrib/hbide/{idedbu => xbpaddons}/resources/open3.png (100%) rename harbour/contrib/hbide/{idedbu => xbpaddons}/resources/panel_7.png (100%) rename harbour/contrib/hbide/{idedbu => xbpaddons}/resources/panel_8.png (100%) rename harbour/contrib/hbide/{idedbu => xbpaddons}/resources/save3.png (100%) rename harbour/contrib/hbide/{idedbu => xbpaddons}/resources/sort.png (100%) rename harbour/contrib/hbide/{idedbu => xbpaddons}/resources/table.png (100%) rename harbour/contrib/hbide/{idedbu => xbpaddons}/resources/view_cascaded.png (100%) rename harbour/contrib/hbide/{idedbu => xbpaddons}/resources/view_docks.png (100%) rename harbour/contrib/hbide/{idedbu => xbpaddons}/resources/view_horzstacked.png (100%) rename harbour/contrib/hbide/{idedbu => xbpaddons}/resources/view_organized.png (100%) rename harbour/contrib/hbide/{idedbu => xbpaddons}/resources/view_refresh.png (100%) rename harbour/contrib/hbide/{idedbu => xbpaddons}/resources/view_tabbed.png (100%) rename harbour/contrib/hbide/{idedbu => xbpaddons}/resources/view_tiled.png (100%) rename harbour/contrib/hbide/{idedbu => xbpaddons}/resources/view_vertstacked.png (100%) rename harbour/contrib/hbide/{idedbu => xbpaddons}/resources/view_zoomin.png (100%) rename harbour/contrib/hbide/{idedbu => xbpaddons}/resources/view_zoomout.png (100%) rename harbour/contrib/hbide/{idedbu/dbu.qrc => xbpaddons/xbp.qrc} (98%) rename harbour/contrib/hbide/{idedbu/idedbu.hbc => xbpaddons/xbpaddons.hbc} (100%) rename harbour/contrib/hbide/{idedbu/idedbu.hbp => xbpaddons/xbpaddons.hbp} (55%) rename harbour/contrib/hbide/{idedbu/dbstruct.ui => xbpaddons/xbpdbstruct.ui} (100%) rename harbour/contrib/hbide/{idedbu/fetchdate.ui => xbpaddons/xbpfetchdate.ui} (100%) rename harbour/contrib/hbide/{idedbu/tables.ui => xbpaddons/xbptables.ui} (100%) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 0e27eca15a..84c7b1eb11 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -16,6 +16,11 @@ The license applies to all entries newer than 2009-04-28. */ +2012-09-21 18:07 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com) + - contrib/hbide/idedbu/* + + contrib/hbide/xbpaddons/* + - Deleted xbpaddons consumed resources from hbide/resources. + 2012-09-21 12:04 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com) * contrib/hbide/hbide.hbp * contrib/hbxbp/hbxbp.hbp diff --git a/harbour/contrib/hbide/hbide.hbp b/harbour/contrib/hbide/hbide.hbp index dcc264394f..094299dbcf 100644 --- a/harbour/contrib/hbide/hbide.hbp +++ b/harbour/contrib/hbide/hbide.hbp @@ -23,9 +23,9 @@ hbxbp.hbc hbqt.hbc hbformat.hbc -idedbu/idedbu.hbp -idedbu/idedbu.hbc --Lidedbu +xbpaddons/xbpaddons.hbp +xbpaddons/xbpaddons.hbc +-Lxbpaddons -env:HB_DYNLOAD_RDDADS=yes rddads.hbc diff --git a/harbour/contrib/hbide/hbide.qrc b/harbour/contrib/hbide/hbide.qrc index e9f172569d..d21bed3cbe 100644 --- a/harbour/contrib/hbide/hbide.qrc +++ b/harbour/contrib/hbide/hbide.qrc @@ -31,29 +31,8 @@ resources/curlinehilight.png resources/cut.png resources/cutb16.png - resources/database.png - resources/database_accept.png - resources/database_add.png - resources/database_remove.png - resources/database_lock.png - resources/database_process.png - resources/database_up.png - resources/database_down.png - resources/database_previous.png - resources/database_next.png - resources/database_search.png resources/dbl2sglquote.png resources/dbstruct.png - resources/dbf_p1.png - resources/dbf_p2.png - resources/dbf_p3.png - resources/dbf_p4.png - resources/dbf_p5.png - resources/dbf_p6.png - resources/dbf_p7.png - resources/dbf_p8.png - resources/dbf_p9.png - resources/dbf_p10.png resources/dc_delete.png resources/dc_down.png resources/dc_folder.png @@ -233,15 +212,6 @@ resources/unload_1.png resources/up.png resources/up16.png - resources/view_cascaded.png - resources/view_organized.png - resources/view_tabbed.png - resources/view_tiled.png - resources/view_vertstacked.png - resources/view_horzstacked.png - resources/view_zoomin.png - resources/view_zoomout.png - resources/view_refresh.png resources/vr-16x16.png resources/vr.png resources/xmate.png @@ -329,6 +299,15 @@ resources/launch_r.png resources/editor.png resources/configtoolbars.png + resources/view_cascaded.png + resources/view_organized.png + resources/view_tabbed.png + resources/view_tiled.png + resources/view_vertstacked.png + resources/view_horzstacked.png + resources/view_zoomin.png + resources/view_zoomout.png + resources/view_refresh.png docs/faq.htm diff --git a/harbour/contrib/hbide/resources/database.png b/harbour/contrib/hbide/resources/database.png deleted file mode 100644 index 09e60ca969374d976a405f61b7cb68839c4f6e8e..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 787 zcmV+u1MK{XP)QY`{Wm1JzPT5Tf5gw;veyg}OG-;7(m!8mF6 z(1t}TrJ5ncQiZm6?z;riwd>C+2D4^r@k_hI&iptt&= zTXKQ4xlJs9H9!~kQ>VzD6;ZspsnkiXfN=Z-?obR1ZU$i6z^ro%{%E|w0@QqzrNufD z7Vi$WV~5y3&fy?^ibN`p1k(>QXO(;OAdP8TFwFuy>yYf#2}Z${X(5~-pdg*FtcMXv zoZ#};4eo!JkU9H_jUP$qRs(x1K!;4pX&+LT8pSGz)MhBnZdiN~M3{-!w|BU`yGLX% z344$(spcsT3qZMiq1xsyJbur^YhEuth(^F4WMJb{=u=FAH}DO$&E0s~$Y(@!?XUm? zIx?$Uv}0m^1#&%sLCqW_6GrqY4fvwaSI!EP1*F3VYao*Sp9cAsAuZ&ytC(Bcgkx(L zo4W^y9c7U(6e~L9FRmC(($G@=JPYugC$ZG`Da)?~9Uj57;)KFzE@>84xGcc3 z%b(})MW|tfeAyt|9No%Uj1y}hJUdJV;@CgQS8`D* z1G&N_Xdn;?2FQik+k)CM80uk+Wec$yuPOIH|*lf10RafnAE33780002u z^o5JBY};HqAB)G$ek+5OO3)1g>g#Q4jTTO`O?|zI>v}|`4(YbvTdmd4N+|(Qc83>J z8PiNB6ZFQSgn+L@f>5J%NDydr2vS8zr{khGn%`q2`p!xz08m%&%=wS2HWQ;IHVqZX znQ3|=3MnPobeujjfdI4)S+>`>IsXXP>mY;xKqjwF$!zV{rG>^l&jhwR3BUjl}|eW}0Mg3}qMu8geNM>&ZC56F#o#(U(o- zM>7Mz_9#(KCt|3@s;$>rE~O1ch70|S45mrNdr9`jD4H40+`q_||9nrNeRQZfU%9k% zdU*2s@yxzsb;r42?Am`Q6;bL)5E5y)9hz=(RpNf~hlRE~?ncbU;f7MsYtUEPa*TwTZLPF-8A9-!Cz_^(vr(90#ILemH zD3;-{qW>s%V)_lWZENX$r(S?3|#y2f1f zQ_P5i6#M86;|ns>TFl;iz?Iwc%rD!x+Q7_av8*g())7|P%bdCSHhrul+L*J^qYayldjMs4G~zj45D`fuN#kSuOF~Jx5e<{MnC9AO}Y7& iYGqHZILk9ahWrmKdW3HengZVd00004L1elWs>sUw2{lWov_own=O zIc?8*eID`Q`Ok@Wo4fMa%{I;z`R&benWV!)TxrXnY+I1RCED2sB6)B9VxRu5k8Q!%R<0DF9H{|Gn2)-EbJ) zKfsiMhNhM;WEfWC*fu`teb9-?a*J~k!06;0jC~a11%*@~C-pU#oD@it$ zq>!=c&u7S|6Es^LHp(^XZVRPUEgWcs5CEuDR9@Jb&%Rl7wvT~EN(l%+AcO=ValIDB z^$miyyINX*{7u94kWvDmrk)vnYkkW(Hhb$K<(P@H9w%;^JcvcP841zuv?)1NwktLI z3q6I2qoZ#xKUq2Nc}=v|7&{M7obJtMCq@Pb*qzUjwi0xAMNx)o9!i-|{jXgi{#Mz#dDvWK}6!JOxb`{var;qWcNBC3!#TWlw#G%S# ze~Sx?m$PmpID0t0?@qJn&Krj&PsKw@o$)oHn%ko8w(vSW$*9To#w?%BeZ@dr@bQuN zIG#VsoO6X6&Vr1`)8hxDPyL{Vd#ssM%D!{+&iyeuHnFh6^CD<8cPp29qi-)e%``nR zn_4Hz$-)TLj>oe1N50*C=v8%KaNzw)xjd#@F6GTNY88hE2)ufQ++dLx_r1%3^vh@f zG)J2F?H${L#oheBNU1vB)$f%1%?s~g2tX8iPQHt?h z=X9SxdA3@sTvZXt&tX~z121^Zm%+Fzg8rKDZAbdydEaZtLc`@3?5`bdKHA;(-Ec+? k|83M$=Qk_G86h?Q1N}UM-vYRcdH?_b07*qoM6N<$g4F5D@Bjb+ diff --git a/harbour/contrib/hbide/resources/database_down.png b/harbour/contrib/hbide/resources/database_down.png deleted file mode 100644 index 45bef4f5535bed3988cf6575e375a193f075bba1..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 960 zcmV;x13&zUP)~`8N+wy1&v_&LXXhcM4 zf*Py}i5C-ti3uip_25M>9@NB(7mWu!!2vbFgT$CnDmlgpCJSVVD5eWOLKxyicMqQ2qb`vIm*6p??rQmdbrQUah? z0-mt#tYddsq&iI$5GRUQDH5fK4l$el8PcPnIem9Cj0JOp*N1q=k^c{P6WGCB-1zg7_W2MkF4TZq9Y`V4?cmp0Awujs8 z^zU`IUQZeNQZ|!D8$5Vya<$f&6uN=qI1~#7wh#0(Hay70=q`Q=ukh*0MFJzDOoMZG zzH@7$b>>ihY%y#FH?)1nPNYp;KNTxX&yU#jLxOfpwj<3C)nEB!;XFHS$=e5CVWRH< ze^!3s=K2D9I&*Zw9{EOps6Tf-?>O_<{<<@++BwpuMi6umwnOf0{>;g(Td|Eari^Gt zAro$qPzfFcmvceyW2f}p!$Yq%8;x<9L~K;cv>J8p3W3+y&cLn`<2^^%+joX)YlV~{ zc;mo3Tw4B~`L%P1&Uiq-_}erGMu(X?K8c}8l0?yN$8_5cb9y&dmOi3jjWFsy1Hepq zn%R{P=&^RunOKWbC?#&({*TMI7MQVR+aYi@d`C0000I diff --git a/harbour/contrib/hbide/resources/database_lock.png b/harbour/contrib/hbide/resources/database_lock.png deleted file mode 100644 index 4bf67f58b629eaa4fc58e1b8c4ad5a6b14b26813..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 919 zcmV;I18Dq-P)`7CD^b5B*X&o16Y9AvgHS`f=v;E4c)Wip^_>ki-wZ45p@%s+K%5Idpw@Gmvh8t zUwutJmpxglR^Bc7{$($pTXXDG5riEr;y9c~!|81LC zB_+?LT*xAX03mqX8}Zj(gD_ekgaAM(%jzEwCv5(`&;7#|6~92WRNzFV$XcyJtx{kb zM(j5ZX&!Yj^XXhohX?@xs+5-Bt<dFv0F%_A&jVb5kC zhhcEXX!E@g0_)2!KL3a~`gHs54%5k)@pweP-{+{^;=#WUkx{^2UI$1bb55 z{C!)z@N}K)Z@z(&l0+vY2`Do}CATm^ANo6loh;psi|%Zrv&#tAK?l298Lh>g-G@AC z_c>XuP^*+E7YkH#1(d#t8SkLG|6m2HxZ)J1*F?$;(ovXb->7Ov{u&BvppEf|!3=4Q zh>av86_(p3j@u*#Dm

42gm|sbYix1aqMr$uBn1GkUJyNu<6K3cWTFrr5$wwI>UT tvz{(VP)cNx77!oC*TqMSm5+9JLHP(iTN*fy5(w5!sqx+QC;&}y|NOO?v?;#&1T0001S z`TC8Qwr?w3vn)H=mr9U|JNQ9BthSzK3hdw*A zV?3Wf#=oV{5LPfOZ`_{Zsj&jbj~>C$HNsHQ>jh-oBzN@;-_5>DME{V@$pcIjE;3b| zVrJzMea<$bfwQ0qrNm#e54d$_j(f{xHhK_GCP}BV>`0tosri8U>d)BHV!CvPt21vA z1dEKPPnKmj@{RuD#Bqc)UeOK15kf~PfkI#yf*rZN3}r?sdH0yB{KWL5Yq$}OgZYb$ z%Hwa>YHL48Q{zX2?k?2{PX;15xPf0Vl%F(}Z{GFWy{I-`Jrw__rVp)-grRR{BI7fT hKk$C3vhu4!@jr`ya2D@UdL94(002ovPDHLkV1mIK(P97q diff --git a/harbour/contrib/hbide/resources/database_previous.png b/harbour/contrib/hbide/resources/database_previous.png deleted file mode 100644 index 0b82732845e43747b0b82cfbe96bbfebbe31f9f9..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 960 zcmV;x13&zUP)2RbpXKe@9%ei=j@*QaPHIDyxZ>7?#$^jn+s8v z>7XZ@)xbAJ_$mT}-UZS>kiCisqBli_5Q4NfSwzs2V3MJzl?-%C*@JH0ZTI=%oO|v$ zzdj#v=IqBL6Y;{}K>x{XI`xd5Ogz?Sni;_C`n_Jq^J<-ryWDEEu5FadbEVD79RL6T zac=J7i@SG?Ua+iKx<8X5lZ@jB0o6u_O0!L^)uGyG;kq8C3^l%cYO7K`FQo)PZFxLv z+o`mjh+{=fG!TTEKx;y+34)MNgES26WK2X&<8UONJujsIK>c-lAy_Synb=dLIJ6BX zZ4)&Oq=alThLcJF5QZV^auHbrIgb)BIr6T36dXsDO_gGvl;iOXxWK#?~8Fmgj z4CQP(-5wj&CM~y%QmSEw8X*J#Drd=aL-~Q%*S6|YXpNK-5P(1m2}0t!9uFUt2z~cK zbz|*|R>wt334nV3(8Qai&GOXsoA;^4W0Xrt67d*|F^g+`2EOl8t2AlUo9rCU4^JPS zIJNw6^#kAU0uad`IQnWKzwOwQW4qWsl*dWiB;yt;5ux3U9=tnQoKI*u(pr zksFqwR#M3rYJIb!FLykOg+WHPIqb*}k&Ii|F^jAf<@1F(&M*CpDJ4oO<~A;k%@n4t zoX)@WR+!umYeFwvjmpC{u&3JYaKkP9(dJ;>; zS!pcs)j#hdqCr7jymFJL_l$DlxoK2H5{8;yFCb^9nO8ZkEPq0OY?Qsu%lvfjOV(=N z(+yjs`W&KRVp$5U#jS-UF8{m8-G^JWdyq`0$z~kJ?N_LE+g!N)Hg`6E#4-k1sQk%l z{TBPOC$>~K`d#FO<1+|loQN1kT!;u-3p4`55RB(18On|EpmmEIYu~a``;BB@h9leG zXSbSpr&`_oRhg1Y2HpMI3ttOFaHNetYG^-gYTumqJH4pfTbZ^$twsv##X$E=$J}!} i?hk&rQC_>M(fkj_0DEO#2VPtN0000u&9_WhXI+3vO=ZF!Z7R7lW(JPtzQ zQ9YoE@n*c}kw3w!2d`c_WU?Kqx!9+q7A|Mqlq2<}q$F?)O?M`=|zn`Cva{h}i zDVK_4ZP$6PQL7!VluP5Lk*kAZ#7UZlQQY4iZa)u#?c3cA?}xPw{~-VXfbz}vKb_sb zd-9T1DAbzuD)n-aB+KY+4e_C(6}Ytx_tI zw+tkZ3P~mfLP)YqAS9@Ij!LDVyf55GO7kIR|ic_oNHmZy|b;jEcZM#Ys zr>y#048oXPE;o=U008I>OZ~RfcF(PNo5w(+sw$v>q97#1S;`<7;Co#(nJz6aJotL$ z=_3>=00sTb8#5oSZFtA-+HNob9XaA?nvvXwht zs#M!?Cc1GHt!ulEoIJJcZJt(jgLXLFC2`9ZIXy?3WxVtU%+5b!!}o(~-q3{*GM~>M zuq?~e_wSwjwBPF;k#R_GeU-kqj%?egS&NZY3)3{Y^z)Cb`kRc|)$-JiGo(qHtgNiu z9t;Kxnl<_Q>84|!K6+@H={=L|o!CjSRE8`jpHp#chkd(7d8OrW^2kBzwF;$DNt>IS zyD@wJ{#UvbLb>zsDbLq@#$1O^)241a6jBQ{XR+4p;?yd1TpPsBfB11`n&A?yn1yOZrarc$WS3kaa{g;s-2<{q& a0l@#*;EOj{PIW^70000; diff --git a/harbour/contrib/hbide/resources/database_remove.png b/harbour/contrib/hbide/resources/database_remove.png deleted file mode 100644 index a8d37e00a45e382352158c266a385f6d28463dce..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 958 zcmV;v13~%NULJcH(D2SjJp(scq>BW2vBIsgl)Ea>l^k6TFQ7f7eX=YpEUYd(Lx1Gy5XU;ia zzn?gE;uOh5yi_dYpUYa-u2eEH83~6nAj0m@^K8d$_Xqvkyb#=Fa3MNQKh$)w37;|zVD*6M&}w@DO1G4g&jsbHzTD0K>hN^O>e2*VC#l5Qxl`) ztrU@vLP|+CWsUL{=lB;HO0c7&FjmoEsm12QY2zglwsg$NM^EZODG=nyR5T2jAqh> zbZO$Js3EGB8AUDE8$qXUQ!W)*GdjZLc#5PMBN2;|%Ukr$d_nE>Cujg6SUNMaIs4SJ zm(3@q54GCuS>ygko=Aq2I^b(UUE8H+yEvXtB$*(2={&WMKV@Diw zd@W-kwOik_;ajz7%$mz)GuJO)pWlX;!3--LCxU^-KleSEOpesLDN=7ANB0MKX^VIw zNoek3F|lLUGiu}d^2_a3Ynyg$T6d~++YRQ0!0WY`@&`EX0+lz9Qu_QHLWNj-?J(x@ zuNdPSk&d%QoxONfY`?e6^!~jlDe(iJq31JF7=iO40=Gfw{nPX-i%7S_UGJV^;l;fO zcZeTPEGiuY;>wL%+^#h#74j7GS#p^)>0AzD-_z)yf1rKsFYe5q#2oyGdGsVs#U*;= zv1%_I`A!vL@`5dlR-m=j?hTMe2R{I%LQL#G$e7!vdi)jCU=>$L+&5k#d-zqovj4#A zPO~|$B9b4&xc3E4aL|{*Zd(MCUEyaM(hvW6-5Ex<>}{n!__8rtzqQtLoNzF;>G$SX g`9!BunUh-cKc<(2=DdI3!Tmf*#G;XhCbFZiq)hYacq}>{GKP{M49E36d*HOJzO~ouSvM-R`f9n> z*ye!~Uwr-T^Yb%>uZBlP%uF&tG8V!0eVW}qjjlzjYtigj*!BQJ3lvWO^;)BOT}lan zUU#?V{KFZL86X4g)9q+JGXKAj$ zR4z*<5v9{^qm;t+eUz_Q%;(T`oug`#KX>=B2M$8~59pfKsJ6QNvboE_afOw~@+{63 zh($(FN>Q%WIXteCFjMpfF1oIFjX>Q8Qp57g+(hO|soq&$I6Kb5Y=J~9N)QAf1QXc| zwPuHdViBZv*eDl2v-8r7ZqjL%r zEA^mb*-YiKY?iz z2#J&eO_Ox391_5Q2NJpBp!SOQn*xZ{Gg<{Q9~v5`kgpL?aPgtIg-1e!`ut zTaD7e{&TMD{vm}xd;FOfE*&>I7pol$PYJ@|2uU-+!xLjH%$#LuKF>rZjhW68&*V5N z9)_h9SNc|O4W;&FHZ0d7hSm&}qSfnj+-Os7bZPf&yayI%+cxR(oMUDtJ_s2`efp8v z?~PFCvL2HBVBjnUgWzRf1}nA*rn|yV)}(J}{=h9AY3<`$eed7H(v5PpzS{5iwzoFc hzbVX}TNP4{{s)K0iO1fYl05(b002ovPDHLkV1hy)xI6#= diff --git a/harbour/contrib/hbide/resources/database_up.png b/harbour/contrib/hbide/resources/database_up.png deleted file mode 100644 index 23876648c0a854883bd58d06abd77672be155611..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 955 zcmV;s14R6ZP)ZQ@tm^7&pk7|rfO`A4-D1q3n5MhD3un+b*v$H#& zzn^&j3EFZWQ>7yf+PKD zvMHNZyTe|kPQz)V>w3-f6+#FA^i)V*%4T|B-z`>WQ3@#~AOL|B5`@HYTz38|;Cs$? zWpDSZM$17;34s3m)6;Jj_Di$3?`}{DTa*e>B4LZ172;OF!1Fu~%5`ehI!6XF0}H37 zFKq7QKk~db09xkw+_}L_-~5x~qa4m=NXKoW;Sjo}p%A3QHj%?R?je_YtVt?i4?K}R zbSGr!Td}BxcJ!(Fg-7M;0=hvW9w(d0Ff=&8 z&CUJ$7?wSE(jNawd*l51+Hil*;`-)RzYq`%m;?-iM8x8H{X2#tCLf-7m+77v`m7|6 zCnwlztkCi|LdR3H+xpnZ@LTn2bw>IgwbCA~YK09UXjF$794j!BK22|Ulz%EY8XZM{ zILWhvb3EAp1`+HI>dV*fa$;hHrRNsVHHq&lI-M>lJI<<>;`Ywh{E@%P(#SjPx>>HS zUBr|%?7%QVKfEc0QsUmjf4TNojt4tMnjMJ7<0KPlj@d6!bPlLFcK`=n8Wfu=)Z1H3 zCeIc1cHl?tg~hW7-B{8LBP@i5QUZm*Fa*akGh~xv6q;+~tADaxy+*(goH_IXKM{>xp_eWr;wVkj?eD$iW?TAiSrEYI7YSBU0^mG7Fp!KoF?>;Gi0 dw0lFL_#dQZa^Go$eOmwk002ovPDHLkV1j*H#9ROX diff --git a/harbour/contrib/hbide/resources/dbf_p1.png b/harbour/contrib/hbide/resources/dbf_p1.png deleted file mode 100644 index 136854204a5f9dac897e57c6f4e834e8d841bb08..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 121 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`4xTQKAr`&KDGLM)4oS4K{{Jt$ zdSyM6a*Vw4rZhV{g=gsr51uz~T391+w*QEpmWzZ@)`1m_SBx7TE%D)$s9hdO6 diff --git a/harbour/contrib/hbide/resources/dbf_p10.png b/harbour/contrib/hbide/resources/dbf_p10.png deleted file mode 100644 index 69ce1f73d8de397667483e25f08169da9a3d1f12..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 119 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`cAhSdAr-fhQx*sq9Fq9Y>iuu> zl8?3g%6AwxqzTHgu?gm}u_bEgHu*4bG?+CbK=a0gKxQ{y2|u=gIWsjF8B{_81V5?o R=mna@;OXk;vd$@?2><{+AoBnK diff --git a/harbour/contrib/hbide/resources/dbf_p2.png b/harbour/contrib/hbide/resources/dbf_p2.png deleted file mode 100644 index 42aa4ea2754e962359a2393b406a501277d68fc3..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 110 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`rk*a2Ar-fhQx*sq9FpMW;rZWr z^-9B%e!)m%eu2+UhI(ck=1P)ASqD}yUNLTXw8V!~qJo)Wm6ej9obj)NKm!;&UHx3v IIVCg!0Nh|6zyJUM diff --git a/harbour/contrib/hbide/resources/dbf_p3.png b/harbour/contrib/hbide/resources/dbf_p3.png deleted file mode 100644 index 5038d422459ce880b81bf5334a5453c4d8e07137..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 114 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`mYyz-Ar_~T6BY;<9FpMW<@w)v zl_iAx`thbUGuzu68>fpm6>fBt;P`i#Cvnjg?!|09QVvs>*zhngIIiXv`+4f+Y@i_w Mp00i_>zopr0L!lIH`D$D0<-Y;SLDoG#u}xY2P&<3sy10%~4+4YCfbU<~m*br`7AYAv_eo8x98KqiBy LtDnm{r-UW|P);Qq diff --git a/harbour/contrib/hbide/resources/dbf_p5.png b/harbour/contrib/hbide/resources/dbf_p5.png deleted file mode 100644 index 100b6403078b0fed8468cfb4d0e3305e7b2864dd..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 112 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`=AJH&Ar_~T6BY;<9FpMW;r-uv zl_iAx`thbUGub&R7Yc|=vot=iKO>;#wbvl)zzW6?&r^qi`s{SL#iI2Lmjjs$p00i_ I>zopr01f6I#Q*>R diff --git a/harbour/contrib/hbide/resources/dbf_p6.png b/harbour/contrib/hbide/resources/dbf_p6.png deleted file mode 100644 index 5fe7e8d2d606595277032ed5ac9bf470950497f2..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 117 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`Hl8kyAr-fhQx*sq9FmCt-}+zO zRoVQqm)j0Tg|j_8H9QJu7?wVqA-Ma;_Wyzj&ThOCrU@334uxrpSQr=%wd@ diff --git a/harbour/contrib/hbide/resources/dbf_p7.png b/harbour/contrib/hbide/resources/dbf_p7.png deleted file mode 100644 index 4ede4fc3d291862daa604f260e6710ff7b226bf0..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 123 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`PM$7~Ar-fhQx*sq9Fo|W|L?!L z>*FLrH@6*(3TOBD@bJ_)$jMK5#(GJkW`%@&2+xuJYHq`nD-D6nZIc;A($%~e7-nt> V5WIQh=o6r644$rjF6*2UngA9gCJ+Ds diff --git a/harbour/contrib/hbide/resources/dbf_p8.png b/harbour/contrib/hbide/resources/dbf_p8.png deleted file mode 100644 index 83fcaebacf5c77135132e56b7246c40e61db0d88..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 116 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`)}AhoAr-fhQx*sq9Fi#gul`@% zHCZ@WPx%hRgtR<1KQ@79O_yHelx(bO(@b!7tQRa_#nH1Z4qztkS6c{x;I^)90z!1qA VASm*;@+;6Z22WQ%mvv4FO#m<1CAa_p diff --git a/harbour/contrib/hbide/idedbu/dbu.prg b/harbour/contrib/hbide/xbpaddons/dbu.prg similarity index 99% rename from harbour/contrib/hbide/idedbu/dbu.prg rename to harbour/contrib/hbide/xbpaddons/dbu.prg index f8d9873787..6f707757d8 100644 --- a/harbour/contrib/hbide/idedbu/dbu.prg +++ b/harbour/contrib/hbide/xbpaddons/dbu.prg @@ -241,7 +241,7 @@ METHOD HbpDBU:init( oParent, oOwner, aPos, aSize, aPresParams, lVisible ) IF ! ::lRegistered ::lRegistered := .T. - QResource():registerResource_1( hbqtres_dbu() ) + QResource():registerResource_1( hbqtres_xbp() ) ENDIF ::xbpWindow:init( oParent, oOwner, aPos, aSize, aPresParams, lVisible ) @@ -780,7 +780,7 @@ METHOD HbpDBU:showTablesTree() LOCAL oUI, qTree, qParent, oPanel, qItm, aBrowser, q, aFld, qFont, nMax, nSz, oBrw LOCAL a_:={} - oUI := hbqtui_Tables( ::oCurPanel:qWidget ) + oUI := hbqtui_xbpTables( ::oCurPanel:qWidget ) qFont := QFont( "Courier New", 8 ) qTree := oUI:treeTables @@ -912,7 +912,7 @@ METHOD HbpDBU:buildUiStruct() LOCAL oTbl, n, qItm LOCAL hdr_:= { { "", 50 }, { "Field Name",200 }, { "Type", 100 }, { "Len", 50 }, { "Dec", 70 } } - ::qStruct := hbqtui_DbStruct( ::oWidget ) + ::qStruct := hbqtui_xbpDbStruct( ::oWidget ) ::qStruct:setWindowFlags( Qt_Dialog ) ::qStruct:setMaximumHeight( ::qStruct:height() ) @@ -2823,7 +2823,7 @@ STATIC FUNCTION hbide_fetchADate( qParent, cTitle, cPrompt, dDefault ) DEFAULT cTitle TO "A Date Value" DEFAULT cPrompt TO "What" - oUI := hbqtui_FetchDate( qParent ) + oUI := hbqtui_xbpFetchDate( qParent ) oUI:setWindowTitle( cTitle ) oUI:labelPrompt:setText( cPrompt ) @@ -2898,6 +2898,6 @@ STATIC FUNCTION hbide_fldType2Desc( cType ) FUNCTION dbu_Image( cName ) - RETURN ":/dbu/resources" + "/" + cName + ".png" + RETURN ":/xbp/resources" + "/" + cName + ".png" /*----------------------------------------------------------------------*/ diff --git a/harbour/contrib/hbide/idedbu/resources/closetab.png b/harbour/contrib/hbide/xbpaddons/resources/closetab.png similarity index 100% rename from harbour/contrib/hbide/idedbu/resources/closetab.png rename to harbour/contrib/hbide/xbpaddons/resources/closetab.png diff --git a/harbour/contrib/hbide/idedbu/resources/database.png b/harbour/contrib/hbide/xbpaddons/resources/database.png similarity index 100% rename from harbour/contrib/hbide/idedbu/resources/database.png rename to harbour/contrib/hbide/xbpaddons/resources/database.png diff --git a/harbour/contrib/hbide/idedbu/resources/database_accept.png b/harbour/contrib/hbide/xbpaddons/resources/database_accept.png similarity index 100% rename from harbour/contrib/hbide/idedbu/resources/database_accept.png rename to harbour/contrib/hbide/xbpaddons/resources/database_accept.png diff --git a/harbour/contrib/hbide/idedbu/resources/database_add.png b/harbour/contrib/hbide/xbpaddons/resources/database_add.png similarity index 100% rename from harbour/contrib/hbide/idedbu/resources/database_add.png rename to harbour/contrib/hbide/xbpaddons/resources/database_add.png diff --git a/harbour/contrib/hbide/idedbu/resources/database_down.png b/harbour/contrib/hbide/xbpaddons/resources/database_down.png similarity index 100% rename from harbour/contrib/hbide/idedbu/resources/database_down.png rename to harbour/contrib/hbide/xbpaddons/resources/database_down.png diff --git a/harbour/contrib/hbide/idedbu/resources/database_lock.png b/harbour/contrib/hbide/xbpaddons/resources/database_lock.png similarity index 100% rename from harbour/contrib/hbide/idedbu/resources/database_lock.png rename to harbour/contrib/hbide/xbpaddons/resources/database_lock.png diff --git a/harbour/contrib/hbide/idedbu/resources/database_next.png b/harbour/contrib/hbide/xbpaddons/resources/database_next.png similarity index 100% rename from harbour/contrib/hbide/idedbu/resources/database_next.png rename to harbour/contrib/hbide/xbpaddons/resources/database_next.png diff --git a/harbour/contrib/hbide/idedbu/resources/database_previous.png b/harbour/contrib/hbide/xbpaddons/resources/database_previous.png similarity index 100% rename from harbour/contrib/hbide/idedbu/resources/database_previous.png rename to harbour/contrib/hbide/xbpaddons/resources/database_previous.png diff --git a/harbour/contrib/hbide/idedbu/resources/database_process.png b/harbour/contrib/hbide/xbpaddons/resources/database_process.png similarity index 100% rename from harbour/contrib/hbide/idedbu/resources/database_process.png rename to harbour/contrib/hbide/xbpaddons/resources/database_process.png diff --git a/harbour/contrib/hbide/idedbu/resources/database_remove.png b/harbour/contrib/hbide/xbpaddons/resources/database_remove.png similarity index 100% rename from harbour/contrib/hbide/idedbu/resources/database_remove.png rename to harbour/contrib/hbide/xbpaddons/resources/database_remove.png diff --git a/harbour/contrib/hbide/idedbu/resources/database_search.png b/harbour/contrib/hbide/xbpaddons/resources/database_search.png similarity index 100% rename from harbour/contrib/hbide/idedbu/resources/database_search.png rename to harbour/contrib/hbide/xbpaddons/resources/database_search.png diff --git a/harbour/contrib/hbide/idedbu/resources/database_up.png b/harbour/contrib/hbide/xbpaddons/resources/database_up.png similarity index 100% rename from harbour/contrib/hbide/idedbu/resources/database_up.png rename to harbour/contrib/hbide/xbpaddons/resources/database_up.png diff --git a/harbour/contrib/hbide/idedbu/resources/dbf_p1.png b/harbour/contrib/hbide/xbpaddons/resources/dbf_p1.png similarity index 100% rename from harbour/contrib/hbide/idedbu/resources/dbf_p1.png rename to harbour/contrib/hbide/xbpaddons/resources/dbf_p1.png diff --git a/harbour/contrib/hbide/idedbu/resources/dbf_p10.png b/harbour/contrib/hbide/xbpaddons/resources/dbf_p10.png similarity index 100% rename from harbour/contrib/hbide/idedbu/resources/dbf_p10.png rename to harbour/contrib/hbide/xbpaddons/resources/dbf_p10.png diff --git a/harbour/contrib/hbide/idedbu/resources/dbf_p2.png b/harbour/contrib/hbide/xbpaddons/resources/dbf_p2.png similarity index 100% rename from harbour/contrib/hbide/idedbu/resources/dbf_p2.png rename to harbour/contrib/hbide/xbpaddons/resources/dbf_p2.png diff --git a/harbour/contrib/hbide/idedbu/resources/dbf_p3.png b/harbour/contrib/hbide/xbpaddons/resources/dbf_p3.png similarity index 100% rename from harbour/contrib/hbide/idedbu/resources/dbf_p3.png rename to harbour/contrib/hbide/xbpaddons/resources/dbf_p3.png diff --git a/harbour/contrib/hbide/idedbu/resources/dbf_p4.png b/harbour/contrib/hbide/xbpaddons/resources/dbf_p4.png similarity index 100% rename from harbour/contrib/hbide/idedbu/resources/dbf_p4.png rename to harbour/contrib/hbide/xbpaddons/resources/dbf_p4.png diff --git a/harbour/contrib/hbide/idedbu/resources/dbf_p5.png b/harbour/contrib/hbide/xbpaddons/resources/dbf_p5.png similarity index 100% rename from harbour/contrib/hbide/idedbu/resources/dbf_p5.png rename to harbour/contrib/hbide/xbpaddons/resources/dbf_p5.png diff --git a/harbour/contrib/hbide/idedbu/resources/dbf_p6.png b/harbour/contrib/hbide/xbpaddons/resources/dbf_p6.png similarity index 100% rename from harbour/contrib/hbide/idedbu/resources/dbf_p6.png rename to harbour/contrib/hbide/xbpaddons/resources/dbf_p6.png diff --git a/harbour/contrib/hbide/idedbu/resources/dbf_p7.png b/harbour/contrib/hbide/xbpaddons/resources/dbf_p7.png similarity index 100% rename from harbour/contrib/hbide/idedbu/resources/dbf_p7.png rename to harbour/contrib/hbide/xbpaddons/resources/dbf_p7.png diff --git a/harbour/contrib/hbide/idedbu/resources/dbf_p8.png b/harbour/contrib/hbide/xbpaddons/resources/dbf_p8.png similarity index 100% rename from harbour/contrib/hbide/idedbu/resources/dbf_p8.png rename to harbour/contrib/hbide/xbpaddons/resources/dbf_p8.png diff --git a/harbour/contrib/hbide/idedbu/resources/dbf_p9.png b/harbour/contrib/hbide/xbpaddons/resources/dbf_p9.png similarity index 100% rename from harbour/contrib/hbide/idedbu/resources/dbf_p9.png rename to harbour/contrib/hbide/xbpaddons/resources/dbf_p9.png diff --git a/harbour/contrib/hbide/idedbu/resources/dbstruct.png b/harbour/contrib/hbide/xbpaddons/resources/dbstruct.png similarity index 100% rename from harbour/contrib/hbide/idedbu/resources/dbstruct.png rename to harbour/contrib/hbide/xbpaddons/resources/dbstruct.png diff --git a/harbour/contrib/hbide/idedbu/resources/dc_delete.png b/harbour/contrib/hbide/xbpaddons/resources/dc_delete.png similarity index 100% rename from harbour/contrib/hbide/idedbu/resources/dc_delete.png rename to harbour/contrib/hbide/xbpaddons/resources/dc_delete.png diff --git a/harbour/contrib/hbide/idedbu/resources/find.png b/harbour/contrib/hbide/xbpaddons/resources/find.png similarity index 100% rename from harbour/contrib/hbide/idedbu/resources/find.png rename to harbour/contrib/hbide/xbpaddons/resources/find.png diff --git a/harbour/contrib/hbide/idedbu/resources/form.png b/harbour/contrib/hbide/xbpaddons/resources/form.png similarity index 100% rename from harbour/contrib/hbide/idedbu/resources/form.png rename to harbour/contrib/hbide/xbpaddons/resources/form.png diff --git a/harbour/contrib/hbide/idedbu/resources/formview.png b/harbour/contrib/hbide/xbpaddons/resources/formview.png similarity index 100% rename from harbour/contrib/hbide/idedbu/resources/formview.png rename to harbour/contrib/hbide/xbpaddons/resources/formview.png diff --git a/harbour/contrib/hbide/idedbu/resources/fullscreen.png b/harbour/contrib/hbide/xbpaddons/resources/fullscreen.png similarity index 100% rename from harbour/contrib/hbide/idedbu/resources/fullscreen.png rename to harbour/contrib/hbide/xbpaddons/resources/fullscreen.png diff --git a/harbour/contrib/hbide/idedbu/resources/gotoline3.png b/harbour/contrib/hbide/xbpaddons/resources/gotoline3.png similarity index 100% rename from harbour/contrib/hbide/idedbu/resources/gotoline3.png rename to harbour/contrib/hbide/xbpaddons/resources/gotoline3.png diff --git a/harbour/contrib/hbide/idedbu/resources/open3.png b/harbour/contrib/hbide/xbpaddons/resources/open3.png similarity index 100% rename from harbour/contrib/hbide/idedbu/resources/open3.png rename to harbour/contrib/hbide/xbpaddons/resources/open3.png diff --git a/harbour/contrib/hbide/idedbu/resources/panel_7.png b/harbour/contrib/hbide/xbpaddons/resources/panel_7.png similarity index 100% rename from harbour/contrib/hbide/idedbu/resources/panel_7.png rename to harbour/contrib/hbide/xbpaddons/resources/panel_7.png diff --git a/harbour/contrib/hbide/idedbu/resources/panel_8.png b/harbour/contrib/hbide/xbpaddons/resources/panel_8.png similarity index 100% rename from harbour/contrib/hbide/idedbu/resources/panel_8.png rename to harbour/contrib/hbide/xbpaddons/resources/panel_8.png diff --git a/harbour/contrib/hbide/idedbu/resources/save3.png b/harbour/contrib/hbide/xbpaddons/resources/save3.png similarity index 100% rename from harbour/contrib/hbide/idedbu/resources/save3.png rename to harbour/contrib/hbide/xbpaddons/resources/save3.png diff --git a/harbour/contrib/hbide/idedbu/resources/sort.png b/harbour/contrib/hbide/xbpaddons/resources/sort.png similarity index 100% rename from harbour/contrib/hbide/idedbu/resources/sort.png rename to harbour/contrib/hbide/xbpaddons/resources/sort.png diff --git a/harbour/contrib/hbide/idedbu/resources/table.png b/harbour/contrib/hbide/xbpaddons/resources/table.png similarity index 100% rename from harbour/contrib/hbide/idedbu/resources/table.png rename to harbour/contrib/hbide/xbpaddons/resources/table.png diff --git a/harbour/contrib/hbide/idedbu/resources/view_cascaded.png b/harbour/contrib/hbide/xbpaddons/resources/view_cascaded.png similarity index 100% rename from harbour/contrib/hbide/idedbu/resources/view_cascaded.png rename to harbour/contrib/hbide/xbpaddons/resources/view_cascaded.png diff --git a/harbour/contrib/hbide/idedbu/resources/view_docks.png b/harbour/contrib/hbide/xbpaddons/resources/view_docks.png similarity index 100% rename from harbour/contrib/hbide/idedbu/resources/view_docks.png rename to harbour/contrib/hbide/xbpaddons/resources/view_docks.png diff --git a/harbour/contrib/hbide/idedbu/resources/view_horzstacked.png b/harbour/contrib/hbide/xbpaddons/resources/view_horzstacked.png similarity index 100% rename from harbour/contrib/hbide/idedbu/resources/view_horzstacked.png rename to harbour/contrib/hbide/xbpaddons/resources/view_horzstacked.png diff --git a/harbour/contrib/hbide/idedbu/resources/view_organized.png b/harbour/contrib/hbide/xbpaddons/resources/view_organized.png similarity index 100% rename from harbour/contrib/hbide/idedbu/resources/view_organized.png rename to harbour/contrib/hbide/xbpaddons/resources/view_organized.png diff --git a/harbour/contrib/hbide/idedbu/resources/view_refresh.png b/harbour/contrib/hbide/xbpaddons/resources/view_refresh.png similarity index 100% rename from harbour/contrib/hbide/idedbu/resources/view_refresh.png rename to harbour/contrib/hbide/xbpaddons/resources/view_refresh.png diff --git a/harbour/contrib/hbide/idedbu/resources/view_tabbed.png b/harbour/contrib/hbide/xbpaddons/resources/view_tabbed.png similarity index 100% rename from harbour/contrib/hbide/idedbu/resources/view_tabbed.png rename to harbour/contrib/hbide/xbpaddons/resources/view_tabbed.png diff --git a/harbour/contrib/hbide/idedbu/resources/view_tiled.png b/harbour/contrib/hbide/xbpaddons/resources/view_tiled.png similarity index 100% rename from harbour/contrib/hbide/idedbu/resources/view_tiled.png rename to harbour/contrib/hbide/xbpaddons/resources/view_tiled.png diff --git a/harbour/contrib/hbide/idedbu/resources/view_vertstacked.png b/harbour/contrib/hbide/xbpaddons/resources/view_vertstacked.png similarity index 100% rename from harbour/contrib/hbide/idedbu/resources/view_vertstacked.png rename to harbour/contrib/hbide/xbpaddons/resources/view_vertstacked.png diff --git a/harbour/contrib/hbide/idedbu/resources/view_zoomin.png b/harbour/contrib/hbide/xbpaddons/resources/view_zoomin.png similarity index 100% rename from harbour/contrib/hbide/idedbu/resources/view_zoomin.png rename to harbour/contrib/hbide/xbpaddons/resources/view_zoomin.png diff --git a/harbour/contrib/hbide/idedbu/resources/view_zoomout.png b/harbour/contrib/hbide/xbpaddons/resources/view_zoomout.png similarity index 100% rename from harbour/contrib/hbide/idedbu/resources/view_zoomout.png rename to harbour/contrib/hbide/xbpaddons/resources/view_zoomout.png diff --git a/harbour/contrib/hbide/idedbu/dbu.qrc b/harbour/contrib/hbide/xbpaddons/xbp.qrc similarity index 98% rename from harbour/contrib/hbide/idedbu/dbu.qrc rename to harbour/contrib/hbide/xbpaddons/xbp.qrc index 92c850671b..023aaa3796 100644 --- a/harbour/contrib/hbide/idedbu/dbu.qrc +++ b/harbour/contrib/hbide/xbpaddons/xbp.qrc @@ -1,5 +1,5 @@ - + resources/view_cascaded.png resources/view_organized.png resources/view_tabbed.png diff --git a/harbour/contrib/hbide/idedbu/idedbu.hbc b/harbour/contrib/hbide/xbpaddons/xbpaddons.hbc similarity index 100% rename from harbour/contrib/hbide/idedbu/idedbu.hbc rename to harbour/contrib/hbide/xbpaddons/xbpaddons.hbc diff --git a/harbour/contrib/hbide/idedbu/idedbu.hbp b/harbour/contrib/hbide/xbpaddons/xbpaddons.hbp similarity index 55% rename from harbour/contrib/hbide/idedbu/idedbu.hbp rename to harbour/contrib/hbide/xbpaddons/xbpaddons.hbp index a80ab83ef7..ee185f7f1b 100644 --- a/harbour/contrib/hbide/idedbu/idedbu.hbp +++ b/harbour/contrib/hbide/xbpaddons/xbpaddons.hbp @@ -12,7 +12,9 @@ hbxbp.hbc dbu.prg -dbu.qrc -dbstruct.ui -fetchdate.ui -tables.ui + +xbp.qrc + +xbpdbstruct.ui +xbpfetchdate.ui +xbptables.ui diff --git a/harbour/contrib/hbide/idedbu/dbstruct.ui b/harbour/contrib/hbide/xbpaddons/xbpdbstruct.ui similarity index 100% rename from harbour/contrib/hbide/idedbu/dbstruct.ui rename to harbour/contrib/hbide/xbpaddons/xbpdbstruct.ui diff --git a/harbour/contrib/hbide/idedbu/fetchdate.ui b/harbour/contrib/hbide/xbpaddons/xbpfetchdate.ui similarity index 100% rename from harbour/contrib/hbide/idedbu/fetchdate.ui rename to harbour/contrib/hbide/xbpaddons/xbpfetchdate.ui diff --git a/harbour/contrib/hbide/idedbu/tables.ui b/harbour/contrib/hbide/xbpaddons/xbptables.ui similarity index 100% rename from harbour/contrib/hbide/idedbu/tables.ui rename to harbour/contrib/hbide/xbpaddons/xbptables.ui