Commit Graph

32106 Commits

Author SHA1 Message Date
martin
d85dcb1390 DBG: improved type-info parsing. (prepare for gw3)
git-svn-id: trunk@32707 -
2011-10-05 22:04:38 +00:00
jesus
59bfe097c6 LazReport, fix loading plugins like barcode from dfm streams, patch from Tony Whyman, issue #19513
git-svn-id: trunk@32706 -
2011-10-05 19:51:48 +00:00
vincents
f4aaf29bf3 ideintf: use more speaking name for toolbutton that seperates add/delete and up/down in collection editor
git-svn-id: trunk@32705 -
2011-10-05 13:08:21 +00:00
vincents
3ab33c3251 ideintf: fixed enabled state of down button after deleting the one but last collection item, the listbox has already updated, so its count is ok, but the underlying collection is stil deleting, so its count is 1 too high
git-svn-id: trunk@32704 -
2011-10-05 13:04:25 +00:00
sekelsenmat
772cc519c5 Patch from 20405 improves utf-8 TStringList
git-svn-id: trunk@32703 -
2011-10-05 11:59:35 +00:00
juha
a8e589df12 IDE: Update collection editor after adding item via OI. Issue #19091
git-svn-id: trunk@32702 -
2011-10-05 11:37:15 +00:00
juha
40f77bc7df IDE: formatting
git-svn-id: trunk@32701 -
2011-10-05 11:37:02 +00:00
ask
809dcf262d TAChart: Fix SIGFPE when trying to draw minor axis marks below zero on logarithmic axis
git-svn-id: trunk@32700 -
2011-10-05 10:05:02 +00:00
ask
9c33a8ec42 TAChart: Move ExpandRange procedure to TAMath unit
git-svn-id: trunk@32699 -
2011-10-05 10:03:34 +00:00
zeljko
f69330e51e Qt: do not pass OnChange to LCL when value is setted up for the first time under 64bit. issue #19881
git-svn-id: trunk@32698 -
2011-10-05 08:30:49 +00:00
zeljko
181a9fa84b Qt: pass mouse wheel from TQtTabWidget to parent if widget is disabled. part of #20402
git-svn-id: trunk@32697 -
2011-10-05 08:05:05 +00:00
zeljko
e4f5ca3872 Qt: stop event for TQtScrollbar if disabled.part of issue #20402
git-svn-id: trunk@32696 -
2011-10-05 08:01:12 +00:00
paul
8cea08e5a2 synedit: highlight UnicodeString, RawByteString, UTF8String
git-svn-id: trunk@32695 -
2011-10-05 07:58:19 +00:00
zeljko
c208ba977d Qt: pass mouse wheel from TCustomControls to parent widget if control is disabled. part of #20402
git-svn-id: trunk@32694 -
2011-10-05 07:51:58 +00:00
ask
e3733ed9ff TAChart: Use TCumulNormDistrAxisTransform in the axis transform demo. Based on code by Werner Pamler.
git-svn-id: trunk@32693 -
2011-10-05 07:49:52 +00:00
zeljko
6e376ce0a8 Qt: allow mouse wheel propagation for all widgets which passes mouseWheel into TQtWidget.EventFilter. part of #20402
git-svn-id: trunk@32692 -
2011-10-05 07:44:01 +00:00
ask
abea0d7922 TAChart: Add TCumulNormDistrAxisTransform based on code by Werner Pamler. Add test.
git-svn-id: trunk@32691 -
2011-10-05 07:35:06 +00:00
zeljko
f1c217ed01 Qt: do not pass wheel event to parent when wheel occurs over tabs, because it changes tabs.part of issue #20402
git-svn-id: trunk@32690 -
2011-10-05 06:09:13 +00:00
mattias
0c5336e7d7 lazutils: lpl
git-svn-id: trunk@32689 -
2011-10-05 06:02:59 +00:00
ask
bed7d78b47 TAChart: Extract TAMath unit
git-svn-id: trunk@32688 -
2011-10-05 05:40:51 +00:00
ask
26c0ae0c8a TAChart: Minor style fixes
git-svn-id: trunk@32687 -
2011-10-05 03:43:10 +00:00
paul
7f7d57f048 components: fix compilation of LazUtils
git-svn-id: trunk@32686 -
2011-10-05 00:47:10 +00:00
paul
851ffe5bc9 components: add GetDarwinSystemFilename by Dmitry
git-svn-id: trunk@32685 -
2011-10-05 00:40:51 +00:00
mattias
3831afa9c2 IDE: added lazutils to base packages
git-svn-id: trunk@32684 -
2011-10-04 23:15:34 +00:00
mattias
c7d8ed0d73 codetools: updated define templates for lazarus sources
git-svn-id: trunk@32683 -
2011-10-04 23:15:13 +00:00
mattias
1b525cd047 todolist: updated Makefile
git-svn-id: trunk@32682 -
2011-10-04 22:53:36 +00:00
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