Commit Graph

21167 Commits

Author SHA1 Message Date
mattias
2af74e3284 IDE: codebrowser: added rescan button
git-svn-id: trunk@21517 -
2009-09-01 11:39:02 +00:00
mattias
99fd33aa73 IDE: codebrowser: improved layout
git-svn-id: trunk@21516 -
2009-09-01 11:29:50 +00:00
mattias
66f3e41701 IDE: codebrowser: do not store WithRequiredPackages
git-svn-id: trunk@21515 -
2009-09-01 11:23:14 +00:00
mattias
6e7237e218 IDE: codebrowser: reduced update when scope options have not changed
git-svn-id: trunk@21514 -
2009-09-01 11:01:49 +00:00
mattias
31ed9af15f IDE: codebrowser: menu item add package to package of unit in src editor
git-svn-id: trunk@21513 -
2009-09-01 10:42:46 +00:00
mattias
a9ffff9a88 IDE: package manager: fixed crash caused by TPkgManager.AddDependencyToOwners
git-svn-id: trunk@21512 -
2009-09-01 10:35:50 +00:00
mattias
262c12f429 IDE: codebrowser: added open menu item
git-svn-id: trunk@21511 -
2009-09-01 09:51:05 +00:00
paul
49ba38ceaa ide: codebrowser: fix layout
git-svn-id: trunk@21510 -
2009-09-01 01:51:32 +00:00
paul
d9cf195b30 ide: codebrowser:
- reanchor controls
  - add unit to lazarus project

git-svn-id: trunk@21509 -
2009-09-01 01:39:30 +00:00
paul
56d6fef49d synedit: revert some changes made in r21507 #8018937c08 since they break compilation
git-svn-id: trunk@21508 -
2009-09-01 01:17:52 +00:00
mattias
8018937c08 synedit: fixed file encoding
git-svn-id: trunk@21507 -
2009-08-31 22:11:30 +00:00
mattias
2cf81da62e IDE: codebrowser: add package to project
git-svn-id: trunk@21506 -
2009-08-31 22:05:51 +00:00
mattias
ee7a5a1f0f gtk1+2 intf: limit Gtk2RangeScrollCB to maximum
git-svn-id: trunk@21505 -
2009-08-31 20:21:50 +00:00
mattias
56223815cd gtk1+2 intf: SetScrollInfo: 0 <= nPage <= nMax-nMin+1, nMin <= nPos <= nMax - Max(nPage-1,0)
git-svn-id: trunk@21504 -
2009-08-31 19:49:31 +00:00
mattias
2151d2e25a IDE: codebrowser: update when not focused and no modal form is open, update after 1,5 secs editing the filters
git-svn-id: trunk@21503 -
2009-08-31 18:51:32 +00:00
paul
69dbb37163 languages: update Russian translations by Maxim Ganetsky
git-svn-id: trunk@21502 -
2009-08-31 14:57:43 +00:00
paul
9ce421e78e lcl: various TControlScrollBar, TScollingWinControl fixes:
- fix scrollbar visibility when AutoScroll = False, scrollbars must appear if visible = True and range > page (with help of patch of Sven Barth, issue #0014279)
  - fix class definition (no need to handle writing of properties using stored modifier - fpc bug was fixed long ago)

git-svn-id: trunk@21501 -
2009-08-31 14:54:29 +00:00
mattias
44dde07254 IDE: codebrowser: added todos
git-svn-id: trunk@21500 -
2009-08-31 14:02:21 +00:00
mattias
4d940fade3 IDE: codebrowser: expand sign for packages
git-svn-id: trunk@21499 -
2009-08-31 13:33:22 +00:00
mattias
6bef22e969 IDE: codebrowser: added ChangeStamp to options
git-svn-id: trunk@21498 -
2009-08-31 13:24:23 +00:00
mattias
3fe5083fd5 IDE: codebrowser: fixed hiding root, fixed filtering packages, added option to hide empty nodes
git-svn-id: trunk@21497 -
2009-08-31 13:08:05 +00:00
mattias
f052ed83f2 IDE: codebrowser: showing stats with thousand separator
git-svn-id: trunk@21496 -
2009-08-31 11:51:40 +00:00
dmitry
ae61c50198 carbon: removed error for DrawHeaderElement
git-svn-id: trunk@21495 -
2009-08-31 09:52:25 +00:00
dmitry
02e96787c2 carbon: removed error message about CarbonTab ClientRect. It's normal for 10.5 if function fails because of carbon control not large enough, so no error is needed
git-svn-id: trunk@21494 -
2009-08-31 09:34:02 +00:00
dmitry
85fdf65c87 carbon: moved used units from implementation to interface section
git-svn-id: trunk@21493 -
2009-08-31 09:17:45 +00:00
dmitry
6bd45cf1f1 carbon: fix remove menu error messages on IDE start
git-svn-id: trunk@21492 -
2009-08-31 09:15:08 +00:00
mattias
7799ac78c6 LCL: started new autosizing phases
git-svn-id: trunk@21491 -
2009-08-30 21:30:57 +00:00
vincents
21c19e81d2 startlazarus app Bundle: remove version number
git-svn-id: trunk@21488 -
2009-08-30 19:49:53 +00:00
vincents
d8947e632d Lazarus App Bundle: fix version number (issue #14461)
git-svn-id: trunk@21487 -
2009-08-30 19:48:48 +00:00
paul
783001dd2d lcl: allow resize of label width if both AutoSize and WordWrap are true, better handle WordWrap change + formatting (fixes issue #0014362)
git-svn-id: trunk@21486 -
2009-08-30 17:22:56 +00:00
paul
91a1cb262f lcl: fix TScrollingWinControl.AutoScroll = False (issue #0014279)
git-svn-id: trunk@21485 -
2009-08-30 15:47:25 +00:00
paul
2dbed7a511 lcl: formatting
git-svn-id: trunk@21484 -
2009-08-30 15:30:37 +00:00
dmitry
32f8063405 carbon: fix for #14457
git-svn-id: trunk@21483 -
2009-08-30 13:35:44 +00:00
martin
f64939fdee SynEdit, Trim spaces: Callback was triggered before trimmed spaces were added to cache. Leading to incorrect adjustment of block-selections (only happened with move Persistent-Block (ctrl-k,v) if last word on line was selected)
git-svn-id: trunk@21482 -
2009-08-30 13:12:32 +00:00
martin
a258e83b1b SynEdit, Persistent-Block: fix ctrl-k,v (move block)
git-svn-id: trunk@21481 -
2009-08-30 13:07:17 +00:00
paul
0dafbae6a4 lcl: better protect Form.AutoScroll from change when BorderStyle does not allow this
git-svn-id: trunk@21479 -
2009-08-29 03:50:50 +00:00
paul
56c45690de lcl: make AutoScroll delphi compatible:
- set AutoScroll to False by default for TForm and TFrame. Leave it True for TScrollBox
  - allow AutoScroll change for forms with bsSizeable, bsSizeToolWin BorderStyle

git-svn-id: trunk@21478 -
2009-08-29 03:03:10 +00:00
mattias
b52f66dabc codetools: renamepublishedvariable: skip .identifier, bug #13823
git-svn-id: trunk@21476 -
2009-08-28 11:08:30 +00:00
vincents
fa28f55c4d wince installer build: really fix building with fpc 2.5.1
git-svn-id: trunk@21475 -
2009-08-28 09:01:36 +00:00
vincents
69d16d6c32 wince installer build: fixed building with fpc 2.5.1
git-svn-id: trunk@21474 -
2009-08-28 07:46:03 +00:00
vincents
f00ccb43dd wince interface: fixed compilation with fpc > 2.3.1
git-svn-id: trunk@21473 -
2009-08-28 07:44:15 +00:00
mattias
074aa39eb1 IDE: disable csSetCaption when creating component, caption is set during loading OR when creating a new component, but not both, needed for empty caption
git-svn-id: trunk@21472 -
2009-08-28 06:54:14 +00:00
mattias
f5c2d8ef36 LCL: comments
git-svn-id: trunk@21471 -
2009-08-28 06:26:17 +00:00
mattias
d53d68fc6c docs: lcl csSetCaption
git-svn-id: trunk@21470 -
2009-08-28 06:26:02 +00:00
marc
8e83c9c28e * Updated Lithuanian translation by Valdas Jankunas
git-svn-id: trunk@21469 -
2009-08-27 23:33:00 +00:00
marc
4383732366 * Updated Japanese translation by Haruyuki Fujimaki
git-svn-id: trunk@21468 -
2009-08-27 23:24:28 +00:00
paul
d17da7b5e3 formatting
git-svn-id: trunk@21467 -
2009-08-27 17:17:53 +00:00
martin
94e36f9611 IDE/SynEdit: fix search and replace in current selection only. issue #14447
git-svn-id: trunk@21466 -
2009-08-27 16:39:05 +00:00
paul
92fc448dae lcl: formatting
git-svn-id: trunk@21465 -
2009-08-27 16:30:28 +00:00
zeljko
fc88047059 Qt: partial implementation of TQtWSCustomListView.SetViewStyle() - detailed explanation for each TViewStyle memeber needed for complete implementation.
git-svn-id: trunk@21464 -
2009-08-27 12:50:35 +00:00