Commit Graph

46437 Commits

Author SHA1 Message Date
mattias
aea275de32 codetools: clean up
git-svn-id: trunk@48667 -
2015-04-06 18:03:39 +00:00
mattias
c26c395562 codetools: clean up
git-svn-id: trunk@48666 -
2015-04-06 17:58:37 +00:00
mattias
7f9a598f7d codetools: clean up
git-svn-id: trunk@48665 -
2015-04-06 17:57:38 +00:00
mattias
838eb3d9c4 codetools: clean up
git-svn-id: trunk@48664 -
2015-04-06 17:50:54 +00:00
mattias
db6d5c1a01 codetools: clean up
git-svn-id: trunk@48663 -
2015-04-06 17:49:28 +00:00
mattias
6f305d5efe codetools: clean up
git-svn-id: trunk@48662 -
2015-04-06 17:42:31 +00:00
mattias
b1acac9beb codetools: clean up
git-svn-id: trunk@48661 -
2015-04-06 17:39:43 +00:00
mattias
e0a471dc07 codetools: clean up
git-svn-id: trunk@48660 -
2015-04-06 17:35:11 +00:00
mattias
b08d58effc codetools: clean up
git-svn-id: trunk@48659 -
2015-04-06 17:32:06 +00:00
mattias
4e2d917900 codetools: less hints
git-svn-id: trunk@48658 -
2015-04-06 17:31:55 +00:00
mattias
7e7b1e40c4 codetools: clean up
git-svn-id: trunk@48657 -
2015-04-06 17:22:43 +00:00
mattias
303a563f98 codetools: clean up
git-svn-id: trunk@48656 -
2015-04-06 17:18:13 +00:00
mattias
69917cf580 codetools: clean up
git-svn-id: trunk@48655 -
2015-04-06 17:15:01 +00:00
mattias
5182b88700 codetools: clean up
git-svn-id: trunk@48654 -
2015-04-06 17:06:53 +00:00
mattias
39dcf2b4ff codetools: clean up
git-svn-id: trunk@48653 -
2015-04-06 17:05:31 +00:00
mattias
b44c1e81a6 codetools: code templates: fixed using params
git-svn-id: trunk@48652 -
2015-04-06 16:54:45 +00:00
mattias
06bcb15e19 codetools: clean up
git-svn-id: trunk@48651 -
2015-04-06 16:51:07 +00:00
mattias
cfdc07e743 codetools: clean up
git-svn-id: trunk@48650 -
2015-04-06 16:49:44 +00:00
mattias
98ec5b2edc codetools: ppu parser: clean up
git-svn-id: trunk@48649 -
2015-04-06 16:47:17 +00:00
mattias
3bf0f2e328 codetools: CheckAndImproveExpr_Brackets: fixed setting Changed
git-svn-id: trunk@48648 -
2015-04-06 16:40:52 +00:00
mattias
6b40ae4e5d codetools: less hints
git-svn-id: trunk@48647 -
2015-04-06 16:38:28 +00:00
mattias
5503c1b358 codetools: clean up
git-svn-id: trunk@48646 -
2015-04-06 16:38:06 +00:00
mattias
aac82f6bce codetools: fixed typo
git-svn-id: trunk@48645 -
2015-04-06 16:37:23 +00:00
mattias
a2e0bd3f68 codetools: clean up
git-svn-id: trunk@48644 -
2015-04-06 16:37:01 +00:00
zeljko
7ab1cdbe1f Gtk2: fixed crash when GtkDeviceContext widget isn't mapped yet. Use default root win as drawable. issue #27795
git-svn-id: trunk@48643 -
2015-04-06 11:04:26 +00:00
sekelsenmat
3360f8a0b2 cocoa: Fixes a clipboard crash
git-svn-id: trunk@48642 -
2015-04-06 11:00:29 +00:00
mattias
3024ff1269 IDE: fixed changing empty project target file
git-svn-id: trunk@48640 -
2015-04-06 09:03:39 +00:00
joost
6469a000d3 FpDebug: Removed empty method.
git-svn-id: trunk@48639 -
2015-04-05 20:23:20 +00:00
joost
8f9d2106db FpDebug: Re-structured the reading of debug-information from multiple files.
git-svn-id: trunk@48638 -
2015-04-05 20:08:17 +00:00
mattias
aa026d9f75 codetools: fixed TPascalParserTool.ReadBackTilBlockEnd, bug #27755
git-svn-id: trunk@48636 -
2015-04-05 19:00:26 +00:00
bart
a0ac7864a9 ShellCtrls: make TShellListView.Columns public (Delphi compatibility). Issue #0027786.
git-svn-id: trunk@48635 -
2015-04-05 16:32:10 +00:00
zeljko
e805d68c18 Qt: do not raise exception if obj is nil.
git-svn-id: trunk@48634 -
2015-04-05 14:59:37 +00:00
zeljko
a55a12702e docs: fixed wrong tag in menus.xml
git-svn-id: trunk@48633 -
2015-04-05 11:02:16 +00:00
mattias
1ff83d795c lcl: TButtonPanel: fixed computing preferredsize
git-svn-id: trunk@48631 -
2015-04-05 08:38:30 +00:00
bart
483c6ba2cc LCL: Publish TToggleBox.Align. Issue #0027785.
git-svn-id: trunk@48628 -
2015-04-04 21:54:50 +00:00
mattias
d51fa72c40 LCL: re-added CalculateAutoRanges for custom controls
git-svn-id: trunk@48626 -
2015-04-04 21:49:29 +00:00
mattias
35e6eea991 lcl: TScrollingWinControl: fixed computing Range independent of visibility of scrollbars, removed CalculateAutoRanges
git-svn-id: trunk@48624 -
2015-04-04 21:09:22 +00:00
juha
d126fb4491 LCL: Fix BMP handling issues in big endian systems. Issue #27719, patch from Mark Morgan Lloyd.
git-svn-id: trunk@48623 -
2015-04-04 18:23:18 +00:00
juha
1c13bee866 Improve EditorToolbar config window. Issue #27770, patch from Balázs Székely.
git-svn-id: trunk@48622 -
2015-04-04 18:02:08 +00:00
zeljko
e6dd7791a7 Qt: fixed compilation with define VerboseQtResize
git-svn-id: trunk@48621 -
2015-04-04 16:12:00 +00:00
bart
f66a7462da IDE: fix crash in TDiffDlg.SaveSettings when fFile = nil. Issue #0027780.
git-svn-id: trunk@48620 -
2015-04-04 11:37:55 +00:00
juha
48f9c22570 IDE: Improve layout of Toolbar config dialogs. Issue #27770, patch from Balázs Székely.
git-svn-id: trunk@48619 -
2015-04-04 11:36:01 +00:00
juha
e72d7c9c44 QT: Reveal a wrong typecast in QtObjectFromWidgetH.
git-svn-id: trunk@48618 -
2015-04-04 10:38:05 +00:00
zeljko
1228e86211 Qt: hide widget before deleteLater, so if our event loop is blocked for some reason, widget will go away. issue #27781
git-svn-id: trunk@48617 -
2015-04-04 09:47:41 +00:00
mattias
1beebb68d0 LCL: fpgui: implements TPanel OuterBevel
git-svn-id: trunk@48615 -
2015-04-03 21:40:54 +00:00
mattias
f5eb0d6d7b LCL: fpgui: implemented panel settext
git-svn-id: trunk@48613 -
2015-04-03 21:39:46 +00:00
mattias
d79190d24b LCL: fpgui: fixed compilation
git-svn-id: trunk@48611 -
2015-04-03 21:38:22 +00:00
juha
eb89d4043b LCL: Set right cursor in TCoolbar.MouseDown. Patch from Balázs Székely.
git-svn-id: trunk@48610 -
2015-04-03 16:26:03 +00:00
juha
ebcbe939e6 IDE Coolbar improvements. Issue #27779, patch from Balázs Székely.
git-svn-id: trunk@48609 -
2015-04-03 16:25:58 +00:00
mattias
37332e8674 IDE/lazbuild: building IDE: fixed using lazarus.new.exe if lazarus.exe cannot be renamed
git-svn-id: trunk@48607 -
2015-04-03 09:44:54 +00:00