Commit Graph

47856 Commits

Author SHA1 Message Date
ondrej
1c6348c711 IDE: fixed debugger menu commands.
git-svn-id: trunk@50198 -
2015-10-29 11:52:52 +00:00
ondrej
e3749487a9 IDE: new dialog for r50196 #14e8ffa23a
git-svn-id: trunk@50197 -
2015-10-29 11:15:01 +00:00
ondrej
14e8ffa23a IDE, CodeTools: add more options and a prompt dialog for method creation. Issue #13994
git-svn-id: trunk@50196 -
2015-10-29 11:08:52 +00:00
zeljko
95b1502bcd Qt: fixed csNoFocus on form under X11. issue #28922
git-svn-id: trunk@50195 -
2015-10-29 10:34:13 +00:00
ondrej
e33078e98f IDE: fixed AVs when no source editor is shown. Issue #28924
git-svn-id: trunk@50194 -
2015-10-28 20:15:22 +00:00
juha
83f4f4791e IDE: Refactor. Move the timestamp classes to unit SourceFileManager.
git-svn-id: trunk@50193 -
2015-10-28 18:04:09 +00:00
juha
53914cd492 IDE: Add an assertion to trace issue #28924.
git-svn-id: trunk@50192 -
2015-10-28 17:39:44 +00:00
juha
eb671c6495 LCL: Improve Tooltip support in TreeView. Issue #28879, patch from Alexey Torgashin.
git-svn-id: trunk@50191 -
2015-10-28 17:21:09 +00:00
wp
2b355340cc TurboPower_iPro: Improved selection behavior if first selection click is left of line start.
git-svn-id: trunk@50190 -
2015-10-28 16:18:39 +00:00
wp
9c9b31c0e5 Turbopower_iPro: Avoid opening hyperlinks if a special key is pressed while clicking.
git-svn-id: trunk@50189 -
2015-10-28 16:13:16 +00:00
juha
2ff909a6cc Object Inspector example: Use unit GraphPropEdits to register TColorPropertyEditor.
git-svn-id: trunk@50188 -
2015-10-27 22:41:21 +00:00
juha
8b83841913 LCL: Fix StringGrid DrawCell RTL (Bidi). Issue #28867, patch from Zaher Dirkey.
git-svn-id: trunk@50187 -
2015-10-27 22:16:21 +00:00
juha
030f238cbd LCL: TreeView tooltips support. Issue #28879, patch from Alexey Torgashin.
git-svn-id: trunk@50186 -
2015-10-27 17:53:45 +00:00
juha
e3a1721df5 IDE: Cleanup.
git-svn-id: trunk@50185 -
2015-10-27 17:30:50 +00:00
juha
e92ffb6dc2 IDE: Store defines added by user to compiler options. Works also for packages. Issue #28887.
git-svn-id: trunk@50184 -
2015-10-27 17:30:48 +00:00
juha
e16565eebb IDE: Simplify saving an option a little.
git-svn-id: trunk@50183 -
2015-10-27 17:30:42 +00:00
mattias
ff4894b3d7 lazbuild: --add-package save package links
git-svn-id: trunk@50181 -
2015-10-27 11:16:45 +00:00
mattias
c6391b6a34 IDE: fixed Disable/EnableAutosizing debug designer form
git-svn-id: trunk@50180 -
2015-10-26 22:21:14 +00:00
mattias
b89ff5d096 IDE: fixed Disable/EnableAutosizing restoring package editors with docking
git-svn-id: trunk@50179 -
2015-10-26 22:15:28 +00:00
mattias
caff01e9f6 IDE: fixed Disable/EnableAutosizing restoring package editors
git-svn-id: trunk@50178 -
2015-10-26 22:09:12 +00:00
mattias
2c929b55db cleaned up
git-svn-id: trunk@50177 -
2015-10-26 21:41:56 +00:00
mattias
9b0d4c01b6 IDE+LCL: debugging Disable/EnableAutoSizing
git-svn-id: trunk@50176 -
2015-10-26 21:34:11 +00:00
wp
19211cc93e TurboPower_ipro: reactivate blank lines around header lines copied to clipboard
git-svn-id: trunk@50175 -
2015-10-26 15:06:58 +00:00
mattias
937c594c3f printer4lazarus: cups: check PrintFile result and show error
git-svn-id: trunk@50174 -
2015-10-26 10:28:40 +00:00
mattias
a46caecea3 printe4lazarus: raise exception, if tmp file cannot be created
git-svn-id: trunk@50173 -
2015-10-26 10:12:31 +00:00
mattias
7cdf5a2bb6 printers4lazarus: cups: checkif tmp dir writable
git-svn-id: trunk@50172 -
2015-10-26 09:29:29 +00:00
mattias
67a8e3a52e printers4lazarus: undo debug
git-svn-id: trunk@50171 -
2015-10-26 09:28:57 +00:00
mattias
fb15809cef lazutils: DirectoryIsWritable: check if directory exists
git-svn-id: trunk@50170 -
2015-10-26 09:26:44 +00:00
mattias
5469545ffc IDE: fixed view forms
git-svn-id: trunk@50169 -
2015-10-26 09:00:03 +00:00
ondrej
5ccd3cef66 LCL: TreeView selection handling improved.
git-svn-id: trunk@50168 -
2015-10-26 07:10:23 +00:00
wp
cdd6191646 Turbopower_ipro: Improved copying to clipboard if selection endpoint is beyond line end.
git-svn-id: trunk@50167 -
2015-10-25 22:32:40 +00:00
wp
14b69d092f Turbopower_ipro: Fix copying of table cells to clipboard.
git-svn-id: trunk@50166 -
2015-10-25 22:08:11 +00:00
ondrej
461ea447a4 LazControls: TListFilterEdit move fFilteredListbox workaround for Gtk2
git-svn-id: trunk@50165 -
2015-10-25 21:48:07 +00:00
ondrej
471e8b0da4 LCL: FilterEdit support for PageUp, PageDown, Ctrl+Home, Ctrl+End and basic support for selection. Issue #28900
git-svn-id: trunk@50164 -
2015-10-25 20:47:35 +00:00
wp
c2ae186c25 TurboPower_IPro: Fix selection of text within tables. Note this fix breaks correct copying of text from tables to the clipboard!
git-svn-id: trunk@50163 -
2015-10-25 11:52:05 +00:00
juha
dd99e47f84 LazReport: Check the length of a string before accessing its members. Issue #28896, patch from Tony Whyman.
git-svn-id: trunk@50162 -
2015-10-25 09:22:43 +00:00
mattias
105b3e0652 codetools: identifier completion: $optimization directive
git-svn-id: trunk@50161 -
2015-10-25 09:17:25 +00:00
mattias
06c04debf6 tests: ExtractFileUnitname
git-svn-id: trunk@50160 -
2015-10-24 21:50:00 +00:00
mattias
d75c8aba79 tests: fixed hints on fpc 3.1.1
git-svn-id: trunk@50159 -
2015-10-24 21:47:10 +00:00
mattias
43a2597cc9 project groups: comments
git-svn-id: trunk@50158 -
2015-10-24 21:46:40 +00:00
mattias
c8e7c3acb5 lazutils: lconvencoding: fixed using tables for lossless conversion back and forth
git-svn-id: trunk@50157 -
2015-10-24 21:46:16 +00:00
martin
f68b41737e SynEdit: make markupmanager public
git-svn-id: trunk@50156 -
2015-10-24 20:11:12 +00:00
wp
604f4c1410 TurboPower_IPro: New selection method SHIFT+Click
git-svn-id: trunk@50155 -
2015-10-24 19:30:59 +00:00
wp
41bc75cd8e Turbopower_IPro: Rename TIpHtmlRectListEntry.Node to .Element
git-svn-id: trunk@50154 -
2015-10-24 19:28:03 +00:00
ondrej
3ca8d0b170 IDE: Added TLazPackageGraph.FChangeStamp
git-svn-id: trunk@50153 -
2015-10-24 17:47:35 +00:00
ondrej
5ec7988f47 IDE: IDECommand update events refactored: delete timer, use checks for command updates, add TIDESpecialCommand.OnRequestCaptionHint
git-svn-id: trunk@50152 -
2015-10-23 17:04:26 +00:00
mattias
dbc7d81566 project groups: started removed targets list
git-svn-id: trunk@50151 -
2015-10-23 09:11:34 +00:00
mattias
722d1f85ac LCL: gtk2: fixed gtk warnings for docked forms in SetBounds
git-svn-id: trunk@50150 -
2015-10-23 07:22:17 +00:00
mattias
fcafecec98 LCL: LoadFromCSVStream: fixed converting UTF16
git-svn-id: trunk@50146 -
2015-10-22 21:34:53 +00:00
wp
bb0313a2d6 TurboPower_iPro: Remove occasional empty line at top of document. Fix horizontal text alignment in table cells.
git-svn-id: trunk@50145 -
2015-10-22 20:37:40 +00:00