Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add unittests #7

Open
wants to merge 114 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
114 commits
Select commit Hold shift + click to select a range
92196d9
Merge of AttracsBold
MauricDaniel Apr 26, 2021
2251f85
Updated search path for packages to find bold.inc
MauricDaniel Apr 30, 2021
7acdca0
Add missing BoldExpert.res
Apr 30, 2021
eee95d2
Access violation preventing component installation
ilsouza May 2, 2021
1bf5a3d
File MSXML_TLB.pas renamed
ilsouza May 2, 2021
005ba21
More packages converted
ilsouza May 2, 2021
17bbb23
Merge pull request #3 from ilsouza/#task-Ivan
MauricDaniel May 4, 2021
3ce81a2
#5 Added missing resource and uncomment action registration
MauricDaniel May 4, 2021
c39ed0e
Added missing res
MauricDaniel May 4, 2021
62b0d6a
Added more missing resources
MauricDaniel May 4, 2021
1595ab7
Bugfix for blob invalidate causing member to become dirty
MauricDaniel May 4, 2021
ea112fe
More res files
MauricDaniel May 4, 2021
0cd38b8
More missing resources
MauricDaniel May 4, 2021
7a52d89
Added .rc to project resources
MauricDaniel May 4, 2021
f58a6f5
Added BoldUniDac Package
MauricDaniel May 5, 2021
7f615b6
Now using TPerlRegEx.EscapeRegExChars for escaping
MauricDaniel May 6, 2021
c96df5c
#8 % char is now removed for SQLLike as TRegEx
May 12, 2021
e71bb44
Removed conditional UseSynCommons
MauricDaniel May 17, 2021
310fa6d
Added FireDac support
MauricDaniel May 17, 2021
e3d897d
Added BoldAction, Fixes for FireDac DB Creation and minor changes
MauricDaniel May 17, 2021
4af3996
Updated Buildings demo to work with latest
MauricDaniel May 17, 2021
6aa8dcf
Added new BoldDesignPackage, single package containing everything.
MauricDaniel May 17, 2021
8991423
Updated Buildings demo
MauricDaniel May 17, 2021
37c8c15
Added BoldConstraintValidator
MauricDaniel May 17, 2021
c2e37ae
Registration for BoldConstraintValidator
MauricDaniel May 17, 2021
ebcd388
Added BoldAction
MauricDaniel May 18, 2021
13d212b
Minor changes for XE5 compatibility
MauricDaniel May 18, 2021
fbb0758
Added SearchPath.txt for convenience, paste into project search path
MauricDaniel May 21, 2021
5063ed2
Updated PMUpdate call to match required params
MauricDaniel May 21, 2021
f839c6c
Now writes UTF8.
MauricDaniel May 21, 2021
d409cd6
Removed files
MauricDaniel May 21, 2021
14ef2db
Updated for Indy10
MauricDaniel May 22, 2021
d49f019
Check if IBoldBlobStreamContent is supported, it won't be with remot…
MauricDaniel May 22, 2021
07f42a3
fix delete from end when full
MauricDaniel May 22, 2021
d1506f6
Added OnExpressionChanged and changed info link to www.omg.org/spec/OCL
MauricDaniel May 22, 2021
a45109d
TBoldSetCheckPointAction now only enabled if there is a non empty cur…
MauricDaniel May 22, 2021
053e87c
New TBoldDiscardChangesAction and CreateDB now has IgnoreUnknownTable…
MauricDaniel May 22, 2021
c8d311f
Added comment where x64 compile fails with Cardinal typecast of inter…
MauricDaniel May 22, 2021
098a722
New DropDatabase and DatabaseExists methods in db and adapter.
MauricDaniel May 22, 2021
75e46df
New DropDatabase and DatabaseExists templates. Only implemented templ…
MauricDaniel May 22, 2021
246263c
CanEvaluateInPS can now also work without active system.
MauricDaniel May 22, 2021
f27798f
Log using AsISODateTimeMS
MauricDaniel May 22, 2021
c41763e
Log using AsISODateTimeMS
MauricDaniel May 22, 2021
196530d
Removed BoldGettingStartedExpert
MauricDaniel May 22, 2021
629e96f
Now Requires FireDACPgDriver Postgres becomes default for demos.
MauricDaniel May 22, 2021
c3e4582
New BoldFormSaverActions implement Ok/Apply/Cancel
MauricDaniel May 22, 2021
b6a3c13
Register BoldFormSaverActions.
MauricDaniel May 22, 2021
bdd98bd
New TBoldLogOSSAction, not implemented yet
MauricDaniel May 22, 2021
60ef9a5
SystemHandle now has Discard
MauricDaniel May 22, 2021
7ae8625
Register TBoldDiscardChangesAction
MauricDaniel May 22, 2021
fd576cc
Fix - check if BoldList is assigned
MauricDaniel May 22, 2021
f1b0db5
Using JSON for OSS messages.
MauricDaniel May 22, 2021
b069356
RegEx delete all %.
MauricDaniel May 22, 2021
3a00aea
Merge pull request #9 from Embarcadero/UseDelphiRegEx
MauricDaniel May 22, 2021
e562e05
Added all units to package
MauricDaniel May 22, 2021
cc91547
Implemented BoldOSSLog
MauricDaniel May 22, 2021
bbc160b
Updated SqlDir from ancient 80 to 260
MauricDaniel May 22, 2021
86ff513
TBoldSystemExtension now Subscribable.
MauricDaniel May 22, 2021
ba86225
New TBoldSubscribableNonRefCountedObject.
MauricDaniel May 22, 2021
422b60a
UndoHandler is now subscribable and sends events.
MauricDaniel May 22, 2021
52ce751
Updated BoldEventToString with new events
MauricDaniel May 22, 2021
ae15b95
Updated Buildings demo
MauricDaniel May 22, 2021
cc9d13e
Added LogOssAction and updated drop/exists db tempaltes
MauricDaniel May 22, 2021
f3b9cbe
Removed deprecated persistence handle
MauricDaniel May 23, 2021
a0f0b50
Removed deprecated BoldVariableDefinition
MauricDaniel May 23, 2021
cecad53
Unified Create/Drop/Exists database templates, use DatabaseNameMarker…
MauricDaniel May 23, 2021
9b9e78a
Use new db templates
MauricDaniel May 23, 2021
aeb2421
Cleaned up uses
MauricDaniel May 23, 2021
dff0510
Replaced BoldSoft with boldfordelphi link
MauricDaniel May 23, 2021
e90a2b1
CreateDBAction now uses DropExisting param
MauricDaniel May 23, 2021
49a0e0d
Updated gitignore for Delphi file types
MauricDaniel May 23, 2021
45faf2a
Turned on LightMemberDeriver and DebugInstanceCounter conditionals.
MauricDaniel May 23, 2021
fac6c99
Removed copyright header
MauricDaniel May 23, 2021
519a7a9
Reorganized packages, added BoldDevEx
MauricDaniel May 23, 2021
17c94a8
Updated Buildings demo
MauricDaniel May 23, 2021
0eccdd7
fix potential index out of bounds
MauricDaniel May 23, 2021
596a43e
More logical action behaviour
MauricDaniel May 23, 2021
219046e
Updated project files
MauricDaniel May 23, 2021
84e1017
Fixed case warning
MauricDaniel May 23, 2021
f009c56
Cleaned up conditionals
MauricDaniel May 23, 2021
6363ddc
Updated signature of CreateDatabase
MauricDaniel May 23, 2021
0d97f0a
Fixed wrong button position
MauricDaniel May 23, 2021
bc51995
Filled ColumnExistsTemplate and IndexColumnExistsTemplate for Postgres
MauricDaniel May 23, 2021
4d7926f
New Actions for DB validate of structure/data
MauricDaniel May 23, 2021
ccbcf47
Change Sleep between queries to ms instead of seconds
MauricDaniel May 23, 2021
ee7c7e6
fixed typo and action shortcut
MauricDaniel May 23, 2021
2f69faf
Unitname->BoldUnitName
MauricDaniel May 23, 2021
8b5ac64
Fix design time error
MauricDaniel May 24, 2021
f36c412
Added missing res file
MauricDaniel May 24, 2021
3816bd7
Remove IbExpress reference
MauricDaniel May 24, 2021
a5ae709
Minor fixes
MauricDaniel May 24, 2021
6c16a94
New TBoldEvolveDBAction
MauricDaniel May 24, 2021
73a50d6
Minor refactoring of code modifying property editors
MauricDaniel May 24, 2021
1b238df
Updated demo with new actions
MauricDaniel May 24, 2021
5058fef
Updated package
MauricDaniel May 24, 2021
e03ba8b
Added Bold help file in chm format
MauricDaniel May 24, 2021
5abeecf
Updated packages again
MauricDaniel May 24, 2021
53195fa
Moved IDE unit to design package
MauricDaniel May 25, 2021
823595a
fix av in SetSystemHandle
MauricDaniel May 25, 2021
131f98d
Removed file
MauricDaniel May 25, 2021
af92eb0
Removed empty initialization statements w/o finalization
MauricDaniel May 25, 2021
272efb2
Removed usage of BoldRev
MauricDaniel May 25, 2021
610e4a3
Added ComponentPlatformsAttribute win32/64 to all registered components
MauricDaniel May 26, 2021
bd0a8c2
Removed extra packages
MauricDaniel May 26, 2021
ca5f34e
Updated Project Group
MauricDaniel May 26, 2021
8cddf8c
Added ftWideMemo to blob field type list.
MauricDaniel May 28, 2021
837d562
New test, check if object exists in parent but not in child table.
MauricDaniel May 28, 2021
3dadadb
Added missing consts
MauricDaniel May 28, 2021
9a28e49
Add Delphi book by Konstantin Gribachev
Apr 28, 2022
a58031c
#15 Fix memoryleak in SSLexLexeme
bero Aug 29, 2023
772c7a3
Changes for Delphi 12
bero Apr 28, 2024
dd1de37
Create QuickStart.txt
bero Apr 29, 2024
31168d3
Spell error. Also test write permission for Smartgit
bero May 3, 2024
3947b9a
Update README.md for AttracsBold branch
bero May 3, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
39 changes: 39 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
# Delphi compiler-generated binaries (safe to delete)
*.exe
*.dll
*.bpl
*.bpi
*.dcp
*.so
*.apk
*.drc
*.map
*.dres
*.rsm
*.tds
*.dcu
*.lib
*.a
*.o
*.ocx

# Delphi autogenerated files (duplicated info)
*.cfg
*.hpp
*Resource.rc


# Delphi local files (user-specific info)
*.local
*.identcache
*.projdata
*.tvsconfig
*.dsk

# Delphi history and backups
__history/
__recovery/
*.~*

# Castalia statistics file (since XE7 Castalia is distributed with Delphi)
*.stat
297 changes: 202 additions & 95 deletions Bold.dpk

Large diffs are not rendered by default.

1,093 changes: 956 additions & 137 deletions Bold.dproj

Large diffs are not rendered by default.

Binary file modified Bold.res
Binary file not shown.
Loading