Commit Graph

34816 Commits

Author SHA1 Message Date
zeljko
e222b242b6 LCL: TListView.OwnerData: fixed behaviour of ItemIndex when multiselection is enabled. issue #19825
git-svn-id: trunk@35597 -
2012-02-26 15:44:48 +00:00
zeljko
9f7ab89220 Gtk2: make selstart for GtkEntry setting consistent with other ws. issue #11802
git-svn-id: trunk@35596 -
2012-02-26 09:59:33 +00:00
maxim
fc35b838ef regenerated translations; updated Russian translation
git-svn-id: trunk@35594 -
2012-02-25 16:37:09 +00:00
zeljko
a9c173bd7b Gtk2: fixed compilation for fpc-2.4.5
git-svn-id: trunk@35593 -
2012-02-25 13:31:08 +00:00
martin
7bf8c0ebe0 SynEdit: Fix completion key handling (catch keys, routed to editor, if typed before completion form could open)
git-svn-id: trunk@35592 -
2012-02-25 13:29:59 +00:00
sekelsenmat
7e7f7372d5 Fixes compilation of LCL-CustomDrawn-Cocoa
git-svn-id: trunk@35591 -
2012-02-25 10:54:51 +00:00
mattias
8c15c95e6f IDE: source editor: fixed compilation fpc 2.7.1
git-svn-id: trunk@35590 -
2012-02-25 09:58:04 +00:00
martin
31401c1a23 IDE/SynEdit: Enable SnInfoView
git-svn-id: trunk@35589 -
2012-02-25 02:50:53 +00:00
sekelsenmat
0eb5dd0740 Adds a default role for TCustomLabel
git-svn-id: trunk@35587 -
2012-02-24 19:33:47 +00:00
zeljko
62739cca82 Qt: make application activate/deactivate 100% accurate by 2way check when qt sends QEvent::ApplicationDeactivate.
git-svn-id: trunk@35586 -
2012-02-24 18:09:10 +00:00
martin
6d0c8a3d4a SynInfoView: Don't run for invisible editors at start-up
git-svn-id: trunk@35585 -
2012-02-24 16:45:14 +00:00
martin
3337e0df43 SynInfoView: follow font settings
git-svn-id: trunk@35584 -
2012-02-24 16:39:27 +00:00
zeljko
233090854b IDE: fix imposibility to restore minimized window when ide restarts. issue #19769
git-svn-id: trunk@35583 -
2012-02-24 15:34:45 +00:00
zeljko
76c83056e6 LCL: removed Screen.RestoreLastActive from TApplication.Activate since it produces a lot of problems under X11.
git-svn-id: trunk@35582 -
2012-02-24 15:32:56 +00:00
zeljko
f96b78a3f1 IDE: idewindowintf: do not change designed form visible property.It can be changed only in OI while designing. issue #20602
git-svn-id: trunk@35581 -
2012-02-24 14:27:09 +00:00
zeljko
a9cbd3a292 IDE: let view units behaves same as when unit is activated from windows main ide menu.
git-svn-id: trunk@35580 -
2012-02-24 13:46:20 +00:00
martin
409ca1a915 DBG/IDE only store changed column widths
git-svn-id: trunk@35579 -
2012-02-24 13:38:01 +00:00
zeljko
2344d566fe Qt: set focus only on moved page, not when setting pageindex.
git-svn-id: trunk@35578 -
2012-02-24 13:05:58 +00:00
zeljko
b20b91c23e Gtk2: resize column to fit contents when column separator is double clicked. issue #18381
git-svn-id: trunk@35577 -
2012-02-24 10:45:30 +00:00
sekelsenmat
72ba71c816 fpvectorial: Adds a progress event to allow informing back during the load of very large files
git-svn-id: trunk@35576 -
2012-02-24 10:15:05 +00:00
sekelsenmat
38b285d61a fpvectorial: Adds a new way to render fpvectorial docs in 3D via a height map
git-svn-id: trunk@35575 -
2012-02-24 09:52:33 +00:00
zeljko
a31497d03b Gtk2: fixed wrong result from ScreenToClient for child controls. issue #21366
git-svn-id: trunk@35574 -
2012-02-24 09:39:05 +00:00
zeljko
eadeec3933 LCL: TListColumn: do not allow reading from ws when initializing wnd, otherwise it sets columns properties twice.
git-svn-id: trunk@35573 -
2012-02-24 09:25:42 +00:00
sekelsenmat
b16a2f8aea fpvectorial: Fixes a major error: Duplicated definitions of X, Y and Z coordinates and some height matrix generation fixes in the 3D example
git-svn-id: trunk@35572 -
2012-02-24 09:18:11 +00:00
mattias
2684641b15 codetools: added FindNextComment
git-svn-id: trunk@35571 -
2012-02-23 21:27:44 +00:00
zeljko
6791144fee Gtk2: added todo for column resizing
git-svn-id: trunk@35570 -
2012-02-23 17:30:20 +00:00
zeljko
967f02d777 Gtk2: fixed columns resizing by mouse. issue #21354
git-svn-id: trunk@35569 -
2012-02-23 17:24:04 +00:00
sekelsenmat
a9c8726408 fpvectorial: Starts adding support for converting 3d point arrays to height maps
git-svn-id: trunk@35568 -
2012-02-23 16:48:37 +00:00
zeljko
a53a3ffb36 Gtk2: wake up gtk2 event loop when there's no events in lcl or gtk2 queue (needed for glib2 < 2.24).issue #20770
git-svn-id: trunk@35567 -
2012-02-23 16:09:21 +00:00
zeljko
7066e26b30 LCL: trigger TCustomListView.DoSelectItem after ItemIndex is invalidated for Delphi compatibility. issue #21346
git-svn-id: trunk@35566 -
2012-02-23 15:12:51 +00:00
zeljko
8cb9d35d98 Gtk2: make it compileable with -dUSE_GTK_MAIN_OLD_ITERATION
git-svn-id: trunk@35565 -
2012-02-23 14:39:49 +00:00
zeljko
0f7d09254a Qt: fixed sending message to lcl when state of current active item is changed from false to true in multiselection mode.
git-svn-id: trunk@35564 -
2012-02-23 14:26:41 +00:00
zeljko
f73358f89e Qt: simplified code after testing on qt-4.5 and qt-4.6
git-svn-id: trunk@35563 -
2012-02-23 14:22:06 +00:00
zeljko
f0604a3907 Qt: fixed behaviour of QListWidget in multiselection mode (cannot select item when Ctrl is pressed), also fixed sending of doubled events to lcl.
git-svn-id: trunk@35562 -
2012-02-23 13:57:37 +00:00
zeljko
a63be4b26e LCL: cleanup
git-svn-id: trunk@35561 -
2012-02-23 13:08:31 +00:00
mattias
857746524a lpl: added idelazlogger
git-svn-id: trunk@35560 -
2012-02-23 11:10:58 +00:00
mattias
eaf17880bc lplupdate: find wrong file names
git-svn-id: trunk@35559 -
2012-02-23 11:07:03 +00:00
mattias
358cda1e11 lplupdate: auto fix common mistake starting lplupdate in tools
git-svn-id: trunk@35558 -
2012-02-23 10:57:56 +00:00
martin
e1ddbfcb9a DBG: allow run to work already while watches are evaluated (same as step does)
git-svn-id: trunk@35557 -
2012-02-22 15:38:14 +00:00
mattias
ef70935e07 lpl: clean up
git-svn-id: trunk@35556 -
2012-02-22 15:11:28 +00:00
martin
e6eb5c424e SynEdit WithInfoView: improve speed
git-svn-id: trunk@35555 -
2012-02-22 14:04:23 +00:00
juha
6564f1897a IDE: minor layout tweaks in ViewUnit dialog
git-svn-id: trunk@35553 -
2012-02-22 10:49:24 +00:00
juha
e081f88aa0 FilteredEdit components: forward the Return press correctly when it is not handled by the filtered control
git-svn-id: trunk@35552 -
2012-02-22 10:49:14 +00:00
juha
7e3c33a8a0 IDE: Set new list items selected in AddToProject dialog.
git-svn-id: trunk@35550 -
2012-02-22 07:58:16 +00:00
paul
57bbaca812 win32: call Application.IntfActivate, IntfDeactivate asynchronously from win32 interface code (fixes issue #0018494)
git-svn-id: trunk@35549 -
2012-02-22 01:35:41 +00:00
paul
015c34551e lcl: perform symmetric calls of TCustomForm.SetActive on LM_ACTIVATE messages (before it was SetActive(True) under one condition and SetActive(False) without them)
git-svn-id: trunk@35548 -
2012-02-22 01:10:32 +00:00
mattias
95cb0b3e47 IDE: fpdoc editor: fixed updating after hide/show
git-svn-id: trunk@35547 -
2012-02-21 21:17:16 +00:00
mattias
3d1a570a3c IDE: project inspector: delay update when not visible
git-svn-id: trunk@35546 -
2012-02-21 20:20:55 +00:00
mattias
d1167a2ed8 cody: do not use DumpExceptionBackTrace in other thread
git-svn-id: trunk@35545 -
2012-02-21 19:55:01 +00:00
mattias
bb8630ac8c IDE: project inspector: fixed updating dependency nodes, bug #21337
git-svn-id: trunk@35544 -
2012-02-21 19:47:12 +00:00