Commit Graph

31930 Commits

Author SHA1 Message Date
mattias
f6587577d4 updated Makefile
git-svn-id: trunk@32681 -
2011-10-04 22:51:00 +00:00
mattias
c4ff5b19bf lazutils: added to makefiles
git-svn-id: trunk@32680 -
2011-10-04 22:45:53 +00:00
mattias
6420a9abd4 lazutils: i18n
git-svn-id: trunk@32679 -
2011-10-04 22:43:56 +00:00
mattias
edeaa59964 lazutils: started lazutf8, lazfileutil, lazfilecache
git-svn-id: trunk@32678 -
2011-10-04 22:42:44 +00:00
juha
86b4b1d1b0 IDE: Scroll components inside the component palette page. Issue #20410, patch from Alexander S. Klenin
git-svn-id: trunk@32677 -
2011-10-04 22:37:55 +00:00
maxim
610e13e273 IDE: TOIAddRemoveFavouriteDlg is a resourceless form so it should use CreateNew, patch from cobines, bug #20411
git-svn-id: trunk@32676 -
2011-10-04 21:57:06 +00:00
mattias
9757886a93 lazutils: started
git-svn-id: trunk@32675 -
2011-10-04 21:36:34 +00:00
vincents
0034a72672 ideintf: collection editor, update buttons after deleting an item (issue #19090)
git-svn-id: trunk@32674 -
2011-10-04 14:50:52 +00:00
mattias
f0bf0fdd81 IDE: initial setup dialog: treeview readonly
git-svn-id: trunk@32673 -
2011-10-04 14:17:24 +00:00
mattias
bb0b5e162d codetools: identifier completion: added more compiler directives
git-svn-id: trunk@32672 -
2011-10-04 12:29:16 +00:00
mattias
0ee7d0a31c IDE: outputfilter: free FAsyncOutput on init
git-svn-id: trunk@32671 -
2011-10-04 12:11:25 +00:00
zeljko
a51e5a185b Qt: use QEventLayoutRequest after QEventResize to check if clientrect needs update. issue #20404
git-svn-id: trunk@32670 -
2011-10-04 11:08:09 +00:00
zeljko
33b1105d89 *do not process ampersand as treeview nodes, makes alignment mess. fixes issue #19532
git-svn-id: trunk@32669 -
2011-10-04 10:36:43 +00:00
zeljko
a21a345ffc Qt: pass mouse wheel events if control is disabled. issue #20402
git-svn-id: trunk@32668 -
2011-10-04 10:20:12 +00:00
zeljko
ee8e6dfd3e IDE: remove false warning "TProject.AddFile WARNING: file already in unit list" when Filename = ''
git-svn-id: trunk@32667 -
2011-10-04 06:12:52 +00:00
ask
666a04486b TAChart: Invalidate source caches in TCustomChartSource.EndUpdate
git-svn-id: trunk@32666 -
2011-10-04 03:02:47 +00:00
maxim
5b6ee38c9e IDE, IDEIntf, packager, tools: final batch of TButtonPanel captions cleanup
git-svn-id: trunk@32665 -
2011-10-03 23:14:54 +00:00
maxim
817a369269 Components, converter, debugger, doceditor: third batch of TButtonPanel captions cleanup
git-svn-id: trunk@32664 -
2011-10-03 22:48:51 +00:00
maxim
f37873f81a Components: second batch of TButtonPanel captions cleanup
git-svn-id: trunk@32663 -
2011-10-03 22:33:14 +00:00
maxim
23ec1977a4 Components: first batch of TButtonPanel captions cleanup
git-svn-id: trunk@32662 -
2011-10-03 22:14:26 +00:00
maxim
f354c68598 LCL, TButtonPanel: use TBitBtn's DefaultCaption properties and store captions according to TBitBtn's caption storing logic
git-svn-id: trunk@32661 -
2011-10-03 21:42:59 +00:00
vincents
91add8a8e4 dbexport components: added txmlxsdexport from reinier olieslagers (issue #20275)
git-svn-id: trunk@32660 -
2011-10-03 19:04:47 +00:00
ask
df2ca2ee43 TAChart: Use mouse wheel panning in the tools demo
git-svn-id: trunk@32659 -
2011-10-03 16:33:52 +00:00
ask
d5499f7343 TAChart: Add TPanMouseWheelTool
git-svn-id: trunk@32658 -
2011-10-03 16:33:02 +00:00
sekelsenmat
53b49c7086 Patch from bug #20252
git-svn-id: trunk@32657 -
2011-10-03 15:24:51 +00:00
sekelsenmat
2710107266 Patch from 19742: Adds more file utf8 routines to FileUtil and adds a new unit for utf8 classes
git-svn-id: trunk@32656 -
2011-10-03 15:09:04 +00:00
sekelsenmat
358e3ee690 Re-enables lib for arm-linux
git-svn-id: trunk@32655 -
2011-10-03 14:29:49 +00:00
juha
d55abf7f1d LCL WinVista: Fix setting TOpenDialog/TSaveDialog initialdir. Issue #20387, patch from Bart Broersma
git-svn-id: trunk@32654 -
2011-10-03 12:25:49 +00:00
juha
92b0bdef2a IDE: change an exception to an assertion because the condition is never supposed to happen.
git-svn-id: trunk@32653 -
2011-10-03 12:21:58 +00:00
juha
25330a228d IDE: remove a duplicate str const lisTheFirstBuildModeIsTheDefaultModeAndMustBeStoredIn2, formatting
git-svn-id: trunk@32652 -
2011-10-03 12:21:42 +00:00
martin
1adda67314 DBG: Tests
git-svn-id: trunk@32651 -
2011-10-03 12:00:59 +00:00
martin
9d45bfaa7e DBG: Tests
git-svn-id: trunk@32650 -
2011-10-03 11:35:34 +00:00
juha
746a1deaa7 IDE: Fix Object Inspector hints blocking user input. Issue #18475, patch from Sven Barth
git-svn-id: trunk@32649 -
2011-10-03 09:22:27 +00:00
sekelsenmat
5e67d91117 applies patch from bug #20252: [Patch] BitBtn with Kind<>bkCustom should not save Caption to LFM but be translated via lclstrconsts
git-svn-id: trunk@32648 -
2011-10-03 08:55:56 +00:00
sekelsenmat
bb022738ee Fixes type in gtk2defines
git-svn-id: trunk@32647 -
2011-10-03 07:25:49 +00:00
juha
b69d4bc127 LCL Win: Remove wrong assertion checking if handle was created while destroying handles. Issue #19141 and others
git-svn-id: trunk@32646 -
2011-10-03 06:56:40 +00:00
sekelsenmat
112fe6d204 Improves RTL detection from patch #18778
git-svn-id: trunk@32645 -
2011-10-03 06:33:43 +00:00
sekelsenmat
d1b5a7a8bd Activates MouseDown before popup from bug #18966
git-svn-id: trunk@32644 -
2011-10-03 06:19:50 +00:00
ask
15b2740435 TAChart: Use mouse wheel zooming in the tools demo
git-svn-id: trunk@32643 -
2011-10-03 05:24:02 +00:00
ask
6cce24d91d TAChart: Add TZoomMouseWheelTool
git-svn-id: trunk@32642 -
2011-10-03 05:22:23 +00:00
ask
cca154e0aa TAChart: Add generic mousewheel support for chart tools
git-svn-id: trunk@32641 -
2011-10-03 04:22:27 +00:00
dmitry
63b271d0c0 carbon: fix for SimpleText in status bar. #19746. todo: the old version of status bar should removed. nobody ever aksed about it
git-svn-id: trunk@32640 -
2011-10-03 01:32:41 +00:00
dmitry
7e93fb1efe carbon: fix file dialog selection based on FCompStyle instead of the class. #20298
git-svn-id: trunk@32639 -
2011-10-03 01:08:41 +00:00
dmitry
2c4a5c9520 carbon: fix for the #20331
git-svn-id: trunk@32638 -
2011-10-03 00:41:48 +00:00
mattias
317ddf7974 docs: system.xml: fixed < >
git-svn-id: trunk@32637 -
2011-10-03 00:13:26 +00:00
mattias
2d96faa56e lazde: clean up
git-svn-id: trunk@32636 -
2011-10-03 00:09:42 +00:00
mattias
c4c9810ea4 IDE: added XMLUnescape function
git-svn-id: trunk@32635 -
2011-10-03 00:04:12 +00:00
mattias
10329ea87b codetools+tests: function to fix xml attribute values
git-svn-id: trunk@32634 -
2011-10-02 23:18:22 +00:00
andrew
b758561187 Fixed another crash when destroying a ShellTreeView after the ShellListView is assigned and then unassigned
git-svn-id: trunk@32633 -
2011-10-02 23:08:08 +00:00
andrew
32c6e290a3 Fixed crash when deleting ShellTreeview or ShellListView from a form when the ShellListView or ShellTreeView properties are assigned
git-svn-id: trunk@32632 -
2011-10-02 22:46:37 +00:00