Commit Graph

30403 Commits

Author SHA1 Message Date
zeljko
2946723366 Qt: always invalidate widgetAt() cache since QWidget_mapToGlobal() could fail in multithreading environment and then segfault app.
git-svn-id: trunk@30882 -
2011-05-24 06:19:34 +00:00
mattias
905af7d78c codetools: GuessTypeOfIdentifier: remove contexts conflicting with already defined identifier
git-svn-id: trunk@30881 -
2011-05-23 22:55:29 +00:00
mattias
9a484758ac updated lpl files
git-svn-id: trunk@30880 -
2011-05-23 22:13:10 +00:00
mattias
2932b7395a codetools: started checking existing definitions with possible
git-svn-id: trunk@30879 -
2011-05-23 22:11:16 +00:00
mattias
fc317c7d59 IDE: compiler options test: compare only ppu dates to compiler
git-svn-id: trunk@30878 -
2011-05-23 22:09:39 +00:00
mattias
d7a02cfb06 Cody: declare variable: show existing definition
git-svn-id: trunk@30877 -
2011-05-23 21:39:16 +00:00
mattias
9809397536 IDE: help for pascal source position: stop if declaration was found
git-svn-id: trunk@30876 -
2011-05-23 21:18:34 +00:00
mattias
9638accb2a chmhelp: fixed UTF8 file name
git-svn-id: trunk@30875 -
2011-05-23 21:06:54 +00:00
mattias
2d32a96a75 LCL: clean up
git-svn-id: trunk@30874 -
2011-05-23 20:48:48 +00:00
mattias
f36407ac9e IDE: compile package check: check file date of fpc units
git-svn-id: trunk@30873 -
2011-05-23 20:45:38 +00:00
mattias
8e95e69f36 codetools: FileExistsCached, FileAgeCached: use directory cacher
git-svn-id: trunk@30872 -
2011-05-23 16:26:09 +00:00
mattias
074d76af61 codetools: directory cacher: store time
git-svn-id: trunk@30871 -
2011-05-23 15:12:20 +00:00
mattias
7b0df7dac3 codetools: class completion: fixed adding public variable after method
git-svn-id: trunk@30870 -
2011-05-23 14:07:05 +00:00
mattias
e18cb57493 codetools: fixed TFindDeclarationTool.ConvertNodeToExpressionType ctnProperty
git-svn-id: trunk@30869 -
2011-05-23 13:47:48 +00:00
mattias
136d46bf1c cody: fixed compilation
git-svn-id: trunk@30868 -
2011-05-23 13:00:47 +00:00
mattias
461aea87a1 Cody: ppu list: update unit info after finished collecting
git-svn-id: trunk@30867 -
2011-05-23 12:25:02 +00:00
mattias
876af7f3cb Cody: show for each linked file the units
git-svn-id: trunk@30866 -
2011-05-23 12:10:05 +00:00
mattias
918216c796 cody: hide unfinished declare variable
git-svn-id: trunk@30865 -
2011-05-23 06:46:20 +00:00
mattias
1c5635529c cody: ppu list: show linked files in a treeview
git-svn-id: trunk@30864 -
2011-05-22 23:02:57 +00:00
darius
70cef5d805 Initial import of a fppkg GUI
- contains lnet sources for the time being
- contains SVNClasses sources, implementing SVN package support

git-svn-id: trunk@30863 -
2011-05-22 20:31:20 +00:00
martin
e8a440914b SynEdit.lpk: Correct license info
git-svn-id: trunk@30862 -
2011-05-22 20:23:56 +00:00
darius
e28c1a3240 Forms are no longer modal
Use SynEdit with diff highlighter for the diff form

git-svn-id: trunk@30861 -
2011-05-22 20:01:49 +00:00
darius
d50f719356 fix for: http://bugs.freepascal.org/view.php?id=18937
git-svn-id: trunk@30860 -
2011-05-22 19:53:40 +00:00
maxim
51c4f1c137 regenerated translations; updated Russian translation
git-svn-id: trunk@30859 -
2011-05-22 16:22:22 +00:00
maxim
8f4d326692 Cody: localized Help button captions
git-svn-id: trunk@30858 -
2011-05-22 16:20:22 +00:00
andrew
f6b299e26a * Fixed using topic id instead of context id
git-svn-id: trunk@30857 -
2011-05-22 13:36:51 +00:00
mattias
f7ef16776e cody: showing linked files of each unit
git-svn-id: trunk@30856 -
2011-05-22 11:13:07 +00:00
marco
6c0621a69f * makeskel stub for new barchart unit, so that the CHM docs build again.
git-svn-id: trunk@30855 -
2011-05-22 10:31:15 +00:00
mattias
3e9aa252a9 cody: help buttons
git-svn-id: trunk@30854 -
2011-05-22 10:23:48 +00:00
zeljko
01f454abce LCL: introduced TWSScrollBar.SetKind() to avoid usage of RecreateWnd when changing kind of TScrollBar, because it crashes on 64bit installations.Fixed AV with qt and gtk2 under 64bit
git-svn-id: trunk@30853 -
2011-05-22 09:53:34 +00:00
juha
158cde9b63 Finnish translation improvements
git-svn-id: trunk@30852 -
2011-05-22 09:51:48 +00:00
juha
6909f63d5d Converter: cleanup MissingUnits dialog
git-svn-id: trunk@30851 -
2011-05-22 09:37:44 +00:00
juha
56e2f0964b Converter: improve localization in MissingUnits dialog
git-svn-id: trunk@30850 -
2011-05-22 09:37:40 +00:00
juha
de68f69051 IDE: harmonize Color/Colors resource strings
git-svn-id: trunk@30849 -
2011-05-22 09:37:36 +00:00
juha
82779f4ab7 IDE: resource string formatting
git-svn-id: trunk@30848 -
2011-05-22 09:37:31 +00:00
zeljko
2a26b86c4c Gtk2: fixed crash under 64bit when changing orientation of trackbar.
git-svn-id: trunk@30847 -
2011-05-22 09:21:39 +00:00
zeljko
5306a46d58 LCL: TTrackbar: introduced TWSTrackBar.SetOrientation(), default implementation is RecreateWnd(), but should be implemented for ws which supports changing trackbar orientation. fixes #19387
git-svn-id: trunk@30846 -
2011-05-22 08:55:33 +00:00
andrew
fa52e18965 * Fixed loading of context id's from the command line
git-svn-id: trunk@30845 -
2011-05-22 01:19:21 +00:00
mattias
c948e3016f IDE: FindDeclarationOfIDEControl: search nested components
git-svn-id: trunk@30844 -
2011-05-21 23:40:31 +00:00
mattias
34e4b0634c cody: started help
git-svn-id: trunk@30843 -
2011-05-21 23:26:53 +00:00
mattias
78a0a9a879 cody: declare var: switch back to src
git-svn-id: trunk@30842 -
2011-05-21 22:15:13 +00:00
mattias
53866fee38 cody: declare var: with statement
git-svn-id: trunk@30841 -
2011-05-21 21:22:42 +00:00
mattias
8865170255 codetools: fixed result of FindCompiledUnitInCompletePath
git-svn-id: trunk@30840 -
2011-05-21 18:21:04 +00:00
jesus
cf9d1a8a39 LazReport, Added ExportFilename and check that right export filter is selected, issue #19302
git-svn-id: trunk@30839 -
2011-05-21 18:16:17 +00:00
mattias
4f842cc78a codetools: using directory caches when searching ppu file
git-svn-id: trunk@30838 -
2011-05-21 17:42:59 +00:00
mattias
332dcdab8e codetools: parsing ibSymTableOptions
git-svn-id: trunk@30837 -
2011-05-21 13:26:13 +00:00
mattias
331286a3eb codetools: ppu parser: ibResources
git-svn-id: trunk@30836 -
2011-05-21 13:05:20 +00:00
mattias
e911078421 codetools: ppu parser: fixed range check
git-svn-id: trunk@30835 -
2011-05-21 09:57:38 +00:00
juha
d785a61dd3 IDE: Bring all windows to top with 'Single Button in Taskbar', on all widgetsets. Patch from August Klein, issue #19320
git-svn-id: trunk@30834 -
2011-05-21 09:41:06 +00:00
dmitry
45c4c2fc7c listview: fix reshresh for the carbon. the issue reported by Frederick at #18546 (46344)
git-svn-id: trunk@30833 -
2011-05-21 04:38:48 +00:00