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.
2017-06-26 18:44:30 +02:00
ezavod
f35103e547
fix(ui): fixed typos of pseudo-states in stylesheets
...
Some pseudo-states were wrongly addressed with `::` instead of `:` in
stylesheets.
2017-05-01 11:52:59 +02:00
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.
2017-05-01 11:11:23 +02:00
ezavod
469dd8f75b
refactor(ui): removed trailing whitespaces
...
Removed unnecessary whitespaces from end of lines of ui stylesheets.
2017-05-01 11:05:41 +02:00
Diadlo
2aed859bdb
refactor(buttons): Mic and vol buttons now are QToolButton
2017-01-27 00:25:37 +00:00
Diadlo
5381d55e94
feat(chatform): Changed mic and vol buttons
2017-01-27 00:20:01 +00:00
Nils Fenner
917812daaa
fix: Status reflection for friend calls
2016-12-01 08:55:13 +03:00
initramfs
b7aa982a57
chore: rewrite all links to the qTox repository from tux3 to qTox
2016-08-04 06:25:50 +08:00
Diadlo
76f694fe73
style(widget): Style fixes
2016-07-13 01:54:30 +03:00
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
2016-07-10 13:43:50 +02:00
PKEv
9ea25d1fbd
feat(importProfile): Add way to import profile
...
close #1872
change based on pr #2140 by @agilob
2016-04-25 21:12:31 +03:00
Zetok Zalbavar
375c9657ce
Merge pull request #3025
...
Action messages are now italicized.
Pro (1):
style action messages centered and italicized
2016-03-30 08:56:22 +01:00
Pro
993232765e
style action messages centered and italicized
...
no more centering
remove extra spaces
squash
2016-03-29 16:35:00 -07:00
sudden6
0f0113e72f
Merge pull request #2994
...
Chiitoo (1):
Chatlog: Adjust whitespace behaviour/handling.
2016-03-26 10:56:27 +01:00
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.
2016-03-08 22:19:47 +02:00
sudden6
a89b673b40
Revert "Revert changes from merge of #2092 pull request"
...
This reverts commit 06611d618e
.
2016-02-20 22:32:57 +01:00
agilob
26918270de
Make disabled checkbox gray
2016-01-23 15:37:28 +00:00
agilob
9cb71aff68
Loginpage: Apply black colour to progressbar
2016-01-21 19:53:33 +00:00
agilob
14b2e480ae
Loginpage: Apply black colour to qcheckbox as well
2016-01-21 19:51:54 +00:00
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.
2016-01-21 19:47:34 +00:00
Zetok Zalbavar
ff1aa5068e
Login window: do not focus buttons when clicking
...
fix #2446
2015-10-23 17:47:30 +01:00
codedust
91b712f62c
Add :focus selector for the login button in loginScreen.css
2015-10-21 14:12:18 +02:00
Nils Fenner
ad373d0362
use native dialog buttons in message boxes
2015-10-18 21:23:26 +02:00
Nils Fenner
b32410b962
style login screen completely via css
2015-10-14 21:11:39 +02:00
Nils Fenner
06ba8a0f6a
set login dialog style via css stylesheet
2015-10-13 19:02:28 +02:00
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.
2015-08-30 21:28:53 +01:00
TheSpiritXIII
997418a9de
Store friend requests
2015-08-20 17:58:03 -04:00
TheSpiritXIII
d2c0301103
Circles: Fix circle color on theme change, remove debugging stuff
...
Conflicts:
res.qrc
2015-06-26 13:38:51 +02:00
TheSpiritXIII
858b005567
Circles: Fix memory leaks and extraneous saving
2015-06-26 10:54:49 +02:00
TheSpiritXIII
ecdf863c02
Recent list selectable from drop list, bug fixes
2015-06-26 10:54:49 +02:00
Daniel Hrabovcak
00022355e8
Fixed circle compact mode and sort bugs, inline text editing stylesheet
2015-06-26 10:53:59 +02:00
Daniel Hrabovcak
631148cdae
Basic contact grouping
2015-06-26 10:51:04 +02:00
TheSpiritXIII
b83b5dbe59
Show edge markers for notifications
...
Add margin for edge notification marker
Fix conventions
Make AdjustingScrollArea not final
2015-06-10 13:20:52 -04:00
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
2015-06-07 00:33:03 +02:00
PKEv
3cc716e4e6
Correct_style_filter_combobox
...
fix #1681
2015-05-28 23:14:41 +03:00
agilob
eec50124d8
style for comobobox in friendlist panel
2015-05-16 17:27:57 +01:00
tux3
c8ff943dae
Revert "Merge branch 'pr1629'"
...
This reverts commit 42a26505fa
, reversing
changes made to 23c01f2d67
.
2015-05-12 01:44:05 +02:00
saneki
567b0d40fe
Fixed settings tabbar style
2015-05-11 17:29:07 -05:00
agilob
b89b7ed854
closes tux3/qtox#1426
2015-05-11 20:51:42 +01:00
Stefan Merettig
04dc650596
Screen grabber: Flyout menu for the screenshot button
...
When hovering over the "attach file" button in the chat form, an
additional button for the screenshot functionality will 'fly out'
to the left, showing a computer monitor as icon. Leaving the attach
file or the take screenshot button will collapse the fly out again.
Bug: Moving the mouse over the fly out and then back again to the
attach button collapses the fly out. Will sort this out later.
Also used the opportunity to rename headers from hpp -> h extension
I added earlier.
2015-05-07 20:00:20 +02:00
Stefan Merettig
c6d5b4cc55
WIP: KSnapshot-like screenshot grabber
...
WIP of a screenshot grabber accessible from the chat form to allow
users to easily send a part of a screenshot
2015-05-07 19:55:28 +02:00
Rohil Surana
a677e34ca4
Removed corner border in scroll area
2015-04-24 22:04:57 +02:00
Rohil Surana
c540c4dc91
Corrected a spelling mistake
2015-03-23 00:49:48 +05:30
novist
95f2a3d8b3
Missing svgs
2015-03-16 20:46:41 +02:00
novist
c6312fd196
PNG images replaced with SVG
...
Closes #1050
2015-03-13 20:30:54 +02:00
tux3
3af631ebab
Merge branch 'pr1266'
2015-02-23 23:27:53 +01:00
Joseph Anania III
bfc06df8a5
changed emoticon widget to show 24x24 emoticons
2015-02-18 11:31:40 -05:00
TheLastProject
e5040caad4
Fix docname in dir.svg
2015-02-17 20:12:29 +01:00
TheLastProject
4edb608777
Add open directory option to completed file transfers
2015-02-17 20:07:25 +01:00
krepa098
205f950073
refactoring & dark-theme awareness
2015-02-15 10:51:54 +01:00