Commit Graph

17556 Commits

Author SHA1 Message Date
mattias
222321addf lazutils: simplify enableutf8rtl by only using lazutf8
git-svn-id: trunk@47915 -
2015-02-20 14:28:49 +00:00
mattias
94aa787b23 LCL: carbon: GetPreferredSize: do not use GetBestControlRect if there are child controls
git-svn-id: trunk@47913 -
2015-02-20 11:24:10 +00:00
mattias
74dd6d36d0 LCL: improved debugging wrong preferred sizes
git-svn-id: trunk@47912 -
2015-02-20 11:23:05 +00:00
jesus
e80dcc0d2d LCL, dbgrid, call SelectEditor manually in DatasetScrolled in case row index do not change, based on patch by Luca Olivetti, issue #27232
git-svn-id: trunk@47911 -
2015-02-20 03:22:01 +00:00
mattias
6e4692569d lcl: TCustomListView: show editor on dblclick via QueueAsyncCalls, bug #27505
git-svn-id: trunk@47908 -
2015-02-20 00:41:31 +00:00
zeljko
94ba335b9b Qt: fixed selection behaviour of TListView.vsList when OwnerData = true.
git-svn-id: trunk@47907 -
2015-02-19 19:56:25 +00:00
zeljko
e15144d7eb Qt: fixed TListView.OnData when we use TQtListWidget (vsList)
git-svn-id: trunk@47906 -
2015-02-19 19:33:21 +00:00
mattias
b04540dbcd LCL: gtk2: GetGTKDefaultWidgetSize: ignore client area with child controls
git-svn-id: trunk@47897 -
2015-02-19 11:41:15 +00:00
mattias
ed741045b4 LCL: TTreeView: mousedown: fixed select on click on state icon
git-svn-id: trunk@47895 -
2015-02-19 10:33:03 +00:00
zeljko
22a79968ee Gtk2: new function Gtk2_PixBufFromBitmap(), simplified usage. patch by theo. issue #27477
git-svn-id: trunk@47889 -
2015-02-18 19:34:55 +00:00
mattias
47ca7305f3 LCL: win32: do not start timer when application terminated
git-svn-id: trunk@47886 -
2015-02-18 18:24:47 +00:00
bart
01be30d9d0 TShellTreeView: SetPath: take value of ObjectTypes into account.
git-svn-id: trunk@47881 -
2015-02-18 17:11:18 +00:00
juha
f9ff80e5b5 LCL: Fix parameter for OnDrawArrow. Cleanup. Issue #27472, patch from Alexey Torgashin.
git-svn-id: trunk@47878 -
2015-02-18 12:24:52 +00:00
mattias
68c00a724a LCL: TCustomGrid: disable default preferred size, because grid moves controls and change scrollbars, bug #27095
git-svn-id: trunk@47875 -
2015-02-18 00:57:13 +00:00
mattias
094fd462f5 LCL: TScrollingWincontrol: GetLogicalClientRect: independent of AutoScroll to avoid cycle, GetPreferredSize: independent of AutoScroll, added extra checks if LCL clientrect is not in sync with widgetset, improved debugging preferredsize
git-svn-id: trunk@47873 -
2015-02-17 23:58:41 +00:00
mattias
3b0b1480c3 LCL: gtk2: GetPreferredSize: subtract client area
git-svn-id: trunk@47869 -
2015-02-17 23:51:01 +00:00
maxim
9957d9ec61 LCL, ShellTreeView: improved i18n, patch by Péter Gábor with some changes, bug #27474; regenerated translations and updated Russian translation
git-svn-id: trunk@47842 -
2015-02-16 23:45:18 +00:00
giuliano
f652020761 LCL: issue #0014257 - SetCursor faulty under GTK2 - changes cursor for
wrong control
correction to rev 47814 #ed5fd30d67 to properly handle scrolled controls 
file include/graphiccontrol.inc

git-svn-id: trunk@47841 -
2015-02-16 23:33:20 +00:00
maxim
b0bc92627b LCL: French translation update by Gilles Vasseur, bug #27478
git-svn-id: trunk@47840 -
2015-02-16 23:25:16 +00:00
maxim
59685f7e22 LCL: regenerated Russian translation
git-svn-id: trunk@47839 -
2015-02-16 23:20:50 +00:00
juha
7110836ddc LCL: New event OnFileAdded for TShellListView. Issue #27422, patch from theo.
git-svn-id: trunk@47836 -
2015-02-16 21:49:23 +00:00
mattias
fb6575b5a2 LCL: less hints
git-svn-id: trunk@47826 -
2015-02-16 12:02:13 +00:00
mattias
2b3e6ffe55 LCL: deprecated hint
git-svn-id: trunk@47824 -
2015-02-16 11:54:18 +00:00
sekelsenmat
3c7f6d63b1 cocoa: Implements GetPixel for Bitmap DCs (for non-bitmap DCs it seams impossible)
git-svn-id: trunk@47823 -
2015-02-16 11:00:08 +00:00
sekelsenmat
8563adf4b9 cocoa: Initial code for rewriting treeview theme
git-svn-id: trunk@47822 -
2015-02-16 10:59:19 +00:00
sekelsenmat
4792562ff9 cocoa: Basic implementation of static text
git-svn-id: trunk@47821 -
2015-02-16 10:12:55 +00:00
zeljko
6bc5ea6d36 Qt: fixed regression with design time forms from r47674 #d457ad2a3e.
git-svn-id: trunk@47820 -
2015-02-16 10:12:55 +00:00
sekelsenmat
139d3a2def cocoa: Now supports non-standard data too
git-svn-id: trunk@47819 -
2015-02-16 09:43:39 +00:00
juha
6da25ca1b1 LCL: OnDrawArrow for TreeView. Issue #27472, patch from Alexey Torgashin.
git-svn-id: trunk@47816 -
2015-02-15 23:44:22 +00:00
bart
77859a69e3 TShellTreeView: if Selected is a file then set the associated ShellListView.Root to the parentfolder (instead of to the file itself).
git-svn-id: trunk@47815 -
2015-02-15 23:35:17 +00:00
giuliano
ed5fd30d67 LCL: issue #0014257 - SetCursor faulty under GTK2 - changes cursor for
wrong control

files controls.pp and include/graphiccontrol.inc

git-svn-id: trunk@47814 -
2015-02-15 23:26:26 +00:00
sekelsenmat
cd3feb8828 cocoa: Fixes wrong interpretation of sandboxing tetx
git-svn-id: trunk@47811 -
2015-02-15 17:35:31 +00:00
sekelsenmat
6b51f51be4 cocoa: Implements pasteboard text copy
git-svn-id: trunk@47808 -
2015-02-15 17:11:08 +00:00
zeljko
87c3c117f1 Gtk2: fixed drawing images when TListView.OwnerData := true. issue #27469
git-svn-id: trunk@47805 -
2015-02-15 15:01:06 +00:00
zeljko
9caddb7ee7 Qt: dramatically improved OnData event of TListView. issue #27475
git-svn-id: trunk@47804 -
2015-02-15 14:45:03 +00:00
bart
78287460c8 TDateEdit: less verbose.
git-svn-id: trunk@47801 -
2015-02-15 13:14:53 +00:00
bart
8f4b9db051 TDateEdit:
- refactor GetDate/SetDate
- reduce the need for parsing Text for GetDate
- force valid text in control when DirectInput = False

git-svn-id: trunk@47800 -
2015-02-15 13:12:42 +00:00
sekelsenmat
0ab828a48e cocoa: Initial support for reading text with sandboxing on (so the text will be app internal only)
git-svn-id: trunk@47798 -
2015-02-15 12:24:14 +00:00
sekelsenmat
2e57cfe36f cocoa: Prepares the clipboard for non-standard types
git-svn-id: trunk@47796 -
2015-02-15 11:37:36 +00:00
sekelsenmat
83a8aed14d cocoa: Implements clipboard text pasting and general clipboard structure
git-svn-id: trunk@47795 -
2015-02-15 11:10:55 +00:00
bart
a65acdc419 TDateEdit: Remove method DateFormatChanged: it exposes a private field that is only meant for internal use, and should not be changed by user.
git-svn-id: trunk@47794 -
2015-02-15 11:05:19 +00:00
mattias
442759f8f3 LCL: TShellCtrl: less calling ProcessMessages
git-svn-id: trunk@47792 -
2015-02-15 00:37:24 +00:00
mattias
79346fc245 LCL: TShellCtrl: check for duplicates using avl tree
git-svn-id: trunk@47791 -
2015-02-15 00:34:49 +00:00
zeljko
be6f83f647 Qt: fixed segfault when setting image list on TListView with OwnerData:=True. part of issue #27469
git-svn-id: trunk@47790 -
2015-02-14 21:54:29 +00:00
martin
f6d307d5c2 Merged revision(s) 47786 from branches/fixes_1_4:
Merged revision(s) 47785 from tags/lazarus_1_4_RC1:
fix wince build
........

git-svn-id: trunk@47787 -
2015-02-14 18:31:01 +00:00
bart
227f862579 TDateEdit: fix GetDate when DateOrder is doNone and Text has literal day- or monthnames. Issue #0027454.
git-svn-id: trunk@47782 -
2015-02-14 15:06:00 +00:00
sekelsenmat
37da396bcd cocoa-printer: Now it can already list printer names
git-svn-id: trunk@47774 -
2015-02-14 10:12:08 +00:00
juha
2fbfba12ac LCL: A new filled arrow style for TreeView. Issue #27465, patch from Alexey Torgashin.
git-svn-id: trunk@47770 -
2015-02-14 09:36:36 +00:00
zeljko
a8a5b670ea Qt: unset elide mode on tabs under macosx because we have unreadable tabs when control contains a lot of tabs.
git-svn-id: trunk@47747 -
2015-02-13 18:24:35 +00:00
zeljko
41a6b409a2 Qt: finally fixed AppMinimize for designed forms.
git-svn-id: trunk@47744 -
2015-02-13 17:29:51 +00:00