Commit Graph

45623 Commits

Author SHA1 Message Date
mattias
f542c73f49 IDE: messages: about: use wordwrap
git-svn-id: branches/fixes_1_4@47952 -
2015-02-23 09:16:12 +00:00
mattias
cc828930bb IDE: messages: fixed showing commandline
git-svn-id: branches/fixes_1_4@47950 -
2015-02-23 09:05:56 +00:00
mattias
fa28007113 IDE: lpi: General/Icon/Value: use same default in read and write
git-svn-id: branches/fixes_1_4@47948 -
2015-02-22 11:20:02 +00:00
mattias
062bedf755 Package editor: Prevent collapsing all tree nodes when changing file type., bug #26188
git-svn-id: branches/fixes_1_4@47945 -
2015-02-21 21:04:09 +00:00
mattias
ad77c78eca IDE: build laz: when clean option is on, clean up fallback directories too
git-svn-id: branches/fixes_1_4@47943 -
2015-02-21 21:02:57 +00:00
martin
1d03c1fd06 Merged revision(s) 47936 #2a3a4dce23 from trunk:
SynEdit: fixed typo / streaming. Issue #0027513
........

git-svn-id: branches/fixes_1_4@47937 -
2015-02-21 12:07:14 +00:00
mattias
3b87554fb7 IDE: Change default mouse settings for left gutter clicks
git-svn-id: branches/fixes_1_4@47935 -
2015-02-21 09:19:16 +00:00
mattias
e5beeee009 IdeIntf: Show Meta- menuitem shortcuts in Object Inspector only for Mac
git-svn-id: branches/fixes_1_4@47934 -
2015-02-21 09:17:25 +00:00
mattias
ca5bf733f3 codetools: identifier completion: updated list of directives
git-svn-id: branches/fixes_1_4@47933 -
2015-02-21 09:06:48 +00:00
mattias
93b0a15f53 codetools: fixed directive WriteableConst, bug #27512
git-svn-id: branches/fixes_1_4@47931 -
2015-02-21 08:45:22 +00:00
mattias
7792e5d4cf LCL: MessageBox: default parameter Flags = MB_OK, bug #27510
git-svn-id: branches/fixes_1_4@47927 -
2015-02-20 22:39:08 +00:00
mattias
265baa3317 LCL: MessageBox: default parameter Flags = MB_OK, bug #27510
git-svn-id: branches/fixes_1_4@47925 -
2015-02-20 20:43:56 +00:00
mattias
ab0da805a1 IDE: auto create application bundle for IDE on darwin for all widgetsets
git-svn-id: branches/fixes_1_4@47921 -
2015-02-20 17:31:41 +00:00
mattias
8a9d8c342f lazutils: enableutf8rtl: load lazutf8 earlier
git-svn-id: branches/fixes_1_4@47916 -
2015-02-20 14:29:30 +00:00
mattias
1f80845bfe LCL: carbon: GetPreferredSize: do not use GetBestControlRect if there are child controls
git-svn-id: branches/fixes_1_4@47914 -
2015-02-20 11:25:58 +00:00
mattias
4aba7e265e lcl: TCustomListView: show editor on dblclick via QueueAsyncCalls, bug #27505
git-svn-id: branches/fixes_1_4@47909 -
2015-02-20 00:42:27 +00:00
mattias
c412eb0f19 LCL: win32: do not start timer when application terminated
git-svn-id: branches/fixes_1_4@47903 -
2015-02-19 12:39:16 +00:00
mattias
af50660d41 TAChart: Less compilation hints and notes
git-svn-id: branches/fixes_1_4@47902 -
2015-02-19 12:38:22 +00:00
mattias
661eb76ac5 IDE: designer: resize multiple controls: round mathematically instead of always down, needed for increase size by 1
git-svn-id: branches/fixes_1_4@47901 -
2015-02-19 12:35:44 +00:00
mattias
a8b626bfe7 IDE: designer: initialize FIsNonVisualComponent, bug #27502
git-svn-id: branches/fixes_1_4@47899 -
2015-02-19 12:07:44 +00:00
mattias
a235aa0eb1 LCL: TTreeView: mousedown: fixed select on click on state icon
git-svn-id: branches/fixes_1_4@47896 -
2015-02-19 10:33:32 +00:00
mattias
e915cb95c0 codetools: clean up
git-svn-id: branches/fixes_1_4@47892 -
2015-02-18 20:31:25 +00:00
mattias
c1e9b58336 IDE: editor color option: fixed layout, bug #27434
git-svn-id: branches/fixes_1_4@47888 -
2015-02-18 18:51:46 +00:00
mattias
3cb4d0a391 lazutils: fixed compilation on win64
git-svn-id: branches/fixes_1_4@47880 -
2015-02-18 16:53:12 +00:00
mattias
53eedaa08b LCL: TCustomGrid: disable default preferred size, because grid moves controls and change scrollbars, bug #27095
git-svn-id: branches/fixes_1_4@47876 -
2015-02-18 00:57:37 +00:00
mattias
572313e918 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: branches/fixes_1_4@47874 -
2015-02-17 23:58:59 +00:00
mattias
0fb841b8c1 IDE: project options: version: disable unneeded AutoSize
git-svn-id: branches/fixes_1_4@47872 -
2015-02-17 23:53:36 +00:00
mattias
58530e0ae6 LCL: gtk2: GetPreferredSize: subtract client area
git-svn-id: branches/fixes_1_4@47870 -
2015-02-17 23:51:22 +00:00
mattias
5a16f8953d IDE: checking Makefile.compiled: ignore -Cg on Linux
git-svn-id: branches/fixes_1_4@47864 -
2015-02-17 14:54:27 +00:00
mattias
3c53eadb66 IDE: compare compiled file: ignore spaces between options
git-svn-id: branches/fixes_1_4@47862 -
2015-02-17 13:20:44 +00:00
martin
aba7781376 Merged revision(s) 47859 #df7e84d2d7 from trunk:
EditorOptions: fixed loading defaults for antialiasing on empty file
........

git-svn-id: branches/fixes_1_4@47860 -
2015-02-17 13:19:23 +00:00
maxim
036635de68 Merged revision(s) 47608 #8eac5422d9 from trunk:
IDE: updated po
........

git-svn-id: branches/fixes_1_4@47854 -
2015-02-17 00:53:32 +00:00
maxim
12d7b24a1b LCL, Russian translation: technical change in order to avoid future merge conflicts
git-svn-id: branches/fixes_1_4@47853 -
2015-02-17 00:41:07 +00:00
maxim
f286250e92 Merged revision(s) 47841 #f652020761 from trunk:
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: branches/fixes_1_4@47851 -
2015-02-17 00:12:33 +00:00
maxim
f9541e7a3a Merged revision(s) 47827 #4cd255ca7f from trunk:
Converter: Fix converting DFM form files. Last char was left out. Issue #27446.
........

git-svn-id: branches/fixes_1_4@47849 -
2015-02-17 00:09:02 +00:00
maxim
7036fa120c Merged revision(s) 47815 #77859a69e3, 47839-47840 #59685f7e22-#59685f7e22, 47842 #9957d9ec61 from trunk:
TShellTreeView: if Selected is a file then set the associated ShellListView.Root to the parentfolder (instead of to the file itself).
........
LCL: regenerated Russian translation
........
LCL: French translation update by Gilles Vasseur, bug #27478
........
LCL, ShellTreeView: improved i18n, patch by Péter Gábor with some changes, bug #27474; regenerated translations and updated Russian translation
........

git-svn-id: branches/fixes_1_4@47848 -
2015-02-17 00:03:38 +00:00
maxim
5ab0a1eeae Merged revision(s) 47814 #ed5fd30d67 from trunk:
LCL: issue #0014257 - SetCursor faulty under GTK2 - changes cursor for
                      wrong control

files controls.pp and include/graphiccontrol.inc
........

git-svn-id: branches/fixes_1_4@47847 -
2015-02-16 23:56:06 +00:00
maxim
55bfe9b2f6 Merged revision(s) 47812 #806b395a38, 47817-47818 #93f0b1ffd6-#93f0b1ffd6 from trunk:
IDE: append -dWIN9XPLATFORM when building IDE on win9x for win32
........
IDE: append -dWIN9XPLATFORM when building IDE on win9x for win32
........
IDE: append -dWIN9XPLATFORM when building IDE on win9x for win32
........

git-svn-id: branches/fixes_1_4@47846 -
2015-02-16 23:54:43 +00:00
maxim
c58f49abf3 Merged revision(s) 47805 #87c3c117f1 from trunk:
Gtk2: fixed drawing images when TListView.OwnerData := true. issue #27469
........

git-svn-id: branches/fixes_1_4@47845 -
2015-02-16 23:52:51 +00:00
maxim
332a800615 Merged revision(s) 47790 #be6f83f647, 47804 #9caddb7ee7, 47820 #6bc5ea6d36 from trunk:
Qt: fixed segfault when setting image list on TListView with OwnerData:=True. part of issue #27469
........
Qt: dramatically improved OnData event of TListView. issue #27475
........
Qt: fixed regression with design time forms from r47674 #d457ad2a3e.
........

git-svn-id: branches/fixes_1_4@47844 -
2015-02-16 23:50:33 +00:00
maxim
527de41cff Merged revision(s) 47782 #227f862579, 47794 #a65acdc419 from trunk:
TDateEdit: fix GetDate when DateOrder is doNone and Text has literal day- or monthnames. Issue #0027454.
........
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: branches/fixes_1_4@47843 -
2015-02-16 23:48:39 +00:00
mattias
4b5f59aee7 codetools: fixed ChangeLineEndings
git-svn-id: branches/fixes_1_4@47835 -
2015-02-16 21:17:50 +00:00
mattias
30c7ebb5d4 codetools: fixed ChangeLineEndings if #10 at end
git-svn-id: branches/fixes_1_4@47832 -
2015-02-16 18:55:04 +00:00
martin
8cba2146b2 Merged revision(s) 47809 #4996f81eb9 from trunk:
installer, win: update cross build script / changed order of options
........

git-svn-id: branches/fixes_1_4@47810 -
2015-02-15 17:21:10 +00:00
mattias
9fde45a0a1 LCL: TShellCtrl: fixed slow checking for duplicates, bug #27473
git-svn-id: branches/fixes_1_4@47793 -
2015-02-15 00:38:18 +00:00
martin
d44092b7c4 Merged revision(s) 47785 #dfade4ceae from tags/lazarus_1_4_RC1:
fix wince build
........

git-svn-id: branches/fixes_1_4@47786 -
2015-02-14 18:29:05 +00:00
martin
dfade4ceae fix wince build
git-svn-id: tags/lazarus_1_4_RC1@47785 -
2015-02-14 18:27:48 +00:00
mattias
09ef0e15cc IDE: update package last used times on load and async
git-svn-id: branches/fixes_1_4@47781 -
2015-02-14 11:37:15 +00:00
mattias
9efdbb5086 IDE: lazarus.lpi build nr 2
git-svn-id: branches/fixes_1_4@47772 -
2015-02-14 09:54:41 +00:00
mattias
378793114e set fixes_1_4 to version 1.4.RC2
git-svn-id: branches/fixes_1_4@47771 -
2015-02-14 09:39:22 +00:00