Commit Graph

39219 Commits

Author SHA1 Message Date
jesus
ad143c3391 IDE, spanish translation: changed Tabuladores en espacios >> Tabuladores inteligentes
git-svn-id: trunk@40595 -
2013-03-20 21:56:16 +00:00
mattias
db6d035073 cody: clean up
git-svn-id: trunk@40594 -
2013-03-20 14:46:07 +00:00
mattias
1b37181d38 chmhelp: auto compile lhelp when showing all help, patch #23411
git-svn-id: trunk@40593 -
2013-03-20 09:00:29 +00:00
juha
07867f2b3a LazControls: add BiDiMode to DividerBevel. Issue #24069, patch from Vojtech Cihak
git-svn-id: trunk@40592 -
2013-03-19 23:16:39 +00:00
maxim
7df1120d89 LazFreeType: allow other processes read opened font file too, bug #23887
git-svn-id: trunk@40591 -
2013-03-19 20:55:59 +00:00
mattias
36a7559b8c chmhelp: fixed crash when lhelp is not there and give a hint what to do
git-svn-id: trunk@40590 -
2013-03-19 09:14:39 +00:00
mattias
f3776676a3 chmhelp: added menu item to open all chm files, patch #23411
git-svn-id: trunk@40589 -
2013-03-19 09:05:51 +00:00
maxim
aa66a6499f IDE: regenerated translations; updated Russian translation
git-svn-id: trunk@40588 -
2013-03-18 20:33:30 +00:00
maxim
0d56f72327 IDE: fixed typo
git-svn-id: trunk@40587 -
2013-03-18 20:15:38 +00:00
jesus
e4780672ec LazReport, missig change from previous designer patch
git-svn-id: trunk@40586 -
2013-03-18 19:37:12 +00:00
jesus
3d1c172880 Lazreport, hosted desginer scrollbox into a panel, this fix designer canvas not appearing in kubuntu 12.10 with default oxygen-gtk theme
git-svn-id: trunk@40585 -
2013-03-18 19:12:33 +00:00
mattias
bd90241752 lazcontrols: added TLvlGraphControl
git-svn-id: trunk@40584 -
2013-03-18 18:50:49 +00:00
jesus
e8206aeb4a Examples, added stringgrid column editors sampler, from Mike Sapsard, issue #24076
git-svn-id: trunk@40583 -
2013-03-18 18:17:47 +00:00
juha
a2a2d1599a LazControls: DividerBevel improvements by Vojtech Cihak. New published properties etc. Issue #24069
git-svn-id: trunk@40582 -
2013-03-18 17:14:24 +00:00
mattias
d16cdcf50c codetools: fpc source scores: fileinfo on target non wince, bug #24070
git-svn-id: trunk@40581 -
2013-03-18 08:25:15 +00:00
juha
22cf9232b4 Converter: add a setting for putting a comment after a replaced function.
git-svn-id: trunk@40580 -
2013-03-17 23:33:03 +00:00
mattias
62e85ec021 rpm: better error message
git-svn-id: trunk@40579 -
2013-03-17 20:17:10 +00:00
mattias
734b5a522e IDE: test compiler settings: show message when busy
git-svn-id: trunk@40577 -
2013-03-17 20:06:28 +00:00
mattias
1cfb2f38d8 IDE: verbosity when unitinfo of srcedit not found
git-svn-id: trunk@40576 -
2013-03-17 20:06:00 +00:00
michael
81ef0cf3c4 * Finalized MySQL 5.1/5.5 support. Added ability to generate SQL from connection
git-svn-id: trunk@40575 -
2013-03-17 13:42:27 +00:00
juha
fca96aeca6 Converter: save all files after conversion.
git-svn-id: trunk@40567 -
2013-03-17 11:36:36 +00:00
juha
950bdb1d35 IDE: add method "DoSaveEditorFile(const Filename: string; ..." to IDE interface. Analogous to DoCloseEditorFile method with Filename param.
git-svn-id: trunk@40566 -
2013-03-17 11:36:31 +00:00
juha
c16cec36c1 Converter: call CheckLFM again in a loop also when just properties were changed.
git-svn-id: trunk@40565 -
2013-03-17 08:56:31 +00:00
juha
cd0e43972f Converter: refactoring and some variable name changes.
git-svn-id: trunk@40564 -
2013-03-17 08:56:27 +00:00
zeljko
ae910387d1 Qt: fixed default color of QTabBar. issue #23985
git-svn-id: trunk@40563 -
2013-03-16 21:12:45 +00:00
jesus
abc18517a2 LCL, gtk, fix LazReport designer sometimes presented as a thin vertical or horizontal band that runs from center of screen under gtk2/64-bit, related to issue #21634
git-svn-id: trunk@40562 -
2013-03-16 19:29:54 +00:00
juha
bd059601c2 IDE: improve comments in LFMChecker, formatting
git-svn-id: trunk@40561 -
2013-03-16 17:58:39 +00:00
juha
1e6aba487f Converter: turn {$R *.RES} directive into a comment if the file does not exist
git-svn-id: trunk@40560 -
2013-03-16 16:34:15 +00:00
juha
01847e7456 Packager: formatting
git-svn-id: trunk@40559 -
2013-03-16 14:37:19 +00:00
juha
a13843f26c Converter: add needed units to uses section automatically. A class in LCL can be in a different unit than in VCL. Issue #23900
git-svn-id: trunk@40558 -
2013-03-16 14:37:13 +00:00
jesus
f69ac681f1 LCL, gtk2 fix TTabControl tab's height (improves appareance, LazReport designer for example, and on some themes/distros fix Critical warnings)
git-svn-id: trunk@40557 -
2013-03-16 06:34:41 +00:00
juha
c0878f5175 LazUtils: Remove useless code in TDictionaryStringList.Assign. The test "if Source is TStrings" is done in inherited method.
git-svn-id: trunk@40556 -
2013-03-15 16:27:26 +00:00
juha
41d9e5262e LCL: Add ColorRectWidth property to TColorListBox. Issue #24041, patch from Michael Fuchs
git-svn-id: trunk@40554 -
2013-03-15 13:09:47 +00:00
juha
1984461ac1 IDE: formatting
git-svn-id: trunk@40553 -
2013-03-15 13:09:43 +00:00
jesus
4b5bda4b7d Printers, gtk, fix vertscrollbar not appearing in printer's advanced options, and gtk-critical raised because assertion in gtk_widget_realize
git-svn-id: trunk@40552 -
2013-03-14 22:09:12 +00:00
mattias
d2484275e6 IDE: open file at cursor: do not stop at space when there are quotes
git-svn-id: trunk@40551 -
2013-03-14 20:55:25 +00:00
mattias
bcbe32c0d9 IDE: open file at cursor: check if cursor in quotes, if not, then stop at spaces
git-svn-id: trunk@40550 -
2013-03-14 18:52:32 +00:00
juha
ac54b82dcb IDE, SynEdit: Use the new ShiftMask feature in SynEdit to ignore Ctrl key in two-key sequences. Part of issue #24008
git-svn-id: trunk@40549 -
2013-03-14 12:21:59 +00:00
juha
869f674baf IDE: formatting
git-svn-id: trunk@40548 -
2013-03-14 12:21:53 +00:00
juha
eb91fbf509 LazUtils, DictionaryStringList: cleanup
git-svn-id: trunk@40547 -
2013-03-14 08:20:08 +00:00
martin
526c404fd7 SynEdit: Fixed gutter resizing. Issue #0023990
git-svn-id: trunk@40545 -
2013-03-13 16:20:17 +00:00
juha
939420b860 Lazautils, DictionaryStringList: add Antonio Galvao as a co-author
git-svn-id: trunk@40544 -
2013-03-13 14:42:43 +00:00
bart
b36ca5958c DBGrids: fix crash in PrepareCellHints when DataLink is not Active.
Patch by Petr-K. Fixes issue #0024028.

git-svn-id: trunk@40543 -
2013-03-13 14:12:57 +00:00
mattias
60d065f8a9 lazutils: less hints
git-svn-id: trunk@40542 -
2013-03-13 13:44:10 +00:00
mattias
69cb36d62a lcl: gtk2: fixed LM_CONTEXTMENU for TCustomControl
git-svn-id: trunk@40541 -
2013-03-13 10:15:15 +00:00
jesus
17eb1a44d9 LazReport, previous step for proper drawing in designer: isolating selection and object draws
git-svn-id: trunk@40540 -
2013-03-13 06:00:20 +00:00
juha
afb022bcb4 LazUtils: "Add" and "AddObject" methods are needed in TDictionaryStringList after all. Patch from Antônio Galvão
git-svn-id: trunk@40539 -
2013-03-13 00:01:54 +00:00
juha
58b6eb6943 LazUtils, a small fix in TDictionaryStringList.InsertItem
git-svn-id: trunk@40538 -
2013-03-12 15:41:54 +00:00
juha
aeba11b9c8 LazUtils: change DictionaryStringList to support duplicates. It does not store indexes in the map any more.
git-svn-id: trunk@40537 -
2013-03-12 14:42:16 +00:00
mattias
56cdd910fe openglcontrol: added properties to select the opengl version
git-svn-id: trunk@40536 -
2013-03-12 10:10:51 +00:00