Jakie.OYMJ
bc69c8c919
fix(ui): fix the context menu enabled/disabled behaviors
7 years ago
Jakie.OYMJ
0efd142b00
chore(ui): format a few of css code
7 years ago
tox-user
2fae2a30f7
feat(chat): add UI option to mute group peers
...
Implements #4596 , #4626 , #1007
Adds a context menu to every peer label in group chat with an
option to mute chosen peers, which adds them to the blacklist.
Mutes audio of blacklisted group peers.
7 years ago
tox-user
d6df8883e3
feat(chat): full screen video chat
...
Implements #2922 and #2514 .
This change adds:
- a button for enabling full screen mode
- a panel with buttons for controlling the chat in full screen mode
- a button to toggle video preview
- new icons
fix(chat): fix buttons in full screen video call
feat(chat): add hotkey for exiting full screen video
fix(chat): use screen res to position button panel
fix(chat): dont remove video widget on window close
7 years ago
TriKriSta
40cebd421b
refactor: rename hideButton to searchHideButton
8 years ago
TriKriSta
8bb80c770c
feat: remove search button and add line in context menu
8 years ago
TriKriSta
863c46c73d
feat: add form for search
8 years ago
TriKriSta
47d9da98cf
feat: add a button to search
8 years ago
Diadlo
bb26485db6
feat(avatar): Add outline hightlight on mouse hover
8 years ago
Diadlo
e3bb4e735f
refactor: Move buttons style in ChatForm css
8 years ago
Diadlo
bf1c789fc1
refactor(style): Move chatFormHeader to chatForm
8 years ago
Diadlo
2e55eef171
refactor(css): Move all chatFormHead related css in one file
8 years ago
anthony.bilinski
b1f40decd8
fix(ui): Set tooltip colour and background for all tooltips
...
Fixes #4667
8 years ago
anthony.bilinski
fc1ed10199
fix(tooltip): Set font colour to black for beige tooltip background
...
Fixes #4641
8 years ago
ezavod
5b0bf9fc9b
fix(ui): wrong size of svg images on buttons
...
Replaced size in percentage with size in pixels in call and emote buttons.
Added margin to mic and volume buttons.
8 years ago
ezavod
f35103e547
fix(ui): fixed typos of pseudo-states in stylesheets
...
Some pseudo-states were wrongly addressed with `::` instead of `:` in
stylesheets.
8 years ago
ezavod
77aa2e9252
feat(ui): grey out proxy settings if no proxy selected
...
This is a feature proposed in #2760 .
Disabled port (QSpinBox) and address (QLineEdit) are greyed out if no proxy is selected.
8 years ago
ezavod
469dd8f75b
refactor(ui): removed trailing whitespaces
...
Removed unnecessary whitespaces from end of lines of ui stylesheets.
8 years ago
Diadlo
2aed859bdb
refactor(buttons): Mic and vol buttons now are QToolButton
9 years ago
Diadlo
5381d55e94
feat(chatform): Changed mic and vol buttons
9 years ago
Nils Fenner
917812daaa
fix: Status reflection for friend calls
9 years ago
initramfs
b7aa982a57
chore: rewrite all links to the qTox repository from tux3 to qTox
9 years ago
Diadlo
76f694fe73
style(widget): Style fixes
9 years ago
Nils Fenner
989b15e656
fix(chat): cleanup chat css base style
...
fix chat area's inner stylesheet
note: the base font is never a bold font (respects html tags: e.g. <b>bold text</b>)
fix block colors:
* action -> blue
* alert -> red
* quote -> green
9 years ago
PKEv
9ea25d1fbd
feat(importProfile): Add way to import profile
...
close #1872
change based on pr #2140 by @agilob
9 years ago
Pro
993232765e
style action messages centered and italicized
...
no more centering
remove extra spaces
squash
9 years ago
Chiitoo
7b8e947acd
Chatlog: Adjust whitespace behaviour/handling.
...
Allow for strings of whitespace characters to be displayed in chat
messages without them being truncated.
Original work by TheSpiritXIII.
10 years ago
sudden6
a89b673b40
Revert "Revert changes from merge of #2092 pull request"
...
This reverts commit 06611d618e
.
10 years ago
agilob
26918270de
Make disabled checkbox gray
10 years ago
agilob
9cb71aff68
Loginpage: Apply black colour to progressbar
10 years ago
agilob
14b2e480ae
Loginpage: Apply black colour to qcheckbox as well
10 years ago
agilob
c415e063e1
Fix label text colour in login profile
...
Before labels password and username were not visible for me
because colour (dark grey) for those label was inherited from OS
which has dark theme, and background of the label was light grey.
10 years ago
Zetok Zalbavar
ff1aa5068e
Login window: do not focus buttons when clicking
...
fix #2446
10 years ago
codedust
91b712f62c
Add :focus selector for the login button in loginScreen.css
10 years ago
Nils Fenner
ad373d0362
use native dialog buttons in message boxes
10 years ago
Nils Fenner
b32410b962
style login screen completely via css
10 years ago
Nils Fenner
06ba8a0f6a
set login dialog style via css stylesheet
10 years ago
Zetok Zalbavar
06611d618e
Revert changes from merge of #2092 pull request
...
That pull request made qTox crash in a number of ways, with no quick fix
available.
Hopefully there will be a way to fix crash, so that this commit could be
reverted, and fix applied.
10 years ago
TheSpiritXIII
997418a9de
Store friend requests
10 years ago
TheSpiritXIII
d2c0301103
Circles: Fix circle color on theme change, remove debugging stuff
...
Conflicts:
res.qrc
10 years ago
TheSpiritXIII
858b005567
Circles: Fix memory leaks and extraneous saving
10 years ago
TheSpiritXIII
ecdf863c02
Recent list selectable from drop list, bug fixes
10 years ago
Daniel Hrabovcak
00022355e8
Fixed circle compact mode and sort bugs, inline text editing stylesheet
10 years ago
Daniel Hrabovcak
631148cdae
Basic contact grouping
10 years ago
TheSpiritXIII
b83b5dbe59
Show edge markers for notifications
...
Add margin for edge notification marker
Fix conventions
Make AdjustingScrollArea not final
10 years ago
tux3
f8b9741bc4
Fix GenericChatroomWidget rigth click glitch
...
Qt doesn't get mouse move events after a right click, so right clicking on a GenericChatroomWidget would get it stuck in the highlighed style until hovered in and out again
We now explicitely interpret a right click as the mouse going out and fix the style accordingly
Since the stylesheet has precedence over a QPalette, there wasn't a clean way to handle that with a stylesheet, so we now use a QPalette directly
10 years ago
PKEv
3cc716e4e6
Correct_style_filter_combobox
...
fix #1681
10 years ago
agilob
976bd346d6
style for comobobox in friendlist panel
10 years ago
agilob
eec50124d8
style for comobobox in friendlist panel
10 years ago
tux3
c8ff943dae
Revert "Merge branch 'pr1629'"
...
This reverts commit 42a26505fa
, reversing
changes made to 23c01f2d67
.
10 years ago