Dubslow
|
68c3d3ed07
|
Single line copy/pasted text
|
2015-02-17 20:44:23 -06:00 |
|
krepa098
|
a930b398d4
|
fix issue #1163
|
2015-02-15 19:48:16 +01:00 |
|
Dubslow
|
73e51865e7
|
Merge branch 'chatlog_merge_v3'
Conflicts:
src/chatlog/chatlog.h
|
2015-02-15 05:24:53 -06:00 |
|
Dubslow
|
b17b915dfc
|
Fix clang warnings
It complained about row being used uninitialized, though it was a spurious warning
|
2015-02-15 05:15:46 -06:00 |
|
krepa098
|
2bc7594049
|
redo layout on Settings::emojiFontChanged
|
2015-02-15 11:43:01 +01:00 |
|
krepa098
|
788d57c815
|
copy/paste changed format (issue #11)
|
2015-02-11 16:37:02 +01:00 |
|
krepa098
|
5f31921cf4
|
fix issue #10
|
2015-02-11 16:32:42 +01:00 |
|
krepa098
|
697460ca36
|
revised issue #6
|
2015-02-10 14:36:53 +01:00 |
|
krepa098
|
69fde0d8b0
|
refactoring
|
2015-02-10 14:30:49 +01:00 |
|
krepa098
|
990a7f4734
|
ownership (again)
|
2015-02-09 17:48:54 +01:00 |
|
krepa098
|
535757670b
|
copy: handle pending messages
|
2015-02-08 12:20:27 +01:00 |
|
krepa098
|
e86b03b4f7
|
add copy to selection buffer (middle mouse-button issue #6)
|
2015-02-08 10:32:52 +01:00 |
|
krepa098
|
5ec3a2db85
|
Fix ownership problem (issue #8)
|
2015-02-08 10:11:55 +01:00 |
|
krepa098
|
2dc79a80bc
|
add timestamp to copied text (issue #4)
|
2015-02-07 22:40:24 +01:00 |
|
krepa098
|
2ac86b58e0
|
do not change clipboard content if selected text is null
|
2015-02-07 17:39:56 +01:00 |
|
krepa098
|
719481b040
|
fix actions not triggering reliably + ctrl+insert shortcut on linux
|
2015-02-07 17:37:04 +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
|
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
|
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
|
1d6f3858d9
|
renamed ChatLine::boundingSceneRect to ChatLine::sceneBoundingRect
|
2015-01-31 17:49:19 +01:00 |
|
krepa098
|
5668606159
|
Speed-up rendering
|
2015-01-31 17:39:25 +01:00 |
|
krepa098
|
57485368cb
|
fix showEvent calling centerOn
|
2015-01-27 09:58:08 +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
|
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
|
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
|
34c7c7250b
|
double-click selection
|
2015-01-19 15:19:54 +01:00 |
|
krepa098
|
9df5200fc9
|
update typing notification on resize
|
2015-01-18 12:15:02 +01:00 |
|
krepa098
|
ee902ee1b0
|
don't forget to reposition the typingNotification on insertChatline*
|
2015-01-17 11:35:09 +01:00 |
|
krepa098
|
e85ff58223
|
refactoring
|
2015-01-17 11:31:57 +01:00 |
|
krepa098
|
b4fa8323af
|
refactoring, reverted ChatLog::getVisibleRect
|
2015-01-15 11:48:41 +01:00 |
|
krepa098
|
a0693c2fc9
|
tweaked ChatLog::getSelectedText
*Actions are copied as "*name action*"
*SystemInfoMessages are not copied
|
2015-01-14 20:31:40 +01:00 |
|
krepa098
|
3478a5c794
|
refactoring
|
2015-01-14 20:13:41 +01:00 |
|
krepa098
|
13746f5c38
|
More pleasant multi-line selection, refactoring
|
2015-01-14 20:10:17 +01:00 |
|
krepa098
|
3be99ae663
|
comments
|
2015-01-14 18:22:42 +01:00 |
|
krepa098
|
437282b80c
|
Don't stick to bottom if the user scrolls while the worker is still
running
|
2015-01-14 11:27:52 +01:00 |
|
krepa098
|
4930b32641
|
fixed chatlog not scrolling to bottom after resize
|
2015-01-14 10:56:44 +01:00 |
|
krepa098
|
bde32d2171
|
cleanup
|
2015-01-14 10:34:52 +01:00 |
|
krepa098
|
fb0c372c81
|
cleanup
|
2015-01-13 23:59:38 +01:00 |
|
krepa098
|
85568337e3
|
cleanup
|
2015-01-11 12:02:24 +01:00 |
|
krepa098
|
3bb52e5538
|
tweaks, colorize the blue * in /me
|
2015-01-10 22:21:33 +01:00 |
|
krepa098
|
904627e50a
|
moved typing notifications to ChatLog
|
2015-01-10 11:57:46 +01:00 |
|