Commit Graph

28906 Commits

Author SHA1 Message Date
juha
2cc34a70cb Converter: Support '\' PathDelim in project files on Linux. It used to work but some other change broke it.
git-svn-id: trunk@29404 -
2011-02-06 22:26:00 +00:00
zeljko
db62c04d27 Qt: fixed crash from TQtTreeWidget.SignalCurrentItemChanged().issue #18701
git-svn-id: trunk@29403 -
2011-02-06 17:01:55 +00:00
mattias
8cd980cb5b codetools: fixed simple init
git-svn-id: trunk@29402 -
2011-02-06 11:07:47 +00:00
mattias
23861311a1 codetools: fixed example find declaration
git-svn-id: trunk@29401 -
2011-02-06 11:07:25 +00:00
martin
747167aaed DBG: Select the appropriate stack-frame for an exception Issue #0018662
git-svn-id: trunk@29400 -
2011-02-06 00:40:36 +00:00
zeljko
0546ad31ab Qt: fixed strange selection behaviour inside TListView when in vsReport mode and RowSelect=False. issue #18697
git-svn-id: trunk@29399 -
2011-02-05 20:13:39 +00:00
zeljko
0a9654594b Qt: fixed double triggering of OnColumnClick from listView, do not send mouse events from header to listView. issues #18696,#18693
git-svn-id: trunk@29398 -
2011-02-05 19:04:24 +00:00
maxim
5492a17fbb LCL: removed old workaround from TFloatSpinEdit. It worked around a bug which was fixed in FPC 2.4.0. Bug #18674.
git-svn-id: trunk@29397 -
2011-02-05 17:14:00 +00:00
mattias
de68945dc9 codetools: started parsing delphi generics
git-svn-id: trunk@29396 -
2011-02-05 16:59:53 +00:00
juha
d646000f6b Converter: Change package LCLBase to LCL, returned from FindUnitInAllPackages. Improve IDE messages.
git-svn-id: trunk@29395 -
2011-02-05 13:02:33 +00:00
mattias
1c4d2b4f3e codetools: using special keyword list in macpas mode
git-svn-id: trunk@29392 -
2011-02-05 10:55:13 +00:00
mattias
d97d756067 codetools: fixed mem leak in FindDanglingComponentEvents, bug #18691
git-svn-id: trunk@29391 -
2011-02-05 10:26:36 +00:00
mattias
3943d23f9b codetools: started nested classes, replaced ctnClassType with ctnTypeSection, ctnClassConst with ctnConstSection, class type,const,var sections are now childs of visibility sections
git-svn-id: trunk@29390 -
2011-02-05 10:09:22 +00:00
juha
f714457e24 Converter: Try to improve Multi-Platform conversion on Windows.
git-svn-id: trunk@29389 -
2011-02-05 10:00:53 +00:00
juha
0ac4afc64a Converter: define LCLIntf unit dependency for 2 replacement functions.
git-svn-id: trunk@29388 -
2011-02-05 10:00:49 +00:00
juha
57a280722d Converter: Change sLineBreak to LineEnding for consistency.
git-svn-id: trunk@29387 -
2011-02-05 10:00:46 +00:00
juha
2a4bd6006c Converter: cleanup
git-svn-id: trunk@29386 -
2011-02-05 10:00:41 +00:00
ask
4f3c1f45bb TAChart: Fix compilation with FPC 2.5.1. Issue #18695
git-svn-id: trunk@29385 -
2011-02-05 09:47:01 +00:00
juha
4f8d7a9757 Converter: Another revamp of settings GUI
git-svn-id: trunk@29377 -
2011-02-04 17:56:01 +00:00
juha
23f651e8ad IDE: Added icons + visual improvements to UseProjUnit dialog. Modified from patch by Marcelo Paula.
git-svn-id: trunk@29376 -
2011-02-04 16:03:56 +00:00
juha
14fab7e869 IDE: Make a temporary conditional for cached file check for "Search in Files".
git-svn-id: trunk@29375 -
2011-02-04 08:57:01 +00:00
juha
b19a97be58 Converter: cleanup.
git-svn-id: trunk@29374 -
2011-02-04 08:56:58 +00:00
ask
7cb245a54e TAChart: Update chart in both design-time and run-time after the change of Title.Text
git-svn-id: trunk@29373 -
2011-02-04 08:24:31 +00:00
ask
7f4a651ff3 TAChart: Add chart cloning to the cloning demo
git-svn-id: trunk@29372 -
2011-02-04 07:59:01 +00:00
ask
08523f26a1 TAChart: Add TChart.Clone method
git-svn-id: trunk@29371 -
2011-02-04 07:57:40 +00:00
paul
e1704e541d lcl: Add optional ReaderRoot parameter to ReadComponentFromBinaryStream function by Alexander S. Klenin (feature #0018678)
git-svn-id: trunk@29370 -
2011-02-04 06:33:07 +00:00
paul
10a078069c codetools: fixed typo in AllClasses definition
git-svn-id: trunk@29369 -
2011-02-04 05:40:03 +00:00
maxim
fdd7b978e2 IDE: regenerated translations; updated Russian translation
git-svn-id: trunk@29368 -
2011-02-04 00:39:13 +00:00
mattias
652830aa23 codetools: parsing anonymous records
git-svn-id: trunk@29367 -
2011-02-03 23:23:10 +00:00
mattias
f4078174e2 IDE: improved error message
git-svn-id: trunk@29366 -
2011-02-03 23:03:35 +00:00
mattias
2fa1d11c5c codetools: fixed inserting first published variable
git-svn-id: trunk@29365 -
2011-02-03 22:48:34 +00:00
mattias
bec76993b1 codetools: parsing member type without semicolon
git-svn-id: trunk@29364 -
2011-02-03 22:18:32 +00:00
maxim
b23421ec3e Translations, IDE:
1) Regenerated translations.
  2) Updated Brazilian Portuguese translation by Marcelo B Paula, bug #18673.
  3) Updated Russian translation.

git-svn-id: trunk@29363 -
2011-02-03 21:59:37 +00:00
maxim
426a7e3efd IDE: localized 'Use a unit from this project' dialog. Based on patch by Marcelo B Paula, bug #18673
git-svn-id: trunk@29362 -
2011-02-03 21:57:06 +00:00
mattias
1687922e06 codetools: examples for advanced records
git-svn-id: trunk@29361 -
2011-02-03 21:54:04 +00:00
mattias
38725ab0ee codetools: fixed parsing case records
git-svn-id: trunk@29360 -
2011-02-03 21:52:10 +00:00
mattias
05be735961 codetools: parsing advanced records
git-svn-id: trunk@29359 -
2011-02-03 20:38:14 +00:00
mattias
0324c50205 codetools: parsing class operators
git-svn-id: trunk@29358 -
2011-02-03 19:04:34 +00:00
zeljko
aebc44b750 Qt: proper update of QStatusBar. Patch by Juha Manninen. issue #18683
git-svn-id: trunk@29357 -
2011-02-03 18:33:43 +00:00
mattias
e2de6ffbef codetools: searching top most type section
git-svn-id: trunk@29356 -
2011-02-03 18:19:48 +00:00
mattias
9d8f487e25 codetools: ctnClassInterface: do not add visibility nodes
git-svn-id: trunk@29355 -
2011-02-03 18:06:02 +00:00
mattias
4e5d44a9de codetools: clean up
git-svn-id: trunk@29354 -
2011-02-03 17:52:56 +00:00
ask
7848609a2c TAChart: Add data point click tool to the drag-and-drop demo
git-svn-id: trunk@29353 -
2011-02-03 17:48:35 +00:00
ask
7ec47ea47a TAChart: Add TUserDefinedTool
git-svn-id: trunk@29352 -
2011-02-03 17:46:20 +00:00
ask
1179fbf5a3 TAChart: Add TDataPointClickTool
git-svn-id: trunk@29351 -
2011-02-03 17:38:14 +00:00
ask
692c471c27 TAChart: Update chart after Series.SetColor call
git-svn-id: trunk@29350 -
2011-02-03 17:34:56 +00:00
mattias
0befd22f00 lcl: added qt interface units to package
git-svn-id: trunk@29349 -
2011-02-03 17:28:03 +00:00
mattias
fe9a9e94b1 fixed create_lazarus_deb.sh
git-svn-id: trunk@29348 -
2011-02-03 10:40:46 +00:00
mattias
49c7f66c0f codetools: fixed parsing forward class
git-svn-id: trunk@29347 -
2011-02-03 10:28:09 +00:00
juha
e187934649 Converter: improved and refactored lfm form file conversion, coordinate offsets and added properties.
git-svn-id: trunk@29346 -
2011-02-03 09:29:54 +00:00