Commit Graph

25275 Commits

Author SHA1 Message Date
zeljko
a19f9a2883 Qt: added todo for TQtWidgetSet.MessageBox
git-svn-id: trunk@25701 -
2010-05-27 16:13:57 +00:00
mattias
57e6a22d2c LCL: added warning when painting outside of paint message
git-svn-id: trunk@25700 -
2010-05-27 16:02:21 +00:00
mattias
924a185cfa IDE: fpdoceditor: fixed crash on destroy
git-svn-id: trunk@25699 -
2010-05-27 15:48:53 +00:00
martin
0da4663c8d Change ASyncQueue to run in forward order (first in / first out)
git-svn-id: trunk@25698 -
2010-05-27 15:29:53 +00:00
mattias
19f9f16b28 IDE: fixed crash: accessing the wrong canvas
git-svn-id: trunk@25697 -
2010-05-27 15:27:24 +00:00
mattias
fd51b5dcdc IDE: fpdoceditor: do not update on idle when a modal form is shown
git-svn-id: trunk@25696 -
2010-05-27 15:12:42 +00:00
mattias
94e1c3958b IDE: fpdoc editor: update on show
git-svn-id: trunk@25695 -
2010-05-27 14:58:32 +00:00
martin
c116269008 ColorSchemFactory: improved loading speed
git-svn-id: trunk@25694 -
2010-05-27 14:56:52 +00:00
mattias
85e8ae198c lcl docs
git-svn-id: trunk@25693 -
2010-05-27 14:48:55 +00:00
mattias
8541fb499c LCL: TCustomForm.FocusControl: comment
git-svn-id: trunk@25692 -
2010-05-27 14:42:26 +00:00
mattias
b76088df74 LCL: TCustomForm.FocusControl: comment
git-svn-id: trunk@25691 -
2010-05-27 14:35:25 +00:00
mattias
67635d4200 IDE: fixed source editor taking focus on page changed, bug #16581
git-svn-id: trunk@25690 -
2010-05-27 14:16:02 +00:00
mattias
9a8dce2b4e codetools: accelerated TCodeCache.SaveIncludeLinksDataToList
git-svn-id: trunk@25689 -
2010-05-27 13:30:02 +00:00
mattias
5c3930c99d codetools: saving includelinks compressed
git-svn-id: trunk@25688 -
2010-05-27 13:08:11 +00:00
zeljko
b35fff5bcc Qt: improved mousewheel scroll by Mattias. fixes #16560
git-svn-id: trunk@25687 -
2010-05-27 12:01:09 +00:00
mattias
ef82ad9e79 IDE: improved message captions
git-svn-id: trunk@25686 -
2010-05-27 10:38:54 +00:00
mattias
d9820994b8 IDEIntf: find options editor via groupindex and index, codetools indent options: jump to default indent
git-svn-id: trunk@25685 -
2010-05-27 10:35:58 +00:00
zeljko
41bfebe276 Qt: implemented X11 selection. fixes #16566
git-svn-id: trunk@25684 -
2010-05-27 09:41:40 +00:00
mattias
ca21c39ff3 codetools: indenter: added for, for do
git-svn-id: trunk@25683 -
2010-05-27 09:40:15 +00:00
mattias
f6f1568eab codetools: include links: use date
git-svn-id: trunk@25682 -
2010-05-27 08:15:16 +00:00
mattias
e05038a12d codetools: do not load old include links
git-svn-id: trunk@25681 -
2010-05-27 08:02:59 +00:00
zeljko
71d77a25cd Qt: qtclipboard - disabled primaryselection in selectionChanged. fixes #16569
git-svn-id: trunk@25680 -
2010-05-27 06:25:02 +00:00
paul
1aae556694 win32, wince: revert r25425 #112777a442 because it adds flickering to applications
git-svn-id: trunk@25679 -
2010-05-27 03:07:34 +00:00
martin
5b42849a32 Reverted: SourceEditor: Instruct SourceLog to write directly to SynEdit (skip stringlist)
git-svn-id: trunk@25678 -
2010-05-26 23:20:27 +00:00
martin
c888a8d4eb SourceEditor: Instruct SourceLog to write directly to SynEdit (skip stringlist)
git-svn-id: trunk@25677 -
2010-05-26 23:08:22 +00:00
martin
f2d9c5841d SynEdit: Fix Lines.SetCapacity
git-svn-id: trunk@25676 -
2010-05-26 23:07:13 +00:00
mattias
67b7304389 IDE: do not focus an invsibile editor
git-svn-id: trunk@25675 -
2010-05-26 22:35:45 +00:00
mattias
07d10376f3 codetools: clean up
git-svn-id: trunk@25674 -
2010-05-26 22:35:20 +00:00
martin
dfa90fa2e9 SyncroEdit:Tests
git-svn-id: trunk@25673 -
2010-05-26 22:14:29 +00:00
martin
83626913a6 SyncroEdit: Fix, remove Async from queue, if destroyed
git-svn-id: trunk@25672 -
2010-05-26 22:13:58 +00:00
martin
cc7d32817b LCL: added Application.RemoveAsyncQueue(Object)
git-svn-id: trunk@25671 -
2010-05-26 22:12:31 +00:00
mattias
9590345c0c codetools: accelerated TSourceLog.BuildLineRanges
git-svn-id: trunk@25670 -
2010-05-26 22:11:33 +00:00
maxim
aa707c4feb improved Russian translation
git-svn-id: trunk@25669 -
2010-05-26 21:27:40 +00:00
maxim
1737c8ba69 IDE: French translation update by paulatreides, bug #16570.
git-svn-id: trunk@25668 -
2010-05-26 21:08:03 +00:00
mattias
73ec3261b6 LCL: SetActiveControl: do the sanity checks only when visible
git-svn-id: trunk@25667 -
2010-05-26 18:09:11 +00:00
zeljko
444245d7dc Qt: added one way selection clipboard (native qt control or another app -> lcl, doesn't work yet from eg. synedit -> qt, datasize is 0 for some reason).
git-svn-id: trunk@25666 -
2010-05-26 16:41:58 +00:00
martin
564049643d Ide, Options: changed "middle mouse = code jump" to hide the underline, unless ctrl is clicked
git-svn-id: trunk@25665 -
2010-05-26 16:15:06 +00:00
martin
a2e1b87623 SynEdit: Fix clicking mouse-links, that hide the underline
git-svn-id: trunk@25664 -
2010-05-26 16:13:41 +00:00
martin
b35753d476 IDE, EditorOptions: New ColorSchemFactory; color editor - fix default handling for base-color
git-svn-id: trunk@25663 -
2010-05-26 14:26:58 +00:00
martin
74a520edf8 IDE, Option: layout of color editor
git-svn-id: trunk@25662 -
2010-05-26 13:08:53 +00:00
sekelsenmat
908187a186 Fixes TStringGrid drawing
git-svn-id: trunk@25661 -
2010-05-26 11:10:12 +00:00
zeljko
880907fc35 Qt: started QClipboard selection implementation
git-svn-id: trunk@25660 -
2010-05-26 09:19:51 +00:00
sekelsenmat
68f4c7344d Fixes event sending to controls inside wince groupbox
git-svn-id: trunk@25659 -
2010-05-26 09:06:04 +00:00
zeljko
11d073d94e IDE: improved View units dialog. patch by Flavio Etrusco. fixes #15751
git-svn-id: trunk@25658 -
2010-05-26 08:39:56 +00:00
mattias
bee80b1936 IDE: reduce some overhead
git-svn-id: trunk@25657 -
2010-05-26 08:24:40 +00:00
mattias
a03f193c5e LCL: fixed TCustomForm.FocusControl checking IsVisible
git-svn-id: trunk@25656 -
2010-05-26 08:24:15 +00:00
zeljko
ef9ab37cc9 Qt: moved ShowHide() to QtWSForms to reduce casts, call QApplication_syncX() on X11 to get better visual performance. fixes #16550
git-svn-id: trunk@25655 -
2010-05-26 08:07:54 +00:00
paul
c7f1b52257 win32: do a spinedit parts reposition in one step
git-svn-id: trunk@25654 -
2010-05-26 02:29:23 +00:00
martin
9435c0c87b SourceEditor: fixed locking, focus to disabled control issue
git-svn-id: trunk@25653 -
2010-05-26 01:37:09 +00:00
maxim
99e71d5ce3 IDE options, Form Editor tab: change layout to save vertical space in order to make this tab look correctly on 1024x600 screens.
git-svn-id: trunk@25652 -
2010-05-25 23:24:22 +00:00