Commit Graph

44586 Commits

Author SHA1 Message Date
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
juha
60403bcd03 THintWindow: Draw hint windows in editor and elsewhere closer to cursor. Y-offset 30 -> 15.
git-svn-id: trunk@46302 -
2014-09-23 19:48:47 +00:00
mattias
d506aca142 IDE: clean up
git-svn-id: trunk@46301 -
2014-09-23 14:55:29 +00:00
sekelsenmat
0ed9a55069 fpvectorial-html: Adds mathml embedding, fixes a wrong design in the sequential page rendering Y coord positioning, implements html header style
git-svn-id: trunk@46300 -
2014-09-23 13:37:10 +00:00
reiniero
0c44221648 * Lhelp: cosmetic
git-svn-id: trunk@46299 -
2014-09-23 11:07:07 +00:00
jesus
b705717697 LazReport, function and function parameters dialogs, fix difficult to read info about function and function parameters if the hint window color is too dark
git-svn-id: trunk@46298 -
2014-09-22 22:30:56 +00:00
bart
dce8e4a1c2 PoChecker: fix anchoring of IgnoreFuzzyCheckBox
git-svn-id: trunk@46297 -
2014-09-22 20:22:51 +00:00
bart
7fecc7228c PoChecker:
- Save mainform location and size
- Create configpath if it does not exist (stand-alone version only)

git-svn-id: trunk@46296 -
2014-09-22 20:17:14 +00:00
bart
ab557befa8 PoChecker: fix crash on destroy after r46294 #970b366107.
git-svn-id: trunk@46295 -
2014-09-22 19:43:38 +00:00
bart
970b366107 PoChecker: refactor.
git-svn-id: trunk@46294 -
2014-09-22 19:29:32 +00:00
juha
85fa5c550a Object Inspector: use Constraints.MinHeight for InfoPanel. It cannot be resized any more if Height becomes 0.
git-svn-id: trunk@46293 -
2014-09-22 17:19:24 +00:00
juha
d186f4212a LCL: Fix window RestoredLeft/Top values. Issue #8576, patch from Yuichiro Takahashi.
git-svn-id: trunk@46292 -
2014-09-22 17:19:14 +00:00
reiniero
c93ed74ee4 * idehelpmanager: cosmetic (comments/debugln)
git-svn-id: trunk@46291 -
2014-09-22 15:33:31 +00:00
sekelsenmat
bd4a4c8784 fpvectorial: Now some basic html with embedded svg can render
git-svn-id: trunk@46290 -
2014-09-22 12:09:52 +00:00
mattias
f1fd7c865a LCL: gtk2: less hints
git-svn-id: trunk@46289 -
2014-09-22 11:45:59 +00:00
mattias
68c63595a9 IDE: clean up
git-svn-id: trunk@46288 -
2014-09-22 11:45:42 +00:00
reiniero
755869893b * Help: ignore timeouts from lhelp/viewer. Should fix issue #26697
git-svn-id: trunk@46287 -
2014-09-22 10:31:37 +00:00
reiniero
9cbc909b17 * Lhelp: don't accept IPC messages from IDE while showing file open dialog.
Should fix slowness on Windows Vista+ with themes, issue #25529; thanks Mike Cornflake for looking into this!

git-svn-id: trunk@46286 -
2014-09-22 09:17:42 +00:00
reiniero
9bd102dcdf * Lhelp: cosmetic/debug output naming
git-svn-id: trunk@46285 -
2014-09-22 09:15:02 +00:00