wp_xyz
10193d8766
Images: New general-purpose images by Roland Hahn (connectiopn, database, delete, edit, export, import, key, paint target)
...
(cherry picked from commit e9a8d45aad
)
2023-08-03 16:50:36 +02:00
rich2014
8ea0686adc
Cocoa: code related to doCommandBySelector in TCocoaTextView/TCocoaFieldEditor removed by IME fully supported
2023-08-03 22:06:18 +08:00
rich2014
d22cb41304
Cocoa: code related to ESC/ENTER in TCocoaFieldEditor removed by IME fully supported
2023-08-03 22:06:14 +08:00
rich2014
abd96bbccc
Cocoa: code related to ESC/ENTER in TCocoaTextView removed by IME fully supported
2023-08-03 22:06:09 +08:00
rich2014
68877e62fe
Cocoa: fix ESC/ENTER with ModifierFlag handle in TCocoaWindowContent.performKeyEquivalent
2023-08-03 22:06:03 +08:00
rich2014
19e62908e7
Cocoa: fix typos
2023-08-03 22:05:58 +08:00
rich2014
5cb3f9d2c0
Cocoa: fix a bug in TCocoaWSCustomTabControl.ShowTabs()
2023-08-03 22:05:51 +08:00
rich2014
2935910bde
Cocoa: fix cursor calculation issue in TabControl
...
In fact, it is related to the container control with LayoutDelta. currently, only TabControl in Cocoa is affected by this bug.
2023-08-03 22:04:28 +08:00
zeljan1
a16242dfa5
Qt5,Qt6: fixed Qt version extraction. issue #40426
...
(cherry picked from commit dffc3b9594
)
2023-08-03 16:59:33 +03:00
mattias
baf1a6ad31
ide: package editor: fixed crash #40424
...
(cherry picked from commit d04f10985e
)
2023-08-03 16:37:09 +03:00
dsiders
ba985a533e
Docs: LCL/forms. Adds TApplication.GetControlAtPos topic for changes in 53cd3db19c
.
...
(cherry picked from commit abd09e7ad9
)
2023-07-31 17:21:15 +01:00
dsiders
bef70c1810
Docs: LCL/controls. Updates topics for changes in 53cd3db19c
.
...
(cherry picked from commit 87ebca2b25
)
2023-07-31 17:20:47 +01:00
rich2014
b3e734c3b7
Cocoa: Fix GetKeyState (eg. Command/Option/Shift) that the principle is similar to 53cd3db
...
completely eliminate keystroke issue caused by improper reading of modifier keys.
it's because in TCocoaWidgetSet.GetKeyState(), the modifier key should not be obtained in real time, but should be obtained from the current event.
for example, when pressing Command+R in the IDE, it was originally a shortcut key for Run, but sometimes the character R is entered inadvertently.
2023-07-31 14:00:39 +08:00
rich2014
cfbb48eefa
LCL: Fix #40416 : Mouse Message issue (Enter/Level/Move)
2023-07-31 14:00:39 +08:00
rich2014
c15816f136
Cocoa: simplify TCursorHelper by b184a37
2023-07-31 14:00:39 +08:00
rich2014
00f1f50769
Cocoa: Cursor compatible with TGraphicControl
2023-07-31 14:00:39 +08:00
rich2014
0590155a55
Cocoa: the cursor has better compatibility when switching windows at design time
2023-07-31 14:00:39 +08:00
rich2014
3bc12e5928
Designer: Cursor Cache Old Pos comparison adjusted (Similar to ded870b
)
2023-07-31 14:00:39 +08:00
rich2014
004a64774e
Cocoa: improve Enter key on the numeric keypad handled in KeyDown(), avoid beep
2023-07-31 14:00:39 +08:00
rich2014
cc62f92f87
Cocoa: clean up
2023-07-31 14:00:39 +08:00
rich2014
d37771b097
Cocoa: refactor related to WindowFromPoint() in cocoawinapi
2023-07-31 14:00:39 +08:00
rich2014
810aeee755
Cocoa: fix WindowFromPoint() with negative coordinates
...
sometime wrong cursor in IDE with DockedFormEditor
2023-07-31 14:00:39 +08:00
rich2014
5363cacbea
Cocoa: fix wrong Cursor at designing (with DockedFormEditor)
2023-07-31 14:00:39 +08:00
rich2014
304caa1e01
Cocoa: fix wrong Cursor at designing (without DockedFormEditor)
2023-07-31 14:00:39 +08:00
rich2014
29b5c2d2a3
Designer: Cursor cache comparison removed
2023-07-31 14:00:38 +08:00
rich2014
b7177a0c9b
Cocoa: Enter key on the numeric keypad handled in KeyDown(), avoid beep
2023-07-31 14:00:38 +08:00
Maxim Ganetsky
620c6310cd
LazDataDesktop: added executable to .gitignore
...
(cherry picked from commit 98e9e0dbcd
)
2023-07-29 21:47:40 +03:00
Maxim Ganetsky
79e402a934
LazDataDesktop: updated Russian translation
...
(cherry picked from commit 3a0b3d3396
)
2023-07-29 21:47:40 +03:00
Maxim Ganetsky
1e1777c537
LazDataDesktop: regenerated translations
...
(cherry picked from commit 90812b4afa
)
2023-07-29 21:47:40 +03:00
wp_xyz
638aa69736
LCL/SpeedButton: Fix position of caption when no glyph is present.
...
(cherry picked from commit 11b92b26c8
)
2023-07-29 19:24:26 +02:00
wp_xyz
87ba1657f7
LCL/SpeedButton: Fix positioning of Glyph and Caption. Issue #40410 . Based on patch by Luca Olivetti.
...
(cherry picked from commit 07da832b28
)
2023-07-29 19:24:25 +02:00
wp_xyz
d7c6ef0c3f
Tools/Lazdatadesktop: Fix LCLScaling in Windows.
...
(cherry picked from commit b4f8ae34b5
)
2023-07-29 19:17:00 +02:00
wp_xyz
51fe97b1ff
Tools/Lazdatadesktop: Final (?) tuning of the application icons. By Roland Hahn.
...
(cherry picked from commit fe828040ce
)
2023-07-29 19:17:00 +02:00
wp_xyz
4d4e30d401
Tools/LazDataDesktop: Improved version of the Connections icon. By Roland Hahn.
...
(cherry picked from commit 203dbd08fd
)
2023-07-29 19:16:59 +02:00
wp_xyz
917bbc62ec
Tools/LazDatadesktop: Slightly improved images by Roland Hahn.
...
(cherry picked from commit 5bae6ebf52
)
2023-07-29 19:16:59 +02:00
wp_xyz
5ad15d1262
Tools/LazDataDesktop: Show icons in all treeviews.
...
(cherry picked from commit 168ed6ffa0
)
2023-07-29 19:16:59 +02:00
wp_xyz
a0e49c3ecb
Tolls/LazDataDesktop: Remove unneeded res files. Unscramble some image index assignments.
...
(cherry picked from commit bfca6f229d
)
2023-07-29 19:16:58 +02:00
wp_xyz
88f45377ff
DataDict: New palette icon for TFPCodeGenerator by Roland Hahn.
...
(cherry picked from commit 5f5b9dce29
)
2023-07-29 19:16:58 +02:00
wp_xyz
4707dcf7b4
Tools/LazDataDesktop: Some new/improved icons by Roland Hahn. Improvements in data dictionary popup menu translation.
...
(cherry picked from commit 3b1c10423f
)
2023-07-29 19:16:58 +02:00
wp_xyz
4f134dfcbf
Tools/LazDatadesktop: Improved layout
...
(cherry picked from commit 7c6659ba46
)
2023-07-29 19:16:58 +02:00
wp_xyz
ca916807ba
Tools/LazDataDesktop: Refactoring of icons: new icons by Roland Hahn merged to a single image list in new data module.
...
(cherry picked from commit fe3b5ca955
)
2023-07-29 19:16:57 +02:00
wp_xyz
e418946b31
LazDatadesktop: Update German translation
...
(cherry picked from commit a0179e8133
)
2023-07-29 19:16:57 +02:00
rich2014
d369df934c
Cocoa: Fix #40395 : TCocoaWidgetSet.PtInRegion() implemented
2023-07-28 23:01:47 +08:00
michl
4ae41c0283
New Fixed removing of incorrect component properties in LFM with installed DockedFormEditor. Issue #40377 .
...
(cherry picked from commit 4179f1b4b1
)
2023-07-28 17:10:50 +03:00
zeljan1
ffd2d084e4
Qt,Qt5,Qt6: Fixed result of TQtWidgetSet.DrawFrameControl. Issue #40380
...
(cherry picked from commit 0878535faa
)
2023-07-28 17:10:49 +03:00
balazs
1820a7aaf2
OpkMan: Update version list.
...
(cherry picked from commit a4aa3e0a56
)
2023-07-26 17:22:42 +03:00
Juha
a79f857380
IDE: Remove the "Ignore" option for uninstalling dependent packages. Fix the "Cancel" option.
...
(cherry picked from commit 318fa86019
)
2023-07-26 17:22:42 +03:00
dsiders
d7781f06f1
Docs: LCL/lresources. Adds and updates topics for changes in cb4383bd4c
.
...
* TLazObjectWriterString
* TLRSObjectWriter.WriteString
(cherry picked from commit df44e8f62c
)
2023-07-26 03:08:48 +01:00
dsiders
e7d3585861
Docs: LazUtils/laz_xmlstreaming. Adds and updates topics for changes in cbf9d30ddf
.
...
* TXMLObjectWriterString
* TXMLObjectWriter.WriteString
(cherry picked from commit a50d7d1dba
)
2023-07-26 02:19:54 +01:00
mattias
0bd636885f
fixed compile with fpc 3.3.1
...
(cherry picked from commit cbf9d30ddf
)
2023-07-26 02:05:04 +03:00