Commit Graph

45194 Commits

Author SHA1 Message Date
juha
1892eb35a8 IDE: refactoring, move local functions from UpdateNoteBookButtons to private methods.
git-svn-id: trunk@47072 -
2014-12-03 17:56:58 +00:00
juha
36e15f6dec EditorToolbar: use icon in View menu also with GTK2 and Windows.
git-svn-id: trunk@47071 -
2014-12-03 17:56:53 +00:00
wp
b5e5e8a230 TAChart: Fix abstract method warning issued for run-time generated TConstantLine series (issue #0027123).
git-svn-id: trunk@47070 -
2014-12-03 15:01:07 +00:00
mattias
0d41b20eaa lazdebugger: fixed hint
git-svn-id: trunk@47069 -
2014-12-02 21:10:44 +00:00
mattias
7b35896fd2 codetools: ppugraph: fixed crash
git-svn-id: trunk@47068 -
2014-12-02 19:25:57 +00:00
mattias
52e7e3ba59 codetools: ppuparser: less verbosity
git-svn-id: trunk@47067 -
2014-12-02 19:24:56 +00:00
mattias
6e27062a13 codetools: ppuparser: skip po_has_inlininginfo
git-svn-id: trunk@47066 -
2014-12-02 19:23:45 +00:00
mattias
aef8161feb codetools: ppuparser: read mangledsymbolname
git-svn-id: trunk@47065 -
2014-12-02 17:26:32 +00:00
mattias
0c37a917cb codetools: ppuparser: read ansistring
git-svn-id: trunk@47064 -
2014-12-02 17:13:03 +00:00
mattias
999e922a30 codetools: ppuparser: read int64
git-svn-id: trunk@47063 -
2014-12-02 16:48:10 +00:00
mattias
732c44f508 sdflaz: clean up
git-svn-id: trunk@47062 -
2014-12-02 12:12:24 +00:00
mattias
901a45547e printers4lazarus: clean up
git-svn-id: trunk@47061 -
2014-12-02 12:12:03 +00:00
mattias
48b2fb6ea9 memds: clean up
git-svn-id: trunk@47060 -
2014-12-02 12:11:07 +00:00
mattias
30d0c9ac60 dbflaz: clean up
git-svn-id: trunk@47059 -
2014-12-02 12:10:37 +00:00
zeljko
dd5ea6c1c7 Gtk2: fixed TCustomGroupBox descendants visibility when visible=false. issue #27116
git-svn-id: trunk@47058 -
2014-12-02 08:57:15 +00:00
zeljko
d13b57a679 Gtk2: fixed modal forms behaviour under compositing window managers.Patch by Cedric. issue #27007
git-svn-id: trunk@47057 -
2014-12-02 08:39:14 +00:00
zeljko
49d77cd1cc Gtk2: do not crash inside PtInRegion if passed handle is not of HRGN type. issue #27080
git-svn-id: trunk@47056 -
2014-12-02 08:25:57 +00:00
zeljko
d514d21370 Qt: do not crash in PtInRegion if passed handle is not of HRGN type. issue #27080
git-svn-id: trunk@47055 -
2014-12-02 08:25:27 +00:00
zeljko
d574f382b8 Qt: TQtWidgetSet.PtInRegion(), allow TQtImage as RGN param. issue #27080
git-svn-id: trunk@47054 -
2014-12-02 08:08:05 +00:00
dmitry
e1568172ef cocoa: added keyup/down flagsChanged events for TCocoaTextView
git-svn-id: trunk@47053 -
2014-12-02 04:37:22 +00:00
juha
49ff29dfe7 IDE: Prevent saving wrong component palette configuration if user did not change anything. Must be fixed properly later.
git-svn-id: trunk@47052 -
2014-12-01 21:57:26 +00:00
juha
7a2e6366ab LCL, QT: Set header's sort indicator in ListView even if data is not set yet.
git-svn-id: trunk@47051 -
2014-12-01 19:47:18 +00:00
juha
247bb5095e Packager: Sort the list of packages initially in Open Installed Packages dialog.
git-svn-id: trunk@47050 -
2014-12-01 19:47:09 +00:00
blikblum
bcab8ad0c3 win32: proper fix for issue #25209. Correctly detect what LCL control is under the cursor.
git-svn-id: trunk@47049 -
2014-12-01 18:18:40 +00:00
juha
1ad0f9600a LCL, Win32: Read message data correctly. Affected keyboard accelerators when compiled with -O2. Issue #26562, patch from ChrisF.
git-svn-id: trunk@47048 -
2014-12-01 17:46:14 +00:00
mattias
8b469d68e9 LCL: TRadioGroup: after reading lfm set FLastClickedItemIndex to not emit OnClick/OnChange when pending calls from widgetset comes in, bug #27113
git-svn-id: trunk@47047 -
2014-12-01 10:12:06 +00:00
mattias
63d6ed9d94 LCL: TRadioGroup: when emitting OnClick set FLastClickedItemIndex to not trigger it again
git-svn-id: trunk@47046 -
2014-12-01 10:10:28 +00:00
mattias
a1553f8366 LCL: clean up
git-svn-id: trunk@47045 -
2014-12-01 10:09:05 +00:00
mattias
b084324cd0 lcl: fixed typo
git-svn-id: trunk@47044 -
2014-12-01 09:38:56 +00:00
juha
11a4692ad5 LCL: Try a generic solution for "WM_MOUSEWHEEL" handling. Issue #25209.
git-svn-id: trunk@47043 -
2014-12-01 08:11:04 +00:00
mattias
5ae44ab904 translations: German: updates from Swen Heinig
git-svn-id: trunk@47042 -
2014-11-30 19:07:08 +00:00
mattias
7d477e891c translations: German: updates from Swen Heinig
git-svn-id: trunk@47041 -
2014-11-30 19:06:32 +00:00
juha
39430447fa Object Inspector: Show info contents right after making InfoPanel visible.
git-svn-id: trunk@47040 -
2014-11-30 15:44:33 +00:00
juha
c589873743 Designer, OI: Synchronize z-order changes. Issue #20450, patch from Mike Thompson.
git-svn-id: trunk@47039 -
2014-11-30 13:13:08 +00:00
juha
9996c5feef LCL Win32: Fix WM_MOUSEWHEEL handling for Synaptics and other touchpad drivers. Issue #25209, modified from patch by Dmitry Zhylko.
git-svn-id: trunk@47038 -
2014-11-30 11:46:41 +00:00
juha
3dd8de39eb IDE: Handle Caret (^) separately from symbols (CodeBeautifier): Issue #22514, patch from Anton.
git-svn-id: trunk@47037 -
2014-11-30 10:58:07 +00:00
juha
52e639a849 LCL Win32: Don't show closed window after app restore. Issue #27105, patch from Petr-K.
git-svn-id: trunk@47036 -
2014-11-30 10:58:05 +00:00
juha
00dd928674 LazDebugger: Fix compilation of fpgdbmidebugger.pp in win64. Issue #27097, patch from ocean.
git-svn-id: trunk@47035 -
2014-11-30 10:58:04 +00:00
juha
8e7bbbd8f9 LazUtils: Overload FindAllFiles and FindAllDirectories with procedures having StringList as a parameter. Issue #27054, patch from wp.
git-svn-id: trunk@47034 -
2014-11-30 10:58:02 +00:00
juha
8776cceec3 Docs: Fix documentation of TMenuItem.Hint. Issue #27055.
git-svn-id: trunk@47033 -
2014-11-30 10:58:01 +00:00
juha
e8da9d8c7f IDE: Show a function declared with inline or overload only once in code explorer. Issue #26851, patch from errno.
git-svn-id: trunk@47032 -
2014-11-30 10:57:53 +00:00
juha
946396bb72 IDE: Fix a crash in Path Dialog editor. Issue #27107, patch from Malcolm Poole.
git-svn-id: trunk@47031 -
2014-11-29 20:33:46 +00:00
juha
e6de17e11f LazControls: add component CheckboxThemed made by Vojtech Cihak.
git-svn-id: trunk@47030 -
2014-11-29 19:39:39 +00:00
juha
86bc7e6c60 LazControls: New files for CheckboxThemed.
git-svn-id: trunk@47029 -
2014-11-29 19:37:36 +00:00
bart
fbf0df95ec Dialogs, ExtDlgs:
- return correct Height/Width for TFindDialog, TCalendarDialog, TCalculatorDialog
- implement Top/Left for TExtCommonDialog

git-svn-id: trunk@47028 -
2014-11-29 16:19:38 +00:00
juha
841a604d6e LCL: Prevent range overflow in TGtkDeviceContext.FillRect. Cast Cardinal -> TColor. Issue #26897.
git-svn-id: trunk@47027 -
2014-11-29 13:41:37 +00:00
juha
1bc29130cf LCL: Support checked menu items with associated icons in GTK2. Issue #26970, patch from Andrey Zubarev.
git-svn-id: trunk@47026 -
2014-11-29 12:46:35 +00:00
juha
ebbcfd0b72 IDE: Prevent UpdateIDEComponentPalette; being called too often. Issue #27103, patch from Cyrax.
git-svn-id: trunk@47025 -
2014-11-29 11:05:41 +00:00
jesus
9ec6293a92 LazReport, fix stack overflow problem when using column footer, from Tony Whyman, issue #27100
git-svn-id: trunk@47024 -
2014-11-28 22:39:08 +00:00
juha
c0564de3f2 Debug messages for ComponentPalette.ActivePageChanged etc.
git-svn-id: trunk@47023 -
2014-11-28 15:04:19 +00:00