Commit Graph

28081 Commits

Author SHA1 Message Date
michael
831f490467 * Fixed bug #14767, plus added some sanity checks
git-svn-id: trunk@28535 -
2010-11-28 15:32:08 +00:00
martin
bdff583eba SynEdit: Temporarily allow painting during paintlock (the lesser of two evils)
git-svn-id: trunk@28534 -
2010-11-28 13:46:49 +00:00
mattias
75c181bb33 IDE: fpdoc editor: operator result identifier
git-svn-id: trunk@28533 -
2010-11-28 13:29:15 +00:00
maxim
387f6553be Translations: Spanish translation update by A. Klein, bug #18084
git-svn-id: trunk@28532 -
2010-11-28 13:29:05 +00:00
mattias
e5ff2b2def codetools: ExtractProcHead: extract parameter type colon only if names and types are wanted
git-svn-id: trunk@28531 -
2010-11-28 13:28:54 +00:00
maxim
e16d98b7f8 regenerated translations; updated Russian translation
git-svn-id: trunk@28530 -
2010-11-28 13:22:40 +00:00
mattias
0c54cf1290 examples: clean up
git-svn-id: trunk@28529 -
2010-11-28 13:06:00 +00:00
mattias
82f7e95ca0 codetools: ExtractProcHead extract operator result name
git-svn-id: trunk@28528 -
2010-11-28 13:05:36 +00:00
mattias
80d936c033 IDE: fpdoc editor: save button: auto reload repaired values
git-svn-id: trunk@28527 -
2010-11-28 12:47:09 +00:00
mattias
7d14b1c344 IDE: fpdoc editor: auto repair xml
git-svn-id: trunk@28526 -
2010-11-28 12:44:28 +00:00
ask
afcd16b76c TAChart: Protect the usage of Infinity from the R+/O+ checks. This should fix issue #18018
git-svn-id: trunk@28525 -
2010-11-28 12:24:01 +00:00
ask
d2270984f3 TAChart: Minor updates to the legend demo
git-svn-id: trunk@28524 -
2010-11-28 12:08:55 +00:00
mattias
ac5320bd27 codetools: added function to validate and fix fpdoc xml fragments
git-svn-id: trunk@28523 -
2010-11-28 11:58:01 +00:00
mattias
87922a9a0b fpdoc repair: close tags
git-svn-id: trunk@28522 -
2010-11-28 11:48:28 +00:00
ask
fa2ce85234 TAChart: Add "Submarks" page to axis demo
git-svn-id: trunk@28521 -
2010-11-28 11:42:51 +00:00
zeljko
1fd463a2dc Qt: intercept deadlock when resizing TQtCustomControl, also reduced num of calls to DoAdjustClientRect() from TQtCustomControl.Fixes issue #18074
git-svn-id: trunk@28520 -
2010-11-28 11:28:55 +00:00
mattias
f6ec5f72bc codetools: quick class parser: skip object
git-svn-id: trunk@28519 -
2010-11-28 09:37:24 +00:00
mattias
3973fe6595 codetools: removed cafRecord
git-svn-id: trunk@28518 -
2010-11-28 09:33:08 +00:00
mattias
e051968939 codetools: fixed parsing class const section
git-svn-id: trunk@28517 -
2010-11-28 09:16:05 +00:00
zeljko
0206d775d7 Qt: fixed trailing lines when setting text of TMemo.Patch from Vladimir Zhirov with my changes to TQtMemoStrings.Assign.Fixes issue #18067
git-svn-id: trunk@28516 -
2010-11-28 08:55:16 +00:00
mattias
3f492dc212 codetools: code completion: add new methods: fixed adding in front of begin..end
git-svn-id: trunk@28515 -
2010-11-27 19:19:25 +00:00
mattias
24da9a3ae1 codetools: fixed parsing const keyword in classes
git-svn-id: trunk@28514 -
2010-11-27 19:14:07 +00:00
paul
188361e605 codetools: support new class/generics syntax. like the next:
{ 
 TFoo = class
  const
    Value = 5;
  type
    TBar = integer;
  var
    FSomeField: Integer;
    procedure Dosomething;
  end;  
}

git-svn-id: trunk@28513 -
2010-11-27 18:25:25 +00:00
sekelsenmat
e2c48f0cd4 Patch from JiXian Yang, implements TCDTrackBar
git-svn-id: trunk@28512 -
2010-11-27 18:04:52 +00:00
maxim
9e1937869c regenerated translations; updated Russian translation
git-svn-id: trunk@28511 -
2010-11-27 16:58:58 +00:00
maxim
6535fc42b5 Translations: Portuguese translation updates by Marcelo B Paula, bug #18073
git-svn-id: trunk@28510 -
2010-11-27 16:17:10 +00:00
zeljko
28822fe6e8 Qt: rewritten most of TQtMemoStrings, simplified TQtWSCustomMemo.Fixes issues #17933,#18063,#18067
git-svn-id: trunk@28509 -
2010-11-27 15:27:40 +00:00
martin
f2608b3106 Packager: fixed uninitialized variable
git-svn-id: trunk@28508 -
2010-11-27 13:00:25 +00:00
martin
732d614598 DBG: Fixed function result forwarding
git-svn-id: trunk@28507 -
2010-11-27 12:10:06 +00:00
mattias
09dad5a74c make deb: better clean up, from Mazen
git-svn-id: trunk@28506 -
2010-11-27 01:19:39 +00:00
martin
343365de24 DBG: some fixes -dDEB_WITH_TIMEOUT
git-svn-id: trunk@28505 -
2010-11-26 21:36:30 +00:00
martin
62e56cbbf3 DBG: Fixed Callstack power mode
git-svn-id: trunk@28504 -
2010-11-26 21:24:15 +00:00
martin
f4532d9046 DBG: fixed call for -dDEB_WITH_TIMEOUT
git-svn-id: trunk@28503 -
2010-11-26 18:41:53 +00:00
paul
dfb2151cf4 debugger: set border to some of windows to bsSizeToolWin
git-svn-id: trunk@28502 -
2010-11-26 15:39:03 +00:00
paul
ec782c1a72 tachart: fix compilation with recent fpc generics change
git-svn-id: trunk@28501 -
2010-11-26 14:45:05 +00:00
mattias
9eb142f295 codetools: clean up
git-svn-id: trunk@28499 -
2010-11-26 12:25:50 +00:00
mattias
94948dde5e codetools: RemoveUnitFromUsesSection: when removing the last unit remove empty lines in front too, bug #18055
git-svn-id: trunk@28498 -
2010-11-26 12:23:25 +00:00
martin
23252ff1fe DBG: Fix GetTickCound on unix
git-svn-id: trunk@28497 -
2010-11-26 11:33:06 +00:00
martin
659adf9c29 DBG: Fix GetTickCound on unix
git-svn-id: trunk@28496 -
2010-11-26 11:29:19 +00:00
martin
07c762d4a0 DBG: added framework for handling timeout (not active by default)
git-svn-id: trunk@28495 -
2010-11-26 10:25:14 +00:00
martin
03709534ab DBG: added framework for handling timeout (not active by default)
git-svn-id: trunk@28494 -
2010-11-26 10:21:37 +00:00
mazen
1907de9e03 * Support multiple version installation by adding ability for Debian packages to get their names suffixed. For example, export PACKAGESUFFIX=-0.9.29 to build trunk.
git-svn-id: trunk@28493 -
2010-11-26 09:51:16 +00:00
paul
21fcb42321 images: update other debugger images to look prettier
git-svn-id: trunk@28492 -
2010-11-26 09:40:18 +00:00
paul
4fa3fa60e0 ide: remove first portion of unneeded debugger images
git-svn-id: trunk@28491 -
2010-11-26 08:56:49 +00:00
martin
32c1d8856a DBG: Reset Watches if debugger stops. Issue #16095
git-svn-id: trunk@28490 -
2010-11-26 00:32:45 +00:00
maxim
02b1933463 IDE: improve 'Options'->'Editor'->'Tabs and Windows' tab layout to save some horizontal space
git-svn-id: trunk@28489 -
2010-11-26 00:25:08 +00:00
maxim
a20584c04e Translations: fixed typo in Russian translation
git-svn-id: trunk@28488 -
2010-11-25 23:54:42 +00:00
maxim
d62eac51da Debugger, Watch properties dialog: improve layout with respect to localization
git-svn-id: trunk@28487 -
2010-11-25 23:53:25 +00:00
martin
b78c74b844 DBG: added toolbars to some of the dbg dialogs
git-svn-id: trunk@28486 -
2010-11-25 23:26:53 +00:00
maxim
7abaabbc0b regenerated translations; updated Russian translation
git-svn-id: trunk@28485 -
2010-11-25 23:21:45 +00:00