Commit Graph

51797 Commits

Author SHA1 Message Date
mattias
8ff8c4d7f2 codetools: define template directory: fixed skipping empty directory
git-svn-id: branches/fixes_1_8@54689 -
2017-04-22 14:44:27 +00:00
mattias
8f9c0fe72b codetools: fixed id on unknown exception
git-svn-id: branches/fixes_1_8@54687 -
2017-04-22 11:21:16 +00:00
mattias
732ca63bd0 codetools: sourcechangecache and directiveparser: unique ids for errors
git-svn-id: branches/fixes_1_8@54685 -
2017-04-22 11:19:07 +00:00
mattias
52199c87c7 codetools: linkscanner: unique ids for errors
git-svn-id: branches/fixes_1_8@54683 -
2017-04-22 11:10:55 +00:00
mattias
bf7a622801 fpcunit: consolerunner: use lazutils instead of lcl
git-svn-id: branches/fixes_1_8@54680 -
2017-04-22 11:06:53 +00:00
mattias
ec3bbfa0dc IDE: do not check package source directory of a manual package
git-svn-id: branches/fixes_1_8@54677 -
2017-04-21 21:37:56 +00:00
mattias
4f81b67ac6 codetools: fixed error msg
git-svn-id: branches/fixes_1_8@54675 -
2017-04-21 21:24:39 +00:00
michl
9672b3d5c6 LCL: TSpinEdit: Win32: Fixed Z-order problem with TSpinEdit. Issue #27862
git-svn-id: branches/fixes_1_8@54673 -
2017-04-21 21:21:00 +00:00
mattias
cb758fd5c6 codetools: debug gather unit names
git-svn-id: branches/fixes_1_8@54672 -
2017-04-21 20:34:01 +00:00
mattias
6df5f3f0e2 codetools: fixed code completion for v in constset
git-svn-id: branches/fixes_1_8@54670 -
2017-04-21 19:48:36 +00:00
mattias
1668b44eeb codetools: fixed recognizing str
git-svn-id: branches/fixes_1_8@54667 -
2017-04-21 19:02:47 +00:00
mattias
f7a23d3529 codetools: added unique ids for bug reports
git-svn-id: branches/fixes_1_8@54666 -
2017-04-21 19:02:12 +00:00
mattias
d51465d0fb codetools: added nativeint, nativeuint for pas2js
git-svn-id: branches/fixes_1_8@54660 -
2017-04-21 17:06:25 +00:00
mattias
b06073799d codetools: fixed resolving function result, simplified code
git-svn-id: branches/fixes_1_8@54650 -
2017-04-20 11:36:58 +00:00
mattias
ea419c75ef codetools: ctnReferencTo for typeinfo, code hints and type check
git-svn-id: branches/fixes_1_8@54643 -
2017-04-19 11:50:18 +00:00
mattias
27937b0e13 codetools: keywordfunclists: use fast property Count
git-svn-id: branches/fixes_1_8@54641 -
2017-04-19 11:02:29 +00:00
mattias
1e655bcb16 codetools: referenceto: fixed endpos
git-svn-id: branches/fixes_1_8@54639 -
2017-04-19 10:51:26 +00:00
mattias
f5d6bb03fd codetools: delphi predefined identifiers: nativeint, bools
git-svn-id: branches/fixes_1_8@54638 -
2017-04-19 10:51:11 +00:00
maxim
e9355df601 Merged revision(s) 54633 #ae6948b6b3 from trunk:
GTK2, GTK3: In DrawText support prefixed UTF-8 codepoints. Issue #31674, solution by AlexeyT.
........

git-svn-id: branches/fixes_1_8@54634 -
2017-04-18 22:22:42 +00:00
mattias
f9c7fc84cf codetools: fixed predefined identifiers delphi, fpc, pas2js
git-svn-id: branches/fixes_1_8@54632 -
2017-04-18 16:13:51 +00:00
mattias
ed3c15b565 IDE: useunit dialog: fixed adding unit to program uses section
git-svn-id: branches/fixes_1_8@54631 -
2017-04-18 16:12:51 +00:00
maxim
e7184bd5bb Merged revision(s) 54618-54619 #b82d144b41-#b82d144b41 from trunk:
Lazreport: fix column number, issue #31544
........
LazReport: fix export from LazReport to pdf (fclpdf), from Aleksey Lagunov, issue #31659
........

git-svn-id: branches/fixes_1_8@54628 -
2017-04-17 22:33:44 +00:00
michl
e8f1899342 LCL: TGroupBox: Win32: Fix for doubled caption. Issue #31670
git-svn-id: branches/fixes_1_8@54624 -
2017-04-17 11:58:48 +00:00
martin
3ad2d05cf0 keep in trunk only, until fixed
git-svn-id: branches/fixes_1_8@54622 -
2017-04-17 00:03:51 +00:00
maxim
ac1c3c07e0 Merged revision(s) 54604 #5927bc15cb from trunk:
* Removed .lps file from repository
........

git-svn-id: branches/fixes_1_8@54613 -
2017-04-11 21:51:42 +00:00
maxim
7bd3e30e39 Merged revision(s) 54596 #2112766b0b, 54607 #4d5f7394a0 from trunk:
translations: German: updates from Swen Heinig
........
Translations: regenerated German translation
........

git-svn-id: branches/fixes_1_8@54611 -
2017-04-11 21:50:01 +00:00
maxim
3b3096b10c Merged revision(s) 54600 #3ded31c99a from trunk:
LCL-Win32: Fix range error in ComboBoxWindowProc. Use SetWindowLong from LCLIntf. Issue #31635, patch from Petr-K.
........

git-svn-id: branches/fixes_1_8@54610 -
2017-04-11 21:46:37 +00:00
maxim
13dff9bf74 Merged revision(s) 54594 #ef45c8ed44, 54597 #26faccc615 from trunk:
LazControls: Apply filter also at start in ListFilterEdit and ListviewFilterEdit. Issue #31632.
........
LazControls: Apply filter also at start in TreeFilterEdit. Issue #31632.
........

git-svn-id: branches/fixes_1_8@54609 -
2017-04-11 21:45:23 +00:00
maxim
bd1f26f8c3 Merged revision(s) 54585-54586 #7174c8b922-#7174c8b922, 54589 #cfaa72128b, 54593 #0d8532961c, 54599 #265bd3afca from trunk:
qt,qt5: do not process events after modal form is hidden, otherwise we can have av if formclose contain caFree.
........
qt: simplified code
........
qt,qt5: do not eat cpu with gtk theme. issue #31191
........
qt, qt5: do not disable DT_WORDBREAK if we are using DT_CALCRECT, otherwise we'll have wrong calculation in combination with DT_NOCLIP.
........
Qt,Qt5: fixed potential memleak with TQtWSDragImageList when bitmap handle is null.
........

git-svn-id: branches/fixes_1_8@54608 -
2017-04-11 21:43:15 +00:00
mattias
3a126372c9 examples: fixed testall.lpi
git-svn-id: branches/fixes_1_8@54588 -
2017-04-09 09:26:24 +00:00
mattias
f32a447df8 IDE: darwin: fixed Info.plist short version
git-svn-id: branches/fixes_1_8@54584 -
2017-04-09 06:41:33 +00:00
mattias
be968d8fa3 debian: fixed date
git-svn-id: branches/fixes_1_8@54582 -
2017-04-08 22:09:09 +00:00
mattias
2daa2392e4 updated lpl
git-svn-id: branches/fixes_1_8@54581 -
2017-04-08 22:08:59 +00:00
mattias
2728b0d15b created 1.8.0RC1 as branches/fixes_1_8
git-svn-id: branches/fixes_1_8@54579 -
2017-04-08 21:56:13 +00:00
mattias
0a891e4ab2 set version to 1.8.0RC1
git-svn-id: trunk@54578 -
2017-04-08 21:53:32 +00:00
mattias
0ee63c524c updated lpl
git-svn-id: trunk@54577 -
2017-04-08 21:36:17 +00:00
jesus
b96124b3dc LazReport: fix potential AV on execute script for dialog pages
Increased speed of report template import from a spreadsheet
fix compile with latest Lazarus
fix AV after destroy report designer
fix create CrossTab report on multiple pages
fix editing prepared report

from Aleksey Lagunov, issue #31457

git-svn-id: trunk@54576 -
2017-04-08 15:58:09 +00:00
juha
4005ada739 Carbon: Prevent exception when handling popup menu. Issue #28379, patch from C Western.
git-svn-id: trunk@54575 -
2017-04-08 15:10:25 +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
joost
0678543521 * Fixed range-check error due to uninitialized variable
git-svn-id: trunk@54573 -
2017-04-08 14:40:37 +00:00
juha
92ebfa019f IDE: Use symlinks when opening file for debugging. Improved version. Issue #31577, patch from Artyom.
git-svn-id: trunk@54572 -
2017-04-08 09:22:51 +00:00
juha
d78cefe1d1 Carbon: Complete the issue #29972. Patch from AlexeyT.
git-svn-id: trunk@54571 -
2017-04-08 09:22:39 +00:00
juha
04cdeee412 Codetools: formatting.
git-svn-id: trunk@54570 -
2017-04-08 08:28:57 +00:00
juha
be7c1a5384 Carbon: Complete the issue #31011. Patch from AlexeyT.
git-svn-id: trunk@54569 -
2017-04-08 08:28:42 +00:00
maxim
85daa3b051 Components, ProjectGroups: regenerated translations and updated Russian translation
git-svn-id: trunk@54568 -
2017-04-07 22:19:21 +00:00
maxim
81ea720fa1 IDE: regenerated translations and updated Russian translation
git-svn-id: trunk@54567 -
2017-04-07 22:00:09 +00:00
juha
705ec489a3 Carbon: Make TListBox.SetItemIndex scroll item into view. Issue #31013, patch from Stefan Kopf.
git-svn-id: trunk@54566 -
2017-04-07 21:57:46 +00:00
juha
9c8139c410 Carbon: Implement TListBox.ScrollWidth. Issue #31011, patch from Stefan Kopf.
git-svn-id: trunk@54565 -
2017-04-07 21:57:41 +00:00
juha
f49fbe25f1 Codetools: Use the same AVL_Tree everywhere.
git-svn-id: trunk@54564 -
2017-04-07 19:14:24 +00:00
juha
ffa67e0ff4 Fix compilation of Codetools examples and wiki test project. Clean uses sections.
git-svn-id: trunk@54563 -
2017-04-07 19:02:11 +00:00