Commit Graph

68 Commits

Author SHA1 Message Date
mattias
1b38715458 ideintf: fixed typo
git-svn-id: trunk@38020 -
2012-07-23 12:53:17 +00:00
martin
7ebaadc7bd Window Column, store pointer to resourcestring
git-svn-id: trunk@36509 -
2012-04-02 00:24:15 +00:00
juha
693b4e295b IDE: formatting
git-svn-id: trunk@36408 -
2012-03-29 06:09:45 +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
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
martin
409ca1a915 DBG/IDE only store changed column widths
git-svn-id: trunk@35579 -
2012-02-24 13:38:01 +00:00
paul
96a8ef8348 ideintf: the form position was not stored on form close because OnFormClose handler was never set + formatting (the second part of bug #0021270)
git-svn-id: trunk@35410 -
2012-02-17 09:22:08 +00:00
martin
f290e72cdc EnvOpts: Don't store column Width unless there are changed columns
git-svn-id: trunk@35407 -
2012-02-17 02:18:36 +00:00
zeljko
8a4b05deec IDE: idewindowintf cleanup unused variables
git-svn-id: trunk@35219 -
2012-02-07 11:57:05 +00:00
juha
19238922cc IDE: fix setting IDE window dimensions when a default configuration is created.
git-svn-id: trunk@33590 -
2011-11-17 16:52:20 +00:00
juha
93cdd2d825 IDE: refactor duplicate code into SetNewBounds method. Set Applied and set FForm without setter to solve issue #20368
git-svn-id: trunk@33497 -
2011-11-12 21:51:13 +00:00
mattias
605ffc8b2c IDEIntf: fixed TIDEWindowCreator.CreateSimpleLayout:
git-svn-id: trunk@33337 -
2011-11-05 14:11:25 +00:00
martin
2642e6a579 DBG: moved window-names from IDE to debugger
git-svn-id: trunk@33336 -
2011-11-05 13:32:32 +00:00
martin
c6a5c6d837 IDE Window Layout: provide ability to store columns/rows/splitter sizes.
DBG: Watches, store column widths with IDE layout

git-svn-id: trunk@33202 -
2011-11-01 16:31:31 +00:00
zeljko
254f24d18c IDE: fixed bug when OI minimized cannot be restored anymore when "Single button in taskbar" is enabled. Under X11 minimizing window
which is hidden from taskbar - simply hides window, and no way to restore it. issue #19690

git-svn-id: trunk@33127 -
2011-10-28 06:56:39 +00:00
juha
b9809c8c46 IDE: formatting, reordering and some comments
git-svn-id: trunk@33009 -
2011-10-21 15:45:10 +00:00
juha
7ee11f6e47 IDE: fix a bug in off-screen window layout check in TSimpleWindowLayoutList.ApplyAndShow. Add comments.
git-svn-id: trunk@33008 -
2011-10-21 15:44:58 +00:00
juha
3ddecfefbe IDE: formatting and some comments
git-svn-id: trunk@33005 -
2011-10-21 15:44:26 +00:00
martin
d4f742aa96 Fix window positioning for dual screen, and systems with negative coordinates
git-svn-id: trunk@31792 -
2011-07-23 22:35:58 +00:00
martin
f7f29ca1bd Fix window positioning for dual screen, and systems with negative coordinates
git-svn-id: trunk@31786 -
2011-07-23 11:16:17 +00:00
martin
fa696d1067 Fix window positioning for dual screen, and systems with negative coordinates
git-svn-id: trunk@31783 -
2011-07-23 10:56:13 +00:00
mattias
b9e464b39b IDEIntf: GetDefaultBounds: fixed negative right/bottom
git-svn-id: trunk@31490 -
2011-07-01 13:03:29 +00:00
mattias
261318a675 IDE: default bounds for windows: use a fixed max of 1200x900, use Screen.WorkArea
git-svn-id: trunk@31347 -
2011-06-23 20:58:15 +00:00
mattias
bca9900c3f IDEIntf: TIDEDockMaster can now show the simple layout options
git-svn-id: trunk@31122 -
2011-06-07 07:08:04 +00:00
mattias
21a7205bc4 IDEIntf: removed obsolete TIDEWindowCreatorList.OnShowForm
git-svn-id: trunk@31115 -
2011-06-06 06:32:37 +00:00
juha
ca7561f988 IDE: improve calculating window location when it was off-screen.
git-svn-id: trunk@30422 -
2011-04-21 21:29:46 +00:00
juha
73eb6ef961 IDE: fix window positions inside screen boundaries. Should finally solve #19082 and #19205
git-svn-id: trunk@30421 -
2011-04-21 20:26:19 +00:00
juha
39af2e007c IDE: More debug info for restoring and fixing window positions
git-svn-id: trunk@30417 -
2011-04-21 17:34:03 +00:00
juha
1fbf4abaa6 IDE: fix the wrongly calculated offset to bring out-of-screen windows to screen.
git-svn-id: trunk@30259 -
2011-04-10 17:07:36 +00:00
mattias
93bf5b1fca IDE: do not auto save layouts of csdesigntime forms, bug #18821
git-svn-id: trunk@29662 -
2011-02-24 10:29:41 +00:00
vincents
f79ad4f80c fixed compilation of EasyDockMgrDsgn package from Sven Barth (issue #18262)
git-svn-id: trunk@28792 -
2010-12-20 13:04:39 +00:00
mattias
925ab3b6ad IDEIntf: do not dock designer forms for now, bug #17130
git-svn-id: trunk@28041 -
2010-11-02 15:51:49 +00:00
mattias
666f44d859 IDEIntf: ShowForm: dock only forms with a creator, bug #17130
git-svn-id: trunk@28040 -
2010-11-02 14:06:54 +00:00
mattias
d9f60ea6a3 IDEIntf: fixed TIDEWindowCreator.GetDefaultBounds
git-svn-id: trunk@26352 -
2010-06-30 14:48:09 +00:00
mattias
91dbe3bee6 IDE: find in files dialog: disable autosize if old size is available
git-svn-id: trunk@26305 -
2010-06-27 20:45:22 +00:00
mattias
ff48f9db59 IDEIntf: moved restore ide windows
git-svn-id: trunk@26226 -
2010-06-21 10:05:23 +00:00
mattias
d716155433 IDEIntf: fixed saving formidcount
git-svn-id: trunk@26214 -
2010-06-20 18:32:19 +00:00
mattias
f6f6a3aaea IDEIntf: saving formid names
git-svn-id: trunk@26213 -
2010-06-20 18:18:24 +00:00
mattias
559c4d9746 IDE: ask dockmaster what to show in window menu
git-svn-id: trunk@26209 -
2010-06-20 14:50:50 +00:00
mattias
1ee3d6dcf4 IDEIntf: moved TSimpleIDEWindowLayout to IDEWindowCreators
git-svn-id: trunk@26201 -
2010-06-20 10:45:52 +00:00
mattias
2ceba89242 IDEIntf: creator using right, bottom instead of Width/Height
git-svn-id: trunk@26198 -
2010-06-20 07:54:32 +00:00
mattias
0ce45b0cc2 todolist: fixed compilation under fpc 2.5.1
git-svn-id: trunk@26190 -
2010-06-19 13:39:47 +00:00
mattias
b45c38f86e IDE: window position options: using creators
git-svn-id: trunk@26182 -
2010-06-19 06:48:02 +00:00
mattias
44c32e038c IDEIntf: added event OnIDERestoreWindows
git-svn-id: trunk@26157 -
2010-06-17 08:23:04 +00:00
mattias
e7db0d5bcd IDE: moved todolist to package, todo list for packages needs to be done
git-svn-id: trunk@26151 -
2010-06-16 11:53:34 +00:00
mattias
fd4c367e8d IDE: do not use Show if only making visible
git-svn-id: trunk@26136 -
2010-06-15 18:37:32 +00:00
mattias
ddd62f8943 IDEIntf: added TIDEWindowCreatorList.ShowForm to show a form by name
git-svn-id: trunk@26119 -
2010-06-15 07:21:08 +00:00
mattias
0a03c0007d IDEintf: improved CloseAllForms
git-svn-id: trunk@26110 -
2010-06-14 11:53:18 +00:00
mattias
89f12a6c80 IDEIntf: ShowForm: always call the IDEDockMaster
git-svn-id: trunk@26109 -
2010-06-14 11:38:37 +00:00
mattias
80f6b8f7de IDEIntf: comment
git-svn-id: trunk@26107 -
2010-06-14 11:16:09 +00:00