Commit Graph

17176 Commits

Author SHA1 Message Date
vincents
19935e9ab8 fixed installing man files (issue #12580)
git-svn-id: trunk@17269 -
2008-11-07 19:28:03 +00:00
darius
8924fb15cb remove SVN reporitory path from filename if possible
fixes: http://bugs.freepascal.org/view.php?id=12585

git-svn-id: trunk@17268 -
2008-11-07 18:12:42 +00:00
zeljko
7890257f16 Qt: fixed typos.
git-svn-id: trunk@17267 -
2008-11-07 17:34:08 +00:00
zeljko
69db61d5a6 Qt: Systrayicon popup menu fix. Fixes #12586
git-svn-id: trunk@17266 -
2008-11-07 15:48:44 +00:00
kirkpatc
1f638cd4e4 FPDoc - added links from TCanvas, TPen, TFont and TPen in graphics.xml to components in the new /fcl/FPCanvas.xml, and some minor changes in FPCanvas.xml
git-svn-id: trunk@17265 -
2008-11-07 12:22:15 +00:00
mattias
10c1174650 deb: fpc-crosswin32: fixed adding link to windres
git-svn-id: trunk@17264 -
2008-11-07 10:44:31 +00:00
vincents
0b09b89a79 minor improvements of the man page texts from Karl-Michael Schindler (issue #12581)
git-svn-id: trunk@17263 -
2008-11-07 08:26:30 +00:00
laurent
894e69f2a5 Update LazReport French language, thx pomalo
git-svn-id: trunk@17262 -
2008-11-07 08:14:27 +00:00
paul
227502e9d1 qt: implement custom pen dashes for qt4.4
git-svn-id: trunk@17260 -
2008-11-07 02:15:43 +00:00
paul
438886ae49 qt:
- update bindings version to 1.68
 - apply Den's patch to fix incompatibilities between versions
  - use Qt 4.4 on window by default

git-svn-id: trunk@17259 -
2008-11-07 01:53:28 +00:00
darius
8eb6e3303b changed parent class for TLazSearchResultLB from TCustomListBox to TCustomTreeView
* this is the first of a series of commits in an effort to refactor the code for this form and to improve the gui by adding folding of items belonging to one file. I will also improve the gui layout

git-svn-id: trunk@17258 -
2008-11-07 00:59:47 +00:00
marc
296c74028c * Updated Russian translation by Maxim Ganetsky
git-svn-id: trunk@17257 -
2008-11-06 23:38:35 +00:00
marc
fc7e0527de * Updated po files
git-svn-id: trunk@17256 -
2008-11-06 23:25:18 +00:00
marc
b35232127a * Improved localization of the About dialog by Maxim Ganetsky
git-svn-id: trunk@17255 -
2008-11-06 23:17:45 +00:00
martin
9e060e48c6 Fix ExtraCharSpacing (Bug #11824) Extra Space was accumulated across blocks of text.
git-svn-id: trunk@17254 -
2008-11-06 20:09:24 +00:00
martin
e9d128ca48 Workaround for bug #12576; failed to compile for powerpc, if inlining is enabled. Patch by Brad Campbell
git-svn-id: trunk@17253 -
2008-11-06 19:42:01 +00:00
darius
101d1a7688 applied reformatting patch from Alexander Klenin
http://bugs.freepascal.org/view.php?id=12577

git-svn-id: trunk@17252 -
2008-11-06 18:24:10 +00:00
kirkpatc
417bfc48d5 FPDoc - created new directory /xml/fcl/ containing new files made with MakeSkel - FPImage.xml and FPCanvas.xml, now populated with descriptions and links
git-svn-id: trunk@17251 -
2008-11-06 15:46:53 +00:00
tombo
5a1665f97c LCL TControlScrollbar.Range: range should be position limit + page size, fixes scrolling behind max
git-svn-id: trunk@17250 -
2008-11-06 14:04:24 +00:00
mazen
9584f3723f * (env) Merged changes from official Debian repository (mainly fixes of bugs reported on Debian bug tracker).
git-svn-id: trunk@17249 -
2008-11-06 13:51:14 +00:00
tombo
9d0bc6d65f LCL carbon: improved TreeView scrolling a bit with hint from Dmitry Boyarintsev
git-svn-id: trunk@17248 -
2008-11-06 13:25:39 +00:00
mattias
b5a8b6cbc4 IDE: no auto completion in comment at end of line
git-svn-id: trunk@17247 -
2008-11-06 12:54:50 +00:00
paul
6e020f2d66 carbon: implement drawing of +/- treeview signs using themeservices, return +/- size
git-svn-id: trunk@17246 -
2008-11-06 03:24:30 +00:00
marc
7f3351d2c7 * Updated French translation by Xavier Sautejeau
git-svn-id: trunk@17245 -
2008-11-05 23:33:39 +00:00
marc
3dea9ccf36 * Updated Russian translation by Maxim Ganetsky
git-svn-id: trunk@17244 -
2008-11-05 23:30:21 +00:00
zeljko
cf580efa08 Qt: speedup paint a bit.
git-svn-id: trunk@17243 -
2008-11-05 19:58:08 +00:00
darius
dcf481736e implemented sorting of packages by Lucas Gradl
fixes: http://bugs.freepascal.org/view.php?id=12380

git-svn-id: trunk@17242 -
2008-11-05 18:53:09 +00:00
darius
40dda47ac5 change cursor to crHourGlass when refreshing the log
added Application.ProcessMessages to ChangeCursor method

git-svn-id: trunk@17241 -
2008-11-05 18:25:42 +00:00
darius
fdbdc5410b Added two more styles to TSeriesPointerStyle type, useful when there is a need to draw value intervals on a chart
path by Alexander Klenin

git-svn-id: trunk@17240 -
2008-11-05 17:58:25 +00:00
tombo
d07defa7df LCL carbon: fixed 0012572: Clicking on TPanel, TPage etc causes controls to loose focus
git-svn-id: trunk@17239 -
2008-11-05 16:28:41 +00:00
kirkpatc
a3c711994c FPDoc - descriptions and links added for all classes in LCLResCache.xml, consequential changes and some additions, particularly to TFont (protected properties) in Graphics.xml
git-svn-id: trunk@17236 -
2008-11-05 13:08:12 +00:00
paul
5914e66d5e win32, default: return details size for tree sign
git-svn-id: trunk@17235 -
2008-11-05 10:06:56 +00:00
paul
bc82ee17a1 gtk2: return details size for tree sign
git-svn-id: trunk@17234 -
2008-11-05 09:36:21 +00:00
paul
2ddbc5600b gtk2: try to draw tree signs with requested size
git-svn-id: trunk@17233 -
2008-11-05 08:52:31 +00:00
paul
3b57a81d36 gtk2: implement themed drawing of +/- tree signs
git-svn-id: trunk@17232 -
2008-11-05 04:25:39 +00:00
paul
c50c24cb56 qt: implement themed drawing of +/- tree signs
git-svn-id: trunk@17231 -
2008-11-05 03:55:15 +00:00
paul
0f81182102 ideintf: draw object inspect +/- signs using ThemeServices
git-svn-id: trunk@17230 -
2008-11-05 03:29:57 +00:00
paul
0844e46b0c ide: fix memory leak in about form
git-svn-id: trunk@17229 -
2008-11-05 03:03:41 +00:00
paul
5a32fcc6f6 win32: request frame invalidation after every icon change operation
git-svn-id: trunk@17228 -
2008-11-05 02:42:32 +00:00
zeljko
6353e4b2da Qt: FScrollX & FScrollY should be applied to painting context only.
git-svn-id: trunk@17227 -
2008-11-04 23:07:09 +00:00
darius
4424f0ec6c Applied patch from Zeljan
fixes issue: http://bugs.freepascal.org/view.php?id=12478

git-svn-id: trunk@17226 -
2008-11-04 22:56:14 +00:00
martin
728dea85ce SynEdit: Refactored CodeFolding. All Scrolling does now relate to visible lines. (Mousewheel / Scrollbars). Bug #7554 / 11208
Also Fixes issues with translation between real and visible lines. Bug #11941

git-svn-id: trunk@17225 -
2008-11-04 22:17:52 +00:00
martin
b96120e09e SynEdit: Delete to end of word (ctrl-t) did not work in comments, or strings. Bug #12486 / 10738
git-svn-id: trunk@17224 -
2008-11-04 21:23:32 +00:00
kirkpatc
9cdd375bb7 FPDoc - updates to many components in Graphics.xml, concentrating on Protected properties, and inserting links from TRasterImage and TSharedRasterImage.
git-svn-id: trunk@17223 -
2008-11-04 17:27:07 +00:00
zeljko
896b04d94c Qt: dont't add fscrollx & fscrolly into TQtWidget.offsetMousePos()
git-svn-id: trunk@17222 -
2008-11-04 17:03:47 +00:00
paul
2cb12dde77 lcl: draw treeview expand/collapse signs using ThemeServices
git-svn-id: trunk@17221 -
2008-11-04 15:32:34 +00:00
paul
6a6339a7f0 widgetsets: if Widgetset ThemeServices cannot draw some element then use default ThemeServices painting
git-svn-id: trunk@17220 -
2008-11-04 15:31:36 +00:00
paul
0165c3dd12 lcl: improve treeview line drawing (#0012471)
git-svn-id: trunk@17219 -
2008-11-04 15:05:49 +00:00
paul
ffa71c82cb qt: fix compilation
git-svn-id: trunk@17218 -
2008-11-04 13:36:02 +00:00
paul
e94cc4be54 tests: add second pen test
git-svn-id: trunk@17217 -
2008-11-04 12:36:29 +00:00