Chris Hennes
bac14e81f7
Merge pull request #10258 from chennes/translations20230814
...
Update translations
2023-08-18 08:52:13 -05:00
Chris Hennes
58cf9f3212
Update translations
...
Adds the ten units strings from Base as well.
2023-08-16 22:50:39 -05:00
wmayer
25824cc363
Sheet: modernize C++: use range-based for loop
2023-08-15 20:21:20 +02:00
Jonas Bähr
dee56c32d4
Spreadsheet: fix build on macOS
...
The recent migration from boost::bind to std::bind [1] broke the build
on Mac (Apple clang version 13.0.0 (clang-1300.0.29.30) on macOS-11.7.8).
In all other cases the `boost::bind` was replaced by `std::bind` (among
with the place holders) but in these two spread sheet files
src/Mod/Spreadsheet/Gui/SheetModel.cpp
src/Mod/Spreadsheet/Gui/SpreadsheetView.cpp
the original code only referenced `bind`, which used to get resolved to
`boost::bind` but now raises this error:
> /Users/jonas/src/FreeCAD/FreeCAD-git/src/Mod/Spreadsheet/Gui/SheetModel.cpp:50:36: error: use of undeclared identifier 'bind'; did you mean 'boost::bind'?
> sheet->cellUpdated.connect(bind(&SheetModel::cellUpdated, this, sp::_1));
> ^~~~
> boost::bind
This commit changes this to `std::bind` expicitly, just like it's done in
the other files. This works on my system/compiler.
[1]: 4ffe0c3218
2023-08-11 06:15:51 -07:00
wmayer
948cbfccd9
modernize C++: avoid bind
...
In many cases std::bind() is kept because the code is much simpler
2023-08-08 21:10:16 +02:00
wmayer
52e1c7c33b
modernize C++: move from boost::bind to std::bind
2023-08-08 17:36:13 +02:00
wmayer
b6f331f4fa
modernize C++: use transparent functors
2023-08-07 16:08:35 +02:00
Tobias Falk
529f9401f7
added PDF/A-1b compliancy to all PDF export functions
...
for more details about this look at: https://www.kdab.com/creating-pdfa-documents-qt/
2023-08-05 14:46:11 -06:00
wmayer
bf5059bf76
Sheet: modernize C++: redundant void arg
2023-08-05 16:50:31 +02:00
Chris Hennes
dd40387478
Update translations
2023-07-24 13:37:52 +00:00
Robbe De Greef
4d34b3324d
fix: Spreadsheet applies content/alias even when focus lost ( #9836 )
...
* fix: Spreadsheet applies alias even when focus lost
The original stylesheet behavior was that the alias or content fields
could be edited, but only after enter was pressed the field would
actually update. This change makes the field apply when focus is lost
on top of when enter is pressed. This makes it easier to enter the
alias of a lot of fields at once.
2023-07-19 09:15:54 -05:00
Chris Hennes
e1ca567172
Apply translations
2023-07-09 18:09:53 -05:00
Chris Hennes
0ca283cc3e
Update translations
2023-07-06 08:20:59 -05:00
Yorik van Havre
398de2d031
merged crowdin translations
2023-06-16 16:42:32 +02:00
Yorik van Havre
3c07d567cf
Merged crowdin translations
2023-06-12 22:34:22 +02:00
Chris Hennes
2686ad58b9
Update translations
2023-05-25 21:32:26 -05:00
Chris Hennes
452067c43c
Update translations
2023-05-21 19:13:11 -05:00
Chris Hennes
f7a4ce6928
Gui: Move C++ pref pages to QObject context
2023-05-19 20:54:27 -05:00
Chris Hennes
2798528b8f
Update translations
2023-05-18 07:49:08 -05:00
wmayer
7505c5b2e3
Spreadsheet: Create .qm out of .ts files
2023-05-07 08:50:04 +02:00
Chris Hennes
e30a768e0a
Merged crowdin translations
2023-05-06 11:56:32 -05:00
Chris Hennes
1b2bbbf06b
Update translations
2023-04-29 11:10:27 -05:00
luzpaz
38a01939e0
Migrate domain name from freecadweb to freecad ( #9352 )
...
* Migrate domain name from freecadweb to freecad
* Migrate src/Mod/Material files
* Migrate Stylesheet related files
* Migrate *.svg files
* Migrate miscellaneous files
* Migrate some build files
* Migrate recently added TD AR_IRAM template files
Closes #6415
2023-04-24 15:19:20 -05:00
Yorik van Havre
faf98925f6
Merged crowdin translations
2023-04-20 14:04:19 +02:00
Yorik van Havre
0fd764454d
Updated ts files
2023-04-20 13:53:35 +02:00
wmayer
87d73e2836
Spreadsheet: fix -Wclazy-connect-by-name
2023-04-05 00:44:13 +02:00
Yorik van Havre
217aace518
Merge pull request #8686 from yorikvanhavre/translations
...
Crowdin translations
2023-02-28 09:37:32 +01:00
Chris Hennes
42a910982d
Spreadsheet: Fix unintended copies
2023-02-27 15:58:32 -06:00
Yorik van Havre
be6a654b3e
merged crowdin translations
2023-02-27 16:01:15 +01:00
Chris Hennes
05837719f6
Spreadsheet: Fix possible null dereference
...
Fixes Coverity CID 184299.
2023-02-26 10:22:37 +01:00
Yorik van Havre
0566d90cc5
merged crowdin translations
2023-02-13 15:45:26 +01:00
wmayer
0780409fcc
Spreadsheet: fix some warnings and issues reported by GH actions
2023-02-10 16:06:46 +01:00
Adrian Popescu
080d340345
Disabled Accessibility on SheetTableView
2023-02-07 16:42:54 +01:00
Yorik van Havre
d8b0e64e14
Merged crowdin translations
2023-02-07 15:55:31 +01:00
luzpaz
1f7ab06160
Fix whitespace issues
2023-02-05 16:39:58 +01:00
Yorik van Havre
80c68fa4df
Merged crowdin translations
2023-01-30 10:04:15 +01:00
Yorik van Havre
81552acdeb
update ts files
2023-01-30 09:55:26 +01:00
ShuffleWire
c4ef31c2ed
SpreadSheet: Display alias
...
Add an option to display in the cell the alias of the cell.
In preference, add a custom field to format this display.
2023-01-29 10:11:50 -07:00
Yorik van Havre
433b17b829
Merged crowdin translations
2023-01-23 11:25:49 +01:00
luzpaz
be64da3de5
Spreadsheet: fix header uniformity
...
+ trailing whitespace
2023-01-22 21:46:17 +01:00
Yorik van Havre
5033f64ce9
Merged crowdin translations
2023-01-17 09:40:31 +01:00
Yorik van Havre
12239f7f99
Updated ts files
2023-01-17 09:24:46 +01:00
wmayer
e0076161c9
Spreadsheet: move to new style connect()
2023-01-13 20:02:46 +01:00
wmayer
62260a9ad4
Gui: [skip ci] fix some warnings reported by GH actions
2023-01-12 17:51:50 +01:00
Uwe
5ad737ccdc
[Gui] modernize some connect() settings
...
- addresses #6166
2023-01-12 15:13:16 +01:00
luzpaz
0410dc8f4d
Spreadsheet: [skip ci] convert tabs to spaces
...
Minor housekeeping fix
2023-01-12 14:08:33 +01:00
Yorik van Havre
ec6b14bbee
Merged crowdin translations
2023-01-09 14:06:28 +01:00
Yorik van Havre
89147ef8de
Regenerated ts files using lupdate6.6
2022-12-22 15:39:42 +01:00
Yorik van Havre
3376e387da
Merged crowdin translations
2022-12-20 10:01:00 +01:00
Yorik van Havre
d206d5cd1f
Updated ts files
2022-12-20 09:31:25 +01:00