Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
J
jami-client-macos
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
savoirfairelinux
jami-client-macos
Commits
2d621cbe
Commit
2d621cbe
authored
Oct 25, 2019
by
Kateryna Kostiuk
Browse files
Options
Downloads
Patches
Plain Diff
account jams: hide export account
Change-Id: I5001ff44867ae1802ed0d158aecde0d6779b96a2
parent
7fb002a1
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/AccRingGeneralVC.mm
+3
-0
3 additions, 0 deletions
src/AccRingGeneralVC.mm
ui/Base.lproj/AccRingGeneral.xib
+1
-0
1 addition, 0 deletions
ui/Base.lproj/AccRingGeneral.xib
with
4 additions
and
0 deletions
src/AccRingGeneralVC.mm
+
3
−
0
View file @
2d621cbe
...
@@ -56,6 +56,7 @@
...
@@ -56,6 +56,7 @@
@property
(
unsafe_unretained
)
IBOutlet
NSButton
*
passwordButton
;
@property
(
unsafe_unretained
)
IBOutlet
NSButton
*
passwordButton
;
@property
(
unsafe_unretained
)
IBOutlet
NSButton
*
linkDeviceButton
;
@property
(
unsafe_unretained
)
IBOutlet
NSButton
*
linkDeviceButton
;
@property
(
unsafe_unretained
)
IBOutlet
NSButton
*
removeAccountButton
;
@property
(
unsafe_unretained
)
IBOutlet
NSButton
*
removeAccountButton
;
@property
(
unsafe_unretained
)
IBOutlet
NSButton
*
exportAccountButton
;
@property
(
unsafe_unretained
)
IBOutlet
NSImageView
*
addProfilePhotoImage
;
@property
(
unsafe_unretained
)
IBOutlet
NSImageView
*
addProfilePhotoImage
;
@property
(
unsafe_unretained
)
IBOutlet
NSTableView
*
devicesTableView
;
@property
(
unsafe_unretained
)
IBOutlet
NSTableView
*
devicesTableView
;
@property
(
unsafe_unretained
)
IBOutlet
NSTableView
*
blockedContactsTableView
;
@property
(
unsafe_unretained
)
IBOutlet
NSTableView
*
blockedContactsTableView
;
...
@@ -94,6 +95,7 @@ QMetaObject::Connection accountStateChangedSignal;
...
@@ -94,6 +95,7 @@ QMetaObject::Connection accountStateChangedSignal;
@synthesize
blockedContactsTableView
;
@synthesize
blockedContactsTableView
;
@synthesize
linkDeviceButton
;
@synthesize
linkDeviceButton
;
@synthesize
passwordField
;
@synthesize
passwordField
;
@synthesize
exportAccountButton
;
typedef
NS_ENUM
(
NSInteger
,
TagViews
)
{
typedef
NS_ENUM
(
NSInteger
,
TagViews
)
{
DISPLAYNAME
=
100
,
DISPLAYNAME
=
100
,
...
@@ -174,6 +176,7 @@ typedef NS_ENUM(NSInteger, TagViews) {
...
@@ -174,6 +176,7 @@ typedef NS_ENUM(NSInteger, TagViews) {
[
passwordButton
setHidden
:
hideLocalAccountConfig
];
[
passwordButton
setHidden
:
hideLocalAccountConfig
];
[
linkDeviceButton
setHidden
:
hideLocalAccountConfig
];
[
linkDeviceButton
setHidden
:
hideLocalAccountConfig
];
[
passwordField
setHidden
:
hideLocalAccountConfig
];
[
passwordField
setHidden
:
hideLocalAccountConfig
];
[
exportAccountButton
setHidden
:
hideLocalAccountConfig
];
NSMutableAttributedString
*
colorTitle
=
[[
NSMutableAttributedString
alloc
]
initWithAttributedString
:[
removeAccountButton
attributedTitle
]];
NSMutableAttributedString
*
colorTitle
=
[[
NSMutableAttributedString
alloc
]
initWithAttributedString
:[
removeAccountButton
attributedTitle
]];
NSRange
titleRange
=
NSMakeRange
(
0
,
[
colorTitle
length
]);
NSRange
titleRange
=
NSMakeRange
(
0
,
[
colorTitle
length
]);
...
...
This diff is collapsed.
Click to expand it.
ui/Base.lproj/AccRingGeneral.xib
+
1
−
0
View file @
2d621cbe
...
@@ -15,6 +15,7 @@
...
@@ -15,6 +15,7 @@
<outlet
property=
"blockedContactsTableView"
destination=
"aau-IO-oSs"
id=
"Vek-r1-CDK"
/>
<outlet
property=
"blockedContactsTableView"
destination=
"aau-IO-oSs"
id=
"Vek-r1-CDK"
/>
<outlet
property=
"devicesTableView"
destination=
"Zw2-AJ-V23"
id=
"fdL-VK-1ao"
/>
<outlet
property=
"devicesTableView"
destination=
"Zw2-AJ-V23"
id=
"fdL-VK-1ao"
/>
<outlet
property=
"displayNameField"
destination=
"n2O-cF-oZh"
id=
"EaH-qO-DhI"
/>
<outlet
property=
"displayNameField"
destination=
"n2O-cF-oZh"
id=
"EaH-qO-DhI"
/>
<outlet
property=
"exportAccountButton"
destination=
"vkG-1y-zOL"
id=
"E8L-fu-2AU"
/>
<outlet
property=
"linkDeviceButton"
destination=
"xuK-C2-qCq"
id=
"Syf-y5-KnW"
/>
<outlet
property=
"linkDeviceButton"
destination=
"xuK-C2-qCq"
id=
"Syf-y5-KnW"
/>
<outlet
property=
"passwordButton"
destination=
"jn6-I2-q72"
id=
"ElE-O6-kva"
/>
<outlet
property=
"passwordButton"
destination=
"jn6-I2-q72"
id=
"ElE-O6-kva"
/>
<outlet
property=
"passwordField"
destination=
"jfs-pl-8Bb"
id=
"RYs-Qw-rCE"
/>
<outlet
property=
"passwordField"
destination=
"jfs-pl-8Bb"
id=
"RYs-Qw-rCE"
/>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment