zeljko
|
f901b9342c
|
Qt5: cbindings: implemented QObject::metaObject(), now we can extract complete classinfo from any Qt class.
git-svn-id: trunk@54980 -
|
2017-05-18 21:05:20 +00:00 |
|
ondrej
|
1079fcdcbc
|
codetools: simplify r54976 #a52a5d0607
git-svn-id: trunk@54979 -
|
2017-05-18 20:56:17 +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 |
|
ondrej
|
7f78bf4c33
|
codetools: support UnicodeString in TFindDeclarationTool.FindExprTypeAsString
git-svn-id: trunk@54977 -
|
2017-05-18 20:35:27 +00:00 |
|
ondrej
|
a52a5d0607
|
codetools: implement 'Override function result string types with the first parameter expression type' code creation feature
git-svn-id: trunk@54976 -
|
2017-05-18 20:08:13 +00:00 |
|
zeljko
|
cba5c9c545
|
Gtk2: removed workaround for SW_SHOWNORMAL, added checks for SW_RESTORE and SW_SHOWMAXIMIZED. issue #31832
git-svn-id: trunk@54975 -
|
2017-05-18 17:28:58 +00:00 |
|
bart
|
bf69b8e9d5
|
UpDown: make mousewheel above the control increment/decrement the associated control. Issue #0031868.
git-svn-id: trunk@54974 -
|
2017-05-18 17:02:18 +00:00 |
|
mattias
|
c4a3e56985
|
cody: fixed typo
git-svn-id: trunk@54972 -
|
2017-05-18 15:01:37 +00:00 |
|
mattias
|
a12f19cbe3
|
tools: find_missing_wiki_svnrevisions: user filter
git-svn-id: trunk@54971 -
|
2017-05-18 15:01:04 +00:00 |
|
ondrej
|
aa4dfd880b
|
lcl: grids: add Options2 = [goScrollToLastCol, goScrollToLastRow]. Issue #31766
git-svn-id: trunk@54970 -
|
2017-05-18 13:52:33 +00:00 |
|
mattias
|
e6ce403f3f
|
updates makefiles
git-svn-id: trunk@54969 -
|
2017-05-18 11:39:53 +00:00 |
|
mattias
|
f6a373d91f
|
updatemakefiles: check if fpcmake supports new version
git-svn-id: trunk@54967 -
|
2017-05-18 11:39:12 +00:00 |
|
juha
|
8bcb1a543e
|
Carbon: Support a WS_POPUP type floating window. Issue #21746, patch from David Jenkins and AlexeyT.
git-svn-id: trunk@54966 -
|
2017-05-18 10:00:29 +00:00 |
|
juha
|
d88911aefa
|
JCF2: Support finalization without initialization. Issue #31821, patch from CCRDude.
git-svn-id: trunk@54965 -
|
2017-05-18 08:52:46 +00:00 |
|
ondrej
|
d208ef2dad
|
lcl: label: fix CalcFittingFontHeight. Patch by Luca Olivetti
git-svn-id: trunk@54964 -
|
2017-05-18 08:44:09 +00:00 |
|
juha
|
19d467d3e1
|
JCF2: Support nested procedure types. Issue #31823, patch from CCRDude.
git-svn-id: trunk@54963 -
|
2017-05-18 08:36:48 +00:00 |
|
juha
|
4676d39ba2
|
LCL: Call inherited from TCustomControlFilterEdit.ButtonClick. Issue #31828.
git-svn-id: trunk@54962 -
|
2017-05-18 07:21:15 +00:00 |
|
michl
|
e2665a6beb
|
MenuEditor: Cleaning up. Remove unneeded GlobalDesignHook.RemoveHandler
git-svn-id: trunk@54961 -
|
2017-05-18 06:14:47 +00:00 |
|
michl
|
3e154dc287
|
MenuEditor: AV on closing IDE with opened menu editor. Issue #31816
git-svn-id: trunk@54960 -
|
2017-05-18 06:02:13 +00:00 |
|
mattias
|
36c1a482a0
|
lcl: gtk2: fixed shrinking designer form, bug #31832, patch Kostas Michalopoulos
git-svn-id: trunk@54958 -
|
2017-05-17 23:10:40 +00:00 |
|
michl
|
c2dcfae499
|
MenuEditor: If IDE is closed a AV is thrown. Issue #31791
git-svn-id: trunk@54957 -
|
2017-05-17 20:57:24 +00:00 |
|
ondrej
|
9edd2d5ad2
|
lcl: grids: keep *IsStored functions to DefaultColWidth and DefaultRowHeight properties protected-only (related revision: r54949 #80a8c39f9d)
git-svn-id: trunk@54956 -
|
2017-05-17 19:06:19 +00:00 |
|
ondrej
|
3a7e2ee5dd
|
IdeIntf: propedits: fix highlighting default (=not stored) properties.
git-svn-id: trunk@54955 -
|
2017-05-17 18:27:55 +00:00 |
|
ondrej
|
697a3ee6fa
|
IdeIntf: propedits: always write property values to objects. The property setter method has to decide about the need of update, not the propedit code.
git-svn-id: trunk@54954 -
|
2017-05-17 14:57:07 +00:00 |
|
ondrej
|
fa6f0296b6
|
IdeIntf: OI: always write values to objects if explicitely wanted.
git-svn-id: trunk@54953 -
|
2017-05-17 14:55:48 +00:00 |
|
mattias
|
e8857ce5b7
|
lcl: fixed TDbLookupCombobox showing blank items when used with a TSdfDataset and FPC 2.6.4, bug #30931, patch from Luca Olivetti
git-svn-id: trunk@54950 -
|
2017-05-17 14:36:26 +00:00 |
|
ondrej
|
80a8c39f9d
|
lcl: grids: add (forgotten) *IsStored functions to DefaultColWidth and DefaultRowHeight properties. (related revision: r54948 #b54495505b)
git-svn-id: trunk@54949 -
|
2017-05-17 14:09:04 +00:00 |
|
ondrej
|
b54495505b
|
lcl: grids: high-DPI: rewrite ColWidth&RowHeight scaling so that it's Delphi and Lazarus 1.6 compatible.
git-svn-id: trunk@54948 -
|
2017-05-17 10:08:56 +00:00 |
|
sekelsenmat
|
ff26552571
|
Cocoa: Fixes bug #30847: TComboBox with ReadOnly=True cant show repeated items
git-svn-id: trunk@54947 -
|
2017-05-17 09:40:15 +00:00 |
|
ondrej
|
5eb469913c
|
ide: rewrite (simplify) High-DPI icon scaling
+ support _150 and _200 variants for component images
git-svn-id: trunk@54946 -
|
2017-05-17 09:31:43 +00:00 |
|
maxim
|
ba337e4049
|
Translations: Ukrainian translation update by Olexandr Pylypchuk, bug #31822
git-svn-id: trunk@54944 -
|
2017-05-16 22:24:10 +00:00 |
|
zeljko
|
06df2c27b8
|
Qt5: cbindings - implemented QMargins, QSurface, QSurfaceFormat, QBackingStore, QScreen and QWindow classes.
git-svn-id: trunk@54942 -
|
2017-05-16 17:22:07 +00:00 |
|
zeljko
|
bc5b9b84fc
|
Qt5: cbindings - implemented QMargins, QSurface, QSurfaceFormat, QBackingStore, QScreen and QWindow classes.
git-svn-id: trunk@54941 -
|
2017-05-16 17:21:34 +00:00 |
|
mattias
|
02709b7716
|
tools: find_missing_wiki_svnrevisions.pas
git-svn-id: trunk@54940 -
|
2017-05-16 12:07:36 +00:00 |
|
maxim
|
edca2f5223
|
Translations: Ukrainian translation update by Olexandr Pylypchuk, bug #31810
git-svn-id: trunk@54938 -
|
2017-05-15 22:24:54 +00:00 |
|
maxim
|
e71b8d6647
|
OpkMan: regenerated translations and updated Russian translation
git-svn-id: trunk@54937 -
|
2017-05-15 22:12:41 +00:00 |
|
mattias
|
558d5887a9
|
LCL: gtk2: fixed compiling with -dDebugLCLComponents
git-svn-id: trunk@54936 -
|
2017-05-15 16:10:36 +00:00 |
|
mattias
|
da91c572bd
|
IDE: clean up
git-svn-id: trunk@54935 -
|
2017-05-15 16:03:36 +00:00 |
|
ondrej
|
1846ed5d68
|
ide: images: new high-dpi designed icons by FTurtle, issue #31815
git-svn-id: trunk@54934 -
|
2017-05-15 08:04:32 +00:00 |
|
balazs
|
6bf8e034b5
|
Opkman:Implemented the uninstall feature.
git-svn-id: trunk@54933 -
|
2017-05-14 19:51:24 +00:00 |
|
ondrej
|
be04a6d474
|
ide, designer: high-DPI: scale non-visual components. Issue #31812
git-svn-id: trunk@54932 -
|
2017-05-14 19:42:05 +00:00 |
|
mattias
|
6a48f71755
|
sqldb: enable mysql40 on win64
git-svn-id: trunk@54931 -
|
2017-05-14 17:19:20 +00:00 |
|
ondrej
|
693a5d6f99
|
lcl: groupededit: fix TabStop mechanism (fix regression after r54926 #2d7967420e). Issue #31811, #31229
git-svn-id: trunk@54930 -
|
2017-05-14 15:57:44 +00:00 |
|
ondrej
|
94b65e57e9
|
lazcontrols: lvlgraphctrl: high-DPI. Issue #31781
git-svn-id: trunk@54929 -
|
2017-05-14 15:25:16 +00:00 |
|
ondrej
|
a5fb446af5
|
ideintf: objectinspector: fix high-dpi in custom property grids. Issue #31769
git-svn-id: trunk@54928 -
|
2017-05-14 14:43:31 +00:00 |
|
ondrej
|
043c32411e
|
lcl: control: apply constraints to new size in DoAutoAdjustLayout and update top/left if bottom/right aligned. Fixes issue #31772
git-svn-id: trunk@54927 -
|
2017-05-14 14:28:08 +00:00 |
|
ondrej
|
2d7967420e
|
lcl: groupededit: fix TabStop mechanism. Issue #31811
git-svn-id: trunk@54926 -
|
2017-05-14 13:14:59 +00:00 |
|
ondrej
|
eae5407804
|
ide editorfilemanager dialog: high-DPI. issue #31775
git-svn-id: trunk@54925 -
|
2017-05-14 12:21:34 +00:00 |
|
ondrej
|
a46ef96dee
|
ide: about dialog: high-DPI. Issue #31776
git-svn-id: trunk@54924 -
|
2017-05-14 12:11:26 +00:00 |
|
balazs
|
a71ab6fde4
|
Opkman: Fix high-DPI. Issue #31782.
git-svn-id: trunk@54923 -
|
2017-05-14 12:09:28 +00:00 |
|