Commit Graph

49829 Commits

Author SHA1 Message Date
ondrej
b13ba1b0b9 lcl: use GetFormatSettingsUTF8 in TApplication.IntfSettingsChange. Issue #30253
git-svn-id: trunk@52480 -
2016-06-12 05:59:07 +00:00
ondrej
b08c38cba0 lazutils: fix GetFormatSettingsUTF8, make it public
git-svn-id: trunk@52479 -
2016-06-12 05:57:58 +00:00
martin
2a7afe821b SynEdit: more precise change indicator gutter. Issue #30152
git-svn-id: trunk@52478 -
2016-06-12 01:51:51 +00:00
maxim
26ab38896c LCL, Translations unit: improved comments.
git-svn-id: trunk@52476 -
2016-06-11 13:42:04 +00:00
maxim
d91135954f LCL, Translations unit: there is no need to check for badformat flags in CleanUp procedure anymore, they are now set/cleared in all cases in CheckFormatArguments procedure.
git-svn-id: trunk@52475 -
2016-06-11 13:28:39 +00:00
martin
1c0abfedcb SynEdit: more precise change indicator gutter. Issue #30152
git-svn-id: trunk@52474 -
2016-06-10 21:34:50 +00:00
jesus
2bdea5e7ad LazReport, fix exporting to the second on list filter file format
git-svn-id: trunk@52473 -
2016-06-10 17:41:13 +00:00
maxim
c3296bdb1b Regenerated German translations
git-svn-id: trunk@52472 -
2016-06-10 17:08:19 +00:00
maxim
1f30e1af51 POChecker: fixed "Ignore fuzzy translations" option.
Previously all translations with bad formatting arguments were 
considered fuzzy, so these errors were not shown even for non-fuzzy 
translations if this option was enabled.

git-svn-id: trunk@52471 -
2016-06-10 16:49:49 +00:00
mattias
fade2507eb translations: German: updates from Swen Heinig
git-svn-id: trunk@52470 -
2016-06-10 07:55:53 +00:00
jesus
9cb7896a1e LazReport: debug info update.
git-svn-id: trunk@52469 -
2016-06-10 05:43:54 +00:00
jesus
fb29ed96ec LazReport: Removed leftover debug line.
git-svn-id: trunk@52468 -
2016-06-10 05:22:29 +00:00
jesus
c1776353d7 LazReport, fix exporting to postscript with CairoExport (file extension was right, but content was pdf)
git-svn-id: trunk@52467 -
2016-06-09 20:53:56 +00:00
jesus
1c61bf995e LazReport, fix selecting the right export filter when there are multiple options for the same file format (ej PowerPDF and CairoExport), probably broken in r49728 #400b4c4719
git-svn-id: trunk@52466 -
2016-06-09 20:51:44 +00:00
jesus
d4b66e8921 LazReport, force repaint of preview once report has been exported
git-svn-id: trunk@52465 -
2016-06-09 16:32:29 +00:00
maxim
36046a9b4d Translations: Ukrainian translation update by Olexandr Pylypchuk, bug #30250
git-svn-id: trunk@52463 -
2016-06-08 23:13:31 +00:00
maxim
207c318329 Regenerated translations
git-svn-id: trunk@52455 -
2016-06-08 21:59:41 +00:00
jesus
bb8f9b2c70 LazReport, fix Cairo PDF exporting of reports with checkbox objects
git-svn-id: trunk@52454 -
2016-06-08 20:12:01 +00:00
maxim
312f3d3439 POChecker: unify height of buttons in Result Dialog on Linux/GTK2 ("Close" button can be higher than others because of bigger default glyph)
git-svn-id: trunk@52453 -
2016-06-07 23:26:03 +00:00
maxim
5b007c6b14 POChecker: replaced "Scan directory" and "Run selected tests" buttons with toolbar. This allows to accomodate for longer translated captions.
git-svn-id: trunk@52452 -
2016-06-07 23:13:12 +00:00
maxim
c5eddfc18f POChecker: removed "Open PO file" functionality.
Reasons:
1. It was a subset of "Scan directory" functionality.
2. There was no warning about orphaned files, they were ignored silently. This can be misleading.
3. It changed language combobox value in some cases, and this could lead to confusion.

While at this, improved main dialog layout.

git-svn-id: trunk@52451 -
2016-06-07 14:05:37 +00:00
maxim
ef85a2851f POChecker: fixed loading of master files selection state on Linux/GTK2
git-svn-id: trunk@52450 -
2016-06-07 12:13:30 +00:00
maxim
968167616f POChecker: merged "Scan Directory" and "Find troublesome files" functions, they were largerly duplicate (note, that we do not notify about added files anymore, only warn if orphaned files were found). Regenerated translations.
git-svn-id: trunk@52449 -
2016-06-06 23:11:24 +00:00
jesus
513a34caf9 LazReport, fix designer gdi leak on deleting objects
git-svn-id: trunk@52448 -
2016-06-06 16:32:35 +00:00
mattias
e42f82589d lcl: cocoa: fixed TrackBar number of ticks, bug #29089
git-svn-id: trunk@52447 -
2016-06-06 15:20:58 +00:00
mattias
baadaff802 codetools: parse proc modifier compilerproc:id, bug #30237
git-svn-id: trunk@52444 -
2016-06-06 09:03:59 +00:00
maxim
d36885b8b8 POChecker: show all menuitems except "Open in system PO editor" only in advanced mode (when Shift key is pressed on menu popping up), as their execution may have unwanted side effects
git-svn-id: trunk@52443 -
2016-06-05 21:53:39 +00:00
juha
ba872ba5b1 LazUtils: Use cwstring always on unix systems. WideCompare* functions require it.
git-svn-id: trunk@52442 -
2016-06-05 08:26:52 +00:00
ondrej
432f7cb316 IDEIntf: use solid hint window for IDE source editor hint.
git-svn-id: trunk@52441 -
2016-06-05 01:58:05 +00:00
ondrej
95bf15eea3 win32: list view item mouse up didn't get keyboard state. Issue #30234
git-svn-id: trunk@52440 -
2016-06-05 01:36:02 +00:00
ondrej
38c308b1e6 win32: remove CallDefaultWindowProc in default mousewheel handler (unnecessary and returning result)
git-svn-id: trunk@52439 -
2016-06-05 00:56:42 +00:00
wp
4361125363 TAChart: Avoid OpenGLDrawer crashing in case of default font and default font size.
git-svn-id: trunk@52438 -
2016-06-04 14:03:28 +00:00
juha
d16215576d LCL: Change the TFontStyle item order to match with Delphi. Issue #30224.
git-svn-id: trunk@52437 -
2016-06-04 09:12:28 +00:00
juha
21b3356fc3 IDE: Cleanup ComponentList code.
git-svn-id: trunk@52436 -
2016-06-04 09:12:24 +00:00
zeljko
44ae5e635a Qt: fixed mousemove event for hint windows.
git-svn-id: trunk@52435 -
2016-06-04 07:46:47 +00:00
jesus
ea8917f49a LazReport: fix Access Violation on deleting object which has been previously renamed, issue #30206
git-svn-id: trunk@52434 -
2016-06-04 06:44:23 +00:00
maxim
f585e29ca1 CHMHelp/IDEHelp: regenerated translations
git-svn-id: trunk@52433 -
2016-06-03 22:22:11 +00:00
maxim
988c68d115 ExternHelp: regenerated translations
git-svn-id: trunk@52432 -
2016-06-03 22:17:30 +00:00
wp
4798cc6af4 TAChart: (Almost) full font support of the OpenGL drawer by using the LazFreeType units.
git-svn-id: trunk@52431 -
2016-06-03 20:46:00 +00:00
wp
9077d7ba0e LazFreeType: FontCollection can add folders recursively now.
git-svn-id: trunk@52430 -
2016-06-03 16:23:05 +00:00
wp
ea3a65ae10 LazFreeType: Fix infinite loop if a font with a non-regular style is added to the FontCollection a second time.
git-svn-id: trunk@52429 -
2016-06-03 16:09:28 +00:00
maxim
27330268ef JSonViewer: regenerated translations
git-svn-id: trunk@52428 -
2016-06-02 23:25:56 +00:00
maxim
e1a6937cda POChecker: added ability to refresh translations (i.e. sync them with master .po file). Regenerated translations and updated Russian translation.
git-svn-id: trunk@52427 -
2016-06-02 23:13:21 +00:00
ondrej
f3d729dee2 lcl: controlscrollbar: set scroll message result as handled if position changed.
git-svn-id: trunk@52426 -
2016-06-02 16:28:55 +00:00
ondrej
e0169fef8e win32: forward all unhandled scroll messages to parent
git-svn-id: trunk@52425 -
2016-06-02 16:28:11 +00:00
ondrej
c3f246a2cb win32: fix scroll message handling (there was an offset when sending unhandled messages to parent)
git-svn-id: trunk@52424 -
2016-06-02 16:06:07 +00:00
ondrej
e9b5d2925b qt: fix mouse up key state
git-svn-id: trunk@52423 -
2016-06-02 12:39:40 +00:00
ondrej
9f4a5b4693 qt: fix mouse-transparent windows handling. Use native approach (apart from forms).
git-svn-id: trunk@52422 -
2016-06-02 11:44:44 +00:00
mattias
1ff6ee93dc translations: German: updates from Swen Heinig
git-svn-id: trunk@52421 -
2016-06-02 11:31:08 +00:00
zeljko
f80f0f0365 Qt: offset mousepos by scrollbars positions
git-svn-id: trunk@52420 -
2016-06-02 08:06:10 +00:00