Commit Graph

27242 Commits

Author SHA1 Message Date
martin
700bc8469b IDE, SourceEditor: Workaround for XFCE issue with focus after completion-form. Issue #17533
git-svn-id: trunk@27643 -
2010-10-10 19:29:45 +00:00
zeljko
9da784edf0 Gtk2: removed unused units.
git-svn-id: trunk@27642 -
2010-10-10 18:11:22 +00:00
zeljko
dffaa39719 Gtk2: ifdefed gtk2proc CaptureMouseForWidget with GTK2_USE_OLD_CAPTURE define.
git-svn-id: trunk@27641 -
2010-10-10 18:02:43 +00:00
zeljko
eab39ab766 Gtk2: Gtk2WSForms.ShowModal() code moved to Gtk2WSForms.ShowHide(), since gtk_window_present() will call show on widget if it isn't already visible.
git-svn-id: trunk@27640 -
2010-10-10 17:54:25 +00:00
zeljko
268b91cad8 Gtk2: added workaround for gtk2 where GtkButton "clicked" signal isn't triggered when our modal form is started from OnDropDown().
Related to #14318

git-svn-id: trunk@27639 -
2010-10-10 16:20:18 +00:00
zeljko
afb190401d Gtk2: fixed setCapture(), now it uses new way of capturing, old can be used with -dGTK2_USE_OLD_CAPTURE.
fixed unwanted focus grab of THintWindow.
fixed bug when scrollbar button double clicked, we need 2 clicks to focus our client area. Fixed bugs #13878 #17596.

git-svn-id: trunk@27638 -
2010-10-10 15:26:45 +00:00
jesus
923c7f1753 LCL, make grid's picklist editor to fit cell bounds where possible
git-svn-id: trunk@27637 -
2010-10-09 18:48:21 +00:00
jesus
f1a7c8604e LCL, fix picklist editor not saving data into dbgrid, regression introduced in r27317 #90bf8f4f5e, issue #17586
git-svn-id: trunk@27636 -
2010-10-09 18:32:47 +00:00
zeljko
d38da8c53c LCL: fixed compilation with -dVerboseMouseBugFix
git-svn-id: trunk@27635 -
2010-10-09 17:11:43 +00:00
mattias
045c7df7b2 IDE: save/load project compiler option sets
git-svn-id: trunk@27634 -
2010-10-09 16:37:08 +00:00
martin
ca47b5bc9e SynEdit: Fix for right overview Gutter (-dWithSynOverviewGutter)
git-svn-id: trunk@27633 -
2010-10-09 16:14:00 +00:00
martin
871136835b SynEdit: Fix for right overview Gutter
git-svn-id: trunk@27632 -
2010-10-09 16:06:56 +00:00
zeljko
c4c3db3775 IDE: added default actions for VK_ESCAPE and VK_RETURN in diskdiffsdialog. fixes #17347
git-svn-id: trunk@27631 -
2010-10-09 13:47:40 +00:00
zeljko
0874f11dcf Gtk2: implemented TGtk2WidgetSet.PromptUser(), fixes various bugs with gtk2 dialogs. known to fixes #14318
git-svn-id: trunk@27630 -
2010-10-09 13:27:17 +00:00
mattias
9e63cf8edb IDE: fixed laz build dlg
git-svn-id: trunk@27629 -
2010-10-08 22:03:33 +00:00
zeljko
da9a60c893 Qt: fixed QEventWheel for TQtCustomControl. fixes #17554
git-svn-id: trunk@27628 -
2010-10-08 20:58:44 +00:00
mattias
1cf22e85c1 IDE: moved project compileroptions and macrovalues to buildmodes
git-svn-id: trunk@27627 -
2010-10-08 20:28:37 +00:00
mattias
025f786f34 IDE: converter: set Delphi mode as default
git-svn-id: trunk@27626 -
2010-10-08 18:59:38 +00:00
zeljko
d9e439282b Gtk2: fixed alien configure events from composition manager (usually compiz). fixed #17523
git-svn-id: trunk@27625 -
2010-10-08 18:47:02 +00:00
mattias
9c51da2d7c IDE: configure build laz dialog: fixed activating comboboxes, bug #17576
git-svn-id: trunk@27624 -
2010-10-08 17:11:38 +00:00
mattias
86d16f0a51 IDE: reset BuildTarget after project options
git-svn-id: trunk@27623 -
2010-10-08 16:51:29 +00:00
mattias
3d26d69da8 IDE: compiler options: added OnChanged handlers
git-svn-id: trunk@27622 -
2010-10-08 15:54:42 +00:00
mattias
bc6ef0820f IDE: search results view: replaced TNoteBook with TPageControl
git-svn-id: trunk@27621 -
2010-10-08 14:55:07 +00:00
mattias
2aaf2b0153 LCL: TPageControl: published Options and OnCloseTabClicked to make porting old TNoteBook code easier
git-svn-id: trunk@27620 -
2010-10-08 14:54:44 +00:00
zeljko
23f3e4c917 Qt: do not pass input or paint events from invisible control to lcl.
git-svn-id: trunk@27619 -
2010-10-08 13:10:12 +00:00
ask
d051326063 TAChart: Minor code style fixes
git-svn-id: trunk@27618 -
2010-10-08 11:11:42 +00:00
mattias
53728f728d IDE: compiler options: made CreateDiff usable as Equals
git-svn-id: trunk@27617 -
2010-10-08 09:47:14 +00:00
mattias
abe779fb85 IDE: when checking for changed lpi, check content
git-svn-id: trunk@27616 -
2010-10-08 09:07:40 +00:00
mattias
99c6d7478d IDE: reduce overhead during idle, update some items only if there was user input
git-svn-id: trunk@27615 -
2010-10-08 08:51:41 +00:00
zeljko
ae23055240 Qt: fixed TQtWidgetSet.SetFocus(), it should activate parent form if we call setfocus for control which is on inactive form.
git-svn-id: trunk@27614 -
2010-10-08 07:36:15 +00:00
mattias
68863ce1c3 IDE: compiler options: using changestamp
git-svn-id: trunk@27613 -
2010-10-08 06:23:49 +00:00
jesus
398ecf256d TAChart, fix component and property editors, see note in issue #17077
git-svn-id: trunk@27612 -
2010-10-08 00:34:11 +00:00
jesus
ba026d2468 LCL, made public grid's invalidateRow and InvalidateRange methods, issue #17568
git-svn-id: trunk@27611 -
2010-10-07 20:44:10 +00:00
jesus
b1de430498 IDE, fix Fields Editor not showing or cause AV, issue #17572
git-svn-id: trunk@27610 -
2010-10-07 20:38:03 +00:00
maxim
a156e24276 IDE, View Unit/Form dialog: make edit focused by default
git-svn-id: trunk@27609 -
2010-10-07 20:35:37 +00:00
mattias
7c74ad750f codetools: property completion: add setter code when read variable exists
git-svn-id: trunk@27608 -
2010-10-07 17:00:36 +00:00
mattias
8b9e2c6412 IDE: compiler options changestamp
git-svn-id: trunk@27607 -
2010-10-07 16:41:57 +00:00
mattias
e80f406103 codetools: identifier comletion: put keywords behind fitting identifiers
git-svn-id: trunk@27606 -
2010-10-07 12:36:52 +00:00
mattias
95aebd5804 codetools: do not show identifier at cursor at start of list and ignore it on tab completion
git-svn-id: trunk@27605 -
2010-10-07 12:28:09 +00:00
mattias
b25b8e2a2a IDE: progress window: show hint
git-svn-id: trunk@27604 -
2010-10-07 11:45:23 +00:00
mattias
b643681b2b LCL: clean up
git-svn-id: trunk@27603 -
2010-10-07 11:15:16 +00:00
mattias
081cb87fe6 LCL: removed TApplication.FFormList, bug #17570
git-svn-id: trunk@27602 -
2010-10-07 11:14:01 +00:00
mattias
e4623dcc4c IDE: replaced project compiler options OwnerProject+Project with LazProject
git-svn-id: trunk@27601 -
2010-10-07 10:45:54 +00:00
mattias
f572c7f13c IDE: replaced compiler options property Active with function IsActive
git-svn-id: trunk@27600 -
2010-10-07 10:42:27 +00:00
zeljko
376cb466ca Qt: fixed result of TQtWidgetSet.SetForegroundWindow()
git-svn-id: trunk@27599 -
2010-10-07 09:38:55 +00:00
mattias
ca6f8ce58c IDE: compiler options: do not use bkYes for test button, it should not become default
git-svn-id: trunk@27598 -
2010-10-07 08:00:23 +00:00
mattias
3268c9ce5e LCL: TButtonPanel: reduce overhead while button creation
git-svn-id: trunk@27597 -
2010-10-07 07:58:59 +00:00
zeljko
94827d66c8 Gtk2: fixed form focus. fixes #17533, #17544
git-svn-id: trunk@27596 -
2010-10-07 06:31:58 +00:00
mattias
3fc6280bb3 IDE: comments
git-svn-id: trunk@27595 -
2010-10-06 21:14:52 +00:00
mattias
f0e93fedb8 IDE: added Active property for compiler options
git-svn-id: trunk@27594 -
2010-10-06 20:57:15 +00:00