⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 changelog.txt

📁 East make Tray Icon in delphi
💻 TXT
📖 第 1 页 / 共 3 页
字号:
- Updated templates and installer to cope with change in output directories for C++ Builder // obones
- Cleaned up crappy code in TJvAviCapture // obones
2004-01-30
- added JvDBHTLabel donation from Maciej Kaczkowski // peter3
- added AutoSizeColumns, AutoSizeColumnsIndex, MinColumnWidth and MaxColumnWidth to TJvDBGrid // peter3
- added improved MultiSelect code from Lionel Reynaud // peter3
2004-01-29
- added AutoHint property to JvEdit // peter3
- added tvAutoHideIcon to TJvTrayIcon.Options // peter3
2004-01-26
- split JvEditor into JvEditorCommon, JvEditor, JvUnicodeEditor // ahuser
2004-01-20
- changed makefile.mak in Images and created JvDBControls.rc and JvDBGrid.rc // (rom)
- Internal reimplementations in JvBehaviorLabel.pas. Added TJvLabelNone behavior // (rom)
2004-01-18
- Ensured all files using TJvDBGrid use the JvDBGrid.pas file // obones
- Renamed TJvAppXMLStorage to TJvAppXMLFileStorage for consistency // obones
- Introduced TJvCustomAppMemoryFileStorage, ancestor of all file related storages // obones
- Reverted FileName to its old type (TFileName) in all file related storages // obones
2004-01-17:
- Removed the LeftMargin property of TJvPopupMenu // obones
- moved TJvPopupListBox to JvComponent and removed it from JvGrids and JvInspector // ahuser
- changed all WM_SETFOCUS/WM_KILLFOCUS/CM_ENTER/CM_EXIT/CM_FOCUSCHANGED to JvExVCL
  methods (except the USEJVCL'ed units) // ahuser
- moved the JVCLAboutInfo to JvExVCL // ahuser
2004-01-16:
- renamed TCustomJvDBTreeView to TJvCustomDBTreeView // ahuser
2004-01-15:
- Extracted TJvDBGrid from JvDBControls into its own unit, JvDBGrid // peter3
- Added JvDBGrid additions from Lionel Reynaud // peter3
- Added JvDBGridExport (and demo) from Lionel Reynaud // peter3
- Renamed JvDBCtrls.Res to JvDBControls.res and moved JvDBGrid resources to JvDBGrid.res // peter3
- Fixed identifier issue in JvXPBar and JvThemeseEnabled error // peter3
2004-01-14:
- Added Colors subproperty to JvXPBar for previously unpublished colors // peter3
2004-01-12:
- Changed combo edits from using Glyph -> Images;ImageIndex,
    Old properties can still be read from the stream  // remkobonte
- Added Action property for combo edits // remkobonte
2004-01-05:
- Most components that used CM_MOUSEENTER/LEAVE have now a MouseEnter/Leave method // (ahuser)
- Added JvExVCL units. (ahuser)
2003-12-28:
- removed now unused {$DEFINE HL_NOT_QUITE_C} from JVCL.INC // (rom)
- removed now unused {$DEFINE USE_OLD_DBLISTS} from JVCL.INC // (rom)
2003-12-27:
- Renamed all OnMouseExit events to OnMouseLeave // (ahuser)
2003-12-14:
- New component TJvDropTarget (implements IDropTarget) in JvDragDrop.pas // (ahuser)
2003-12-09:
  JvMovableBevel.TJvScrollTextDirection -> renamed elements "2" changed to "To" // (rom)
2003-12-07:
- Modified TJvThumbView: To be consistent with the VCL behaviour, OnChange is now triggered after the change and an OnChanging event has been added. OnChanging is triggered before the actual change  // obones
- Modified the package generator to use an XML configuration file. // obones
- Added TJvAppXmlStore and all the required files for it. It is in the JvSystem package. // obones
- Added JvCustomItemViewer, JvImagesViewer, JvImageListViewer and JvOwnerDrawViewer and demos // peter3
2003-12-06:
- Moved JvAnalogClock and JvClock to \archive. Renamed JvxClock/TJvxClock to JvClock/TJvClock. // peter3
2003-12-01:
- renamed TJvAVICapture.HWND to Handle // ahuser
2003-11-19:
- updated bcb6 packages in CVS to reflect the xml sources. // obones
- updated the build status page for BCB6 (all ok). // obones
2003-11-18:
- improved JvTurtle, some small API changes (method Interpret) // (rom)
- JvAnalogClock, changed all name suffixes Hr to proper Hour (dtx updated)
- removed the really ugly NotImplemented from JvJVCLUtils.pas and replaced it with Exceptions.
2003-11-16:
- Updated the package generator // olivier
- Finished creating the xml files for all packages. // olivier
2003-11-15:
- Changed the xml format for the packages generator so that it's easier to read. // olivier
2003-11-13:
- Created two projects for the package generator: on on command line, the other to edit // olivier
2003-11-12:
- Move TJvListBox from JvCtrls.pas to JvListBox.pas // marcelb
- Added help dialog in the Package Generator. // olivier
- Added Guess dialog for dfm files in the package generator // Olivier
2003-11-10:
- PackageGenerator thought to be complete. Testing starts // olivier
2003-11-09:
- Started creation of PackageGenerator, still some work to do // olivier
2003-11-08:
- Updated BCB packages to include MPL header and ensure the build goes ok in the IDE AND in the batch file // olivier
- Updated installation and C++ Builder documentation // olivier
- Finally fixed TJvUrlListGrabber. Please use demo for testing. // olivier
- Moved JvCaret from JvSystem to JvCore for all builds to reflect Delphi 7 and BCB5 packages. //olivier
- Updated TJvUrlListGrabber and the associated demo. Still the design time bug is not fixed. // olivier
2003-11-07:
- Fixed BCB build // olivier
2003-11-05:
- WidthOf and HeightOf renamed to RectWidth and RectHeight // peter3
- Moved lots of procedures from JvJVCLUtils to JvJCLUtils. Basically, anything that doesn't rely on other JVCL units and doesn't use TComponent and above are now in JvJCLUtils. Graphic stuff has been left in JvJVCLUtils even if it doesn't use (J)VCL. // peter3
- Replaced IsPointInRect with JvJCLUtils.PtInRectExclusive. // peter3
- Replaced PointInRect with JvJCLUtils.PtInRectInclusive. // peter3
2003-11-04: 
- Updated BCB 5 packages to match the Delphi 7 packages. Some units were previously omitted from the BCB5 packages and JvCaret was still in the System package. It has been moved to the Core package.
- Modified JvDlgsReg.pas for BCB5 compatability enclosing JvDialogActns in {$IFNDEF BCB5} in the uses clause and omitting the RegisterActions call for BCB5. This is necessary because BCB5 cannot build/link JvDialogActns. // lcc
- Added functionality to JvRichEdit.pas to use the MS Text converters. // remkobonte
- Added image for JvCharMap. Added JvCharMap to JvCtrls. Changes for D5. Updated demo. // peter3
2003-11-03: Added JvCharMap - a control similar to the character map grid in the charmap.exe utility in Windows // peter3
2003-11-02:
- Added IFDEFS excluding Variants from the uses clause for BCB5 (only) in JvSALCore.pas and JvXmlTree.pas. These exclusions are required for proper compilation under BCB5.
2003-11-02:
- JvUrlListGrabber is now almost complete, it works if created dynamically // olivier
- Merged TJvPanel with donated TArrangePanel // andreas
2003-11-01:
- Modified the batch files for BCB so that it can now build from the command line // olivier
- Modified BCB6 and BCB5 packages to allow building from the command line // olivier
- Modified all BCB packages to add $(PATH) in the LIBPATH node // olivier
- Updated installation guide to better describe BCB behaviour // olivier
2003-10-26:
- Added {$IFNDEF BCB5}/{$ENDIF} around the Variants unit in the uses clause of
  JvForth.pas, JvSALCore.pas and JVXmlTree.pas to avoid a BCB5 compile error.
2003-10-20:
- JvxCtrls split into several smaller unit: JvxCheckListBox (contains both TJvxCustomListBox and TJvxCheckListBox), JvSecretPanel, JvTextListBox and JvSpeedButton. // peter3
- TJvCustomLabel moved from JvxCtrls to JvLabel // peter3
2003-10-20:
- JvHook.pas moved to archive // andreas
2003-10-19:
- Updated JvMenus and started documenting it //olivier
- Updated the JvRichEdit demo // olivier
- Removed some unit dependencies from JvJCLUtils and JvJVCLUtils // andreas
2003-10-18:
- Updated the BCB compatibility guide // olivier
- Updated the installation guide for BCB // olivier
2003-10-17:
- JvStrToHtml.pas StringToHtml and HtmlToString had done the opposite // andreas
2003-10-14:
- Updated the BCB compatibility guide // olivier
2003-10-13:
- moved JvTransparentForm to /archive - duplicate of JvFormTransparent // peter3
2003-10-11:
- added BCB6 packages for JvManagedThreads // obones
- implemented CheckSynchronize in JvManagedThreads for Delphi5 //ahuser
- added D5 packages for JvManagedThreads // peter3
2003-10-10:
- moved types from JvConsts to JvTypes. JvConsts does no longer depend on VCL // andreas
- merged JvComponent and JvTypes with the JVCLX ones. // andreas
- added JvManagedThreads donation from Erwin Molendjik // peter3
2003-10-09:
- added TJvImageList component ("Images and Animations" palette) // andreas
2003-10-08:
- added TJvAppInstances component (JclAppInstances wrapper) // andreas
2003-10-07: 
- added new control, TJvComboListBox, that displays a combobox on the selected item. // peter3
2003-10-06:
- added JvClipbrd (from Olivier Sannier). Enhanced Clipbrd with delayed format rendering // peter3
2003-10-04:
- resourcestring extraction of the units under design // andreas
- resourcestring extraction of the units under run // andreas
2003-10-03:
- New component TJvDBMaskEdit in JvDBControls.pas //W.Postma
- DaysBetween implementation in JvJCLUtils was wrong. It returned the days between plus one day and was not able to handle "Younger-Older" // andreas
2003-10-01:
- added Delphi 6 Personal Edition packages
2003-09-30
- updated the installation guide for BCB specific steps // olivier
2003-09-29
- updated the BCB compatibility guide // olivier
2003-09-28:
- Added ButtonDown status properties to JvOutlookBar // andreas
- Theme support for most components // andreas
2003-09-26:
- unicode UJvEditor moved to JvUnicodeEditor/JvUnicodeHLEditor, restored the ANSI JvEditor without MBCS support // andreas
- Moved TJvgReportParamsEditor from /design/JvgReportParamsForm to /run/JvgReportParamsEditor //peter3
2003-09-25:
- fixed bug with Scrollbars in JvThemes // andreas
- Updated JvCsvData, JvDBLookup, JvBalloonHint, JvTimeLine, JvOutlookBar, 
  JvCaptionButton, JvSpin, JvCtrls, JvRichEdit, JvEditor, JvPickDate, JvxCtrls,
  JvToolEdit to JvThemes // andreas
- JvInstallLabel: ImageList renamed to Images, changed TImagelist to TCustomImagelist // peter3
- JvListComb: Imagelist renamed to Images, changed TImagelist to TCustomImagelist // peter3
- JvExtraInspEditors: Imagelist renamed to Images, changed TImagelist to TCustomImagelist // peter3
- JvBmpAnimator: Imagelist renamed to Images, changed TImagelist to TCustomImagelist // peter3
- JvImageWindow: renamed Imagelist to Images, changed TImagelist to TCustomImagelist // peter3
- JvErrorProvider: renamed to JvErrorIndicator, Imagelist renamed to Images // peter3
- Added JvThemes.pas unit for theme aware components // andreas
2003-09-24:
- Added updated Unicode JvEditor // andreas
2003-09-23:
- Added updates to JvHTControls from Maciej Kaczkowski // peter3
- NB! BCB packages not updated!
- Added JvDBLookupComboEdit donation from Michael Habbe // peter3
- TJvSQLScript registered in JvDBReg.pas // peter3
2003-09-20:
- NB! JvCustomC?R packages not updated!
- Added new JvUnicodeCanvas.pas to JvCustomD?R package  // peter3
- NB! Andreas also provided a fixed JclUnicode.pas but this has yet to be updated in JCL // peter3
- Added {$DEFINE HL_NOT_QUITE_C} (used by JvEditor) to JVCL.INC. Defined by default. // peter3
- Updated JvInterpreter_JvEditor.pas to reflect changes in JvEditor // peter3
- Added UseFixedPopup property to JvEditor // peter3
- Changed GetPopupMenuEx to use a positive ("Update") instead of a negative ("NoUpdate") boolean. I never could get my head around double negatives <g> // peter3
- Fixes for the HL_NOT_QUITE_C defines + the new hlHiglighter define in JvEditor // peter3
- Changes to JvEditor from Andreas Hausladen:
=============================================
  JvEditor.pas
    - The unicode editor with some minor bugfixes and further speed optimations
    - The AnsiString editor no more exists.
    - added WM_GETTEXT message handler
  JvFixedEditPopup.pas
    - added IFixedPopupIntf interface. For Delphi 5 the old SendMessage function is used
    - speed optimations for the SendMessage method
  JvHLEditor.pas
    - adjusted for unicode JvEditor
    - added TJvEditorHighlighter component for external highlighters
  JvHLParser.pas
    - added unicode version TJvHLParserW of the parser
    - added unicode versions of the functions
  JvJCLUtils.pas
    - added unicode versions of some functions used by JvEditor
    - added MoveWideChar and FillWideChar
    - speed optimation for Spaces, AddSpaces, MakeStr
  JvUnicodeCanvas.pas
    - new unit that contains a TCanvas derived class TUnicodeCanvas that can be type casted from any TCanvas derived class. It supports TextRectW, TextOutW, TextExtentW, TextWidthW and TextHeigthW.
  "- The AnsiString editor no more exists."
    I have a backup with all bug fixes and speed optimations of the AnsiString JvEditor.
    The unicode JvEditor has a "LinesANSI" property. This property is only for the object inspector.
=============================================
2003-09-20:
- Added MeasureStyle property to JvComboBox // marcelb
- Added AutoSize and WordWrap properties to JvCheckBox and JvRadioButton // peter3
2003-09-18:
- added new methods to TJvStringGrid: AutoSizeCol, InsertRow, InsertCol, RemoveRow, RemoveCol, HideRow, ShowRow, HideCol, ShowCol and Clear and a new FixedFont property // peter3
2003-09-16:
- moved JvgRegLibDelphi3, JvgRegLibDelphi and JvgRegLibCBB5 to /archive - not used // peter3
- renamed JvgRegLibDelphi.pas to JvGlobusReg.pas to follow JVCL naming rules
- replaced TProgress event type with TJvProgressEvent
- renamed TJvPrintProgressEvent to TJvProgressEvent
- reanmed TJvProgressEvent to TJvHTTPProgressEvent
- renamed TOnSortMethod to TJvListViewColumnSortEvent and changed from function to procedure (event functions are bad...) // peter3
- moved event type declarations from JvListView to JvTypes // peter3
- Changed TJvCustomComboBox into a data consumer // marcelb
2003-09-13:
- Changed TJvCustomLabel into a data consumer //marcelb
2003-09-12:
- Generic storage backend component added //marcelb
- TJvFormStorage and components using it adapted to use the storage backend //marcelb
2003-09-02:

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -