Tkabber

Check-in [c5ea281ea7]
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
Comment:Don't use black for group and connection label borders.
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: c5ea281ea7205a6c3e35bc4cceaab90f6ba93ac2
User & Date: sgolovan 2016-02-18 07:42:26
Context
2016-03-17
11:30
Loosened the condition for forbidden characters in URLs. check-in: 0b5ca21001 user: sgolovan tags: trunk
2016-02-18
07:42
Don't use black for group and connection label borders. check-in: c5ea281ea7 user: sgolovan tags: trunk
2016-02-07
10:12
Don't show the conference's roster notes in the occupant's user info window. check-in: dbfe9ae6b5 user: sgolovan tags: trunk
Changes
Hide Diffs Unified Diffs Ignore Whitespace Patch

Changes to ChangeLog.






1
2
3
4
5
6
7





2016-02-07  Sergei Golovan  <sgolovan@nes.ru>

	* plugins/roster/annotations.tcl: Don't show the conference's roster
	  notes in the occupant's user info window.

2016-02-04  Sergei Golovan  <sgolovan@nes.ru>

>
>
>
>
>







1
2
3
4
5
6
7
8
9
10
11
12
2016-02-18  Sergei Golovan  <sgolovan@nes.ru>

	* ifacetk/roster.tcl: Don't use black for group and connection label
	  borders.

2016-02-07  Sergei Golovan  <sgolovan@nes.ru>

	* plugins/roster/annotations.tcl: Don't show the conference's roster
	  notes in the occupant's user info window.

2016-02-04  Sergei Golovan  <sgolovan@nes.ru>

Changes to ifacetk/roster.tcl.

40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
option add *Roster.jidborder              $tbackground       widgetDefault
option add *Roster.metajidfill            $bbackground       widgetDefault
option add *Roster.metajidhlfill          $bactiveBackground widgetDefault
option add *Roster.metajidborder          $bbackground       widgetDefault
option add *Roster.groupfill              $bbackground       widgetDefault
option add *Roster.groupcfill             $bbackground       widgetDefault
option add *Roster.grouphlfill            $bactiveBackground widgetDefault
option add *Roster.groupborder            $tforeground       widgetDefault
option add *Roster.connectionfill         $tbackground       widgetDefault
option add *Roster.connectioncfill        $tbackground       widgetDefault
option add *Roster.connectionhlfill       $bactiveBackground widgetDefault
option add *Roster.connectionborder       $tforeground       widgetDefault
option add *Roster.unsubscribedforeground #663333            widgetDefault
option add *Roster.unavailableforeground  #666666            widgetDefault
option add *Roster.dndforeground          #666633            widgetDefault
option add *Roster.xaforeground           #004d80            widgetDefault
option add *Roster.awayforeground         #004d80            widgetDefault
option add *Roster.availableforeground    #0066cc            widgetDefault
option add *Roster.chatforeground         #0099cc            widgetDefault







|



|







40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
option add *Roster.jidborder              $tbackground       widgetDefault
option add *Roster.metajidfill            $bbackground       widgetDefault
option add *Roster.metajidhlfill          $bactiveBackground widgetDefault
option add *Roster.metajidborder          $bbackground       widgetDefault
option add *Roster.groupfill              $bbackground       widgetDefault
option add *Roster.groupcfill             $bbackground       widgetDefault
option add *Roster.grouphlfill            $bactiveBackground widgetDefault
option add *Roster.groupborder            $bbackground       widgetDefault
option add *Roster.connectionfill         $tbackground       widgetDefault
option add *Roster.connectioncfill        $tbackground       widgetDefault
option add *Roster.connectionhlfill       $bactiveBackground widgetDefault
option add *Roster.connectionborder       $bbackground       widgetDefault
option add *Roster.unsubscribedforeground #663333            widgetDefault
option add *Roster.unavailableforeground  #666666            widgetDefault
option add *Roster.dndforeground          #666633            widgetDefault
option add *Roster.xaforeground           #004d80            widgetDefault
option add *Roster.awayforeground         #004d80            widgetDefault
option add *Roster.availableforeground    #0066cc            widgetDefault
option add *Roster.chatforeground         #0099cc            widgetDefault