Commit Graph

1369 Commits

Author SHA1 Message Date
juha
70ab84f55d DB examples: Remove wrong and unused include file references from project.
git-svn-id: trunk@54574 -
2017-04-08 15:10:12 +00:00
maxim
37f2d73f0a Translations: Ukrainian translation update by Olexandr Pylypchuk, bug #31614
git-svn-id: trunk@54514 -
2017-04-03 23:24:37 +00:00
maxim
c74ec53ab7 Translations: Ukrainian translation update by Olexandr Pylypchuk, bug #31463
git-svn-id: trunk@54327 -
2017-03-02 22:17:27 +00:00
wp
80ddf57c84 Examples: Add example demonstrating cell text overflow in a StringGrid
git-svn-id: trunk@54171 -
2017-02-16 20:27:02 +00:00
joost
1de2cbf586 general: Updated address of the Free Software Foundation in copyright messages
git-svn-id: trunk@54031 -
2017-01-29 21:04:32 +00:00
juha
ad8da9ff6b Add LCLPlatformDef to packages and examples that did not compile otherwise.
git-svn-id: trunk@53713 -
2016-12-18 10:10:56 +00:00
juha
46ff8dcc47 HelpHTML example: remove unused unit references.
git-svn-id: trunk@53708 -
2016-12-17 22:57:53 +00:00
mattias
9ff6541b70 lcl: added protected TCustomTreeView.CreateNodes, issue #31111
git-svn-id: trunk@53660 -
2016-12-12 21:10:54 +00:00
juha
f674fb144c Readme file for ResizeImageDemo Example from Mike Sapsard. Issue #27592.
git-svn-id: trunk@53423 -
2016-11-23 10:54:42 +00:00
mattias
7b6d4222ec IDEIntf: object inspector: added widestring and unicodestring to example
git-svn-id: trunk@53347 -
2016-11-11 18:49:46 +00:00
wp
738cf3bc30 Examples: Fix merged_cells grid example crashing if OnMergeCells event handler needs cell content (Cells[]).
git-svn-id: trunk@53086 -
2016-10-09 17:46:47 +00:00
wp
2b86c05fc8 examples: Add example for merging cells in TStringGrid
git-svn-id: trunk@53068 -
2016-10-04 12:59:53 +00:00
maxim
054290bc91 Examples, CodepageConverter: restored i18n
git-svn-id: trunk@52969 -
2016-09-13 23:15:48 +00:00
maxim
2f121a446e Examples, CodepageConverter: replaced .lrt files with .lrj
git-svn-id: trunk@52968 -
2016-09-13 23:08:12 +00:00
maxim
532079484d Examples, Translation: replaced .lrt files with .lrj
git-svn-id: trunk@52967 -
2016-09-13 23:00:22 +00:00
juha
9367da0ae5 Remove extra checks for empty strings together with IsValidIdent. It already handles an empty string.
git-svn-id: trunk@52812 -
2016-08-17 10:40:29 +00:00
maxim
36046a9b4d Translations: Ukrainian translation update by Olexandr Pylypchuk, bug #30250
git-svn-id: trunk@52463 -
2016-06-08 23:13:31 +00:00
maxim
207c318329 Regenerated translations
git-svn-id: trunk@52455 -
2016-06-08 21:59:41 +00:00
ondrej
4ffd3756f3 examples: fix lazfreetype example
git-svn-id: trunk@52152 -
2016-04-09 18:20:31 +00:00
martin
cadda54bee SynEdit, Examples: fix syn hl example / register attributes
git-svn-id: trunk@52009 -
2016-03-21 19:59:59 +00:00
bart
ff19675249 Examples: TestAll: change QuestionDialog dialog test.
git-svn-id: trunk@51861 -
2016-03-08 18:37:30 +00:00
bart
0520897120 Examples: TestAll: refactor some dialog tests.
git-svn-id: trunk@51833 -
2016-03-06 12:05:52 +00:00
bart
bd5c917340 Examples: TestAll: more dialog tests (provided by jc99, modifiedby me).
git-svn-id: trunk@51832 -
2016-03-06 11:15:52 +00:00
bart
376303c792 Examples: TestAll: add testallform.lfm, which I forgot in r51824 #87791326d0.
git-svn-id: trunk@51831 -
2016-03-05 23:19:44 +00:00
bart
01358aea67 Examples: TestAll: don't write an extra '$' in front of Key when logging Key events.
git-svn-id: trunk@51828 -
2016-03-05 17:37:41 +00:00
bart
36e0d69b90 Examples: TestAll: more component tests.
git-svn-id: trunk@51827 -
2016-03-05 15:21:10 +00:00
bart
96ba7a6b40 Examples: TestAll:
- make dummy procedures for all tests and call them in the menu's onclick event
- fix typo
- refactor
- cleanup

git-svn-id: trunk@51826 -
2016-03-05 13:09:33 +00:00
bart
b9a5f9bcc9 Examples: TestAll: add a test (work in progress).
git-svn-id: trunk@51825 -
2016-03-04 18:13:13 +00:00
bart
87791326d0 Examples: Start completely rewrting the TestAll apllication.
git-svn-id: trunk@51824 -
2016-03-04 15:05:52 +00:00
bart
70a5958e59 Examples: Fix crash in TForm1.ApplicationIdle of TestAll project.
git-svn-id: trunk@51820 -
2016-03-03 23:47:36 +00:00
bart
161225d29f Examples: Make Debug and Release buildmodes for TestAll project.
git-svn-id: trunk@51815 -
2016-03-03 12:13:28 +00:00
bart
6b8f2f492a Examples: Re-enable "Win32 GUI application" of TestAll project (accidentically introduced by me in r51813 #c83e1c15e5).
git-svn-id: trunk@51814 -
2016-03-03 12:09:01 +00:00
bart
c83e1c15e5 Examples: Fix resource loading in TestAll project.
git-svn-id: trunk@51813 -
2016-03-03 11:30:47 +00:00
mattias
135960b35a examples: less hints
git-svn-id: trunk@51776 -
2016-03-01 15:20:46 +00:00
maxim
beeb532fc5 Examples, translation: allow to select any of available translations, patch by wp, bug #29662
git-svn-id: trunk@51654 -
2016-02-18 06:47:04 +00:00
maxim
f4b5ad7152 Examples, translation: regenerated translations
git-svn-id: trunk@51604 -
2016-02-13 12:21:42 +00:00
maxim
40026f0046 Translations: French translation update by Gilles Vasseur, bug #29634
git-svn-id: trunk@51602 -
2016-02-12 22:54:38 +00:00
maxim
b0dabf0e3a Examples: excluded unneeded strings from "translation" example PO files
git-svn-id: trunk@51590 -
2016-02-10 22:48:29 +00:00
juha
570ec7af98 Fix memory leak in HtmlHelp_IPro example project. Issue #29611, patch from wp.
git-svn-id: trunk@51569 -
2016-02-10 14:18:18 +00:00
maxim
e5396dc094 Translations: French translation update by Gilles Vasseur, bug #029586
git-svn-id: trunk@51513 -
2016-02-06 13:51:24 +00:00
mattias
81cbe917e9 examples: testxmlreader, fixed typo
git-svn-id: trunk@51436 -
2016-01-28 12:05:23 +00:00
mattias
50a430b9c3 examples: testxmlreader, fixed typo
git-svn-id: trunk@51435 -
2016-01-28 12:03:41 +00:00
maxim
e1239e4c94 Translations: French translation update by Gilles Vasseur, bug #29208
git-svn-id: trunk@50925 -
2015-12-18 23:55:17 +00:00
maxim
7ee6ffa5cd Translation example: regenerated translations
git-svn-id: trunk@50923 -
2015-12-18 23:39:22 +00:00
maxim
8e9ae2c080 CodePageConverter: regenerated translations
git-svn-id: trunk@50922 -
2015-12-18 23:38:18 +00:00
mattias
a452f166d8 easydockmgr: made a runtime package
git-svn-id: trunk@50751 -
2015-12-12 09:51:17 +00:00
ondrej
f295d270f3 dockmanager: delete easydockmgrdsgn
git-svn-id: trunk@50748 -
2015-12-11 13:56:06 +00:00
juha
4f6445c95a EasyDockManager: Remove a non-existent source file reference.
git-svn-id: trunk@50747 -
2015-12-11 13:50:52 +00:00
juha
2ff909a6cc Object Inspector example: Use unit GraphPropEdits to register TColorPropertyEditor.
git-svn-id: trunk@50188 -
2015-10-27 22:41:21 +00:00
juha
38878ad607 IdeIntf, IDE: Refactor command system. Separate menu and toolbar commands, update them in right place etc. Issue #28777, patch from Ondrej Pokorny.
git-svn-id: trunk@50026 -
2015-10-11 09:11:47 +00:00