John Preston
|
2432845df2
|
Optimize and rename base::weak_unique_ptr.
Rename base::enable_weak_from_this -> base::has_weak_ptr.
Rename base::weak_unique_ptr -> base::weak_ptr.
Rename base::make_weak_unique -> base::make_weak.
Rename base/weak_unique_ptr.h -> base/weak_ptr.h
|
2017-11-30 21:33:27 +04:00 |
John Preston
|
b3da99c302
|
Replace gsl::not_null<T*> with just not_null<T*>.
|
2017-08-30 19:15:41 +03:00 |
John Preston
|
f3e65d400d
|
Display languages native names in the box.
Also don't suggest the old official languages in a popup.
|
2017-06-29 11:39:58 +03:00 |
John Preston
|
665a1acfd8
|
Apply language with app restart if logged in.
Confirm and restart if logged in, just quickly apply if not.
|
2017-06-29 11:39:54 +03:00 |
John Preston
|
f5353080e7
|
Use Qt UI language if system was not determined.
Also rename platform/mac/specific_mac.cpp to .mm
|
2017-06-29 11:39:47 +03:00 |
John Preston
|
3f0b57ec11
|
Retranslate Settings when language is changed.
Also suggest user to change language from 'en' to his for one time.
|
2017-06-29 11:39:45 +03:00 |
John Preston
|
f5dfeb0c50
|
Support cloud languages list and switching.
Add Lang::Current().updated() observable for retranslating the UI.
|
2017-06-29 11:39:43 +03:00 |