Commit Graph

51614 Commits

Author SHA1 Message Date
mattias
00d6a447b5 codetools: fixed resolving function result, simplified code
git-svn-id: trunk@54649 -
2017-04-20 11:36:37 +00:00
ondrej
5fdd4105b4 IDE images: new images menu_view_components, menu_view_inspector, menu_view_messages, menu_view_search_results. Designed by FTurtle, issue #31625
git-svn-id: trunk@54648 -
2017-04-20 10:12:39 +00:00
mattias
74a0685b73 lcl: gtk3: TGtk3ListView.ItemGetState: use StrToIntDef, from Alexey
git-svn-id: trunk@54647 -
2017-04-20 07:09:46 +00:00
juha
24ed61d2db LCL-GTK3: Free memory block after use. Issue #31638, patch from Anton Kavalenka.
git-svn-id: trunk@54646 -
2017-04-19 19:40:50 +00:00
juha
6774461478 DateTimePicker: Don't fire OnChange event when pressing ESC without changes. Issue #31679, patch from Gabor Boros.
git-svn-id: trunk@54645 -
2017-04-19 12:11:27 +00:00
juha
7780afbc23 LCL-Cocoa: Insert menu items at correct location. Issue #30827, patch from Zoë Peterson.
git-svn-id: trunk@54644 -
2017-04-19 11:55:18 +00:00
mattias
5ad98a7bcf codetools: ctnReferencTo for typeinfo, code hints and type check
git-svn-id: trunk@54642 -
2017-04-19 11:49:51 +00:00
mattias
d78b765eac codetools: keywordfunclists: use fast property Count
git-svn-id: trunk@54640 -
2017-04-19 11:02:03 +00:00
mattias
0236e179c3 codetools: referenceto: fixed endpos
git-svn-id: trunk@54637 -
2017-04-19 10:34:54 +00:00
mattias
9a0ddd60ef codetools: delphi predefined identifiers: nativeint, bools
git-svn-id: trunk@54636 -
2017-04-19 10:34:32 +00:00
juha
1ea9fd9ddd LCL-Cocoa: Update a changed main menu correctly. Issue #30809, patch from Zoë Peterson.
git-svn-id: trunk@54635 -
2017-04-19 08:14:55 +00:00
juha
ae6948b6b3 GTK2, GTK3: In DrawText support prefixed UTF-8 codepoints. Issue #31674, solution by AlexeyT.
git-svn-id: trunk@54633 -
2017-04-18 18:12:07 +00:00
mattias
d82739d93e codetools: fixed predefine dlist fpc, delphi cardinal, longint
git-svn-id: trunk@54630 -
2017-04-18 16:11:30 +00:00
wp
c331f49f7e LCL: fix TCanvas.TextRect clipping at boundaries of provided rect (issue #0031673)
git-svn-id: trunk@54629 -
2017-04-18 15:43:38 +00:00
michl
5361d2be18 LCL: SpinEdit: Win32: Fixed z-order problem. Issue #27862
git-svn-id: trunk@54627 -
2017-04-17 20:46:18 +00:00
mattias
63b04ac2da codetools: updated predefined identifiers
git-svn-id: trunk@54626 -
2017-04-17 15:34:14 +00:00
mattias
27336a6392 codetools: added tests for proc ovrloads of basetypes
git-svn-id: trunk@54625 -
2017-04-17 14:49:09 +00:00
michl
e0e21cd0d0 LCL: TGroupBox: Win32: Fix for doubled caption. Issue #31670
git-svn-id: trunk@54623 -
2017-04-17 11:36:57 +00:00
jesus
95312d4835 LCL: Fix grid's LoadFromCSVStream when there are CustomColumns and fixedCols, issue #31293
git-svn-id: trunk@54621 -
2017-04-16 06:14:44 +00:00
mattias
22f672c047 IDE: use unit dialog: TUseUnitDialog.InterfaceSelected: check if there is a choice, bug #31666
git-svn-id: trunk@54620 -
2017-04-15 19:45:10 +00:00
jesus
71449f2742 LazReport: fix export from LazReport to pdf (fclpdf), from Aleksey Lagunov, issue #31659
git-svn-id: trunk@54619 -
2017-04-15 01:40:19 +00:00
jesus
b82d144b41 Lazreport: fix column number, issue #31544
git-svn-id: trunk@54618 -
2017-04-15 01:29:26 +00:00
freq
0b5d2d5ef5 cocoa: fix mouse move bug
git-svn-id: trunk@54617 -
2017-04-13 04:37:10 +00:00
balazs
461a534a26 Opkman: Show available updates even when the version is smaller then the installed one.
git-svn-id: trunk@54616 -
2017-04-12 11:52:04 +00:00
joost
857b03253f fppkg: Implemented the details-screen
git-svn-id: trunk@54615 -
2017-04-12 11:08:21 +00:00
joost
2dce596179 fppkg: Hide the archive-button, it has not so much sense as it is implemented now in a GUI-application
git-svn-id: trunk@54614 -
2017-04-12 11:07:47 +00:00
joost
cfff97567b fppkg: Fixed package filtering and some cleanup
git-svn-id: trunk@54612 -
2017-04-11 21:51:35 +00:00
maxim
4d5f7394a0 Translations: regenerated German translation
git-svn-id: trunk@54607 -
2017-04-11 21:38:30 +00:00
maxim
6cbc11ddea FpPkg: updated Russian translation
git-svn-id: trunk@54606 -
2017-04-11 21:37:29 +00:00
joost
a9580c0b0d * Handle fppkg-commands in separate worker-thread
git-svn-id: trunk@54605 -
2017-04-11 17:36:07 +00:00
joost
5927bc15cb * Removed .lps file from repository
git-svn-id: trunk@54604 -
2017-04-11 17:33:53 +00:00
balazs
e0dd295ab2 Opkman: Hide static text for recently installed packages.
git-svn-id: trunk@54603 -
2017-04-11 06:02:35 +00:00
juha
de867c7b05 Carbon: Optimize TCarbonControlContext drawing. Issue #21767, patch from David Jenkins & AlexeyT.
git-svn-id: trunk@54602 -
2017-04-10 20:09:35 +00:00
juha
57f917a297 Carbon: Don't call OnChange during handle creation. Issue #21727, patch from David Jenkins & AlexeyT.
git-svn-id: trunk@54601 -
2017-04-10 19:54:57 +00:00
juha
3ded31c99a LCL-Win32: Fix range error in ComboBoxWindowProc. Use SetWindowLong from LCLIntf. Issue #31635, patch from Petr-K.
git-svn-id: trunk@54600 -
2017-04-10 14:26:57 +00:00
zeljko
265bd3afca Qt,Qt5: fixed potential memleak with TQtWSDragImageList when bitmap handle is null.
git-svn-id: trunk@54599 -
2017-04-10 12:49:02 +00:00
juha
17c931b0ba Carbon: Extend keyboard shortcut handling for punctuation keys, etc. Issue #21748, patch from David Jenkins.
git-svn-id: trunk@54598 -
2017-04-10 09:17:40 +00:00
juha
26faccc615 LazControls: Apply filter also at start in TreeFilterEdit. Issue #31632.
git-svn-id: trunk@54597 -
2017-04-09 22:14:01 +00:00
mattias
2112766b0b translations: German: updates from Swen Heinig
git-svn-id: trunk@54596 -
2017-04-09 17:48:13 +00:00
juha
ac90233ec4 LazControls: Clean uses sections.
git-svn-id: trunk@54595 -
2017-04-09 17:25:34 +00:00
juha
ef45c8ed44 LazControls: Apply filter also at start in ListFilterEdit and ListviewFilterEdit. Issue #31632.
git-svn-id: trunk@54594 -
2017-04-09 17:25:22 +00:00
zeljko
0d8532961c qt, qt5: do not disable DT_WORDBREAK if we are using DT_CALCRECT, otherwise we'll have wrong calculation in combination with DT_NOCLIP.
git-svn-id: trunk@54593 -
2017-04-09 15:00:09 +00:00
juha
d58a9c4bd9 LCL: Prevent Up/Down keys change focus on ListBox. Issue #30558, patch from Stefan Kopf.
git-svn-id: trunk@54592 -
2017-04-09 14:10:01 +00:00
juha
229a13dad9 Clean some example projects.
git-svn-id: trunk@54591 -
2017-04-09 14:09:54 +00:00
juha
afa6994118 Carbon: Animated custom mouse cursors in TCarbonCursor. Issue #21755, patch from David Jenkins.
git-svn-id: trunk@54590 -
2017-04-09 14:09:40 +00:00
zeljko
cfaa72128b qt,qt5: do not eat cpu with gtk theme. issue #31191
git-svn-id: trunk@54589 -
2017-04-09 09:47:38 +00:00
mattias
6b1b3acb9f examples: fixed testall.lpi
git-svn-id: trunk@54587 -
2017-04-09 09:25:32 +00:00
zeljko
2560efa563 qt: simplified code
git-svn-id: trunk@54586 -
2017-04-09 08:56:48 +00:00
zeljko
7174c8b922 qt,qt5: do not process events after modal form is hidden, otherwise we can have av if formclose contain caFree.
git-svn-id: trunk@54585 -
2017-04-09 08:53:11 +00:00
mattias
f71066acad IDE: darwin: fixed Ifo.plist short version
git-svn-id: trunk@54583 -
2017-04-09 06:40:54 +00:00