Commit Graph

17176 Commits

Author SHA1 Message Date
jesus
085856ae9b updated traslations using localize script
git-svn-id: trunk@17326 -
2008-11-11 01:30:57 +00:00
jesus
5890d4f9fa updatepofiles tool now uses translations unit, localize scripts process the original package list
git-svn-id: trunk@17325 -
2008-11-11 01:28:17 +00:00
paul
3910289f27 gtk2: fix range check error by C Western (#0012609)
git-svn-id: trunk@17324 -
2008-11-10 23:56:22 +00:00
zeljko
ac5664685a Qt: Removed focuspolicy workarounds, TQtPrinter is now TObject instead of TQtObject, workaround for pushbutton autosizes on macosx caused by qt43,qt44 fontmetrics bug.
git-svn-id: trunk@17323 -
2008-11-10 18:28:23 +00:00
tombo
d2912fb92b LCL carbon: fixed scrollbars top-left crawling, when resizing scrollable control by Dmitry Boyarintsev
git-svn-id: trunk@17322 -
2008-11-10 15:40:01 +00:00
tombo
fedf0e621b LCL carbon: applied bug fix #0012485: Clicking selected text does not unselect the text. Carbon / Editor from skalogryyz
git-svn-id: trunk@17320 -
2008-11-10 15:32:07 +00:00
tombo
838dd9d2c9 synedit: applied patch #0012606: Carbon : Editor font rendering badly damaged for default font, point size 14 on PowerPC rev 17304 #80581bd7cb from Brad Campbell
git-svn-id: trunk@17319 -
2008-11-10 15:25:21 +00:00
vincents
632c4008bd localize script: fixed svn mime type, so svn can generate diffs
git-svn-id: trunk@17315 -
2008-11-10 14:08:08 +00:00
vincents
f7e76a70ba tests: found real cause of syntax error in mailtestresults script, a line accidentally removed in r16427 #b6a7783f29
git-svn-id: trunk@17314 -
2008-11-10 13:48:10 +00:00
vincents
6e9d34ab30 tests: fixed mailtestresults script from Mazen
git-svn-id: trunk@17313 -
2008-11-10 13:39:33 +00:00
vincents
821527d3aa test: fixed compilation of testpen
git-svn-id: trunk@17309 -
2008-11-10 11:47:09 +00:00
paul
eb6d210724 lcl: add ColorToIndex, StandardColorCount, ExtendedColorCount, and comments
git-svn-id: trunk@17308 -
2008-11-10 10:59:35 +00:00
paul
3d7c97be6e lcl: rearrange some colors to be more delphi compatible in their order
git-svn-id: trunk@17307 -
2008-11-10 10:25:45 +00:00
paul
6c6dd13642 gtk2: define use of 2.8 version by default
git-svn-id: trunk@17306 -
2008-11-10 04:34:24 +00:00
paul
1f905fd95f lcl: Pen and Font cache
- simplify some Font cache methods
  - rewrite Pen cache to store pattern separate of LogPen

git-svn-id: trunk@17305 -
2008-11-10 04:14:15 +00:00
darius
80581bd7cb code cleanup
git-svn-id: trunk@17304 -
2008-11-09 21:27:16 +00:00
darius
400b158a44 improved speed by adding BeginUpdate/EndUpdate around code that updates the TreeView
git-svn-id: trunk@17303 -
2008-11-09 20:57:18 +00:00
darius
861e7b7183 some event links got lost in r17300 #e5810c8221, fixed now
fixed crash

git-svn-id: trunk@17302 -
2008-11-09 20:36:48 +00:00
darius
1c3f6ef528 implemented toolbar
added hints

git-svn-id: trunk@17301 -
2008-11-09 20:18:52 +00:00
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