Commit Graph

47725 Commits

Author SHA1 Message Date
wp
14b69d092f Turbopower_ipro: Fix copying of table cells to clipboard.
git-svn-id: trunk@50166 -
2015-10-25 22:08:11 +00:00
ondrej
461ea447a4 LazControls: TListFilterEdit move fFilteredListbox workaround for Gtk2
git-svn-id: trunk@50165 -
2015-10-25 21:48:07 +00:00
ondrej
471e8b0da4 LCL: FilterEdit support for PageUp, PageDown, Ctrl+Home, Ctrl+End and basic support for selection. Issue #28900
git-svn-id: trunk@50164 -
2015-10-25 20:47:35 +00:00
wp
c2ae186c25 TurboPower_IPro: Fix selection of text within tables. Note this fix breaks correct copying of text from tables to the clipboard!
git-svn-id: trunk@50163 -
2015-10-25 11:52:05 +00:00
juha
dd99e47f84 LazReport: Check the length of a string before accessing its members. Issue #28896, patch from Tony Whyman.
git-svn-id: trunk@50162 -
2015-10-25 09:22:43 +00:00
mattias
105b3e0652 codetools: identifier completion: $optimization directive
git-svn-id: trunk@50161 -
2015-10-25 09:17:25 +00:00
mattias
06c04debf6 tests: ExtractFileUnitname
git-svn-id: trunk@50160 -
2015-10-24 21:50:00 +00:00
mattias
d75c8aba79 tests: fixed hints on fpc 3.1.1
git-svn-id: trunk@50159 -
2015-10-24 21:47:10 +00:00
mattias
43a2597cc9 project groups: comments
git-svn-id: trunk@50158 -
2015-10-24 21:46:40 +00:00
mattias
c8e7c3acb5 lazutils: lconvencoding: fixed using tables for lossless conversion back and forth
git-svn-id: trunk@50157 -
2015-10-24 21:46:16 +00:00
martin
f68b41737e SynEdit: make markupmanager public
git-svn-id: trunk@50156 -
2015-10-24 20:11:12 +00:00
wp
604f4c1410 TurboPower_IPro: New selection method SHIFT+Click
git-svn-id: trunk@50155 -
2015-10-24 19:30:59 +00:00
wp
41bc75cd8e Turbopower_IPro: Rename TIpHtmlRectListEntry.Node to .Element
git-svn-id: trunk@50154 -
2015-10-24 19:28:03 +00:00
ondrej
3ca8d0b170 IDE: Added TLazPackageGraph.FChangeStamp
git-svn-id: trunk@50153 -
2015-10-24 17:47:35 +00:00
ondrej
5ec7988f47 IDE: IDECommand update events refactored: delete timer, use checks for command updates, add TIDESpecialCommand.OnRequestCaptionHint
git-svn-id: trunk@50152 -
2015-10-23 17:04:26 +00:00
mattias
dbc7d81566 project groups: started removed targets list
git-svn-id: trunk@50151 -
2015-10-23 09:11:34 +00:00
mattias
722d1f85ac LCL: gtk2: fixed gtk warnings for docked forms in SetBounds
git-svn-id: trunk@50150 -
2015-10-23 07:22:17 +00:00
mattias
fcafecec98 LCL: LoadFromCSVStream: fixed converting UTF16
git-svn-id: trunk@50146 -
2015-10-22 21:34:53 +00:00
wp
bb0313a2d6 TurboPower_iPro: Remove occasional empty line at top of document. Fix horizontal text alignment in table cells.
git-svn-id: trunk@50145 -
2015-10-22 20:37:40 +00:00
mattias
9eae75a03b LCL: LoadFromCSVStream: fixed reading quote not closed
git-svn-id: trunk@50144 -
2015-10-22 19:37:40 +00:00
mattias
5e9014531d IDE: ipc: use UTF8 functions
git-svn-id: trunk@50143 -
2015-10-22 19:03:09 +00:00
mattias
3f34209f7c IDE: source editor: do not update menu items if nothing has changed
git-svn-id: trunk@50142 -
2015-10-22 17:51:04 +00:00
mattias
9935d4a262 project groups: comments
git-svn-id: trunk@50141 -
2015-10-22 17:34:14 +00:00
juha
3f1c3e00ef IDE: Move Tools menu items "Convert Encoding" and "Check LFM file" out from Delphi conversion sub-menu.
git-svn-id: trunk@50140 -
2015-10-22 15:05:00 +00:00
zeljko
eb6cd6b9d0 Qt: better handling of forms with borderstyle = bsNone. issue #26018, related to issue #28863
git-svn-id: trunk@50139 -
2015-10-22 12:55:27 +00:00
maxim
f771469dfe IDE: regenerated translations and updated Russian translation
git-svn-id: trunk@50138 -
2015-10-21 23:03:04 +00:00
zeljko
25dd19073a Gtk2: fix form size. issue #28555
git-svn-id: trunk@50137 -
2015-10-21 13:58:46 +00:00
ondrej
49fe33b8c3 IDE: add new tab to history after a tab was closed.
git-svn-id: trunk@50136 -
2015-10-21 09:50:46 +00:00
wp
8b28bc8ddd TurboPower_ipro: Avoid insertion of empty line into word-wrapped long text copied to clipboard. Replace literal "#13#10" by "LineEnding"
git-svn-id: trunk@50135 -
2015-10-21 09:13:42 +00:00
mattias
06bdecede0 projectgroups: comments
git-svn-id: trunk@50134 -
2015-10-21 08:58:44 +00:00
ondrej
ebbf7c90c3 IDE: synchronize advancedipc.pp with FCL.
git-svn-id: trunk@50133 -
2015-10-21 08:24:05 +00:00
maxim
250c06913b Cody: updated Russian translation
git-svn-id: trunk@50132 -
2015-10-20 22:36:14 +00:00
juha
039c2d80f8 LCL: Prevent flicker in TListbox in Windows XP. Issue #28146, patch from wp.
git-svn-id: trunk@50131 -
2015-10-20 20:59:17 +00:00
wp
26a72d2bfc TurboPower_IPro: more general way to copy text to the clipboard. Add CTRL+A to "select all". Improved rendering of table, p and header nodes.
git-svn-id: trunk@50130 -
2015-10-20 19:14:32 +00:00
juha
5fc7132693 Use the new UTF-8 system by default. Can be disabled by define DisableUTF8RTL. EnableUTF8RTL is removed.
git-svn-id: trunk@50129 -
2015-10-20 17:20:11 +00:00
ondrej
162c962047 win32: detect Windows 8.1 as WindowsVersion = wv8_1 and Windows 10 as WindowsVersion = wv10
git-svn-id: trunk@50128 -
2015-10-20 17:01:40 +00:00
ondrej
f1403377e0 IDE: Desktop manager change separator style back to tbsDividers, fix TabOrder, delete empty SaveActionHint procedure.
git-svn-id: trunk@50127 -
2015-10-20 16:02:06 +00:00
mattias
b7210973bf IDE: menu item package graph with ..., bug #28884
git-svn-id: trunk@50126 -
2015-10-20 15:55:11 +00:00
zeljko
52d7205b6e Qt: set proper focus policy for TCustomForm handle. Fixed stalled capture on hidden abstractscrollarea viewport. issue #28880
git-svn-id: trunk@50125 -
2015-10-20 13:09:55 +00:00
zeljko
5ea0c54c00 Qt: fix focus policy. issue #28880
git-svn-id: trunk@50124 -
2015-10-20 07:27:20 +00:00
mattias
db83bb87bc IDE: adding editor unit to project: check component type and ask if to add CreateForm statement to project, bug #26248
git-svn-id: trunk@50123 -
2015-10-19 19:21:11 +00:00
mattias
655cfb0abf codetools: tests for dotted units
git-svn-id: trunk@50122 -
2015-10-19 13:30:14 +00:00
mattias
2c99963589 codetools: added tests for dotted units
git-svn-id: trunk@50121 -
2015-10-19 13:25:09 +00:00
mattias
1900575f1b codetools: added tests for dotted units
git-svn-id: trunk@50120 -
2015-10-19 13:23:15 +00:00
mattias
5c15224a08 codetools: added ExtractFileUnitname
git-svn-id: trunk@50119 -
2015-10-19 11:22:24 +00:00
mattias
90ec47f43b codetools: find declaration: fixed Result in operator proc, bug #28877
git-svn-id: trunk@50118 -
2015-10-19 09:47:00 +00:00
juha
cedf1cec63 IDE: Add help to Desktop Manager. Issue #28878.
git-svn-id: trunk@50117 -
2015-10-18 22:56:59 +00:00
juha
1ce63eab2e LazControls: Use ItemIndex for moving up/down in ListFilterEdit. Issue #28779.
git-svn-id: trunk@50116 -
2015-10-18 22:28:43 +00:00
mattias
3b84c9a585 codetools: find protected members in class helpers, bug #28810, patch from Ondrej
git-svn-id: trunk@50115 -
2015-10-18 22:27:22 +00:00
mattias
ea4449e888 codetools: added tests helper and protected
git-svn-id: trunk@50114 -
2015-10-18 22:21:45 +00:00