Roman Telezhynskyi
aefdd21ac7
Try avoid translators errors. Translate only parts of filters that really
...
should be translated.
--HG--
branch : develop
2016-09-27 12:37:41 +03:00
Roman Telezhynskyi
de1c7cd9f3
Resolved issue #569 . Tape app. Options that open new file open new instance
...
even if a user doesn't want this.
(grafted from a74c6d9fac8dd6920d7d0914e68770b893920380)
--HG--
branch : develop
2016-09-27 12:27:52 +03:00
Roman Telezhynskyi
d8874c844f
Suppress all messages that contain string "Error receiving trust for a CA
...
certificate". ref #568 .
--HG--
branch : develop
2016-09-20 21:33:33 +03:00
Roman Telezhynskyi
5fe41e8a99
Suppress message inside noisyFailureMsgHandler. ref #568 .
...
--HG--
branch : develop
2016-09-20 21:12:19 +03:00
Roman Telezhynskyi
34beaed2b2
Tape app. Show tooltip in table.
...
--HG--
branch : develop
2016-08-26 18:57:39 +03:00
Roman Telezhynskyi
6baa623be3
Disable buttons Find Next and Find Previous if the search field is empty.
...
--HG--
branch : develop
2016-08-26 16:16:06 +03:00
Roman Telezhynskyi
ddc34803a0
Fix issue with Config dialog Apply button.
...
In some cases the Apply or OK buttons will not save settings because of section
that was active in the moment of applying. For example made change in one
section, change to another and click Apply. The change will not be applied.
--HG--
branch : develop
2016-08-26 13:36:51 +03:00
Roman Telezhynskyi
f22eccf91e
Update search after using the qlineedit clear button.
...
--HG--
branch : develop
2016-08-26 13:27:14 +03:00
Roman Telezhynskyi
758f1caa1b
Refresh search after retranslating the table.
...
--HG--
branch : develop
2016-08-26 13:23:50 +03:00
Roman Telezhynskyi
23d9898154
Use QLocale::c() instead of QLocale(QLocale::C).
...
--HG--
branch : develop
2016-08-26 12:38:23 +03:00
Roman Telezhynskyi
707712befd
TMainWindow. Comboboxes on the tab Information looked ugly.
...
--HG--
branch : develop
2016-08-25 20:26:59 +03:00
Roman Telezhynskyi
88d2919a9b
TMainWindow will show decimal point according to locale.
...
--HG--
branch : develop
2016-08-25 20:00:03 +03:00
Roman Telezhynskyi
89ce8afe77
Localize numeric keyboard's dot key according to locale and user preferences.
...
--HG--
branch : develop
2016-08-23 21:24:14 +03:00
Roman Telezhynskyi
fb5a9c64b2
Cppcheck warnings.
...
--HG--
branch : develop
2016-08-21 19:45:16 +03:00
Roman Telezhynskyi
bfff8ccb96
Changes for returning support Qt 5.0 and GCC 4.6.
...
--HG--
branch : develop
2016-08-21 18:57:08 +03:00
Roman Telezhynskyi
da4bf27c75
New test localization (checking punctuation).
...
--HG--
branch : develop
2016-08-12 15:21:55 +03:00
Roman Telezhynskyi
31fa9785b9
Fixed several mistakes in original strings.
...
--HG--
branch : develop
2016-08-09 13:50:37 +03:00
Roman Telezhynskyi
c9cdd2cd8d
Using macros QT_WARNING_DISABLE_*.
...
--HG--
branch : develop
2016-08-06 21:42:40 +03:00
Roman Telezhynskyi
1c987b919b
Use gcc’s Address Sanitizer only in Debug mode.
...
--HG--
branch : develop
2016-08-06 19:23:42 +03:00
Roman Telezhynskyi
69e0ff74e6
MSVC warnings.
...
--HG--
branch : develop
2016-08-06 15:59:30 +03:00
Roman Telezhynskyi
483e56866d
Added MSVC warnings.
...
--HG--
branch : develop
2016-07-29 21:04:53 +03:00
Roman Telezhynskyi
0cdd058eb4
Fixed issue #538 . QSslSocket error messages during startup in newest development
...
build.
--HG--
branch : develop
2016-08-03 14:54:18 +03:00
Roman Telezhynskyi
ffb6f1fbd5
cppcheck warnings.
...
--HG--
branch : develop
2016-08-02 15:12:13 +03:00
Roman Telezhynskyi
524419e53f
Fixed build on OS X.
...
--HG--
branch : develop
2016-07-23 12:56:22 +03:00
Roman Telezhynskyi
dfb8c387b6
Added checking which minimal OSX version supports current Qt version.
...
From time to time Qt change minimal supported OS X version. This checking will
help build Valentina on older Qt version without fixing .pro files.
--HG--
branch : develop
2016-07-23 12:54:00 +03:00
Roman Telezhynskyi
9375e0319d
As part of testing make all compiler warnings treat as errors.
...
Added new CONFIG option "checkWarnings".
--HG--
branch : develop
2016-07-20 15:40:33 +03:00
Roman Telezhynskyi
1bffa92127
Using QLatin1String instead of QLatin1Literal.
...
QLatin1Literal is just a typedef of QLatin1String lefter for compatibility with
Qt 4.x.
--HG--
branch : develop
2016-07-20 11:39:15 +03:00
Roman Telezhynskyi
f477904ef3
Use QStringLiteral everywhere inside noisyFailureMsgHandler().
...
--HG--
branch : develop
2016-07-20 11:25:53 +03:00
Roman Telezhynskyi
dc275dce14
Fixed search string for error "setGeometry: Unable to set geometry".
...
--HG--
branch : develop
2016-07-20 11:11:35 +03:00
Roman Telezhynskyi
817a5d5f56
Fixed suppression warnings in Release mode.
...
Used wrong macros.
--HG--
branch : develop
2016-07-20 11:10:23 +03:00
Roman Telezhynskyi
ce50203d57
Better code look.
...
--HG--
branch : develop
2016-07-19 20:51:12 +03:00
Roman Telezhynskyi
8b438daa6c
Slot OpenRecentFile in Tape replaced by lambda.
...
--HG--
branch : develop
2016-07-18 22:58:14 +03:00
Roman Telezhynskyi
47f12c80f8
Refactoring. Use lambda for small slots. Move slots declaration in appropriate
...
place.
--HG--
branch : develop
2016-07-18 18:09:15 +03:00
Roman Telezhynskyi
faae90363e
Show button "Check For Updates" in dialogs about Valentina and Tape. Move
...
settings to common file.
--HG--
branch : feature
2016-07-15 13:14:48 +03:00
Roman Telezhynskyi
0744359337
Run with pngcrush 1.8.1.
...
--HG--
branch : develop
2016-06-27 19:08:18 +03:00
Roman Telezhynskyi
39f7727088
Used pngcrush key "brute".
...
--HG--
branch : develop
2016-06-27 18:42:31 +03:00
Roman Telezhynskyi
643fafcbc9
Resolved issue #517 . MAC version incorrect sRGB profile.
...
libpng warning: iCCP: known incorrect sRGB profile.
--HG--
branch : develop
2016-06-26 21:27:04 +03:00
Roman Telezhynskyi
10d29af2a2
Refactoring, removed unused code.
...
--HG--
branch : develop
2016-06-22 21:09:00 +03:00
Roman Telezhynskyi
94a2de1f75
Fixed error in Tape app.
...
Editing values of standard table was incorrect.
--HG--
branch : develop
2016-06-22 21:07:06 +03:00
Roman Telezhynskyi
decb74f99e
Fixed not enought decimals.
...
--HG--
branch : develop
2016-06-22 19:56:44 +03:00
Roman Telezhynskyi
8c63b44e65
Fixed bug editing height increase value.
...
--HG--
branch : develop
2016-06-21 14:13:14 +03:00
Roman Telezhynskyi
b7d62d3dbe
Set single step depend on measurement unit.
...
--HG--
branch : develop
2016-06-21 13:53:33 +03:00
Roman Telezhynskyi
ed6c72bda9
Fixed Tape crash.
...
(grafted from 47b3aaf84786a338bc7c31284bef0bd5017a0c67)
--HG--
branch : develop
2016-06-19 20:31:24 +03:00
Roman Telezhynskyi
7b40bc3667
Show path to pattern file in a graphical shell.
...
--HG--
branch : develop
2016-06-18 16:57:07 +03:00
Roman Telezhynskyi
d4abab1029
Explorer on Mac OS X has own name Finder.
...
--HG--
branch : develop
2016-06-18 16:09:04 +03:00
Valentina Zhuravska
45f9737fba
Used Lambda expressions for slots in TMainWindow and DialogIncrements.
...
--HG--
branch : develop
2016-06-11 19:50:20 +03:00
Valentina Zhuravska
1ca5b4dfa6
Resolved issue #180 . Search field in tape app and dialog Increments.
...
--HG--
branch : develop
2016-06-11 15:51:48 +03:00
BojanKverh
24a7294a38
Made the preferences dialog in Tape look a bit better with resizeable left column
...
--HG--
branch : feature
2016-06-10 21:57:47 +02:00
BojanKverh
96b2d28604
Fixed issue #479 . Improve feature: The Preferences dialog box in Valentina and Tape should be expandable.
...
--HG--
branch : feature
2016-06-10 21:34:21 +02:00
Valentina Zhuravska
20ffdc607d
Tape 'Save As' should save a file without read only state.
...
--HG--
branch : develop
2016-06-06 21:27:38 +03:00