Ru-Board.club
← Вернуться в раздел «Тестирование»

» Анонсы компонент и утилит с открытым исходным кодом

Автор: VadimLou
Дата сообщения: 28.02.2012 15:02
1. TxQuery 2.8 FS Version
2. Категория: Базы данный.
3. Назначение: TxQuery component is a TDataSet descendant component that can be used to query one or more TDataSet descendant components using SQL statements. It is implemented in Delphi 100% source code, no DLL required, because it implements its own SQL syntax parser and SQL engine.
4. [more=Изменения]
TxQuery History

2.8 Release on 12 Oct 2012
Support Delphi XE3.
Implement function GetFieldData(Field: TField; Buffer: TValueBuffer) for Delphi XE3

2.7 Release on 29 Mar 2012
Fix SELECT SUM(*) ... GROUP BY... statement return invalid row if record count of result set if 0.

2.6 Release on 21Feb 2012

*
Delphi 2009 and above: Fix invalid pointer error happen when using BookmarkList in xQuery.pas that
was declared as TList instance.

[/more]
5. Компиляторы: Delphi 3-XE3 and C++Builder 3-XE3
6. Офф. ссылки:
Google Code TxQuery
7. Загрузки:
mediafire:
[more=git clone]git clone https://code.google.com/p/txquery/[/more]
Автор: Vo1T
Дата сообщения: 02.08.2012 08:38
1. IDE Fix Pack 5.0
2. IDE-утилиты
3. Расширение, исправляющее кучу ошибок для которых Embarcadero ещё не представило официальных исправлений.
4. [more=Что нового]Fixed: RC files couldn’t be opened by double clicking in the ProjectManager
Fixed: Random order of BuildConfiguration tags in the dproj file
Added: Much improved linker performance if generics are used
Added: Parser for Find Unit (for Symbol) can be canceled by pressing ESC
Added: Refactor actions are only available after the parser has finished
Added: Refactor actions don’t start the parser if the user pressed an unrelated shortcut
Added: ObjectTextToBinary performance optimization for Linker and the FormDesigner
Added: Compile Dialog accepts the cancel button when only up-to-date DCU files are loaded but no actual unit compilation is done
Added: Protect the editor from CnWizard’s access from Application.OnIdle (random AVs when closing tabs)
Added: comp32x.dll keeps file handles open that shouldn’t belong to the debugger instance (debugging the IDE that debugs a program => program’s EXE is locked when compiling it the second time) (XE2)
Added: Fix for compiler bug where a memory allocator returned an invalid address due to an overflow
Added: Enabled “Ignore errors when kibitzing” patch for XE+, 2009/2010 already had it enabled (XE/XE2)
Added: Fix for QC#82199: Saving from the DFM as text editor truncates the PAS file by the number of Unicode chars (2009/2010)
Added: Fix for IDE removing form-unit from project when switching from DFM Text editor to FormDesigner with errors in the DFM
Removed: DisablePackageCache patch (too many component vendors now depend on not loading all packages)[/more]
5. Delphi 2009-XE2
6. IDE Fix Pack 5.0
Автор: data man
Дата сообщения: 07.02.2013 14:16
1. Virtual Treeview component v5.1.1, 07 Feb 2013
2. Визуальный компонент
3. Древовидные списки
4. [more=Что нового]V5.1.1 (07 Feb 2013):
- Fixed issue #313: Translucent selection rectangle completely broken when PaintBackground is used
- Fixed issue #314: Only if toAutoSort is True non-expanded nodes will be excluded from sorting.
This restores the behavior of V5.0.X.
- Fixed issue #306: Drag image was broken except for CF_HDROP
- Fixed issue #305: Broken hint drawing with classic windows theme and toUseExplorerTheme
- Fixed issue #298: Bad canvas parameters in OnBeforeCellPaint method
- If NodeDataSize has its default value -1, now sizeof(Pointer) is used at runtime as actual value.
This makes it easier to store a simple Pointer with each node indepedent of the target platform (32/64Bit).
- Fixed issue #300: Made the hint text more centered in the hint window
- If TVirtualTreeColumn.CheckBox is set to True in Designer, then hoShowImages is now added to Header.Options
- Fixed issue #302: AV when painting sorted header column containing checkbox
- Now soring subnodes when they get expanded and the toAutoSort flag is set
- Added fix for ugly drawn disabled images (thx to S. Glienke). See also:
http://stackoverflow.com/questions/6003018/make-disabled-menu-and-toolbar-images-look-better
http://qc.embarcadero.com/wc/qcmain.aspx?d=86879
- Fixed issue #299: Draw themed focus rectangle with toUseExplorerTheme
- Fixed issue #198: Wrong check images
- Removed file VTConfig.inc. The former $ifdef ReverseFullExpandHotKey is now a flag in the
TVTMiscOption enumeration. The $ifdef TntSupport can be defined at the beginning of the unit VirtualTrees.
- Added new optional parameter "Recursive" to TBaseVirtualTree.Sort()

V5.1.0 (05 Nov 2012):
- Fixed issue #291: Empty hint strings are shown when using custom hint window classes
- Added support for VCl styles of RAD Studio XE2 and higher. (Thanks to Dietmar Rsler, issue #288)
- Fixed issue #285: access violation when mouse down over checkbox sometimes
- Fixed issue #293: OnAdvancedHeaderDraw is called with wrong PaintInfo.PaintRectangle
- Improved creation of IDragSourceHelper and added support for IDragSourceHelper2
- Fixed problem with drawing selection rectangle after canceled rename
- Improved creation of IDragSourceHelper and added support for IDragSourceHelper2
- Fixed issue regarding activating explorer theme
- Fixed issue #222: FDottedBrush is never released in the tree is never shown
- Fixed issue #52: Misalignement of CheckBox and TreeLine/Buttons
- Fixed issue #43: VT stop repaint after Windows visual style change
- Fixed issue #66: column auto-resize makes not aware of StaticText
- Fixed issue #53: Misalignment Images Columns > 0
- Fixed issue #176: Multiline Aligment Problem
- Fixed issue #283: VTV no longer allows to drop above or below when using Full row selection
- Fixed issue #173: Two suggestions about class member visibilities
- Fixed issue #192: Fixed column painting bug when OffsetX > 0
- Fixed Delphi 2007 Designer package

V5.0.1 (06 Sep 2012):
- Added Support for RAD Studio XE3
- Fixed definition of event OnAfterHeaderExport, it used the same member variable as OnBeforeHeaderExport.
- Fixed problem with Delphi 2007 package
- Delphi 2009 and 2010 packages are also implicit build packages now, like those for XE and XE2 (issue #279)
- Fixed #251: Added supoort for C++ Builder XE2
- Fixed #274: Wrong stop condition in TBaseVirtualTree.GetLastVisible
- Fixed runtime package of Delphi 7
- Fixed issue #273: Incremental search for international symbols not working in Delphi 2009-XE2
- A few minor bug fixes have been incorporated

July 03, 2012
- Release of V5.0.0 final
[/more]
5. Delphi 7-XE, BDS 2006, CBuilder 2010, RAD Studio XE2-XE3
6. Virtual Treeview on Google code
7. VirtualTreeViewV5.1.1.zip
Автор: data man
Дата сообщения: 05.04.2013 15:27
1. Virtual Treeview component v5.1.2, 04 Apr 2013
2. Визуальный компонент
3. Древовидные списки
4. [more=Что нового]V5.1.2 (04 Apr 2013):
- Added function TVirtualTreeColumns.GetFirstColumn that returns the first column in display order.
- Fixed issue #322: CaptionAlignment is not being restored by Header.LoadFromStream().
- TBaseVirtualTree.GetNodeData() now calls InitNode() if the node had not beend initialized.
This fixes issue #323 (Memory leak when the Node has children )
- Fixed issue #326: Application hangs when aborting OLE Copy/Paste Operation
- Added new option poResizeToFitItem to TVTHeaderPopupOption: Adds an item which, if clicked,
resizes all columns to fit by calling TVTHeader.AutoFitColumns()
- Property RangeX is now public in the class TVirtualStringTree (#327)
- TVirtualTreeColumns.HandleClick(): No longer triggering auto sort if just the checkbox in the header was clicked
- TBaseVirtualTree.SetCheckType new resets PVirtualNode.CheckState only if the check state does not fit the new check type
- Fixed issue #321: Delphi2009: undeclared identifier: 'fState' in VirtualTrees.pas:DrawDisabledImage()
- Fixed issue #315: hoHeaderClickAutoSort was only working if toAutoSort is also set
[/more]
5. Delphi 7-XE, BDS 2006, CBuilder 2010, RAD Studio XE2-XE3
6. Virtual Treeview on Google code
7. VirtualTreeViewV5.1.2.zip
Автор: vadim100
Дата сообщения: 15.05.2013 18:59
1. RepoRTF 1.10
2. невизуальный компонент
3. Генератор отчетов в формате RTF. Делаете заранее свой шаблон в Word. Формируете в программе данные для заполнения. Вызываете процедуру RepoRTF - на выходе красота.
4. Что нового [?]
5. Исходники для C++Builder, Delphi, FoxPro
6. русский автор A.PL.simple
7. скачать
Автор: XPerformer
Дата сообщения: 15.05.2013 20:13
vadim100
ссылка на автора не открылась

Добавлено:
скачать тоже не удалось. Вы себе скачали?
Автор: vadim100
Дата сообщения: 23.05.2013 16:40

Цитата:
vadim100
ссылка на автора не открылась

Добавлено:
скачать тоже не удалось. Вы себе скачали?


Да автор не открывается. Но когда-то всё работало.
Компонент использую очень давно.
Вот закачал версию что есть у меня http://rghost.ru/46203151
Автор: XPerformer
Дата сообщения: 23.05.2013 17:06
дык это, он вроде сишный?
Автор: vadim100
Дата сообщения: 26.05.2013 15:41

Цитата:
дык это, он вроде сишный?


паскаль, си, foxpro
Автор: XPerformer
Дата сообщения: 04.10.2013 13:10
1. ZipMaster v 1.9.1.x
2. Архиваторы
3. Невизуальный компонент-обертка для Zip, Unzip
5. Поддерживаемые версии Delphi 6 - XE4/CBuilder
6. ZipMaster
7. sources - 7 June, 2013 - 1.9.1.0019
Автор: Alextpp
Дата сообщения: 26.05.2014 00:06
1. ATTabs v0.9 beta
2. TabControl
3. Легкий, ОС независимый (не использует темы ОС) tab control
5. Delphi 7+, Lazarus 1.2.0
6. ATTabs
Автор: VadimLou
Дата сообщения: 13.09.2014 10:29
1. TxQuery 2.8 FS Git Version XE7 Support, datecode 2014-09-07
2. Категория: Базы данный.
3. Назначение: TxQuery component is a TDataSet descendant component that can be used to query one or more TDataSet descendant components using SQL statements. It is implemented in Delphi 100% source code, no DLL required, because it implements its own SQL syntax parser and SQL engine.
4. [more=Изменения]
TxQuery History
Integrate fixed from Francisco Armando Duenas:
* Added ttlargeInt data type support
* Added ttWidestring data type support
* Fix failed test cases in previous release
* Make TxQuery (TP yacc lex parser) Thread safe
* Revise projects (.dproj) files
* Update TxQuery compiler defined

[/more]
5. Компиляторы: Delphi/C++Builder 3-XE7
6. Офф. ссылки:
Google Code TxQuery
7. Загрузки:
Download Download zip | tar.gz
[more=git clone]git clone https://code.google.com/p/txquery/[/more]
Автор: Alexey_Gawrilow
Дата сообщения: 18.02.2015 22:14
VerySimple.Lua 2.0 – a cross-platform Lua 5.3.0 wrapper for Delphi XE5-XE7
http://code.google.com/p/verysimplelua/

http://blog.spreendigital.de/2015/02/18/verysimple-lua-2-0-a-cross-platform-lua-5-3-0-wrapper-for-delphi-xe5-xe7/



Добавлено:
VerySimpleXML 2.0 – a lightweight, cross-platform, one-unit XML reader/writer for Delphi 2010-XE7
http://code.google.com/p/verysimplexml/
http://blog.spreendigital.de/2014/09/13/verysimplexml-2-0/

Добавлено:
Json Data Objects
JSON parser for Delphi 2009 and newer
This Delphi unit contains a JSON parser that supports Delphi 2009-XE7 and the platforms Win32, Win64 and ARM Android (MacOS and iOS may work).
https://github.com/ahausladen/JsonDataObjects
Автор: doxtur
Дата сообщения: 28.04.2015 19:17
вот этот юзер http://sourceforge.net/u/userid-1335977/profile/ ваяет отличные нативные iOS/Android компоненты для Firemonkey (для XE8 в данный момент)

есть ограничения (http://stackoverflow.com/questions/26736691/limitations-in-native-ios-components-for-firemonkey) , но кусочки оттуда я использую
Автор: Varenik
Дата сообщения: 04.05.2015 11:44
VadimLou

Цитата:
TxQuery 2.8 FS Git Version XE7 Support, datecode 2014-09-07

А можно ещё раз выложить?
Автор: SysoevMaxim
Дата сообщения: 10.07.2016 18:29

1. TelegAPI
2. Сети
3. Создание ботов для Telegram на Delphi XE7+
4. -
5. Delphi XE7 - Delphi Berlin
6. TelegaPI
7. ZIP

Страницы: 12

Предыдущая тема: Лiга:Закон 7 / 8 (Liga:Zakon) часть (проэкт)


Форум Ru-Board.club — поднят 15-09-2016 числа. Цель - сохранить наследие старого Ru-Board, истории становления российского интернета. Сделано для людей.