bart
b0ae445fd6
PoChecker:
...
- reload a po-file when clicked on the Run button.
- some preparations for IDE integration.
Patch by Giuliano Colla, modified by me.
git-svn-id: trunk@46352 -
2014-09-29 20:22:28 +00:00
bart
1da95a4390
PoChecker: enable antialiasing mode in GraphStat form (currently only QT). Patch by Giuliano Colla.
...
git-svn-id: trunk@46351 -
2014-09-29 19:44:21 +00:00
mattias
201421bcbf
LCL: TXML/IniPropStorage: do not load/save at designtime
...
git-svn-id: trunk@46350 -
2014-09-29 18:53:52 +00:00
juha
396d19a9a0
IDE: Assign a mouse wheel handler to "all compiler options" ScrollBox and to controls inside it. Based on code by Sandro Cumerlato.
...
git-svn-id: trunk@46349 -
2014-09-29 18:22:38 +00:00
juha
b67e8a8c92
IDE: add forgotten shortcut mapping. Shortcut keys don't work without it.
...
git-svn-id: trunk@46348 -
2014-09-29 18:22:30 +00:00
juha
f3121878a3
IDE: Make "Build many modes" to always return to original mode. Issue #26797
...
git-svn-id: trunk@46347 -
2014-09-29 18:22:22 +00:00
wp
afebfc0820
TAChart: Fix wmf drawer ignoring size of destination rectangle (see http://forum.lazarus.freepascal.org/index.php/topic,25972.msg158712.html ).
...
git-svn-id: trunk@46346 -
2014-09-29 15:47:26 +00:00
juha
38a1473ed5
LCL: Prevent ToolButton.onClick when double-clicking on a file in TOpenDialog. Issue #24303 , patch from Andrey Zubarev.
...
git-svn-id: trunk@46345 -
2014-09-28 22:39:01 +00:00
mattias
1ea469d4f8
translations: German: updates from Swen Heinig
...
git-svn-id: trunk@46344 -
2014-09-28 21:21:14 +00:00
juha
b6e862afbb
Lhelp: Open an external hyperlink when clicked. Issue #22765 . Remove unused units from uses section.
...
git-svn-id: trunk@46343 -
2014-09-28 18:20:35 +00:00
reiniero
13fcf53a0d
* LHelp: harden message sending. Patch by Mike Thompson.
...
git-svn-id: trunk@46342 -
2014-09-28 15:34:46 +00:00
reiniero
a05b8d84a9
* Docs scripts: cosmetic (comment typos)
...
git-svn-id: trunk@46341 -
2014-09-28 11:45:51 +00:00
zeljko
d35a4d5554
Qt: fixed build under haiku.patch by olivier, modified by me. issue #26574
...
git-svn-id: trunk@46340 -
2014-09-27 15:57:10 +00:00
bart
1d7f7a7b0a
Masks: fix TMask.Matches() when converting the case alters UTF8Length Issue #0026790 ). Based on patch by laz-andy.
...
git-svn-id: trunk@46339 -
2014-09-27 15:33:23 +00:00
juha
51ab663b7f
LCL: Publish events OnMouseWheel, OnMouseWheelDown and OnMouseWheelUp for yet more controls. Issue #26781 , patch from Sandro Cumerlato.
...
git-svn-id: trunk@46338 -
2014-09-26 21:40:47 +00:00
juha
c6f67446c5
IdeIntf, Object Inspector: fix ComponentTreeHeight and code using it. ComponentPanel.Height was assigned to itself. Issue #26788 .
...
git-svn-id: trunk@46337 -
2014-09-26 15:26:16 +00:00
juha
6b94576488
LCL: Publish events OnMouseWheel, OnMouseWheelDown and OnMouseWheelUp for more controls. Issue #26781 , patch from Sandro Cumerlato.
...
git-svn-id: trunk@46336 -
2014-09-26 15:26:05 +00:00
mattias
4fa796d65d
IDE: view messages, view search results: do not show source editor
...
git-svn-id: trunk@46335 -
2014-09-26 08:41:27 +00:00
juha
bde0be3358
Revert "LCL-Win: Allow calling InputBox before Application.Initialize. Issue #24875 "
...
git-svn-id: trunk@46334 -
2014-09-25 22:42:33 +00:00
juha
8703b01c2b
IDE: improve compiler options import/export dialog.
...
git-svn-id: trunk@46333 -
2014-09-25 22:03:00 +00:00
juha
53450e2ef9
IDE: Make toolbuttons higher in Additions and Overrides options page.
...
git-svn-id: trunk@46332 -
2014-09-25 21:39:07 +00:00
juha
839419b8bb
IDE: improve button anchors in AddToProject dialog.
...
git-svn-id: trunk@46331 -
2014-09-25 21:06:18 +00:00
juha
d27da074e8
LCL: Publish TLabel events OnMouseWheel, OnMouseWheelDown and OnMouseWheelUp. Issue #26781 , patch from Sandro Cumerlato.
...
git-svn-id: trunk@46330 -
2014-09-25 20:40:38 +00:00
juha
df1ffcd867
LCL-Win: Allow calling InputBox before Application.Initialize. Issue #24875 , patch from BrunoK.
...
git-svn-id: trunk@46329 -
2014-09-25 20:31:29 +00:00
bart
b2d853849b
PoChecker:
...
- Change the hint for the ListView items in GraphStat form to show numbers as well as percentages.
- Regenerate language files.
git-svn-id: trunk@46328 -
2014-09-25 19:50:22 +00:00
juha
b4ff26f8f4
IDE: Prevent access violation in project resources dialog. Issue #25912 , patch from Anton.
...
git-svn-id: trunk@46327 -
2014-09-25 17:26:26 +00:00
zeljko
4c44bbaed5
Win32: fixed too many OnChange() events. Patch by Mike Thompson. issue #26358
...
git-svn-id: trunk@46326 -
2014-09-25 16:04:11 +00:00
mattias
483a0a672e
vlc: fixed compilation under windows
...
git-svn-id: trunk@46325 -
2014-09-25 15:04:36 +00:00
vincents
7344e5ccb5
LCL: Setting a pixel on a canvas needs a valid pen too. Fixes issue #20614
...
git-svn-id: trunk@46324 -
2014-09-25 13:56:15 +00:00
mattias
04fbe1a686
IDE: external tools: increased pip buffer, issue #18492
...
git-svn-id: trunk@46323 -
2014-09-25 10:04:08 +00:00
mattias
804ba9b391
IDE: external tools: increased pip buffer, issue #18492
...
git-svn-id: trunk@46322 -
2014-09-25 10:03:30 +00:00
vincents
915c183fdc
IDE: fixed typo in Dutch translation
...
git-svn-id: trunk@46321 -
2014-09-25 07:12:53 +00:00
zeljko
cab06a0777
LCL: TCustomMemo should not trigger OnEditingDone when return is pressed and WantReturns=True.Patch by wp. issue #26769
...
git-svn-id: trunk@46320 -
2014-09-25 06:19:05 +00:00
maxim
e2ca5560c5
IDE: regenerated translations; updated Russian translation
...
git-svn-id: trunk@46319 -
2014-09-24 23:44:15 +00:00
maxim
7162c1196d
LazReport, AddFunction addon: added Russian translation
...
git-svn-id: trunk@46318 -
2014-09-24 23:22:15 +00:00
bart
5ca6144b77
PoChecker: set IconOptions.AutoArrange to True for the ListView on GraphStat form.
...
(Windows and GTK2 AutoArrange always (probably a bug), so this only affected QT WS)
git-svn-id: trunk@46317 -
2014-09-24 21:38:13 +00:00
mattias
817720f66d
IDE: clean up
...
git-svn-id: trunk@46316 -
2014-09-24 17:40:05 +00:00
mattias
a882d45724
IDE: center window: bringtofron, issue #26775
...
git-svn-id: trunk@46315 -
2014-09-24 17:38:30 +00:00
juha
4730e49515
New icon for adding files for projects and packages.
...
git-svn-id: trunk@46314 -
2014-09-24 17:17:24 +00:00
zeljko
3ac9d3afcc
Qt: better patch for imageList changes in TQtListWidget. issue #26770
...
git-svn-id: trunk@46313 -
2014-09-24 17:06:19 +00:00
juha
3c1ac1d84c
Package Editor: A new button for adding files from file system easily. Issue #24337 .
...
git-svn-id: trunk@46312 -
2014-09-24 17:01:58 +00:00
juha
e187809d73
Project Inspector: A new button for adding files from file system easily. Issue #24337 .
...
git-svn-id: trunk@46311 -
2014-09-24 17:01:50 +00:00
zeljko
3cc9bd1361
Qt: implemented TQtWSListView.SetImageList. issue #26770
...
git-svn-id: trunk@46310 -
2014-09-24 16:33:28 +00:00
bart
b717742113
PoChecker: remove redundant code from TGraphStatForm.ListViewMouseMove.
...
git-svn-id: trunk@46309 -
2014-09-24 14:46:56 +00:00
zeljko
f69337f6ce
Qt: fixed drag'n drop of QFrame (TCustomPanel) control.issue #26759
...
git-svn-id: trunk@46308 -
2014-09-24 07:55:43 +00:00
zeljko
89f68bf251
Gtk2: include scrollbars offset in TGtk2WSCustomListView.getItemAt(). issue #26767
...
git-svn-id: trunk@46307 -
2014-09-24 06:15:57 +00:00
zeljko
549845087a
Qt: provide accurate information for client area on mousemove event for TQtAbstractItemView class (listviews).
...
git-svn-id: trunk@46306 -
2014-09-24 06:09:46 +00:00
zeljko
f457669e6b
Qt: implemented TTrackBar.LineSize. patch by Giuliano Colla. issue #26763
...
git-svn-id: trunk@46305 -
2014-09-24 05:34:16 +00:00
maxim
bbe010995c
EditorToolBar: updated Russian translation
...
git-svn-id: trunk@46304 -
2014-09-23 22:46:45 +00:00
juha
de2cf80287
Show hints inside one screen. Fix application, designer and TAChart hints.
...
git-svn-id: trunk@46303 -
2014-09-23 19:49:02 +00:00