Commit Graph

46092 Commits

Author SHA1 Message Date
juha
8ab3e90850 Fixed Finnish translation.
git-svn-id: trunk@48013 -
2015-02-26 09:28:33 +00:00
mattias
866cb42e57 IDE: project icon: fixed default value
git-svn-id: trunk@48011 -
2015-02-26 09:01:49 +00:00
mattias
4a1432da74 IDE: checking orphaned ppu files: ignore shared directories
git-svn-id: trunk@48010 -
2015-02-26 08:21:07 +00:00
mattias
b2140c01fa IDE: checking orphaned ppu files: search src of ppu
git-svn-id: trunk@48009 -
2015-02-26 00:00:39 +00:00
mattias
55366b0200 IDE: checking orphaned ppu files: started dlg
git-svn-id: trunk@48008 -
2015-02-25 23:37:31 +00:00
maxim
92b8757a8f LazDebuggerGDBMI: regenerated translations and updated Russian translation
git-svn-id: trunk@47998 -
2015-02-25 22:34:30 +00:00
maxim
60ad899f3d LazDebuggerGDBMI: fixed typos
git-svn-id: trunk@47997 -
2015-02-25 22:13:56 +00:00
maxim
3a953ef44f IDE: regenerated translations and updated Russian translation
git-svn-id: trunk@47996 -
2015-02-25 21:57:21 +00:00
juha
3555efa582 IDE: Improve the List and Inheritance tabs of ComponentList. Issue #27539, patch from Balazs Szekely.
git-svn-id: trunk@47995 -
2015-02-25 21:14:40 +00:00
juha
e9dc6f1eff TI Grid: move HookGetCheckboxForBoolean from OI dialog to PropertyGrid. Publish CheckboxForBoolean. Solves issue #27521.
git-svn-id: trunk@47994 -
2015-02-25 21:14:31 +00:00
bart
01b55f14dc TCheckListBox: fix possible crash introduced in r47992 #62711a2bb8.
git-svn-id: trunk@47993 -
2015-02-25 19:10:32 +00:00
bart
62711a2bb8 TCheckListBox: when user presses spacebar:
- if ItemIndex = -1: set it to 0 and fire OnClick;
- fire OnClickCheck.
Issue #0024695.

git-svn-id: trunk@47992 -
2015-02-25 18:10:25 +00:00
mattias
82b49e8841 codetools: method jumping, class completion: support having an overload that differ only in class keyword, issue #25130
git-svn-id: trunk@47990 -
2015-02-25 17:46:46 +00:00
mattias
e464eb70d9 IDE: started check for duplicate files between packages
git-svn-id: trunk@47989 -
2015-02-25 17:44:21 +00:00
andrew
e62738c753 Lazarus chm search to send to lhelp now doesn't search paths recursively
git-svn-id: trunk@47987 -
2015-02-25 02:01:44 +00:00
andrew
3cf8301564 Added some debug information for LHelp starting times
git-svn-id: trunk@47986 -
2015-02-25 01:36:03 +00:00
mattias
cc83db2a68 IDE: started checking orphaned ppu files of packages
git-svn-id: trunk@47985 -
2015-02-24 23:18:54 +00:00
juha
de4036b130 Converter: Use the plain (not cleaned) source when replacing compiler directives. Issue #27528.
git-svn-id: trunk@47984 -
2015-02-24 22:57:05 +00:00
juha
01cc0f741c TI Grid: Make a CheckBox boolean editor work somehow. Was stuck on 'True'. Must be fixed properly later.
git-svn-id: trunk@47983 -
2015-02-24 22:57:04 +00:00
juha
f130692a93 LCL: Horizontal and Vertical Spacing for TCoolBar. Issue #27523, patch from Vojtech Cihak
git-svn-id: trunk@47982 -
2015-02-24 22:56:56 +00:00
mattias
e89f096e51 IDE: started checking orphaned ppu files of packages
git-svn-id: trunk@47981 -
2015-02-24 19:17:25 +00:00
sekelsenmat
2620f33806 cocoa: Fixes bug which prevented clicking in treeview inside tab view
git-svn-id: trunk@47980 -
2015-02-24 13:37:19 +00:00
juha
125625ee6a IDE: Take care of component palette page names that differ only by character case. Issue #27516.
git-svn-id: trunk@47979 -
2015-02-24 11:35:56 +00:00
sekelsenmat
6a30dafffd cocoa: New implementation of TreeView arrow without obsolete HiTheme
git-svn-id: trunk@47978 -
2015-02-24 11:09:59 +00:00
mattias
31b31d910f IDE: disabled experimental code
git-svn-id: trunk@47977 -
2015-02-24 10:58:08 +00:00
mattias
3f01129d6c IDE: building packages: fixed crash on check
git-svn-id: trunk@47976 -
2015-02-24 10:57:04 +00:00
andrew
778078e958 Added check to try to save original lhelp when recompiling in case it fails. Fixed bug where ContentProvider.EndUpdate was called too soon. LHelp starts speedily now :)
git-svn-id: trunk@47975 -
2015-02-24 01:20:33 +00:00
mattias
9842fd0fef IDE: added TargetCPU a64
git-svn-id: trunk@47973 -
2015-02-23 23:32:21 +00:00
mattias
eee19c82e9 IDE: started checking duplicate files between packages
git-svn-id: trunk@47972 -
2015-02-23 23:19:04 +00:00
juha
0dbef17a88 IDE: Improve the palette tab in ComponentList window. Issue #27527, patch from Balazs Szekely.
git-svn-id: trunk@47971 -
2015-02-23 21:41:30 +00:00
juha
00bdf8baca IDE: Fix "All Options" parser for FPC 3.x output.
git-svn-id: trunk@47970 -
2015-02-23 20:35:01 +00:00
juha
7722694d1b LazReport: fix compilation of lr_cairoexp_reg by checking "use unit" boxes in CairoCanvas package.
git-svn-id: trunk@47969 -
2015-02-23 20:34:34 +00:00
mattias
b1fd19f868 IDE: clean up
git-svn-id: trunk@47967 -
2015-02-23 19:20:45 +00:00
mattias
abfaa0bdd0 IDE: compiler options: removed obsolete option show summary, summary are now always shown in header
git-svn-id: trunk@47965 -
2015-02-23 17:00:47 +00:00
mattias
2da65d3074 IDE: compiler options: verbosity: removed -ve, IDE needs this to jump to errors
git-svn-id: trunk@47964 -
2015-02-23 16:56:52 +00:00
mattias
d65766f29d IDE: less verbosity
git-svn-id: trunk@47962 -
2015-02-23 16:48:30 +00:00
mattias
d48124eb65 IDE: compiler options: verbosity: one column
git-svn-id: trunk@47960 -
2015-02-23 16:41:50 +00:00
andrew
a57530c071 Speedup lhelp starting.
New LHelp messages are added and the ide will try to rebuild lhelp if lhelp doesn't understand the new messages

git-svn-id: trunk@47959 -
2015-02-23 16:30:13 +00:00
mattias
1196a85d76 IDE: always pass -vi to FPC, needed to resolve file names without path
git-svn-id: trunk@47958 -
2015-02-23 16:14:15 +00:00
martin
7d92fcb224 debugger: enhanced new checks for breakpoints
git-svn-id: trunk@47957 -
2015-02-23 15:28:04 +00:00
mattias
ccfdda027d IDE: external tools: added TAbstractExternalTool.ReadStdOutBeforeErr, changed default to read stderr before out, needed by FPC linker errors
git-svn-id: trunk@47955 -
2015-02-23 09:56:49 +00:00
mattias
c085a5c2d6 IDE: messages: linker errors: fixed finding them even without info message linking
git-svn-id: trunk@47953 -
2015-02-23 09:48:34 +00:00
mattias
9d5f9ca2fe IDE: messages: about: use wordwrap
git-svn-id: trunk@47951 -
2015-02-23 09:15:40 +00:00
mattias
0715a3a626 IDE: messages: fixed showing commandline
git-svn-id: trunk@47949 -
2015-02-23 08:59:04 +00:00
mattias
5c3e4f1b68 IDE: lpi: General/Icon/Value: use same default in read and write
git-svn-id: trunk@47947 -
2015-02-22 11:18:19 +00:00
zeljko
90e075c93b Qt: return correct displayrect(drLabel, drIcon) for TListView.vsList. issue #27509
git-svn-id: trunk@47946 -
2015-02-22 09:32:38 +00:00
zeljko
e6cb4cba87 Gtk2: fixed TListView displayRect for drLabel. issue #27509
git-svn-id: trunk@47944 -
2015-02-21 21:03:24 +00:00
zeljko
279f0f5ba5 Qt: fixed TListItem DisplayRect for drLabel & drIcon. part of issue #27509
git-svn-id: trunk@47942 -
2015-02-21 20:53:04 +00:00
zeljko
87602ec191 LCL: TCustomListView: use drLabel instead of drBounds for listview editor bounds. issue #27509
git-svn-id: trunk@47941 -
2015-02-21 19:31:47 +00:00
mattias
b9d95ad55c IDE: comments
git-svn-id: trunk@47940 -
2015-02-21 19:18:05 +00:00