Commit Graph

17471 Commits

Author SHA1 Message Date
martin
c34259d476 SynEdit: refactor the Gutter code, moved drawing code into separate classes
git-svn-id: trunk@17532 -
2008-11-23 01:02:44 +00:00
kirkpatc
cce06d82fc FPDoc - Added some descriptions and links for TPopupMenu in menus.xml
git-svn-id: trunk@17531 -
2008-11-22 21:58:28 +00:00
zeljko
7e433b19e6 Qt: QComboBox custom paint, reduce rect size by 1.
git-svn-id: trunk@17530 -
2008-11-22 21:27:46 +00:00
zeljko
04ae06b2af Qt: introduced custom paint for combobox.
git-svn-id: trunk@17529 -
2008-11-22 21:19:59 +00:00
darius
648e302cbe added option to show/hide gridlines to demo
used in relation to bugreport: http://bugs.freepascal.org/view.php?id=12171

git-svn-id: trunk@17528 -
2008-11-22 19:19:10 +00:00
marc
435a07ac28 - Removed some unneeded indirections
git-svn-id: trunk@17527 -
2008-11-22 18:43:49 +00:00
paul
b586b94542 ide: fix loading of lazarus.dci (reported by smace)
git-svn-id: trunk@17526 -
2008-11-22 18:35:52 +00:00
mattias
aafa20b123 IDE: edito options: moved color on lvl up
git-svn-id: trunk@17525 -
2008-11-22 18:19:35 +00:00
paul
8cbdaf18c9 ide: add highlight line color to options
git-svn-id: trunk@17524 -
2008-11-22 17:44:43 +00:00
paul
6c27b28a2d synedit: add a special color for current line highlighting, reorder markups to make more priority of brackets highlight
git-svn-id: trunk@17523 -
2008-11-22 17:44:11 +00:00
mattias
d6f552defe fixed lpl
git-svn-id: trunk@17522 -
2008-11-22 16:13:27 +00:00
mattias
0b0d219245 fixed some visibilities
git-svn-id: trunk@17521 -
2008-11-22 16:13:03 +00:00
paul
77626ad67a synedit: format code a bit before actual changes
git-svn-id: trunk@17520 -
2008-11-22 16:05:59 +00:00
mattias
26cb90f023 renamed plotpanel to plotfunction
git-svn-id: trunk@17519 -
2008-11-22 15:55:23 +00:00
mattias
c335bc492b renamed plotpanel to plotfunction
git-svn-id: trunk@17518 -
2008-11-22 15:54:06 +00:00
mattias
8ec3ed91c2 renamed plotpanel to plotfunction
git-svn-id: trunk@17517 -
2008-11-22 15:50:16 +00:00
mattias
4b98f56f55 added lazplotpanel from Michael Van Canneyt
git-svn-id: trunk@17516 -
2008-11-22 15:46:08 +00:00
martin
ff1eb35eb3 SynEdit: Clean-up
git-svn-id: trunk@17515 -
2008-11-22 14:56:15 +00:00
andrew
6a71c231ad * Fixed bug #12690
* Removed unused vars

git-svn-id: trunk@17514 -
2008-11-22 14:39:14 +00:00
martin
ff7e434cf4 SynEdit: Avoid crash with corrupt font-data. (Bug #12563). This is a fix for the crash, rendering of a none-renderable font is a welcome side-effect.
git-svn-id: trunk@17513 -
2008-11-22 13:41:02 +00:00
martin
7dfb9415a6 SynEdit: Redo would misplace the cursor if a block was deleted. Bug #12686
git-svn-id: trunk@17512 -
2008-11-22 13:18:32 +00:00
zeljko
846a3b94bb Qt: implemented itemSetImage() for TCustomListView
git-svn-id: trunk@17511 -
2008-11-22 11:51:14 +00:00
darius
00cff777f4 implemented "SVN revert" in SVNStatusForm
git-svn-id: trunk@17510 -
2008-11-22 11:25:15 +00:00
zeljko
87d2d92f67 Qt: fixed few bugs inside getTextMetrics()
git-svn-id: trunk@17509 -
2008-11-22 11:17:34 +00:00
paul
5c300b1051 lcl: set some defaults for TComboBox and TLabel properties
git-svn-id: trunk@17508 -
2008-11-22 10:51:19 +00:00
paul
5fb741ee89 ideintf: teach few property editors to understand *nodefault* property modifier
git-svn-id: trunk@17507 -
2008-11-22 10:33:59 +00:00
paul
de8dfe7d17 lcl: set default [akLeft, akTop] for Anchors property
git-svn-id: trunk@17506 -
2008-11-22 10:33:07 +00:00
paul
3851b7efcb ide: update lazarus icon with new made by Laurent
git-svn-id: trunk@17505 -
2008-11-22 09:46:24 +00:00
darius
0d6bfec764 TChartSeries.AddXY inserts new point into a sorted list, which have O(N^2) computational cost.
This speeds up adding really long series.

Patch from Alexander Klenin
http://bugs.freepascal.org/view.php?id=12642

git-svn-id: trunk@17504 -
2008-11-22 09:44:29 +00:00
zeljko
eea73aea5c Qt: bugfix #12688, now we can change color of TStatusBar.
git-svn-id: trunk@17503 -
2008-11-22 09:11:47 +00:00
andrew
af616a4578 * improved the gtk2 listview to not store data twice
* gtk2 listview can now have ownerdrawn items
* gtk2 listview only keeps one copy of a pixbuf per it's imagelist instead of one per item in the listview
* fixed two memory leaks in gtk2 listview
* added method TListItem.GetCheckedInternal

git-svn-id: trunk@17502 -
2008-11-22 03:21:36 +00:00
martin
dde340bbfa SynEdit, Folding: More fixes against unwanted expansion of folds, due to edit the line above (undo/redo) Bug #12664
git-svn-id: trunk@17501 -
2008-11-21 23:10:53 +00:00
zeljko
bf7d236cce Qt: added ability to exchange items inside TQtListWidget and TQtComboBox, fixed #12683.
git-svn-id: trunk@17500 -
2008-11-21 20:42:05 +00:00
paul
63d0a22db7 ide: improve editor color options page
git-svn-id: trunk@17499 -
2008-11-21 17:34:18 +00:00
laurent
4d41f6cdbc New icon for lazarus
git-svn-id: trunk@17498 -
2008-11-21 17:10:20 +00:00
paul
e496651434 ide: correct spacing inside groupbox (why it is so visible on gtk2 only and works fine on windows?)
git-svn-id: trunk@17497 -
2008-11-21 13:49:32 +00:00
paul
a863b3f575 ide: move some options to the misc groupbox (new) - better looking now on devices with small height
git-svn-id: trunk@17496 -
2008-11-21 13:42:15 +00:00
paul
43cdc8b8c3 ide: try to reduce space between checkboxes to fit into smaller height
git-svn-id: trunk@17495 -
2008-11-21 13:26:38 +00:00
paul
e2a7e1f941 ide: allow to create suboptions in the ide options dialog. use editor color settings as an example of suboptions for display option
git-svn-id: trunk@17494 -
2008-11-21 13:12:41 +00:00
mattias
f44b3a9da2 IDE: about: using invalidate
git-svn-id: trunk@17493 -
2008-11-21 12:43:18 +00:00
mattias
de7237e64a IDE+codetools: parameter hints now work for variables and properties of type procedure
git-svn-id: trunk@17492 -
2008-11-21 12:41:45 +00:00
paul
5fc7b19e2d ide: put only fpdoc help into information box (skip help from comments)
git-svn-id: trunk@17491 -
2008-11-21 11:53:38 +00:00
mattias
56e2cac332 printers: fix for enum printers from zeljko
git-svn-id: trunk@17490 -
2008-11-21 10:43:47 +00:00
paul
8d66876f6a components: fix TIPLazHtmlControl.GetPreferredControlSize
git-svn-id: trunk@17489 -
2008-11-21 09:03:24 +00:00
paul
25daa2e783 ide: minor improvements in showing help in the info box
git-svn-id: trunk@17488 -
2008-11-21 08:18:39 +00:00
paul
c9435b41c0 components: commit forgotten files
git-svn-id: trunk@17487 -
2008-11-21 07:08:31 +00:00
paul
930619b482 components: build turbopower ipro design time package by default
ide: 
  - link turbopower ipro design time package if *UseTurbopowerInHelp* define is enabled in the ide.inc file (disabled by default)
  - postpone creation of html provider for OI info box

git-svn-id: trunk@17486 -
2008-11-21 06:48:28 +00:00
paul
032fb9722f ide: add a small border around label in the info box
git-svn-id: trunk@17485 -
2008-11-21 02:56:09 +00:00
paul
ca2eaed34a ide: show property description in the object inspector Information Box (when it is visible)
git-svn-id: trunk@17484 -
2008-11-21 02:49:07 +00:00
kirkpatc
7ca9c2c140 FPDoc - updates to descriptions and links for several classes in menus.xml
git-svn-id: trunk@17483 -
2008-11-21 00:23:36 +00:00