Commit Graph

45166 Commits

Author SHA1 Message Date
maxim
1d68c03f7b Examples, lazresexplorer: improved i18n (patch by Péter Gábor with modifications, bug #26978), regenerated translations and updated Russian translation
git-svn-id: trunk@46793 -
2014-11-09 21:44:55 +00:00
bart
2ece5f8498 TCalendarDialog: implement OnChange event.
git-svn-id: trunk@46792 -
2014-11-09 18:41:00 +00:00
bart
311f06d24a TCalendarDialog: update TCalendarDialog.Date before calling OnXXXChanged events. Issue #0026852.
git-svn-id: trunk@46791 -
2014-11-09 18:36:58 +00:00
bart
002710fa19 TCalendarDialog: implement OnShow, OnClose and OnCanClose events.
git-svn-id: trunk@46790 -
2014-11-09 16:02:17 +00:00
bart
a10a83428d TCalendarDialog: make it possible to navigate calendar by keyboard.
git-svn-id: trunk@46789 -
2014-11-09 15:20:05 +00:00
bart
0eb198cb3a Win32: Implement TWin32WidgetSet.GetScrollbarVisible. Partially resolves Issue #0026083.
git-svn-id: trunk@46788 -
2014-11-08 23:58:28 +00:00
bart
7d8ba3e55e Grids: Dont restore backed-up value of RowCount when using InsertRowWithValues on an empty grid (Issue #0026943).
git-svn-id: trunk@46787 -
2014-11-08 16:59:17 +00:00
maxim
60d8f24cfb LCL: regenerated translations; updated and improved Russian translation
git-svn-id: trunk@46786 -
2014-11-08 01:50:27 +00:00
maxim
ea3dc9c43d LCL: fixed typo in Grids
git-svn-id: trunk@46785 -
2014-11-08 01:49:29 +00:00
maxim
b32aafd27f IDE: updated and improved Russian translation
git-svn-id: trunk@46784 -
2014-11-08 01:31:14 +00:00
giuliano
7f75c3a2e3 New version of Find and Replace Dialogues. Forms created in code without
loading a .lfm from stream. Added an frButtonsAtBottom Option.
Removed dependency from /lcl/forms/finddlgunit.* and /lcl/forms/replacedlgunit.*

git-svn-id: trunk@46783 -
2014-11-07 22:43:27 +00:00
bart
da19531449 Grids: raise exception when trying to insert a row when there are no columns, or a columns when there are no rows.
git-svn-id: trunk@46782 -
2014-11-07 22:36:06 +00:00
mattias
a087d98729 lcl: cocoa: fixed some compilation issue
git-svn-id: trunk@46781 -
2014-11-07 16:32:16 +00:00
mattias
9928fb1647 lazutf8: docs
git-svn-id: trunk@46780 -
2014-11-07 16:12:32 +00:00
bart
b3bae2ee14 LCL: use TFileStreamUtf8 for LoadFromFile/SaveToFile for TCocoaMemoStrings and TCarbonMemoStrings (forgotten in r46777 #001b440270 ).
git-svn-id: trunk@46779 -
2014-11-07 15:06:37 +00:00
mattias
ba6f0da620 IDE: fixed loading default unit when no lps exists
git-svn-id: trunk@46778 -
2014-11-07 14:59:42 +00:00
bart
001b440270 LCL: use TFileStreamUtf8 for LoadFromFile/SaveToFile for Grids, TTextStrings, TWin32MemoStrings, TWinCEMemoStrings, TQtMemoStrings, TGtk2MemoStrings, TGtk3MemoStrings,
thus eliminating the need for Utf8ToSys() conversions.

git-svn-id: trunk@46777 -
2014-11-07 14:52:30 +00:00
mattias
b66981ff3e lcl: TUpDown: override DoSetBounds to resize Min/MaxBtn within update lock
git-svn-id: trunk@46776 -
2014-11-07 10:37:19 +00:00
mattias
6ab0879ae4 lcl: TUpDown: comments
git-svn-id: trunk@46775 -
2014-11-07 10:20:23 +00:00
mattias
7a9d869af0 lcl: TUpDown: implemented preferred size
git-svn-id: trunk@46774 -
2014-11-07 10:18:34 +00:00
mattias
d1f45975dc LCL: TUpDown: use type
git-svn-id: trunk@46773 -
2014-11-07 10:04:20 +00:00
mattias
5ebadd515f LCL: TUpDown: override directly instead of indirect via events
git-svn-id: trunk@46772 -
2014-11-07 10:02:46 +00:00
juha
1a30c3ba70 LCL: Improvents for TCoolbar by Vojtech Cihak. Issue #27001.
git-svn-id: trunk@46771 -
2014-11-06 23:24:00 +00:00
mattias
817995bf38 IDE: when renaming component via F2: mark form as modified
git-svn-id: trunk@46769 -
2014-11-06 22:37:11 +00:00
mattias
fc3563fa16 IDE: fixed change component name resourcestring
git-svn-id: trunk@46768 -
2014-11-06 22:31:48 +00:00
jesus
b60d0138c4 LCL,grids: implements TDrawGrid and TStringGrid multiselection, patch from Werner Palmer, issue #27000
git-svn-id: trunk@46767 -
2014-11-06 20:53:42 +00:00
jesus
bd19001549 LCL, grids: InsertRowWithValues adjust first the number of columns then insert row, fix insert a row in a fixed grid, issue #26943
git-svn-id: trunk@46766 -
2014-11-06 19:41:05 +00:00
juha
02113e0100 IDE: Fix the parser for All Compiler Options when using FPC 2.7.1. Issue #26903.
git-svn-id: trunk@46765 -
2014-11-06 19:29:35 +00:00
juha
1ea6528b88 IDE: TCompilerOptReader formatting.
git-svn-id: trunk@46764 -
2014-11-06 19:29:29 +00:00
juha
25b93e4ca7 IDE: Load a value also for Comboboxes in All Compiler Option GUI. Was disabled for some reason. Issue #26994.
git-svn-id: trunk@46763 -
2014-11-06 00:07:30 +00:00
bart
5f894bec77 TComboBox: prevent execution of DefaultAction on parentform (e.g. Button with Default/Cancel := True) when pressing Enter/Cancel when DroppedDown (Issue #0024819).
git-svn-id: trunk@46762 -
2014-11-05 18:22:41 +00:00
jesus
e24d5e256c LazReport: Patch from Alexey Lagunov, issue #26855
1. Fix AV on TlrButtonPanel
 2. Implement highlight find text in preview report window
 3. Fix loading TlrCrossView from stream
 4. Fixed speed save changes to the data in the report (after double click on preview report window)

git-svn-id: trunk@46761 -
2014-11-05 17:48:14 +00:00
bart
92df6c333e Grids:
- propagate CellHint to Application.Hint, so it can be used in Application.OnHint
- fix displaying CellHint if this has a "long hint".
Fixes issue #0026957.

git-svn-id: trunk@46760 -
2014-11-05 14:26:11 +00:00
mattias
b82866c190 LCL: gtk2: ExtSelectClipRGN: check Drawable=nil
git-svn-id: trunk@46759 -
2014-11-05 12:32:12 +00:00
mattias
4b679593c8 lcl: TCustomImage.Paint: do not invalidate when initializing the image during paint
git-svn-id: trunk@46758 -
2014-11-05 12:20:06 +00:00
reiniero
5e6a4176d3 * Various files: cosmetic: typo: occurance=>occurrence
git-svn-id: trunk@46757 -
2014-11-05 10:00:42 +00:00
jesus
2ea7ac784f JCF: avoid convert to WideString to string and count WideChars instead of chars, fix problem on formatting strings with several non-ascii chars, issue #23715
git-svn-id: trunk@46756 -
2014-11-05 00:13:54 +00:00
mattias
15749008b6 anchordocking: clean up
git-svn-id: trunk@46755 -
2014-11-04 22:56:45 +00:00
mattias
349fd28c87 fpcunit: after a test run only nodes with errors become expanded, all nodes in the tree (test units) are collapsed by default, patch #26985
git-svn-id: trunk@46754 -
2014-11-04 21:16:38 +00:00
mattias
548adfecfd anchordocking: fixed freeing unneeded controls
git-svn-id: trunk@46753 -
2014-11-04 21:06:15 +00:00
juha
313da629e6 AnchorDocking: Fix loop in TAnchorDockHostSite.Merge.
git-svn-id: trunk@46752 -
2014-11-04 18:44:05 +00:00
juha
1f0e2c3881 AnchorDocking: add missing EnableAutoSizing in TAnchorDockHostSite.Merge.
git-svn-id: trunk@46751 -
2014-11-04 18:43:56 +00:00
juha
e09a1625bd Anchordocking: Use a different way to free unneeded controls.
git-svn-id: trunk@46750 -
2014-11-04 18:43:47 +00:00
juha
8de1712110 Converter: fix layout error in Missing Properties dialog. Use AutoSize.
git-svn-id: trunk@46749 -
2014-11-04 18:43:23 +00:00
bart
dcb5b021b5 THeaderControl: properly restore Cursor after we internally changed it. Issue #0026968.
git-svn-id: trunk@46748 -
2014-11-04 15:48:22 +00:00
wp
a42df364db TAChart: fix fpvectorial compilation error, fix fpvectorial chart positioning error
git-svn-id: trunk@46747 -
2014-11-03 16:41:26 +00:00
juha
2bf9550c2a LCL: Allow setting ToolButton size on Toolbar smaller. Issue #26948, patch from Vojtech Cihak.
git-svn-id: trunk@46746 -
2014-11-03 16:04:49 +00:00
bart
a19b786147 LazFileUtils: less hints.
git-svn-id: trunk@46745 -
2014-11-03 15:54:06 +00:00
reiniero
5f5f37fe7f * TurboPower iPro: error message typos/spelling fixes; also fixes issue #26953
git-svn-id: trunk@46744 -
2014-11-03 15:13:08 +00:00
juha
d6ba979d0c LCL: Fix font.color on WinXP theme ttItemHot elements. Reverts faulty r46740 #bccb960c29. Issue #26981, patch from Andrey Zubarev.
git-svn-id: trunk@46743 -
2014-11-03 11:16:34 +00:00