Screenshot instructions:
Windows
Mac
Red Hat Linux
Ubuntu
Click URL instructions:
Right-click on ad, choose "Copy Link", then paste here →
(This may not be possible with some types of ads)
You can subscribe to this list here.
2003 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
(32) |
Aug
(24) |
Sep
(50) |
Oct
(35) |
Nov
(69) |
Dec
(74) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2004 |
Jan
(54) |
Feb
(61) |
Mar
(27) |
Apr
(28) |
May
(57) |
Jun
(44) |
Jul
(35) |
Aug
(13) |
Sep
(30) |
Oct
(67) |
Nov
(11) |
Dec
(10) |
2005 |
Jan
(22) |
Feb
(17) |
Mar
(36) |
Apr
(32) |
May
(47) |
Jun
(24) |
Jul
(17) |
Aug
(29) |
Sep
(17) |
Oct
(20) |
Nov
(40) |
Dec
(48) |
2006 |
Jan
(54) |
Feb
(29) |
Mar
(80) |
Apr
(28) |
May
(49) |
Jun
(30) |
Jul
(61) |
Aug
(50) |
Sep
(54) |
Oct
(67) |
Nov
(65) |
Dec
(18) |
2007 |
Jan
(61) |
Feb
(84) |
Mar
(41) |
Apr
(61) |
May
(21) |
Jun
(10) |
Jul
(35) |
Aug
(38) |
Sep
(18) |
Oct
(26) |
Nov
(30) |
Dec
(18) |
2008 |
Jan
(38) |
Feb
(37) |
Mar
(22) |
Apr
(22) |
May
(44) |
Jun
(59) |
Jul
(45) |
Aug
(23) |
Sep
(18) |
Oct
(16) |
Nov
(34) |
Dec
(38) |
2009 |
Jan
(56) |
Feb
(53) |
Mar
(61) |
Apr
(33) |
May
(15) |
Jun
(22) |
Jul
(23) |
Aug
(12) |
Sep
(12) |
Oct
(4) |
Nov
(16) |
Dec
(33) |
2010 |
Jan
(19) |
Feb
(25) |
Mar
(19) |
Apr
(20) |
May
(11) |
Jun
(10) |
Jul
(6) |
Aug
(19) |
Sep
(5) |
Oct
(7) |
Nov
(12) |
Dec
(7) |
2011 |
Jan
(6) |
Feb
(16) |
Mar
(6) |
Apr
(10) |
May
(9) |
Jun
(10) |
Jul
(2) |
Aug
|
Sep
(5) |
Oct
(5) |
Nov
(10) |
Dec
(8) |
2012 |
Jan
(13) |
Feb
(14) |
Mar
(2) |
Apr
(10) |
May
(6) |
Jun
(11) |
Jul
(3) |
Aug
(8) |
Sep
(57) |
Oct
(39) |
Nov
(2) |
Dec
(14) |
2013 |
Jan
(11) |
Feb
(3) |
Mar
(44) |
Apr
(2) |
May
(1) |
Jun
(7) |
Jul
(4) |
Aug
(1) |
Sep
(3) |
Oct
(3) |
Nov
(17) |
Dec
(7) |
2014 |
Jan
(7) |
Feb
(2) |
Mar
(2) |
Apr
(1) |
May
(2) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(9) |
Nov
(11) |
Dec
(2) |
2015 |
Jan
(2) |
Feb
(11) |
Mar
(5) |
Apr
(6) |
May
(1) |
Jun
|
Jul
(24) |
Aug
(2) |
Sep
(1) |
Oct
|
Nov
(1) |
Dec
(1) |
2016 |
Jan
|
Feb
|
Mar
(5) |
Apr
(13) |
May
(3) |
Jun
(2) |
Jul
(1) |
Aug
(6) |
Sep
|
Oct
|
Nov
(1) |
Dec
|
2017 |
Jan
(6) |
Feb
|
Mar
(1) |
Apr
|
May
|
Jun
|
Jul
|
Aug
(1) |
Sep
(3) |
Oct
(3) |
Nov
|
Dec
|
2018 |
Jan
(1) |
Feb
(1) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
S | M | T | W | T | F | S |
---|---|---|---|---|---|---|
|
1
|
2
|
3
|
4
|
5
(1) |
6
|
7
|
8
|
9
|
10
|
11
|
12
|
13
(2) |
14
(2) |
15
|
16
|
17
|
18
|
19
|
20
|
21
(1) |
22
|
23
|
24
(1) |
25
|
26
|
27
(3) |
28
|
29
(1) |
30
(1) |
|
|
|
|
From: Michel Ludwig <michel.ludwig@gm...> - 2010-11-27 10:11:48
|
----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/100173/#review414 ----------------------------------------------------------- CMakeLists.txt <http://git.reviewboard.kde.org/r/100173/#comment303> I don't think that we can require KDE 4.5 just yet as KDE 4.4 is still in wide-spread use. Can you put the new code within #idefs? src/codecompletion.cpp <http://git.reviewboard.kde.org/r/100173/#comment305> Why is necessary to remove this method? It seems to me that now the model might not be updated once the completion is shown and some text is changed. - Michel On 2010-11-26 23:05:31, Andrius Štikonas wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > http://git.reviewboard.kde.org/r/100173/ > ----------------------------------------------------------- > > (Updated 2010-11-26 23:05:31) > > > Review request for Kile. > > > Summary > ------- > > Make Kile work with KDE 4.6 and MovingRanges. > > > Diffs > ----- > > CMakeLists.txt e18585d > src/codecompletion.h b2f5dee > src/codecompletion.cpp c9d69da > > Diff: http://git.reviewboard.kde.org/r/100173/diff > > > Testing > ------- > > It compiles on KDE 4.5. Code completion seems to work. But I haven't tested more thoroughly. > > > Thanks, > > Andrius > > |
From: Andrius Štikonas <stikonas@gm...> - 2010-11-27 00:40:40
|
----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/100173/ ----------------------------------------------------------- Review request for Kile. Summary ------- Make Kile work with KDE 4.6 and MovingRanges. Diffs ----- CMakeLists.txt e18585d src/codecompletion.h b2f5dee src/codecompletion.cpp c9d69da Diff: http://git.reviewboard.kde.org/r/100173/diff Testing ------- It compiles on KDE 4.5. Code completion seems to work. But I haven't tested more thouroughly. Thanks, Andrius |
From: Andrius Štikonas <stikonas@gm...> - 2010-11-27 00:40:33
|
----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/100173/ ----------------------------------------------------------- (Updated 2010-11-26 23:05:31.980807) Review request for Kile. Summary ------- Make Kile work with KDE 4.6 and MovingRanges. Diffs ----- CMakeLists.txt e18585d src/codecompletion.h b2f5dee src/codecompletion.cpp c9d69da Diff: http://git.reviewboard.kde.org/r/100173/diff Testing (updated) ------- It compiles on KDE 4.5. Code completion seems to work. But I haven't tested more thoroughly. Thanks, Andrius |