Dzmitry Neviadomski
|
37f7f83d4d
|
[macOS] Apply ObjC modernizations once again. (#3358)
This doesn't include designated initializers refactoring.
|
2022-06-28 23:20:42 -05:00 |
Dmitry Serov
|
7e278c453a
|
[macOS] Optimise framework imports (#3323)
|
2022-06-28 19:15:52 -05:00 |
A Cœur
|
2e25370cc5
|
Fix QuickLook (#3001)
* Fix QuickLook symbol not found; add file sort and filesize
|
2022-05-19 23:07:17 -05:00 |
Antoine Cœur
|
5d52da8726
|
Address format conversion warnings in localizations (#3059)
|
2022-05-14 00:31:24 -05:00 |
Antoine Cœur
|
34ec2f5aa4
|
Adopting lightweight generics (#2974)
|
2022-04-29 17:51:40 -05:00 |
Charles Kerr
|
6cdc7e3828
|
refactor: remove tr_announce_list::tracker info.announce (#2931)
|
2022-04-16 15:41:51 -05:00 |
Mike Gelfand
|
d943f069f5
|
Fix code_style.sh to include *.mm files after switch to Obj-C++ (#2846)
|
2022-03-31 00:52:23 +03:00 |
Charles Kerr
|
dfc06fe918
|
refactor: use std::vector in tr_info (#2386)
|
2022-01-09 10:55:09 -06:00 |
Charles Kerr
|
8b65b660c8
|
refactor: use std::string in tr_file (#2382)
|
2022-01-08 12:53:35 -06:00 |
Charles Kerr
|
3f8cf63e59
|
refactor: use tr_torrent_metainfo in mac client (#2343)
|
2021-12-25 21:12:32 -06:00 |
Charles Kerr
|
dd1379b0b6
|
refactor: add tr_interned_string (#2332)
|
2021-12-23 11:16:05 -06:00 |
Charles Kerr
|
656df477f2
|
refactor: add tr_announce_list (#2308)
* refactor: add tr_announce_list (#2308)
|
2021-12-14 14:59:40 -06:00 |
Dzmitry Neviadomski
|
b8c01a581e
|
[macos] Replace Deprecated constants. (#2038)
* Replace Deprecated constants pt.1
- `NSOnState` -> `NSControlStateValueOn`
- `NSOffState` -> `NSControlStateValueOff`
- `MSMixedState` -> `NSControlStateValueMixed`
* Replace Deprecated constants pt.2
- `NS(\w+)AlertStyle` -> `NSAlertStyle$1`
* Replace Deprecated constants pt.3
- `NSFileHandlingPanel(\w+)Button` -> `NSModalResponse$1`
* Replace Deprecated constants pt.4
- `NSMouse(Entered|Exited)Mask` -> `NSEventMaskMouse$1`
- `NS(Left|Right)Mouse(Down|Up|Dragged)Mask` -> `NSEventMask$1Mouse$2`
- `NSMouse(Entered|Exited)` -> `NSEventTypeMouse$1`
- `NS(Left|Right)Mouse(Up|Down)` -> `NSEventType$1Mouse$2`
* Replace Deprecated constants pt.5
- `NSComposite(\w+)` -> `NSCompositingOperation$1`
* Replace Deprecated constants pt.6
- `NSAlternateKeyMask` -> `NSEventModifierFlagOption`
- `NSCommandKeyMask` -> `NSEventModifierFlagCommand`
* Replace Deprecated constants pt.7
- `NS(\w+)TextAlignment` -> `NSTextAlignment$1`
- `NSBackgroundStyleDark` -> `NSBackgroundStyleEmphasized`
* Replace Deprecated constants pt.8
- `NSTexturedRoundedBezelStyle` -> `NSBezelStyleTexturedRounded`
- `NSBorderlessWindowMask` -> `NSWindowStyleMaskBorderless`
- `NS(OK|Cancel)Button` -> `NSModalResponse$1`
|
2021-10-31 10:18:27 -05:00 |
Mike Gelfand
|
b7ba261359
|
Port macOS client to C++ (#1830)
* Rename all .m (Obj-C) files to .mm (Obj-C++)
* Fix build in Obj-C++ mode
* Fix Xcode build
|
2021-09-24 07:56:57 -05:00 |