Commit Graph

51943 Commits

Author SHA1 Message Date
ondrej
d8490f1c3c LCL: TTreeView: replace wrong property default for DefaultItemHeight with stored function
git-svn-id: trunk@55111 -
2017-05-28 07:50:19 +00:00
ondrej
73e1e2caee LCL: TTreeView: remove in 1.7 introduced incompatiblity and use real values for ExpandSignSize and Indent.
git-svn-id: trunk@55110 -
2017-05-28 07:45:40 +00:00
ondrej
3c692e825d LCL: TToolBar: remove in 1.7 introduced incompatiblity and use real values for ButtonHeight, ButtonWidth, ButtonDropWidth.
git-svn-id: trunk@55109 -
2017-05-28 07:33:27 +00:00
sekelsenmat
6f095ca396 cocoa: Fixes bug #31056: Cocoa menu item shortcuts fall through to unfocused parent forms.
git-svn-id: trunk@55108 -
2017-05-27 06:49:46 +00:00
martin
cb676c2241 SynEdit: MarkupFoldColor, fixed crash due to wrong method signature.
git-svn-id: trunk@55106 -
2017-05-27 02:40:18 +00:00
zeljko
e2c35dd6d1 gtk3: implemented Gtk3MouseWheel() event
git-svn-id: trunk@55105 -
2017-05-26 13:49:35 +00:00
wp
92595f0745 TAChart: Use SameValue in floating point comparisons.
git-svn-id: trunk@55104 -
2017-05-26 13:15:42 +00:00
zeljko
4eb46c28f3 gtk3widgets: cleanup
git-svn-id: trunk@55103 -
2017-05-26 13:09:43 +00:00
zeljko
812fe391ea gtk3: TGtk3Notebook implemented getPagesCount, do not send change events when page is deleted.
git-svn-id: trunk@55102 -
2017-05-26 12:49:33 +00:00
zeljko
7e866d1fa3 gtk3: fix assertions
git-svn-id: trunk@55101 -
2017-05-26 12:25:58 +00:00
ondrej
ddc1dcd643 lcl: graphics: make FindGraphicClassWithFileExt class function
git-svn-id: trunk@55100 -
2017-05-26 12:08:52 +00:00
zeljko
c4540692a0 gtk3: fixed assertions in TGtk3Notebook, implemented GetTabRect GetTabIndex
git-svn-id: trunk@55099 -
2017-05-26 12:00:19 +00:00
ondrej
a08eb48d76 IdeIntf: propedits: fix call stored method with index parameter if needed. Issue #31923
git-svn-id: trunk@55098 -
2017-05-26 11:50:41 +00:00
mattias
626736e5e2 IDE: package editor: publish: disable if units/includes outside pkg dir
git-svn-id: trunk@55096 -
2017-05-26 11:39:42 +00:00
mattias
9b548421fa IDEIntf: THintWindowManager.ShowHint limit size to active form, from Russell
git-svn-id: trunk@55095 -
2017-05-26 09:59:16 +00:00
mattias
72e6211499 codetools: fixed EnableCodeCompleteTemplates
git-svn-id: trunk@55093 -
2017-05-26 09:37:40 +00:00
mattias
25e07213df deb: fpc: set -e in scripts
git-svn-id: trunk@55092 -
2017-05-26 09:34:24 +00:00
zeljko
4f99ebf0c6 gtk3wscontrols: fix assertion inside SetBounds()
gtk3wscomctrls: implemented TTabControl

git-svn-id: trunk@55091 -
2017-05-26 09:19:17 +00:00
balazs
0a06e5079d Opkman: Fixed a small sorting bug in the main tree.
git-svn-id: trunk@55090 -
2017-05-26 04:31:37 +00:00
maxim
77b9c644a0 Translations: French translation update by Gilles Vasseur, bug #31905
git-svn-id: trunk@55084 -
2017-05-25 22:22:44 +00:00
michl
95d8fc70ee AnchorDocking: Revert revision 54525 #6139a22bcf as it breaks other reloading of AnchorDocking layouts. Issue #31834
git-svn-id: trunk@55083 -
2017-05-25 20:25:43 +00:00
zeljko
aa236dd4a5 Gtk3: fixed memleak
git-svn-id: trunk@55082 -
2017-05-25 15:11:40 +00:00
michl
ffc5841e9a MenuEditor: Simplify and removed optic bug for icon choose dialog.
git-svn-id: trunk@55081 -
2017-05-25 13:50:47 +00:00
zeljko
b55c340a80 gtk3: started theme handling via GtkStyleProvider, using css theming by gtk3.
git-svn-id: trunk@55080 -
2017-05-25 13:12:00 +00:00
juha
77e5128f81 LCL: Improve OptimalFill. Issue #31538, patch from Serge Anvarov.
git-svn-id: trunk@55079 -
2017-05-25 12:05:22 +00:00
juha
1e3c5c2752 IDE: Improve adding a command and separator in Toolbar Config dialog. Issue #31890.
git-svn-id: trunk@55078 -
2017-05-25 11:56:04 +00:00
mattias
6e70be5335 deb: fpc: fixed building under debian
git-svn-id: trunk@55077 -
2017-05-25 11:36:51 +00:00
zeljko
eb1d0abb53 gtk3: initialize syscolors
git-svn-id: trunk@55076 -
2017-05-24 20:38:53 +00:00
michl
49d6818b67 MenuEditor: High-DPI: Arrow and Cleanup. Issue #31877
git-svn-id: trunk@55075 -
2017-05-24 20:33:18 +00:00
balazs
a6ca7b1221 Opkman: Replace icon with "CC Attribution-No Derivative 4.0" license.
git-svn-id: trunk@55074 -
2017-05-24 20:17:03 +00:00
zeljko
30a7d14a77 gtk3: release FGtk3Application object imediatelly after quitting, so no assertions from gtk3 about unreferenced objects
git-svn-id: trunk@55073 -
2017-05-24 18:25:56 +00:00
zeljko
b3cebb8792 gtk3: fixed gtk3 assertion in form SetBounds()
git-svn-id: trunk@55072 -
2017-05-24 18:13:10 +00:00
juha
94be804f66 IDEIntf: Fix a stupid copy/paste error in r55015 #61beca02f9.
git-svn-id: trunk@55071 -
2017-05-24 13:03:21 +00:00
michl
d73ac4f63e MenuDesigner: Showing "Add Submenu" Button at the right position. Fixing breaking commit 54863 #9aefaf534a.
git-svn-id: trunk@55070 -
2017-05-24 07:55:11 +00:00
michl
e4521cc53f MenuEditor: High-DPI: ShadowMenu. Issue #31877
git-svn-id: trunk@55064 -
2017-05-23 20:03:42 +00:00
zeljko
f849bd1bab Gtk3: focus message is not needed under gtk3 since it is organized in different way. Regression from r55062 #09f9152b29
git-svn-id: trunk@55063 -
2017-05-23 16:03:27 +00:00
zeljko
09f9152b29 gtk2,gtk3: gtk should always send LM_SETFOCUS before mouse messages, like Qt and Win32 does. issue #31900
git-svn-id: trunk@55062 -
2017-05-23 15:39:42 +00:00
balazs
47e4060861 Opkman: Refactoring main tree color scheme.
git-svn-id: trunk@55061 -
2017-05-23 09:10:27 +00:00
zeljko
2f5b1ac81a gtk3: fixed device context offset. Patch by Anton Kavalenka. Issue #31780
git-svn-id: trunk@55060 -
2017-05-23 08:00:08 +00:00
juha
5b3be46dc8 TodoList: Don't try to update the list too early. Regression caused by issue #31006.
git-svn-id: trunk@55059 -
2017-05-23 07:46:34 +00:00
juha
6dbb82d795 LCL: Disconnect OnIdle handler of FilterEdit when the control is destroyed. Issue #31893.
git-svn-id: trunk@55058 -
2017-05-23 07:46:23 +00:00
maxim
649fcd18cd IDE: regenerated translations and updated Russian translation
git-svn-id: trunk@55045 -
2017-05-22 22:25:41 +00:00
maxim
10feb7c68a IDE: improved i18n in messages window, fixed some typos
git-svn-id: trunk@55044 -
2017-05-22 22:14:19 +00:00
ondrej
675c59e5e6 qt, qt5: fix uninitialized result in TQtComboBox.getText
git-svn-id: trunk@55043 -
2017-05-22 13:50:57 +00:00
juha
3dbd19358b IDE: Don't show image for the last empty item in Toolbar Config dialog with QT bindings. Issue #31890.
git-svn-id: trunk@55042 -
2017-05-22 10:16:21 +00:00
zeljko
aa9b38926c Qt5: fixed build with QT_NATIVE_DIALOGS define.
git-svn-id: trunk@55041 -
2017-05-22 09:43:59 +00:00
ondrej
a5241ada34 ide: less warnings.
git-svn-id: trunk@55040 -
2017-05-22 07:53:42 +00:00
ondrej
dc0a33652f IdeIntf: TIDEImages: switch parameters for CreateImage, LoadImage and GetImageIndex methods.
git-svn-id: trunk@55039 -
2017-05-22 07:52:37 +00:00
ondrej
5daa890980 ExternHelp: fix uses clause after r55035 #5d03c243b5
git-svn-id: trunk@55038 -
2017-05-22 07:04:42 +00:00
ondrej
c3ef5a5623 CodeTools: return method overloads for compatibility after r55031 #3ec399d85a
git-svn-id: trunk@55037 -
2017-05-22 06:57:39 +00:00