Commit Graph

29461 Commits

Author SHA1 Message Date
paul
5bb62f9253 qt: use QMenu->exec instead of QMenu->popup to simulate win32 behavior
git-svn-id: trunk@29781 -
2011-03-10 06:47:44 +00:00
paul
13cb137a99 win32: formatting, cleanup
git-svn-id: trunk@29780 -
2011-03-10 06:35:10 +00:00
paul
bbe53df988 lcl: post CN_DROPDOWNCLOSED before closing a toolbar popup menu for delphi compatibility, call TMenuItem.Click when tool button is clicked
git-svn-id: trunk@29779 -
2011-03-10 06:34:49 +00:00
paul
a0328590c5 lcl: formatting, cleanup
git-svn-id: trunk@29778 -
2011-03-10 04:26:42 +00:00
paul
e7845774d8 lcl: formatting
git-svn-id: trunk@29777 -
2011-03-10 03:30:53 +00:00
juha
c8c11611e7 IDE: Move View menu in front of Source and Refactor menus.
git-svn-id: trunk@29776 -
2011-03-09 22:56:21 +00:00
juha
62c2fd5bc1 IDE: Refactor menu gets "Add unit to uses section" entry.
git-svn-id: trunk@29775 -
2011-03-09 22:56:16 +00:00
maxim
2512c99bc8 regenerated translations; updated Russian translation
git-svn-id: trunk@29774 -
2011-03-09 22:37:00 +00:00
maxim
b6cbb4cf84 IDE, procedure list: added check for the case when we don't have any procedures in current file, bug #18897
git-svn-id: trunk@29773 -
2011-03-09 21:00:57 +00:00
juha
125402cb2e MessageComposer: moved into a better place in Source menu.
git-svn-id: trunk@29772 -
2011-03-09 21:00:47 +00:00
juha
5dd47ffac1 IDE: SetupEnvironmentMenu formatting.
git-svn-id: trunk@29771 -
2011-03-09 21:00:42 +00:00
juha
81b83added ProjectTemplates: Move the settings dialog to Environment menu from Tools menu.
git-svn-id: trunk@29770 -
2011-03-09 21:00:36 +00:00
mattias
77566ccf65 codetools: implemented scanning units in smaller chunks and successive scanning without deleting nodes
git-svn-id: trunk@29769 -
2011-03-09 20:52:44 +00:00
mattias
3c8976718d tests: codetools range scan
git-svn-id: trunk@29768 -
2011-03-09 19:10:11 +00:00
mattias
197952415b IDE: removed obsolete hard coded lcl fpdoc path
git-svn-id: trunk@29767 -
2011-03-09 16:33:31 +00:00
juha
611aafbe09 IDE: add "Swap case in selection" feature to edit menu.
git-svn-id: trunk@29766 -
2011-03-09 14:12:45 +00:00
juha
9db82a2373 IDE: Make character case match the original strings in keymapping.
git-svn-id: trunk@29765 -
2011-03-09 14:12:39 +00:00
juha
ff4c1eb7c2 Examples: Moved "Explore Menus" to View menu, improve texts and use $R resource.
git-svn-id: trunk@29764 -
2011-03-09 14:12:36 +00:00
paul
e6e773b140 lcl: publish TTabSheet.BorderWidth
git-svn-id: trunk@29763 -
2011-03-09 12:47:54 +00:00
juha
8e13dbea19 IDE: fixed a resourcestring to proper English.
git-svn-id: trunk@29762 -
2011-03-09 12:36:20 +00:00
juha
2fda99299b IDE: reorder main menu items.
git-svn-id: trunk@29761 -
2011-03-09 12:33:33 +00:00
juha
49a8de2ec0 IDE: format some resourcestrings, join into one line.
git-svn-id: trunk@29760 -
2011-03-09 12:33:27 +00:00
juha
7be110eac0 LCL: Changed ColorToRGB return type to Delphi compatible Longint
git-svn-id: trunk@29759 -
2011-03-09 12:33:24 +00:00
juha
0712a1f29d IDE: Change 2 resourcestrings to the correct ones.
git-svn-id: trunk@29758 -
2011-03-09 08:13:30 +00:00
paul
412dc4ecc9 win32: also put Icon flags into AdjustWindowRectEx calls, cleanup
git-svn-id: trunk@29757 -
2011-03-09 04:06:03 +00:00
paul
786385251f win32: always call GetWindowSize in WM_SIZE handler - it already takes iconic windows into account (fixes a bug with minimizing/restoring windows and their size growing)
git-svn-id: trunk@29756 -
2011-03-09 04:04:31 +00:00
paul
66766609c8 win32: don't set minimized window size using SetWindowPos - we need to set the normal window position using SetWindowPlacement
git-svn-id: trunk@29755 -
2011-03-09 03:23:07 +00:00
paul
0f516fc6ef win32: set WindowPlacement.Length before the call of GetWindowPlacement
git-svn-id: trunk@29754 -
2011-03-09 03:20:36 +00:00
paul
74952c9d65 win32: replace TWin32WidgetSet(WidgetSet) with Win32WidgetSet + cleanup
git-svn-id: trunk@29753 -
2011-03-09 03:01:39 +00:00
maxim
8ad3f29dda regenerated translations
git-svn-id: trunk@29752 -
2011-03-09 00:39:23 +00:00
maxim
701c1213cf IDE: fixed several translation regressions by August Klein, bug #18893
git-svn-id: trunk@29751 -
2011-03-09 00:37:32 +00:00
maxim
a6694c0963 Translations: Spanish translation update by August Klein, bug #18891
git-svn-id: trunk@29750 -
2011-03-08 13:27:16 +00:00
ask
ae4239028a TAChart: Fix division by zero in TZoomClickTool
git-svn-id: trunk@29749 -
2011-03-08 09:19:20 +00:00
ask
d378e66c95 TAChart: Extract WeightedAverage utility function
git-svn-id: trunk@29748 -
2011-03-08 09:17:56 +00:00
mattias
bb74af971c tests: started test for codetools range scan
git-svn-id: trunk@29747 -
2011-03-07 23:21:08 +00:00
jesus
ae13b849e4 LCL, make grid remember changes in fixedcols or fixedrows in a fixed grid (grid with 0 cols or rows), issue #18832
git-svn-id: trunk@29746 -
2011-03-07 20:41:05 +00:00
maxim
210306ecb8 regenerated translations; updated Russian translation
git-svn-id: trunk@29745 -
2011-03-07 17:33:40 +00:00
mattias
a43c70c21f codetools: identifier completion: do not show protected member when gather context is in another unit, more Delphi compatible, patch #18888
git-svn-id: trunk@29744 -
2011-03-07 17:08:55 +00:00
mattias
672a743b6d IDE: check if compiler was changed before compiling
git-svn-id: trunk@29743 -
2011-03-07 12:04:10 +00:00
mattias
20860be566 IDE: clean up
git-svn-id: trunk@29742 -
2011-03-07 11:41:04 +00:00
mattias
bee4293381 IDE: scan fpc source directory in the background after checking the fpc config
git-svn-id: trunk@29741 -
2011-03-07 11:18:36 +00:00
mattias
2d5c8227c1 IDE: outputfilter: show PPU loading/invalid version messages
git-svn-id: trunk@29740 -
2011-03-07 11:11:01 +00:00
mattias
ec73978c03 codetools: parsing class section type public in fpc 2.4.x, bug #18882
git-svn-id: trunk@29739 -
2011-03-07 11:07:44 +00:00
zeljko
3d675e65b1 Qt: fixed wheel events passing for qt < 4.7. issue #18880
git-svn-id: trunk@29738 -
2011-03-07 07:26:33 +00:00
zeljko
b5cbc333ba Qt: proper paint of TQtCustomControl viewport. issue #18880
git-svn-id: trunk@29737 -
2011-03-07 07:17:49 +00:00
paul
bdff407a46 win32: fix GetDetailRegion crash if no themes enabled (by Bart bug #0018873)
git-svn-id: trunk@29736 -
2011-03-07 03:03:29 +00:00
juha
282bb3de33 QT: Prevent assigning a negative value to a Word, cought by range-check. Sould fix issue #18876.
git-svn-id: trunk@29735 -
2011-03-06 16:55:13 +00:00
juha
0928ead547 LCL: Changed function ColorToRGB's return value to TColorRef. Many related changes around the code.
git-svn-id: trunk@29734 -
2011-03-06 12:45:59 +00:00
ask
196b88b14f TAChart: Calculate bar height separately from drawing
git-svn-id: trunk@29733 -
2011-03-06 12:34:10 +00:00
juha
a620aa9c33 GTK2: fix range-check errors caused by ColorRef type change.
git-svn-id: trunk@29732 -
2011-03-05 16:09:10 +00:00