Commit Graph

45623 Commits

Author SHA1 Message Date
mattias
22661e969e IDE: build file: do not build while debugging or compiling
git-svn-id: branches/fixes_1_4@47589 -
2015-02-04 20:46:56 +00:00
maxim
e9158a81c6 Merged revision(s) 47583 #2ef47b3812 from trunk:
ColorListBox: use same logic for Style as TColorBox. Issue #0027397.
........

git-svn-id: branches/fixes_1_4@47587 -
2015-02-03 00:16:45 +00:00
maxim
ca35dad0df Merged revision(s) 47578 #a22050dd62 from trunk:
Qt: fixed themed drawing of disabled combobox. issue #27381
........

git-svn-id: branches/fixes_1_4@47586 -
2015-02-03 00:10:57 +00:00
martin
987f026c95 Merged revision(s) 47581 #f05054dd59 from trunk:
Debugger: GDB more fixes for gdb 7.7 and up. Uppercase expressions / See issue #27136
........

git-svn-id: branches/fixes_1_4@47582 -
2015-02-02 03:08:48 +00:00
mattias
dc1ee78e83 translations: German: updates from Swen Heinig
git-svn-id: branches/fixes_1_4@47573 -
2015-01-31 10:23:01 +00:00
maxim
4548e6d167 Merged revision(s) 47562 #48f6e42729 from trunk:
Revert r47557 #4189a2b962 "LCL: Prevent calling TListView OnMouseUp twice on Windows 7. Issue #27189."
........

git-svn-id: branches/fixes_1_4@47565 -
2015-01-29 22:37:17 +00:00
mattias
5626e9f78d IDE: drop files: invalidate file state cache
git-svn-id: branches/fixes_1_4@47564 -
2015-01-29 14:41:10 +00:00
maxim
284794b752 Merged revision(s) 47557 #4189a2b962 from trunk:
LCL: Prevent calling TListView OnMouseUp twice on Windows 7. Issue #27189, patch from Michl.
........

git-svn-id: branches/fixes_1_4@47560 -
2015-01-28 22:59:04 +00:00
maxim
134065986d Merged revision(s) 47556 #2163b6cdcb from trunk:
* Phillipe Levi mentioned seeing "Stringrid" on the ml, a grep turned up two occurances -> fixed.
........

git-svn-id: branches/fixes_1_4@47559 -
2015-01-28 22:52:40 +00:00
maxim
d1d623cd21 Merged revision(s) 47550 #ede88bbed7 from trunk:
Translations: Hungarian translation update by Péter Gábor, bug #27365
........

git-svn-id: branches/fixes_1_4@47554 -
2015-01-27 23:16:18 +00:00
maxim
334a590a17 Merged revision(s) 47548 #b6cc6e34aa from trunk:
IDEIntf: updated Russian translation
........

git-svn-id: branches/fixes_1_4@47553 -
2015-01-27 23:14:51 +00:00
maxim
3756dbf058 Merged revision(s) 47523 #04725947e0 from trunk:
lcl: TCustomBitBtn: do not store Glyph when set by Action, issue #27358, from BBaz
........

git-svn-id: branches/fixes_1_4@47552 -
2015-01-27 23:13:08 +00:00
maxim
0636e27226 Merged revision(s) 47521 #f38736684f from trunk:
TAChart: Move declaration of TDrawEvent event out of the context of TChart and rename it to TChartDrawEvent to fix event OnAfterDraw
........

git-svn-id: branches/fixes_1_4@47551 -
2015-01-27 23:11:59 +00:00
mattias
61d8798b10 IDE: Messages: fixed parsing Windows drive colon in fpc messages
git-svn-id: branches/fixes_1_4@47546 -
2015-01-27 08:41:19 +00:00
mattias
39b325c753 LCL: TCustomSpeedButton: do not store Glyph in lfm when Action provides the Glyph, issue #27357, from BBaz
git-svn-id: branches/fixes_1_4@47544 -
2015-01-27 08:34:12 +00:00
mattias
f52d01980d ideintf: resourcestring, issue #27317, from Gábor
git-svn-id: branches/fixes_1_4@47533 -
2015-01-26 21:57:42 +00:00
mattias
76c3de4d63 lcl: grids: docs, issue #27325, from Simon Ameis
git-svn-id: branches/fixes_1_4@47531 -
2015-01-26 21:56:04 +00:00
martin
f81d413513 Merged revision(s) 47522 #7832ffec7f from trunk:
SynEdit (plugins: syncro,templ,complete) remove dynamic allocation of commands. Fix issue #0026329

git-svn-id: branches/fixes_1_4@47526 -
2015-01-26 16:06:53 +00:00
mattias
93f33ce349 IDE: messages: fixed scanning filenames with brackets
git-svn-id: branches/fixes_1_4@47525 -
2015-01-26 11:29:23 +00:00
martin
2b84017f69 Merged revision(s) 47504 #ea99a9bc11 from trunk:
SynEdit: Fixed search replace with newline (Issue #0026227) / Fixed incorrect caret x after replace

git-svn-id: branches/fixes_1_4@47505 -
2015-01-24 17:10:25 +00:00
maxim
fb642ee8fc Merged revision(s) 47500 #69bb12286a from trunk:
LazReport: correctly clear combobox in editor options and fix typo in class method name, based on patch by Péter Gábor, bugs #27347
........

git-svn-id: branches/fixes_1_4@47503 -
2015-01-23 22:06:01 +00:00
maxim
bb629130fb Merged revision(s) 47499 #a955ceac25 from trunk:
Fix some Finnish translations.
........

git-svn-id: branches/fixes_1_4@47502 -
2015-01-23 22:04:36 +00:00
maxim
f661e77efd Merged revision(s) 47490-47494 #bd0bafb893-#bd0bafb893 from trunk:
IDE: Improve TPathEditorButton class, handle Templates better.
........
IDE: Refactor TPathEditorButton more. Copy values between dialog and edit here instead of clients' code.
........
IDE: in Compiler_path_options, turn method CheckSearchPath into a function. Harmonize.
........
IDE: Let TPathEditorButton show the list of paths in edit control's hint.
........
IDE: Fix a layout error in TPathEditorDialog where TemplateGroupBox went under ButtonPanel.
........

git-svn-id: branches/fixes_1_4@47501 -
2015-01-23 22:03:06 +00:00
maxim
8085015aab Merged revision(s) 47484-47485 #029ac3e841-#029ac3e841 from trunk:
LazReport: i18n-ed editor options and function editor, based on patch by Péter Gábor, bugs #27339, #27340; regenerated translations and updated Russian translation.
........
LazReport: fixed typo in function description, patch by Péter Gábor, bug #27338; regenerated translations and updated Russian translation.
........

git-svn-id: branches/fixes_1_4@47488 -
2015-01-22 22:08:59 +00:00
maxim
4451f298b2 Merged revision(s) 47481 #b9f3af4090 from trunk:
LCL: Revert a workaround for FPC bug that causes Arithmetic overflow in TControlbar. Fixed in FPC trunk. Issue #27167.
........

git-svn-id: branches/fixes_1_4@47487 -
2015-01-22 22:05:55 +00:00
maxim
72ed7acdb0 Merged revision(s) 47479 #28500725ad, 47482 #1e510ef8a4 from trunk:
Fix errors in Finnish translation.
........
IDE: regenerated Finnish translation
........

git-svn-id: branches/fixes_1_4@47486 -
2015-01-22 22:04:53 +00:00
martin
15c001f9ac Merged revision(s) 47478 #dc002d996b from trunk:
Debugger, GDBMI: convert pascal numbers for gdb. Issue #0027236

git-svn-id: branches/fixes_1_4@47483 -
2015-01-22 03:24:22 +00:00
maxim
29adc489a2 Merged revision(s) 47474-47476 #134f81ed44-#134f81ed44 from trunk:
LCL: Fix a grammar error in a resource string.
........
Improvements for Finnish translation.
........
LCL: regenerated translations; updated Russian translation
........

git-svn-id: branches/fixes_1_4@47477 -
2015-01-21 00:40:14 +00:00
maxim
05ca771f08 Merged revision(s) 47410 #3151750571, 47441 #e2866a78a0 from trunk:
OI: show '(Mixed)' for Checkbox caption when multiselect and values are mixed.
........
Object Inspector: i18nalize '(Mixed)' value
........

git-svn-id: branches/fixes_1_4@47442 -
2015-01-20 22:18:30 +00:00
maxim
beb0128118 Merged revision(s) 47435-47436 #bc3d35d5bf-#bc3d35d5bf from trunk:
IDE, Identifier Completion dialog: allow some captions to be translated independently
........
IDE: regenerated translations; updated Russian translation
........

git-svn-id: branches/fixes_1_4@47440 -
2015-01-20 21:42:47 +00:00
maxim
b8a0eaca2e Merged revision(s) 47418 #5e5ef0e82a from trunk:
Gtk2: fixed item height. issue #27043
........

git-svn-id: branches/fixes_1_4@47439 -
2015-01-20 21:39:36 +00:00
maxim
fe37d522a6 Merged revision(s) 47413-47416 #5065ce2ec9-#5065ce2ec9 from trunk:
Qt: proper paint of selected item in TListView.OnAdvancedDrawItem. issue #27315
........
Qt: added cdPostPaint for TListView when ViewStyle <> vsReport. part of issue #27315
........
Qt: added QtAlignVCenter, so text is properly aligned in TListItem. issue #27043
........
Qt: fixed paint of empty items when we use OnCustomDraw or OnAdvancedDraw in TListView.
........

git-svn-id: branches/fixes_1_4@47438 -
2015-01-20 21:38:03 +00:00
maxim
27b7893850 Merged revision(s) 47411-47412 #9cc7005608-#9cc7005608, 47419 #4a7125bc7e from trunk:
EditButton: implement property ButtonCursor.
........
EditButton: publish some  more properties in TCustomEditButton derived components (for consistency).
........
EditButton: replace property ButtonAlign: TButtonAlign with Layout: TLeftRight.
........

git-svn-id: branches/fixes_1_4@47437 -
2015-01-20 21:36:41 +00:00
mattias
4a59058c9d IDE: Messages window: fixed autoscroll to new message
git-svn-id: branches/fixes_1_4@47430 -
2015-01-19 11:04:37 +00:00
mattias
bc88963e0c translations: German: updates from Swen Heinig
git-svn-id: branches/fixes_1_4@47429 -
2015-01-19 10:55:31 +00:00
mattias
f1cdd38091 translations: German: updates from Swen Heinig
git-svn-id: branches/fixes_1_4@47427 -
2015-01-19 10:54:30 +00:00
mattias
95301b74f4 IDE: project options: FPC resources above old lrs resources
git-svn-id: branches/fixes_1_4@47426 -
2015-01-19 10:50:17 +00:00
mattias
675cd5e829 IDE: resourcestring
git-svn-id: branches/fixes_1_4@47424 -
2015-01-19 10:45:01 +00:00
mattias
2ef8c46a2f IDE: options: identifier completion: dividers for groups
git-svn-id: branches/fixes_1_4@47422 -
2015-01-19 10:44:28 +00:00
maxim
5804293663 Merged revision(s) 47404-47405 #d120249699-#d120249699 from trunk:
Debugger: minor message improvements
........
Debugger: regenerated translations; updated Russian translation
........

git-svn-id: branches/fixes_1_4@47409 -
2015-01-16 21:18:22 +00:00
maxim
61ed837068 Merged revision(s) 47403 #13c7250b98 from trunk:
H2Pas: fixed typos, patch by Péter Gábor, bug #27316; also regenerated translations and updated Russian translation.
........

git-svn-id: branches/fixes_1_4@47408 -
2015-01-16 21:17:43 +00:00
maxim
fc3f39e9cb Merged revision(s) 47402 #6afb29b0fc from trunk:
TAChart: Fix font color/style/rotation in TADrawerSVG
........

git-svn-id: branches/fixes_1_4@47407 -
2015-01-16 21:16:58 +00:00
maxim
20682d9ff3 Merged revision(s) 47401 #1a64d63b36 from trunk:
OI: Update Boolean value from a Checkbox also when the control is changed but property remains the same.
........

git-svn-id: branches/fixes_1_4@47406 -
2015-01-16 21:16:12 +00:00
maxim
94fc85042b Merged revision(s) 47399 #8e48cc03e3 from trunk:
IDE: Hid "Cancel Scanning" button in "Compare Files" dialog. It is always disabled and its functionality was never implemented.
........

git-svn-id: branches/fixes_1_4@47400 -
2015-01-16 00:11:49 +00:00
martin
ce6dac9d5a Merged revision(s) 47385 #35b20a6180 from trunk:
DebuggerGDBMI: creation flags for gdb process on older windows. Issue #0027310

git-svn-id: branches/fixes_1_4@47398 -
2015-01-15 13:59:07 +00:00
maxim
2105655212 Merged revision(s) 47394 #e0732ec3b2 from trunk:
GDBMI debugger: updated Russian translation
........

git-svn-id: branches/fixes_1_4@47397 -
2015-01-15 00:43:54 +00:00
maxim
84088aa933 Merged revision(s) 47393 #d0a4df6d9a from trunk:
IDE: fix button anchors in UnusedUnitsDialog.
........

git-svn-id: branches/fixes_1_4@47396 -
2015-01-15 00:41:39 +00:00
maxim
6df6e6068d Merged revision(s) 47374 #426aa7d19d from trunk:
Qt: fixed infinite loop with when double click item inside QTreeWidget (TListView.vsReport). issue #27298
........

git-svn-id: branches/fixes_1_4@47395 -
2015-01-15 00:39:45 +00:00
martin
2ffe498995 Merged revision(s) 47390 #8fcd9bf8b1 from trunk:
PascalScript: update the license form origin

git-svn-id: branches/fixes_1_4@47391 -
2015-01-14 20:48:24 +00:00
martin
925c9fabbb Merged revision(s) 47377-47378 #c9ba4326e2-#c9ba4326e2, 47382-47384 #78dc09170e-#78dc09170e, 47386-47388 #c276a8b998-#c276a8b998 from trunk:
r47388
PascalScript: update to origin git f3cf602541b5e73ff93d583adae3b98e314dcd6f calling constructor in 64 bit
---------------------
r47387
PascalScript: update to origin git 466ab97b370687e7053a945d0a55aef7f260e7f3
---------------------
r47386
Debugger: Add some feedback in the eval/modify dialog.
---------------------
r47384
DebuggerGDBMI: Improve getting exception message
---------------------
r47383
DebuggerGDBMI: fix handling internal breakpoints. After an exception normal run/F9 was sometimes broken due to breakpoints not cleared
---------------------
r47382
DebuggerGDBMI: fix handling internal breakpoints. After an exception normal run/F9 was sometimes broken due to breakpoints not cleared
---------------------
r47378
DebuggerGDBMI: po files
---------------------
r47377
DebuggerGDBMI: improve checks if gdb is running. Fix crash when gdb can not be launched. Issue #0027003
---------------------

git-svn-id: branches/fixes_1_4@47389 -
2015-01-14 20:20:48 +00:00