Commit Graph

1569 Commits

Author SHA1 Message Date
mattias
6eb0f734c5 examples: easter: enabled win32 gui app
git-svn-id: trunk@64600 -
2021-02-17 13:23:20 +00:00
mattias
3b018cd3fd examples: updated holyday, enable win32 gui app
git-svn-id: trunk@64586 -
2021-02-15 16:07:47 +00:00
juha
3f78f0d62d New optimized functions in LazUtils: FilenameExtIs and FilenameExtIn. Used instead of CompareFileExt and similar.
git-svn-id: trunk@64583 -
2021-02-15 08:43:50 +00:00
juha
87ab5c4219 Examples: Improve string comparison.
git-svn-id: trunk@64505 -
2021-02-08 19:09:22 +00:00
juha
337b198136 Examples: Fix dir separator in testall.lpi.
git-svn-id: trunk@64194 -
2020-12-10 22:12:35 +00:00
wp
13b1874efd examples: Add some VirtualTreeView sample projects
git-svn-id: trunk@63975 -
2020-10-08 18:14:28 +00:00
michael
524b0c28ed * Patch from Sven Barth to include lazdaemonapp unit to enable streaming (bug ID #37700)
git-svn-id: trunk@63865 -
2020-09-04 13:51:07 +00:00
michael
ca33492279 * Set clean dirs service doAllowStop option, patch from Sven Barth, bug ID #37699
git-svn-id: trunk@63864 -
2020-09-04 13:49:01 +00:00
jesus
e7f57c722d FreeType: Support for rotated text.
git-svn-id: trunk@63846 -
2020-08-30 01:39:21 +00:00
wp
02e9b21883 Examples: Prevent merged header cells in merged_cells demo being drawn as selected.
git-svn-id: trunk@63790 -
2020-08-19 08:20:33 +00:00
wp
c4cc91f21d Examples: Make mergedcells example high-dpi aware.
git-svn-id: trunk@63686 -
2020-08-04 09:47:45 +00:00
wp
fcdba55052 TAChart: Remove "not initialized" warnings.
git-svn-id: trunk@63574 -
2020-07-16 20:11:06 +00:00
mattias
6dc2b54e1a make: set default lcl widgetset from carbon to cocoa
git-svn-id: trunk@63553 -
2020-07-13 09:21:07 +00:00
martin
43787906ea Examples: Multithread, reduce CPU. Issue #0036904 Patch by Vojtech Cihak
git-svn-id: trunk@62953 -
2020-04-12 23:53:13 +00:00
wp
c4afc0803c Examples/jpeg_more: Fix FPC_FullVersion check for disabling Grayscale checkbox.
git-svn-id: trunk@62706 -
2020-03-07 23:36:52 +00:00
juha
6a5c733584 LCL: Fix FPC_FullVersion text for FPC 3.0.4. Now 30004, was 30400.
git-svn-id: trunk@62703 -
2020-03-07 20:31:32 +00:00
ondrej
74fb203f39 LCL: Screen.BeginTempCursor & EndTempCursor
git-svn-id: trunk@62664 -
2020-02-23 06:04:38 +00:00
wp
9f17767ea1 turbopower_ipro: Activate LCLScaling in examples.
git-svn-id: trunk@62141 -
2019-10-28 18:43:39 +00:00
maxim
bfc5807673 Translations: Ukrainian translation update by Olexandr Pylypchuk, bug #36097
git-svn-id: trunk@61907 -
2019-09-20 23:42:25 +00:00
maxim
3bbfbdcaac Examples, Translation: removed GetDefaultLang reference, made TMainForm.SelectLanguage method use SetDefaultLang result
git-svn-id: trunk@61600 -
2019-07-18 00:06:01 +00:00
juha
5b5ad75799 LazUtils: Add OnCompare func for TFreeTypeFont's AVLTree. Prevents adding glyphs many times. Issue #35627.
git-svn-id: trunk@61291 -
2019-05-25 09:36:51 +00:00
maxim
b68407fc52 Translations: regenerated all relevant translation files after r61225 #75a8b1b83c
git-svn-id: trunk@61226 -
2019-05-13 23:21:39 +00:00
juha
5328b9a852 Examples: Use '/' as path delimiter in project settings. Works also on Windows. Issue #35524.
git-svn-id: trunk@61164 -
2019-05-06 11:32:58 +00:00
mattias
a06e60a246 undo
git-svn-id: trunk@61011 -
2019-04-18 08:11:56 +00:00
mattias
ab0aa9bf2a IDE: fixed uninitialized result, issue #35411, from Ondrej
git-svn-id: trunk@61010 -
2019-04-18 08:11:11 +00:00
mattias
58fa3aaa17 examples: clean up
git-svn-id: trunk@60625 -
2019-03-08 23:01:34 +00:00
wp
c6278a2e45 Examples/Translation: Combine {$warnings off} with {$push} and {$pop}
git-svn-id: trunk@60230 -
2019-01-27 11:35:11 +00:00
maxim
684c367b8a IDE: changed extension of master PO files (a.k.a. templates) from .po to .pot, adapted IDE, POChecker, updatepofiles tool and localize.bat/.sh scripts.
Reasons:
1. .pot is 'industry standard' extension for PO template files. As a consequence, PO editors can now open our templates 'out of the box' and automate creation of translations.
2. It is now much simpler to detect template files now that dotted unit names are allowed.

git-svn-id: trunk@60208 -
2019-01-24 23:02:37 +00:00
maxim
c8c7a1723a Translations: Chinese translation update by robsean, bug #34579
git-svn-id: trunk@59617 -
2018-11-22 00:03:32 +00:00
wp
9deac7b246 LCL: Fix compilation issue with fpc 3.0.2 (TJpegImage.GrayScale).
git-svn-id: trunk@59059 -
2018-09-17 23:41:41 +00:00
wp
7b7dceaf6d Examples: Add new jpeg demo ("jpeg_more") for the properties added in r59051 #c0c477a971-55
git-svn-id: trunk@59056 -
2018-09-17 22:31:15 +00:00
wp
e01a4c1b40 Examples: Undo unintentional change in gridexamples/merged_cells by prev commit (r58817)
git-svn-id: trunk@58818 -
2018-09-02 13:16:06 +00:00
wp
81bf5300aa TurboPower_ipro: Fix IpHtmlPanel ignoring linebreak between <p> nodes within a <td> node. Improvements in rendering distance between paragraphs.
git-svn-id: trunk@58817 -
2018-09-02 13:10:57 +00:00
jesus
824d21014a LCL: reset row's top and bottom bounds after drawing cell and fix merge cells example issue #34017
git-svn-id: trunk@58711 -
2018-08-15 08:07:10 +00:00
wp
b9a983f064 Examples: Fix uninitialized variable issue in gridexamples/merged_cells (https://forum.lazarus.freepascal.org/index.php/topic,41757.msg290284)
git-svn-id: trunk@58428 -
2018-07-02 15:49:57 +00:00
martin
19f92d6a42 Examples: Added SynEdit search example. Issue #33554
git-svn-id: trunk@58298 -
2018-06-17 22:48:39 +00:00
juha
8bed6f8ca0 IdeIntf: Split IDEOptionsIntf into a new IDEOptEditorIntf.
git-svn-id: trunk@58208 -
2018-06-09 14:40:08 +00:00
mattias
1c514f9a8d IDE: designer: option show non visual components
git-svn-id: trunk@58037 -
2018-05-27 06:54:35 +00:00
wp
7b4fa8c326 Examples/sprites: Add smooth movement of sprite by keyboard, as well as interia effect for keyboard movement (code by Handoko, https://forum.lazarus.freepascal.org/index.php/topic,41178.msg285678.html#msg285678).
git-svn-id: trunk@57899 -
2018-05-11 17:05:38 +00:00
wp
fce225497b Examples: Add keyboard and mouse controlled sprite movement to sample project "sprites"
git-svn-id: trunk@57802 -
2018-05-07 12:07:07 +00:00
wp
ad8d85d0bf Examples: Save command line parameters in lazfreetype demo in lps instead of lpi file.
git-svn-id: trunk@57799 -
2018-05-07 07:16:01 +00:00
wp
ea44972061 Examples: Fix background color issue in lazfreetype demo.
git-svn-id: trunk@57798 -
2018-05-07 07:07:51 +00:00
michael
dd7422fede * Some cleanup: make sure the various renderers do not interfere with each other
git-svn-id: trunk@57794 -
2018-05-05 10:37:50 +00:00
michael
3dc90f88f3 * Fix bug #33656, add report loop to reportdata
git-svn-id: trunk@57793 -
2018-05-05 09:39:40 +00:00
mattias
df563ccf26 examples: added license
git-svn-id: trunk@57772 -
2018-05-02 22:44:19 +00:00
mattias
ac208d729d examples: added demo package for generating Pascal from a design form
git-svn-id: trunk@57771 -
2018-05-02 22:39:40 +00:00
ondrej
aba4fa2017 examples: imagelist_highdpi_designtime: add TBitBtn and TSpeedButton controls
git-svn-id: trunk@57707 -
2018-04-25 10:22:41 +00:00
maxim
f23167b458 Translations: Simplified Chinese translation update by robsean, bug #33242
git-svn-id: trunk@57404 -
2018-02-27 23:23:20 +00:00
michael
960b8ab51b * Simple report demo by Andi Friess (bug ID #33224)
git-svn-id: trunk@57394 -
2018-02-27 14:31:42 +00:00
juha
9105b67106 Fixes for examples/androidlcl. Issue #31884, patch from rusty_robot.
git-svn-id: trunk@57334 -
2018-02-20 11:02:52 +00:00
ondrej
2f4595ff71 examples: imagelist: fix comment, cleanup
git-svn-id: trunk@57292 -
2018-02-12 20:24:59 +00:00
wp
0e38359be5 Examples: Extend imagelist_hidpi_designtime sample to switch between small and large images usage in the listview.
git-svn-id: trunk@57273 -
2018-02-08 15:32:42 +00:00
ondrej
2d3f983511 examples: imagelist_highdpi_designtime: 64x64 images
git-svn-id: trunk@57241 -
2018-02-03 23:39:18 +00:00
ondrej
32b00c3140 revert r57234 #7cbeaf45d2: examples: fix project for Linux
git-svn-id: trunk@57236 -
2018-02-03 18:32:57 +00:00
ondrej
35b851a7ba examples: fix project for Linux
git-svn-id: trunk@57235 -
2018-02-03 18:31:28 +00:00
ondrej
7cbeaf45d2 examples: fix project for Linux
git-svn-id: trunk@57234 -
2018-02-03 18:27:49 +00:00
ondrej
1f765a3316 examples: new imagelist examples (multiresolution / high-dpi)
git-svn-id: trunk@57226 -
2018-02-03 12:07:40 +00:00
wp
88ccde9a8e Examples: In translation_demo provide ukrainian selection in language combo in correct language.
git-svn-id: trunk@57141 -
2018-01-22 00:22:46 +00:00
wp
387605c036 Examples: Use Ukrainian letters in language selection of translation_demo (google-translated).
git-svn-id: trunk@57004 -
2018-01-07 16:00:23 +00:00
maxim
6393c91e5d Translations: Chinese translation update by robsean, bug #32850
git-svn-id: trunk@56798 -
2017-12-19 22:08:00 +00:00
juha
10869f2af7 A new example project for mouse buttons. Issue #32791, from AlexeyT.
git-svn-id: trunk@56718 -
2017-12-14 07:44:26 +00:00
wp
bd004732eb Examples/Translation: Fix Chinese language selection in combobox.
git-svn-id: trunk@56653 -
2017-12-06 09:29:07 +00:00
wp
b09b00d3ac Examples/translation: Update language selection combo for Portuguese.
git-svn-id: trunk@56613 -
2017-12-04 14:38:56 +00:00
wp
4b96ad200f Examples/translation: Add Portuguese language to language selection combo.
git-svn-id: trunk@56602 -
2017-12-03 23:27:06 +00:00
maxim
fda3d01d12 Translations: Brazilian Portuguese translation update by Marcelo B Paula, bug #32762
git-svn-id: trunk@56600 -
2017-12-03 22:58:43 +00:00
wp
dfbb435d28 Examples/translation: Update Lithuanian language name in language selection combobox.
git-svn-id: trunk@56597 -
2017-12-03 22:14:35 +00:00
wp
1892f91130 Examples/translation: Add Lithuanian to language selection
git-svn-id: trunk@56587 -
2017-12-02 23:49:19 +00:00
wp
08250c5525 Examples/translation: Update language selection combobox (new Ukrainian and Chinese translations).
git-svn-id: trunk@56586 -
2017-12-02 23:44:40 +00:00
maxim
926062dcfd Translations: huge Chinese translation update by robsean, bug #32750
git-svn-id: trunk@56534 -
2017-11-29 22:32:14 +00:00
giuliano
154cfbab51 Fix issue #32711 TWinControl.flipchildren does not flip anchored controls
git-svn-id: trunk@56437 -
2017-11-19 21:24:58 +00:00
mattias
5a8b53d7bf IDE: fixed example designnonlcl
git-svn-id: trunk@56283 -
2017-11-04 15:27:50 +00:00
juha
c71500bcf7 Delete example "FpDocManager". Does not work.
git-svn-id: trunk@56250 -
2017-10-31 09:25:27 +00:00
juha
471d2ea156 Delete example "SpeedTest". Image penguin.xpm is missing and it makes no sense.
git-svn-id: trunk@56249 -
2017-10-31 09:25:24 +00:00
juha
ad57283d64 Move package SemaphorGridLPK and its example project to Lazarus-CCR.
git-svn-id: trunk@56248 -
2017-10-31 09:25:19 +00:00
wp
46fea057b9 Examples/synedit1: Fix compilation issue
git-svn-id: trunk@56228 -
2017-10-29 14:13:30 +00:00
wp
0060e906c3 examples/componentstreaming: Preving explaining labels reaching beyond form borders.
git-svn-id: trunk@56227 -
2017-10-29 14:01:47 +00:00
wp
b33cda47a6 examples/dbeditmask: Fix crash due to incorrect dateseparator in some countries. Use default font instead of MS SansSerif.
git-svn-id: trunk@56226 -
2017-10-29 13:22:07 +00:00
wp
e96879b669 examples/ResizeImageDemo: remove unit Windows from "uses".
git-svn-id: trunk@56225 -
2017-10-29 12:08:33 +00:00
wp
897c3f20e0 examples/tryicon: Avoid truncated checkbox caption
git-svn-id: trunk@56224 -
2017-10-29 11:42:55 +00:00
wp
748967367b examples/treeview: Use default font (instead of MS SansSerif)
git-svn-id: trunk@56223 -
2017-10-29 11:41:04 +00:00
mattias
acd77c3bb0 lazutils: replaced TPASObjectWriter with TCompWriterPas
git-svn-id: trunk@56208 -
2017-10-26 14:18:13 +00:00
mattias
8300e744e7 examples: updated res files
git-svn-id: trunk@56118 -
2017-10-18 08:50:02 +00:00
mattias
099b09d88d lazutils: added compwriterpas.pas
git-svn-id: trunk@56093 -
2017-10-17 12:12:46 +00:00
juha
52fc498a76 Formatting and cleanup.
git-svn-id: trunk@55594 -
2017-07-26 10:45:05 +00:00
wp
5a5c2cb27c Examples: add TurboPowerIPro project to display the hierarchy of html nodes of a html document in a treeview
git-svn-id: trunk@55564 -
2017-07-23 16:55:31 +00:00
maxim
732c7f90fd Translations: Lithuanian translation update by Valdas Jankūnas, bug #32126
git-svn-id: trunk@55474 -
2017-07-08 12:47:30 +00:00
mattias
9048bd87cf debian: fixed permissions
git-svn-id: trunk@54998 -
2017-05-19 08:38:20 +00:00
wp
ec9f1ff081 GridExamples: Add demo for embedding images into a grid
git-svn-id: trunk@54978 -
2017-05-18 20:53:49 +00:00
mattias
d3ff637f6e examples: fixed pascalstream with FPC 3.0+
git-svn-id: trunk@54891 -
2017-05-12 22:54:44 +00:00
wp
c5cf593797 Examples: Fix crash of demo "propstorage" (http://forum.lazarus.freepascal.org/index.php/topic,36862.msg246019/topicseen.html).
git-svn-id: trunk@54881 -
2017-05-12 16:19:10 +00:00
mattias
6cc8aeb697 examples: removed obsolete openbrowser
git-svn-id: trunk@54879 -
2017-05-12 12:58:36 +00:00
wp
5377b0e786 Examples: Improved usability of demo "openurltest".
git-svn-id: trunk@54878 -
2017-05-12 12:21:56 +00:00
wp
cd4add856f Examples: Minor improvements of sample project motiongraphics (http://forum.lazarus.freepascal.org/index.php/topic,36858.msg245986.html)
git-svn-id: trunk@54877 -
2017-05-12 10:42:57 +00:00
wp
7cc4753676 Examples: Fix demo fontenum ignoring some user input (http://forum.lazarus.freepascal.org/index.php/topic,36839.0.html)
git-svn-id: trunk@54876 -
2017-05-11 20:33:58 +00:00
wp
b8d6c0d8dc gridexamples: in title_image_demo show images at start, adapt height of header row to image layout) (http://forum.lazarus.freepascal.org/index.php/topic,36841.0.html)
git-svn-id: trunk@54875 -
2017-05-11 19:46:32 +00:00
juha
b5251d2152 Examples: Remove PathDelim and LaunchingApplication settings from the projects.
git-svn-id: trunk@54873 -
2017-05-11 09:04:51 +00:00
wp
7b4283dd0e Example easter: Fix ownerdrawn listbox not painting its background, center listbox items
git-svn-id: trunk@54854 -
2017-05-10 15:02:18 +00:00
juha
2a1891258d DbEditMask example: Fix ShortDateFormat, it raised an exception.
git-svn-id: trunk@54833 -
2017-05-08 12:36:51 +00:00
juha
229a13dad9 Clean some example projects.
git-svn-id: trunk@54591 -
2017-04-09 14:09:54 +00:00
mattias
6b1b3acb9f examples: fixed testall.lpi
git-svn-id: trunk@54587 -
2017-04-09 09:25:32 +00:00
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