krepa098
|
6b605fbdc3
|
FTW: Replaced QPropertyAnimation by QVariantAnimation
|
2015-02-07 14:02:40 +01:00 |
|
krepa098
|
b9dcb3bd9b
|
cleanup
|
2015-02-06 16:12:24 +01:00 |
|
krepa098
|
f525fa83f3
|
Spinner: fade in
|
2015-02-06 14:04:15 +01:00 |
|
krepa098
|
3c349e29ad
|
cleanup
|
2015-02-06 14:04:15 +01:00 |
|
krepa098
|
c2ddc91d58
|
faster, synchronized spinners
|
2015-02-06 14:04:15 +01:00 |
|
krepa098
|
1e2f801dfe
|
Spinner: lowered rotational speed
|
2015-02-05 10:13:37 +01:00 |
|
krepa098
|
f5cf9677ae
|
FTW: don't display "Location not writable" if path is empty
|
2015-02-05 09:59:47 +01:00 |
|
krepa098
|
5e4e56778b
|
FTW: color animation
|
2015-02-04 17:21:56 +01:00 |
|
krepa098
|
633ca9c3ac
|
cleanup
|
2015-02-04 15:36:45 +01:00 |
|
krepa098
|
6cf3f9e1c2
|
fix bbox calculation
|
2015-02-04 15:36:26 +01:00 |
|
krepa098
|
09291bad52
|
fix crash on exit
|
2015-02-04 09:52:55 +01:00 |
|
krepa098
|
7321127794
|
set the correct wrap mode
|
2015-02-03 22:06:31 +01:00 |
|
krepa098
|
bc21af4fa2
|
ChatLog: don't start the resize worker if the width doesn't change
|
2015-02-03 17:28:42 +01:00 |
|
krepa098
|
e4c52e6118
|
use QPainter::setClipRect
|
2015-02-03 16:17:37 +01:00 |
|
krepa098
|
5c01f1585b
|
change color for precise selection on focus-in/out
|
2015-02-03 10:33:46 +01:00 |
|
krepa098
|
8d7a32f4ec
|
selection rect: change color on focus-in/out, action cleanup
|
2015-02-02 18:11:29 +01:00 |
|
krepa098
|
39b2771b8d
|
tweaked ChatLog::getSelectedText
|
2015-02-02 15:05:27 +01:00 |
|
krepa098
|
e67db1575d
|
fixup! Merge branch 'master' into chatlog_v3_1
|
2015-02-02 14:50:06 +01:00 |
|
krepa098
|
53ba982203
|
optimizations and tweaks
|
2015-02-02 11:11:09 +01:00 |
|
krepa098
|
f15b9da1e1
|
fix a render artifact
|
2015-01-31 19:19:13 +01:00 |
|
krepa098
|
f288fe5c1e
|
tweaks
|
2015-01-31 18:37:20 +01:00 |
|
krepa098
|
740d62ec49
|
change ChatLine::isVisible to false, rename Text::isVisible to
Text::keepInMemory
|
2015-01-31 18:12:51 +01:00 |
|
krepa098
|
2206db1406
|
comparators should be public
|
2015-01-31 17:50:35 +01:00 |
|
krepa098
|
1d6f3858d9
|
renamed ChatLine::boundingSceneRect to ChatLine::sceneBoundingRect
|
2015-01-31 17:49:19 +01:00 |
|
krepa098
|
6a50add547
|
ChatLineContent: removed boundingSceneRect()
|
2015-01-31 17:46:25 +01:00 |
|
krepa098
|
5668606159
|
Speed-up rendering
|
2015-01-31 17:39:25 +01:00 |
|
krepa098
|
7ec54c972c
|
set ChatLine::isVisible to true
|
2015-01-31 17:32:41 +01:00 |
|
krepa098
|
ebebde1b09
|
use QSize instead of QSizeF, cleanup
|
2015-01-27 11:20:35 +01:00 |
|
krepa098
|
cfe4458d37
|
Moved status messages back to the left
|
2015-01-27 10:52:23 +01:00 |
|
krepa098
|
ce486eb1b3
|
FileTransferWidget: visual tweaks
|
2015-01-27 10:49:18 +01:00 |
|
krepa098
|
57485368cb
|
fix showEvent calling centerOn
|
2015-01-27 09:58:08 +01:00 |
|
krepa098
|
f509e07c45
|
make use of EmojiFontPointSize (fix #1026)
|
2015-01-26 23:19:18 +01:00 |
|
krepa098
|
a558733507
|
ChatLog::selectAll, refactoring of actions (issue #808)
|
2015-01-26 19:32:33 +01:00 |
|
krepa098
|
ecf15a6ca3
|
fix regression: chatlog didn't scroll to bottom on startup
|
2015-01-26 19:15:29 +01:00 |
|
krepa098
|
0442db2bae
|
reposition busy notification *after* resize
|
2015-01-26 19:01:18 +01:00 |
|
krepa098
|
bbd20496fd
|
specify background brush
|
2015-01-26 17:12:22 +01:00 |
|
krepa098
|
5be6caca68
|
[HiDPI] ChatLog: replaced all .png by .svg, FTW custom paintEvent
This does not enable HiDPI support!
issue #975
|
2015-01-26 14:01:42 +01:00 |
|
krepa098
|
a418ae3df6
|
use html <center> instead of ColumnFormat::Center
|
2015-01-25 15:59:44 +01:00 |
|
krepa098
|
cae965e750
|
ChatMessage::createChatInfoMessage: use toHtmlChars
|
2015-01-25 15:53:13 +01:00 |
|
krepa098
|
6719ebebae
|
Added Timestamp class, moved output generation while saving to
GenericChatForm and changed the generated layout
|
2015-01-25 14:34:36 +01:00 |
|
krepa098
|
6e05782fb7
|
ChatLog: busy-screen during resize
Gets rid of most ugly hacks
|
2015-01-25 14:06:06 +01:00 |
|
krepa098
|
9cb7ba06ed
|
cleanup
|
2015-01-21 15:58:43 +01:00 |
|
krepa098
|
ad39251166
|
typo
|
2015-01-20 11:51:34 +01:00 |
|
krepa098
|
d0bd6e9dca
|
show 2 decimals starting from MiB
|
2015-01-20 11:08:40 +01:00 |
|
krepa098
|
2fa2fc1df5
|
fix divide by zero
|
2015-01-20 11:07:40 +01:00 |
|
krepa098
|
13e0a8a292
|
cleanup
|
2015-01-20 10:55:51 +01:00 |
|
krepa098
|
5d5a0903f7
|
renamed get/setRowIndex to get/setRow
|
2015-01-20 10:31:50 +01:00 |
|
krepa098
|
bb29536df1
|
NotificationIcon
|
2015-01-19 19:04:19 +01:00 |
|
krepa098
|
b5b6ae99c0
|
Text: extractSanitizedText, hookup double-click selection
|
2015-01-19 17:56:37 +01:00 |
|
krepa098
|
1fd456833c
|
Merge pull request #3 from dubslow/chatlog_v3_1
minor code cleanup
|
2015-01-19 15:25:22 +01:00 |
|