joost
|
1de2cbf586
|
general: Updated address of the Free Software Foundation in copyright messages
git-svn-id: trunk@54031 -
|
2017-01-29 21:04:32 +00:00 |
|
mattias
|
4511184249
|
IDE: designer: fixed path sep normalization
git-svn-id: trunk@53228 -
|
2016-10-26 16:46:11 +00:00 |
|
wp
|
cb851cafdd
|
Replace usage of ColorTree.BackgroundColor by ColorTree.Color in debugger_eventlog_options.
git-svn-id: trunk@52579 -
|
2016-06-26 06:18:42 +00:00 |
|
juha
|
001b1ee544
|
IDE: Make buttons with "..." wider. Used in many settings windows. Issue #29493, patch from Alexey Torgashin.
git-svn-id: trunk@51412 -
|
2016-01-25 16:22:14 +00:00 |
|
juha
|
06ac76f560
|
LazUtils, unit FileUtil: Disable conditionally LazUtf8 and LazFileUtils wrapper functions. For testing define NoLazUTF8Wrappers and build Lazarus.
git-svn-id: trunk@49494 -
|
2015-07-04 23:08:00 +00:00 |
|
mattias
|
f3f0866921
|
IDE: checked compiler warnings, clean up
git-svn-id: trunk@48218 -
|
2015-03-10 14:51:21 +00:00 |
|
mattias
|
75fd8a4e5d
|
IDE: checked compiler warnings, clean up
git-svn-id: trunk@48211 -
|
2015-03-10 13:27:41 +00:00 |
|
juha
|
4d145caa9f
|
IDE: Refactor TPathEditorButton more. Copy values between dialog and edit here instead of clients' code.
git-svn-id: trunk@47491 -
|
2015-01-22 23:03:35 +00:00 |
|
juha
|
5148d091ff
|
Debugger: Support Checkbox boolean property editor in debugger options.
git-svn-id: trunk@47314 -
|
2015-01-06 14:21:27 +00:00 |
|
mattias
|
d7122737e1
|
IDEIntf: renamed TDebuggerIntf.HasExePath to NeedsExePath, old kept as deprecated
git-svn-id: trunk@47106 -
|
2014-12-04 18:42:47 +00:00 |
|
juha
|
b155443682
|
IDE: Use word "executable" for selecting program executables in environment options.
git-svn-id: trunk@46719 -
|
2014-10-30 19:49:22 +00:00 |
|
mattias
|
2afb6b73af
|
IDE: fixed extending unit/inc path in PI, fixed checking last pcp ignoring optional Darwin bundle, added dummy external tools for dependencies
git-svn-id: trunk@45986 -
|
2014-07-28 08:21:21 +00:00 |
|
mattias
|
914882e83c
|
IDEIntf: set free notification for TPropertyEditorHook.LookupRoot, changed TPropertyEditorHook to TComponent, set freenotification for TCustomPropertiesGrid.TIObject, bug #25872
git-svn-id: trunk@44455 -
|
2014-03-17 10:02:36 +00:00 |
|
mattias
|
7f6a28d1fe
|
IDEIntf: clean up and added unit ideutils
git-svn-id: trunk@44150 -
|
2014-02-18 20:55:15 +00:00 |
|
mattias
|
5a07230297
|
IDE: clean up
git-svn-id: trunk@44146 -
|
2014-02-18 18:47:15 +00:00 |
|
martin
|
e38b958e04
|
Debugger/DbgIntf: Moved code to DebuggerIntf package
git-svn-id: trunk@44097 -
|
2014-02-16 14:29:53 +00:00 |
|
paul
|
7f4caeb374
|
ide, components: move images related code to use FPC resource instead of Lazarus resources
git-svn-id: trunk@42984 -
|
2013-09-27 12:27:04 +00:00 |
|
martin
|
30f778a891
|
Debugger: Options, disable add/remove buttons on signal opts. Not implemented
git-svn-id: trunk@42931 -
|
2013-09-25 12:30:56 +00:00 |
|
juha
|
8297ee1f08
|
Sort ListViews by column click around in many places.
git-svn-id: trunk@38289 -
|
2012-08-20 18:05:46 +00:00 |
|
mattias
|
e633d0721b
|
IDE: debugger options: check the resolved file, bug #22086
git-svn-id: trunk@37373 -
|
2012-05-21 08:37:05 +00:00 |
|
maxim
|
1060d6f033
|
Fixed typo PrefferedSplitterX -> PreferredSplitterX throughout the code, spotted by Howard Page-Clark
git-svn-id: trunk@36912 -
|
2012-04-19 22:11:56 +00:00 |
|
blikblum
|
177d1ee320
|
ide: fix selection painting of debugger eventlog colors list
git-svn-id: trunk@36772 -
|
2012-04-14 11:58:45 +00:00 |
|
mattias
|
f8a61521aa
|
IDE: debugfilename, debugsearchpath: use same function as other env vars to resolve macros, trim and find
git-svn-id: trunk@36682 -
|
2012-04-09 17:00:35 +00:00 |
|
juha
|
2550bbf3be
|
IDE: unify some common resource strings. Add hints for Path Edit dialog
git-svn-id: trunk@35361 -
|
2012-02-13 19:57:58 +00:00 |
|
juha
|
4ef51619f5
|
IDE: collect common resource strings in one place, remove duplicates
git-svn-id: trunk@35321 -
|
2012-02-12 13:04:36 +00:00 |
|
juha
|
c82d1b544d
|
IDE: use resource lisAdd instead of lisCodeTemplAdd in many places.
git-svn-id: trunk@35320 -
|
2012-02-12 13:03:15 +00:00 |
|
martin
|
34c3888d83
|
DBG: add option to reset debugger after each run
git-svn-id: trunk@34925 -
|
2012-01-25 15:05:21 +00:00 |
|
juha
|
c6b629a8cf
|
IDE: set Enabled state of controls in debugger event log settings
git-svn-id: trunk@33353 -
|
2011-11-05 17:53:58 +00:00 |
|
martin
|
63a6d0bb60
|
IDE, DBG: Starting on DebuggerConfigStorage
git-svn-id: trunk@32380 -
|
2011-09-17 11:32:32 +00:00 |
|
martin
|
c3fa344c51
|
DBG: gdb default locations for windows
git-svn-id: trunk@32341 -
|
2011-09-14 22:06:17 +00:00 |
|
juha
|
de68f69051
|
IDE: harmonize Color/Colors resource strings
git-svn-id: trunk@30849 -
|
2011-05-22 09:37:36 +00:00 |
|
maxim
|
e1a1402c12
|
Debugger, Event log options dialog: fixed comboboxes layout e.g. with GTK2 widgetset, where they can have arbitrary height
git-svn-id: trunk@30732 -
|
2011-05-14 12:14:00 +00:00 |
|
paul
|
0fb8976945
|
ide: add dummy debugger options class make filtering IDE options work
git-svn-id: trunk@30679 -
|
2011-05-11 08:36:42 +00:00 |
|
maxim
|
40ffcaa435
|
Debugger: tweaked Event log options frame layout to make it look better with longer event captions
git-svn-id: trunk@30618 -
|
2011-05-08 15:20:09 +00:00 |
|
maxim
|
631590053a
|
Debugger: localized event names
git-svn-id: trunk@30616 -
|
2011-05-08 14:47:36 +00:00 |
|
paul
|
64f78f5265
|
ide: save/load/edit debugger event log options
git-svn-id: trunk@30534 -
|
2011-05-03 05:34:26 +00:00 |
|
paul
|
ec09bfef6c
|
ide: fix debugger event name Window -> Windows, record 'library-loaded' events
git-svn-id: trunk@30486 -
|
2011-04-27 06:43:16 +00:00 |
|
paul
|
1ee57a68c4
|
ide: change color treeview colors after their change in color boxes
git-svn-id: trunk@30485 -
|
2011-04-27 03:41:54 +00:00 |
|
paul
|
873771ca05
|
ide: add more controls to debugger event log options frame and implement simple logic
git-svn-id: trunk@30483 -
|
2011-04-27 03:20:09 +00:00 |
|
juha
|
0712a1f29d
|
IDE: Change 2 resourcestrings to the correct ones.
git-svn-id: trunk@29758 -
|
2011-03-09 08:13:30 +00:00 |
|
maxim
|
701c1213cf
|
IDE: fixed several translation regressions by August Klein, bug #18893
git-svn-id: trunk@29751 -
|
2011-03-09 00:37:32 +00:00 |
|
mattias
|
c290e9f652
|
IDE: fixed case sensitivity of combobox history lists
git-svn-id: trunk@29154 -
|
2011-01-20 21:35:50 +00:00 |
|
martin
|
3f3b8a3c89
|
Env-Opts, Dbg: Save debugger properties
git-svn-id: trunk@28997 -
|
2011-01-13 16:47:22 +00:00 |
|
maxim
|
b9e0694773
|
Debugger: improve 'event log' options tab layout
git-svn-id: trunk@24837 -
|
2010-04-22 23:13:39 +00:00 |
|
paul
|
f10f9aec82
|
ide: use TDBGEventCategory enumeration instead of own
git-svn-id: trunk@24772 -
|
2010-04-21 00:46:07 +00:00 |
|
paul
|
c9f5fd7573
|
ide: fix event log options frame layout
git-svn-id: trunk@24771 -
|
2010-04-21 00:37:22 +00:00 |
|
marc
|
3e10dd5404
|
* debug: implemented dispay of debugevents. patch #16148 by Flavio Etrusco
git-svn-id: trunk@24577 -
|
2010-04-11 14:11:47 +00:00 |
|
paul
|
4b44711f54
|
debugger: convert forms to use fpc resources
git-svn-id: trunk@23459 -
|
2010-01-15 02:41:46 +00:00 |
|
mattias
|
d287e85ce6
|
IDE: debugger options: added label for hint that the exceptions are project specific
git-svn-id: trunk@23026 -
|
2009-12-08 12:24:50 +00:00 |
|
paul
|
72ac7c6fc2
|
ide: debugger type combobox can't be edited
git-svn-id: trunk@22597 -
|
2009-11-15 13:58:44 +00:00 |
|