Commit Graph

33957 Commits

Author SHA1 Message Date
mattias
8a4b3116bb IDE: simplified save project changes
git-svn-id: trunk@34728 -
2012-01-14 13:15:17 +00:00
juha
8a46f0dbf3 IDE: Move "Unit Dependencies" from View menu to Source menu.
git-svn-id: trunk@34727 -
2012-01-14 12:30:26 +00:00
juha
bd6c90eb77 Minor improvement for menu texts.
git-svn-id: trunk@34726 -
2012-01-14 12:30:01 +00:00
mattias
e2645d1407 codetools: identifier in parameter completion: procedures
git-svn-id: trunk@34725 -
2012-01-13 17:23:07 +00:00
blikblum
7ebde037c3 lcl: move Lookup initialization from InitializeWnd to Loaded. Just update Items address in InitializeWnd. This allows KeyValue work between Loaded and handle creation
git-svn-id: trunk@34724 -
2012-01-13 00:35:34 +00:00
mattias
5010a42914 codetools: complete parameter: methods
git-svn-id: trunk@34723 -
2012-01-13 00:25:26 +00:00
mattias
4b54faa3c2 codetools: added proc specifiers
git-svn-id: trunk@34722 -
2012-01-12 23:46:04 +00:00
mattias
b04cef83d2 codetools: complete event assignment: refactored for reuse
git-svn-id: trunk@34721 -
2012-01-12 23:39:46 +00:00
mattias
1c8d8b843e codetools: resolve sub identifier in type definition: search forward too
git-svn-id: trunk@34720 -
2012-01-12 23:12:01 +00:00
mattias
c91d3e41bf IDE: open project: if only session changed and session stored separate then do not ask and save silently
git-svn-id: trunk@34719 -
2012-01-12 19:41:52 +00:00
mattias
3967704b67 IDE: new project: if only session changed and session stored separate then do not ask and save silently
git-svn-id: trunk@34718 -
2012-01-12 19:38:27 +00:00
mattias
b024b65c35 IDE: quit: if only session changed and session stored separate then do not ask and save silently
git-svn-id: trunk@34717 -
2012-01-12 19:32:17 +00:00
martin
8fd4128a31 Fix ChompLath for windows C:\
git-svn-id: trunk@34716 -
2012-01-12 17:35:57 +00:00
michael
78dc85c389 * Do not use C style assignments, because make fails on commandline, since the option -Sc is not set
git-svn-id: trunk@34715 -
2012-01-12 16:44:18 +00:00
mattias
724765c335 codetools: param completion for @pointertype
git-svn-id: trunk@34714 -
2012-01-12 14:10:11 +00:00
sekelsenmat
034d195ca9 Advances implementing the WS class for TLazAccessibleObject
git-svn-id: trunk@34713 -
2012-01-12 01:29:32 +00:00
sekelsenmat
61d31cd4c2 Various improvements and attempts at creating a WS implementation for TLazAccessibleObject
git-svn-id: trunk@34712 -
2012-01-11 18:36:30 +00:00
mattias
eae537252c codetools: param completion: extend uses section
git-svn-id: trunk@34711 -
2012-01-11 15:37:19 +00:00
dodi
fd406b79ea DocMgr: added documentation
git-svn-id: trunk@34710 -
2012-01-11 13:48:51 +00:00
sekelsenmat
ebb666cb58 Advances implementing accessible children for TTreeView, specially in Carbon. Not yet fully working
git-svn-id: trunk@34709 -
2012-01-11 12:48:55 +00:00
sekelsenmat
6201edbbac Rearchitectures the accessibility child objects and data storage as per Martin proposal
git-svn-id: trunk@34708 -
2012-01-11 09:19:36 +00:00
mattias
bc21345f7d IDE: internal about ide: modified packages
git-svn-id: trunk@34707 -
2012-01-11 09:03:24 +00:00
paul
76ea22831e cocoa: reimplement form using NSPanel, reimplement modality using form enabling/disabling
git-svn-id: trunk@34706 -
2012-01-11 07:07:25 +00:00
paul
e51a29d78d cocoa: change the way of minimizing and restore application
git-svn-id: trunk@34705 -
2012-01-11 05:10:40 +00:00
martin
2cc4863e8b MouseOpts: debug context menu
git-svn-id: trunk@34704 -
2012-01-11 04:03:04 +00:00
sekelsenmat
729c0297aa Carbon: Fixes AXFocusable support and starts AXChildren support
git-svn-id: trunk@34703 -
2012-01-11 01:30:05 +00:00
sekelsenmat
d4dc90bb8e Removes wrongly added dwarf2 to lcl.lpk
git-svn-id: trunk@34702 -
2012-01-11 00:20:16 +00:00
sekelsenmat
6a22f885c2 Adds the generic structure for arbitrary non-TControl accessible objects and starts implementing support for it in TTreeView
git-svn-id: trunk@34701 -
2012-01-11 00:10:13 +00:00
juha
4c35fedfd1 LCL: fix cursor in modal dialog after loading error. Issue #21060, patch from Anton
git-svn-id: trunk@34700 -
2012-01-10 23:01:45 +00:00
blikblum
a80180ad59 win32: enclose debugln in conditional directive
git-svn-id: trunk@34699 -
2012-01-10 22:19:16 +00:00
sekelsenmat
535f6a1001 Removes wrong part of commit
git-svn-id: trunk@34698 -
2012-01-10 20:44:04 +00:00
sekelsenmat
e1d0c8ab65 Moves up accessibility events to all Carbon controls and improves the implementation of the accessibility event handler. Adds customized accessibility descriptions to two basic controls in the Initial Setup Dialog
git-svn-id: trunk@34697 -
2012-01-10 20:42:11 +00:00
sekelsenmat
355493350f Temporary fix for TListView crashes. See bug #21059
git-svn-id: trunk@34696 -
2012-01-10 18:19:40 +00:00
sekelsenmat
88b94d106a Improves the accessibility support in LCL-Carbon. Starts implementing support for more accessibility support and starts adding accessibility roles for TCustomForm
git-svn-id: trunk@34695 -
2012-01-10 17:33:43 +00:00
martin
d44c35bf1c Code templates: description for Param
git-svn-id: trunk@34694 -
2012-01-10 15:16:33 +00:00
mattias
31116fa467 cody: dictionary: if no implementation is present
git-svn-id: trunk@34693 -
2012-01-10 15:16:18 +00:00
mattias
c68410912d cody: dictionary: clean up temp file on failure
git-svn-id: trunk@34692 -
2012-01-10 14:30:55 +00:00
mattias
f668a6c4ef IDE: IDE internal: moved modified to about ide
git-svn-id: trunk@34691 -
2012-01-09 22:10:30 +00:00
dodi
cf3e60b2ce DocMgr: fixed importing LPI and LKP
git-svn-id: trunk@34690 -
2012-01-09 20:12:35 +00:00
sekelsenmat
07b94b092f Now connects setting the accessible fields to LCLIntf via TControl.SetAccessibleFields and starts the carbon accessibility fields implementation
git-svn-id: trunk@34689 -
2012-01-09 19:23:10 +00:00
sekelsenmat
b3a3ec2fb9 Rearchitectures LazAccessibility_SetFields in order to support TControl
git-svn-id: trunk@34688 -
2012-01-09 18:05:00 +00:00
mattias
4b50c275ac tp ipro: clean u
git-svn-id: trunk@34687 -
2012-01-09 16:52:48 +00:00
mattias
d56af331dd IDE: added dialog: View / IDE internals / modified items
git-svn-id: trunk@34686 -
2012-01-09 16:50:06 +00:00
mattias
5c78a96a5e rpm: fpc: clean up garbage
git-svn-id: trunk@34685 -
2012-01-09 16:28:17 +00:00
zeljko
f6db445bf0 Gtk2: added TDateEdit.CalendarDisplaySettings.dsStartMon to issues.Patch by BartBroersma issue #11136.
git-svn-id: trunk@34684 -
2012-01-09 16:23:15 +00:00
zeljko
a5616cc245 Qt: take care about dropfiles senders which does not respect xorg desktop standards.issue #21052
git-svn-id: trunk@34683 -
2012-01-09 15:36:55 +00:00
mattias
3b364887c4 IDE: designer: use GlobalDesignHook
git-svn-id: trunk@34682 -
2012-01-09 15:26:01 +00:00
mattias
ce9d9d44a2 IDE: fixed crash when freeing package after package editors
git-svn-id: trunk@34681 -
2012-01-09 14:58:38 +00:00
zeljko
0bba1c10de Gtk2: do not allow form resizing if border style bsDialog or bsSingle.issue #20741
git-svn-id: trunk@34680 -
2012-01-09 14:10:42 +00:00
zeljko
8d59bdf5fc Gtk2: allow moving of windows which contstraints min & max are equal. issue #18139
git-svn-id: trunk@34679 -
2012-01-09 13:41:38 +00:00