Commit Graph

48972 Commits

Author SHA1 Message Date
mattias
10ac2707c9 translations: German: updates from Swen Heinig
git-svn-id: trunk@51700 -
2016-02-25 22:24:59 +00:00
ondrej
0776ea2c13 ide: fix smart hint window not receiving mouse messages. Issue #29726
git-svn-id: trunk@51699 -
2016-02-25 18:41:16 +00:00
zeljko
d21ede8cea Qt: fixed minimizing app when modal form is minimized. part of issue #26463
git-svn-id: trunk@51698 -
2016-02-25 14:49:05 +00:00
ondrej
e7a547348e ide: find/replace dialog: set Origin and Search scope according to the selection. Solves also issue #27039
git-svn-id: trunk@51697 -
2016-02-25 12:58:49 +00:00
zoran
d03d42c5c3 Fix calendar behaviour on newer Windows OS-s (Vista+)
git-svn-id: trunk@51696 -
2016-02-25 12:33:50 +00:00
bart
3d71055636 LCL: Try not to close CalendarDialogs if CurrentView <> cvMonth. Partly resolves Issue #0029646.
git-svn-id: trunk@51695 -
2016-02-25 10:01:05 +00:00
bart
d0a37e168d LCL: Implement TCustomCalendar.GetCalendarView. Patch by Zoran Vučenović.
git-svn-id: trunk@51694 -
2016-02-25 09:55:01 +00:00
ondrej
82df661d71 ide: register debugmanager commands for toolbars
git-svn-id: trunk@51693 -
2016-02-25 04:10:47 +00:00
bart
2683bc53a8 LazUtils: Prevent CopyDirTree copying to a subdirectory of source: handle unicode characters.
git-svn-id: trunk@51692 -
2016-02-24 23:07:19 +00:00
bart
f09c665b2a LazUtf8: fix Utf8LowerCase for #$E2#$B1#$AD (LATIN CAPITAL LETTER ALPHA)
git-svn-id: trunk@51688 -
2016-02-24 22:26:58 +00:00
maxim
f9ceb95aef IDE: regenerated translations
git-svn-id: trunk@51685 -
2016-02-24 22:20:19 +00:00
maxim
85f05aa3cc LCL: added Portuguese translation by Pedro Albuquerque, bug #29712
git-svn-id: trunk@51683 -
2016-02-24 22:13:06 +00:00
maxim
b3e8ea38d7 PoChecker: added Portuguese translation support, regenerated translations and updated Russian translation
git-svn-id: trunk@51682 -
2016-02-24 22:11:04 +00:00
ondrej
61b1bcfde2 Carbon: remove wrong code from SetRealPopupParent and add a ToDo.
git-svn-id: trunk@51681 -
2016-02-24 14:24:46 +00:00
ondrej
46ea37d068 Carbon: remove system-wide stay-on-top window style for windows with defined WndParent. Issue #29694
git-svn-id: trunk@51680 -
2016-02-24 14:06:29 +00:00
zeljko
8af51b6eee Qt: fixed bug with returning from TQtWidgetSet.GetWindowSize() with fpc-3.0
git-svn-id: trunk@51679 -
2016-02-24 13:16:00 +00:00
mattias
85acb5b2f9 IDE: using process Executable instead of CommandLine
git-svn-id: trunk@51678 -
2016-02-23 11:10:42 +00:00
mattias
dabcac3009 lcl: using process Executable instead of CommandLine
git-svn-id: trunk@51677 -
2016-02-23 11:03:05 +00:00
wp
dea4ec5cee TAChart: Remove hints and warnings (issue #0029709)
git-svn-id: trunk@51676 -
2016-02-23 10:44:35 +00:00
bart
f7005c6649 LazUtils: Revert r51038 #10e166f60e. Fixes bug in CopyDirTree. Issue #0029695.
git-svn-id: trunk@51675 -
2016-02-22 18:13:29 +00:00
juha
f42ebf10a7 Converter: Improve messages. Show urgency, file name, coordinates. Relevant file now opens when clicking a message.
git-svn-id: trunk@51674 -
2016-02-21 14:05:42 +00:00
juha
1a992ed303 IDE: formatting.
git-svn-id: trunk@51673 -
2016-02-21 14:05:36 +00:00
ondrej
365d820d9e gtk2: remove unneeded code
git-svn-id: trunk@51672 -
2016-02-20 11:02:51 +00:00
mattias
a45740f68f IDEIntf: less hints
git-svn-id: trunk@51671 -
2016-02-19 14:25:21 +00:00
mattias
8f9fce0d15 IDE: create fpmake: fixed typo
git-svn-id: trunk@51669 -
2016-02-19 14:24:15 +00:00
mattias
6010e8f928 IDE: ReplacePackage: nil old package
git-svn-id: trunk@51667 -
2016-02-19 14:23:37 +00:00
ondrej
bd1384ed17 gtk2: r51664 #08fa33a88d refactoring
git-svn-id: trunk@51665 -
2016-02-19 09:57:21 +00:00
ondrej
08fa33a88d gtk2: Fix error location in the form Form.Position: = poScreenCenter. Issue #29371
git-svn-id: trunk@51664 -
2016-02-19 09:31:49 +00:00
mattias
e727676a1e IDE: compiler options: added mode delphiunicode and iso
git-svn-id: trunk@51663 -
2016-02-19 09:27:41 +00:00
mattias
16ae7e4693 IDE: project inspector: fixed KeyDown/Up mix, bug #28281
git-svn-id: trunk@51662 -
2016-02-19 09:17:02 +00:00
mattias
99c767eda8 lcl: debug menu shortcuts
git-svn-id: trunk@51661 -
2016-02-19 09:15:38 +00:00
mattias
19299db032 lcl: inline DumpStack
git-svn-id: trunk@51660 -
2016-02-19 08:59:58 +00:00
ondrej
3fca9d4689 gtk2: fix hints clipped by 200x200 rect on KDE, Issue #28973
git-svn-id: trunk@51659 -
2016-02-19 05:56:27 +00:00
zeljko
f9d4440db3 Qt: fixed TQtMemoString.Insert() and TQtTextEdit.insertLine(). issue #29670
git-svn-id: trunk@51658 -
2016-02-18 15:49:07 +00:00
mattias
724c7e9cd6 tools: added script to find missing merged revisions on wiki
git-svn-id: trunk@51657 -
2016-02-18 13:19:33 +00:00
mattias
9ba71a2563 translations: German: updates from Swen Heinig
git-svn-id: trunk@51656 -
2016-02-18 12:58:59 +00:00
maxim
beeb532fc5 Examples, translation: allow to select any of available translations, patch by wp, bug #29662
git-svn-id: trunk@51654 -
2016-02-18 06:47:04 +00:00
ondrej
c2748fe332 codetools: use crc for identifier list item hash for speed reasons
git-svn-id: trunk@51652 -
2016-02-18 04:24:14 +00:00
ondrej
263929eb6c codetools: move StoreNodeHash to SetNode. See r51650 #a5cd34a174
git-svn-id: trunk@51651 -
2016-02-18 03:32:43 +00:00
ondrej
a5cd34a174 codetools: add StoreNodeHash for identifier list items.
Solves issue in identifier list painting after typing some text while identifier list is open.

git-svn-id: trunk@51650 -
2016-02-17 17:23:01 +00:00
zeljko
51f4919a83 Qt: implemented TQtWidgetSet.PaintRgn()
git-svn-id: trunk@51649 -
2016-02-17 12:14:57 +00:00
zeljko
1f33db1190 Qt: proxy all QMdiArea events to centralwidget.Now all TGraphicControls are correct if they're inside QMdiArea.
git-svn-id: trunk@51648 -
2016-02-17 11:56:47 +00:00
ondrej
fd3ff3b9c5 lcl: set TMenu ownerdraw properties and events as restricted.
git-svn-id: trunk@51647 -
2016-02-17 11:29:11 +00:00
sekelsenmat
a4a5e66924 fpvectorial: Fixes compilation
git-svn-id: trunk@51646 -
2016-02-17 07:35:16 +00:00
maxim
2cf907dc97 Translations: French translation update by Gilles Vasseur, bug #29658
git-svn-id: trunk@51643 -
2016-02-16 23:04:31 +00:00
maxim
9dd81506aa LazReport: improved Russian translation
git-svn-id: trunk@51642 -
2016-02-16 22:59:09 +00:00
jesus
8b3dc8d735 LazReport: support for http links and print ranges on exported data to xls/xslx/odf formats, patch from Aleksey Lagunov
git-svn-id: trunk@51641 -
2016-02-16 19:30:12 +00:00
bart
7dfb0bf8fc TUpDown: call inherited MouseDown/Up. Resolves Issue #0029660.
git-svn-id: trunk@51640 -
2016-02-16 16:51:09 +00:00
bart
47106ebc21 ShellTreeView: make PopulateWithBaseFiles public. Makes it possible to populate a ShelltreeView that was created at runtime.
git-svn-id: trunk@51639 -
2016-02-16 16:31:45 +00:00
zeljko
cbd2968005 Qt: adjust clientrect of MDIChild if needed, after restoring from minimized state.
git-svn-id: trunk@51637 -
2016-02-16 12:10:05 +00:00