By default, Bugzilla does not search the list of RESOLVED bugs.
You can force it to do so by putting the upper-case word ALL in front of your search query, e.g.: ALL tdelibs
We recommend searching for bugs this way, as you may discover that your bug has already been resolved and fixed in a later release. View | Details | Raw Unified | Return to bug 2127
Collapse All | Expand All

(-)a/configure.in.in (-3 / +3 lines)
Lines 266-272 KDE_CHECK_MDI Link Here
266
266
267
AC_DEFUN([KDE_CHECK_KNS],
267
AC_DEFUN([KDE_CHECK_KNS],
268
[
268
[
269
  AC_MSG_CHECKING(whether to use the knewstuff lib from tdelibs)
269
  AC_MSG_CHECKING(whether to use the tdenewstuff lib from tdelibs)
270
  AC_CACHE_VAL(ac_cv_kns_setup,
270
  AC_CACHE_VAL(ac_cv_kns_setup,
271
  [
271
  [
272
    AC_LANG_SAVE
272
    AC_LANG_SAVE
Lines 290-296 AC_DEFUN([KDE_CHECK_KNS], Link Here
290
   ])
290
   ])
291
291
292
  if test "$ac_cv_kns_setup" = "yes"; then
292
  if test "$ac_cv_kns_setup" = "yes"; then
293
    LIB_KNS="-lknewstuff"
293
    LIB_KNS="-ltdenewstuff"
294
    AC_MSG_RESULT(yes)
294
    AC_MSG_RESULT(yes)
295
  else
295
  else
296
    LIB_KNS=''
296
    LIB_KNS=''
Lines 300-306 AC_DEFUN([KDE_CHECK_KNS], Link Here
300
  AC_SUBST(LIB_KNS)
300
  AC_SUBST(LIB_KNS)
301
])
301
])
302
302
303
dnl Check if knewstuff is present, if not don't bother..
303
dnl Check if tdenewstuff is present, if not don't bother..
304
KDE_CHECK_KNS
304
KDE_CHECK_KNS
305
305
306
dnl remove when fixed
306
dnl remove when fixed
(-)a/kalyptus/kalyptusCxxToSmoke.pm (-1 / +1 lines)
Lines 230-236 BEGIN Link Here
230
   'TQStyle::SubControls' => 'int',
230
   'TQStyle::SubControls' => 'int',
231
);
231
);
232
232
233
$headerSubdirectories = "tdeio/|tdevelop/|kinterfacedesigner/|kontact/|kate/|tdeparts/|dom/|tdeabc/|ksettings/|kjs/|tdetexteditor/|tdeprint/|tdesu/|knewstuff/"
233
$headerSubdirectories = "tdeio/|tdevelop/|kinterfacedesigner/|kontact/|kate/|tdeparts/|dom/|tdeabc/|ksettings/|kjs/|tdetexteditor/|tdeprint/|tdesu/|tdenewstuff/"
234
234
235
}
235
}
236
236
(-)a/korundum/bin/Makefile.am (-1 / +1 lines)
Lines 1-7 Link Here
1
INCLUDES = $(all_includes) -I$(RUBY_ARCHDIR) $(RUBY_CFLAGS)
1
INCLUDES = $(all_includes) -I$(RUBY_ARCHDIR) $(RUBY_CFLAGS)
2
2
3
bin_PROGRAMS = krubyinit
3
bin_PROGRAMS = krubyinit
4
krubyinit_LDFLAGS = -module $(all_libraries) -version-info 0:0:0 -L$(top_srcdir)/smoke/tde/ -L$(RUBY_LIBDIR) -ltdemdi -lknewstuff
4
krubyinit_LDFLAGS = -module $(all_libraries) -version-info 0:0:0 -L$(top_srcdir)/smoke/tde/ -L$(RUBY_LIBDIR) -ltdemdi -ltdenewstuff
5
krubyinit_METASOURCES = AUTO
5
krubyinit_METASOURCES = AUTO
6
krubyinit_SOURCES = krubyinit.cpp
6
krubyinit_SOURCES = krubyinit.cpp
7
krubyinit_LDADD = $(LIB_KDE) $(RUBY_LIBRUBYARG) $(top_builddir)/smoke/tde/libsmoketde.la $(top_builddir)/qtruby/rubylib/qtruby/libqtrubyinternal.la
7
krubyinit_LDADD = $(LIB_KDE) $(RUBY_LIBRUBYARG) $(top_builddir)/smoke/tde/libsmoketde.la $(top_builddir)/qtruby/rubylib/qtruby/libqtrubyinternal.la
(-)a/qtruby/ChangeLog (-1 / +1 lines)
Lines 485-491 Link Here
485
485
486
2005-02-07  Richard Dale  <Richard_Dale@tipitina.demon.co.uk>
486
2005-02-07  Richard Dale  <Richard_Dale@tipitina.demon.co.uk>
487
487
488
	* Added a KNS:: namespace for the KNewStuff library
488
	* Added a KNS:: namespace for the TDENewStuff library
489
489
490
2005-02-06  Richard Dale  <Richard_Dale@tipitina.demon.co.uk>
490
2005-02-06  Richard Dale  <Richard_Dale@tipitina.demon.co.uk>
491
491
(-)a/smoke/tde/Makefile.am (-1 / +1 lines)
Lines 9-15 EXTRA_DIST=generate.pl.in qtguess.pl.in qt_smoke.h Makefile.am Link Here
9
libsmoketde_la_LDFLAGS = -version-info 3:2:2 -no-undefined $(all_libraries) $(GLINC) $(KDE_RPATH)
9
libsmoketde_la_LDFLAGS = -version-info 3:2:2 -no-undefined $(all_libraries) $(GLINC) $(KDE_RPATH)
10
10
11
# the libraries to link against.
11
# the libraries to link against.
12
libsmoketde_la_LIBADD   = $(LIB_TDEHTML) -lkjs -lfontconfig $(LIB_KMDI) $(LIB_KNS) $(LIB_TDESPELL) $(LIB_TDEUTILS) $(LIB_TDEPRINT) $(GLLIB) $(LIB_QT) $(LIB_TDEUI) $(LIB_TDECORE) $(LIB_TDEIO) $(LIB_TDEPARTS) -lDCOP -ltdefx -lknewstuff -ltdemdi
12
libsmoketde_la_LIBADD   = $(LIB_TDEHTML) -lkjs -lfontconfig $(LIB_KMDI) $(LIB_KNS) $(LIB_TDESPELL) $(LIB_TDEUTILS) $(LIB_TDEPRINT) $(GLLIB) $(LIB_QT) $(LIB_TDEUI) $(LIB_TDECORE) $(LIB_TDEIO) $(LIB_TDEPARTS) -lDCOP -ltdefx -ltdenewstuff -ltdemdi
13
13
14
x_sources =  x_1.cpp x_2.cpp x_3.cpp x_4.cpp x_5.cpp x_6.cpp x_7.cpp \
14
x_sources =  x_1.cpp x_2.cpp x_3.cpp x_4.cpp x_5.cpp x_6.cpp x_7.cpp \
15
   x_8.cpp x_9.cpp x_10.cpp x_11.cpp x_12.cpp x_13.cpp x_14.cpp x_15.cpp \
15
   x_8.cpp x_9.cpp x_10.cpp x_11.cpp x_12.cpp x_13.cpp x_14.cpp x_15.cpp \
(-)a/smoke/tde/tde_header_list (-5 / +5 lines)
Lines 432-440 tdeio/uiserver.h Link Here
432
tdeio/uiserver_stub.h
432
tdeio/uiserver_stub.h
433
netwm_def.h
433
netwm_def.h
434
netwm.h
434
netwm.h
435
knewstuff/knewstuff.h
435
tdenewstuff/knewstuff.h
436
knewstuff/knewstuffsecure.h
436
tdenewstuff/knewstuffsecure.h
437
knewstuff/engine.h
437
tdenewstuff/engine.h
438
knewstuff/entry.h
438
tdenewstuff/entry.h
439
knewstuff/provider.h
439
tdenewstuff/provider.h
440
440

Return to bug 2127