Commit Graph

17257 Commits

Author SHA1 Message Date
darius
e5810c8221 improved anchoring, removed unneeded panels
git-svn-id: trunk@17300 -
2008-11-09 19:30:31 +00:00
vincents
1614e73034 synedit + IDE: added KeyShortCuts for Folding in SynEdit from Martin Friebe (issue #12593)
git-svn-id: trunk@17299 -
2008-11-09 19:25:29 +00:00
martin
f07d918ee6 SynEdit did not paint new lines, if highlighter was "none" or "text" (Bug #12601)
git-svn-id: trunk@17298 -
2008-11-09 18:26:05 +00:00
darius
6662659b2a changed autosize to false for cbObjects
git-svn-id: trunk@17297 -
2008-11-09 17:50:28 +00:00
darius
53a1d607b1 moved string to lazarusidestrconsts.pas as resourcestring
git-svn-id: trunk@17296 -
2008-11-09 16:28:52 +00:00
tombo
eb0fb05fae LCL Carbon: improved dummy device contexts
git-svn-id: trunk@17295 -
2008-11-09 14:08:45 +00:00
tombo
34ed055133 LCL Carbon: moved AGL to LCL Carbon interface
git-svn-id: trunk@17294 -
2008-11-09 13:35:37 +00:00
paul
25ad5bdfac gtk: don't modify selected pen on line, polyline painting
git-svn-id: trunk@17293 -
2008-11-09 12:51:19 +00:00
darius
f2ce94e3a9 fix memleak in TLazSearchResultTV.BeginUpdate
reported by Martin Friebe
Fixes: http://bugs.freepascal.org/view.php?id=12592

git-svn-id: trunk@17292 -
2008-11-09 08:58:31 +00:00
kirkpatc
317311310b FPDoc - updates to colorbox.xml consequent on changes in R17273 (extraction of TCustomColorBox and TCustomColorListBox )
git-svn-id: trunk@17291 -
2008-11-09 08:50:40 +00:00
darius
2b8ff3ad92 Code cleanup, variable and component renaming
Demo now does not SIGSEGV no matter what button user pressed :-)
Ability to clear series in the demo 

Patch by Alexander Klenin
Fixes: http://bugs.freepascal.org/view.php?id=12589

git-svn-id: trunk@17290 -
2008-11-08 21:21:35 +00:00
darius
cde07c30e6 Remove TAEngine unit and TSeriesList class
Auto-update chart when one of its series is destroyed

patch by Alexander Klenin 
http://bugs.freepascal.org/view.php?id=12589

git-svn-id: trunk@17289 -
2008-11-08 21:08:01 +00:00
darius
5d167a14f7 code refactoring
implemented file nodes

git-svn-id: trunk@17288 -
2008-11-08 20:54:15 +00:00
vincents
66ef33f52b reverted revison 17284: useful parts can be committed in seperate commits
git-svn-id: trunk@17287 -
2008-11-08 19:39:33 +00:00
vincents
1676e08143 snapshot monitor: update file masks of snapshot file names
git-svn-id: trunk@17286 -
2008-11-08 19:37:11 +00:00
zeljko
2ecdc6f4dc Qt: cleanup.
git-svn-id: trunk@17285 -
2008-11-08 19:23:07 +00:00
jesus
b38dc6e63f updated localize script to handle only those dirs not handled by i18n feature, commented wake up gtk dbg ouput
git-svn-id: trunk@17284 -
2008-11-08 18:55:15 +00:00
paul
a12d4a2607 examples: extend pen and brush example
git-svn-id: trunk@17283 -
2008-11-08 18:28:12 +00:00
paul
0b36524d88 lcl: add pattern support to pen (todo: caching of patterns)
git-svn-id: trunk@17282 -
2008-11-08 18:27:44 +00:00
paul
e5aaabb1c2 lcl: start TPen extending
git-svn-id: trunk@17281 -
2008-11-08 18:01:07 +00:00
tombo
a51e037923 LCL carbon: create Carbon custom control for not implemented win controls instead of exception raising
git-svn-id: trunk@17280 -
2008-11-08 16:07:24 +00:00
martin
4c1df45cac Added SynEdit.FoldAll (bug #12561, modified/ext patch from Brad Campbell)
Added Methods to find Collapsed/Expanded Line for block around cursor

git-svn-id: trunk@17279 -
2008-11-08 15:53:33 +00:00
zeljko
9a0a1e6215 Qt: clearFocus only on IQtEdit interface.
git-svn-id: trunk@17278 -
2008-11-08 14:37:03 +00:00
tombo
dfbd3b0c8c LCL carbon: removed debug code
git-svn-id: trunk@17277 -
2008-11-08 14:25:23 +00:00
zeljko
48c9786d36 Qt: introduced new class TQtMessageBox, now we can use LCLStrConsts for MessageDlg(),ShowMessage().Rewritten PromptUser(). Minor fix for QLineEdit_selectAll().
git-svn-id: trunk@17276 -
2008-11-08 12:16:18 +00:00
martin
9ba43b14b7 Fix regression and enhance of Del-to-end-of-word (ctrl-t). Handles spaces and punctuation before/after the word as separate entities. Trims spaces on full word del. BUG #12583
git-svn-id: trunk@17275 -
2008-11-08 12:03:23 +00:00
paul
dd34b2fc9f lcl: extract TCustomColorBox from TColorBox, TCustomColorListBox from TColorListBox
git-svn-id: trunk@17274 -
2008-11-08 11:38:20 +00:00
paul
7723b7a27d qt: use dash patterns on qt 4.3 too (thanks Den for the hint)
git-svn-id: trunk@17273 -
2008-11-08 11:17:13 +00:00
paul
2e48fd922a gtk2: trial to fix gtk2 clipboard crash
git-svn-id: trunk@17272 -
2008-11-08 09:30:12 +00:00
darius
dba66d3a1e renamed all "listbox" entries to "treeview" in code
removed setting a custom font because it adds notihing extra and is inconsistent with the gui (messageview)

git-svn-id: trunk@17271 -
2008-11-08 09:26:37 +00:00
darius
f1f3e50cdb refactoring patch by Alexander Klenin
fixes: http://bugs.freepascal.org/view.php?id=12584

git-svn-id: trunk@17270 -
2008-11-07 21:46:59 +00:00
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