
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
4 years ago
Changelog 4 years ago
=> Version 1.0.0
First Version
=> Version 1.0.1
Clean and reorganization of software
Become CMake Project
Fix Bugs
=> Version 1.0.2
Window event on Change
Fix Bug : Inactive Window and others
Add INSTALL and CHANGELOG files
Fix Problemes with kdevelop and CMake
=> Version 1.0.3
Fix Bug : Quit when all windows are close.
Support Windows
=> Version 1.0.4
CMake => QMake
New window log interface
Setting Gradient
Add Hide/Show Menu button
Fix a bug : Windows position
Fix a bug : Windows status (Show/Hide)
Fix a bug : Enabled button of Menu
Fix a bug : Configure Text Color
Fix an others small bug
Move root relaunch function
deprecat
12 years ago
Report
mattepiu
14 years ago
1- display only the last n lines like tail, and maybe allow piping (| grep and/or | cut are useful! )
2- show as dock window (no entry in application bar, all desktops, stays in background just over desktop)
Report
xes
14 years ago
2 : I've had a problem with qt4 and kde3. I need a kdelib3 for made it but kdelib3 is built with qt3 and there is a conflict. I'm looking for fix it.
Thanks for your comments ;-)
Report
pupil
14 years ago
Report
xes
14 years ago
I added the link but I don't rebuild debian package because there aren't difference in Linux.
Report
Mule
14 years ago
after ./install.sh I get:
echo -e "\n ===> Cleaning ..."
===> Cleaning ...
rm -rf build src/*~ *~
echo -e "\n ===> 1/ Preparing ..."
===> 1/ Preparing ...
mkdir build
cd build && cmake ..
-- Check for working C compiler: gcc
-- Check for working C compiler: gcc -- works
-- Check size of void*
-- Check size of void* - done
-- Check for working CXX compiler: c++
-- Check for working CXX compiler: c++ -- works
-- Klogshow 1.0.2 will be built to install into /usr/local
-- => Release build (use -DDEBUG=1 for debug one)
CMake Error: Error in cmake code at
/usr/share/CMake/Modules/FindQt4.cmake:857:
MESSAGE Qt qmake not found!
Current CMake stack: /var/src/tar/klogshow-1.0.2/CMakeLists.txt;/usr/share/CMake/Modules/CMakeCInformation.cmake;/usr/share/CMake/Modules/CMakeCXXInformation.cmake;/usr/share/CMake/Modules/FindQt4.cmake
-- Configuring done
make: *** [all] Error 255
echo -e "\n ===> 3/ Installing ..."
===> 3/ Installing ...
cd build && make install
make[1]: Entering directory `/var/src/tar/klogshow-1.0.2/build'
make[1]: *** No rule to make target `install'. Stop.
make[1]: Leaving directory `/var/src/tar/klogshow-1.0.2/build'
make: *** [install] Error 2
echo -e "\n ===> Cleaning ..."
===> Cleaning ...
rm -rf build src/*~ *~
Report
xes
14 years ago
I don't know whose package it is in Mandriva.
You can look for that surely with command "urmpi".
Is Qmake it present on your computer? (Try to enter "qmake" in consol)
If it's not Ok, send me an EMail here : [email protected] (Please remove NOSPAM in my address for reply)
Report
pupil
14 years ago
Report
xes
14 years ago
Report
pepone
14 years ago
/opt/src/klogshow $ make
cd src && make -f Makefile
make[1]: Entering directory `/opt/src/klogshow/src'
/usr/bin/uic mainWindow.ui -o ui_mainWindow.h
/usr/bin/uic confWindow.ui -o ui_confWindow.h
g++ -c -pipe -g -D_REENTRANT -Wall -W -DQT_GUI_LIB -DQT_CORE_LIB -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4 -I. -I. -o main.o main.cpp
In file included from confWindow.h:27,
from mainObj.h:23,
from main.cpp:21:
./ui_confWindow.h: In member function `void Ui_confWindow::setupUi(QDialog*)':
./ui_confWindow.h:171: error: 'class QTextEdit' has no member named 'setTextInteractionFlags'
./ui_confWindow.h:171: error: `NoTextInteraction' is not a member of `Qt'
In file included from mainWindow.h:27,
from mainObj.h:24,
from main.cpp:21:
ui_mainWindow.h: In member function `void Ui_mainWindow::setupUi(QDialog*)':
ui_mainWindow.h:90: error: 'class QTextEdit' has no member named 'setCursorWidth'
ui_mainWindow.h:91: error: 'class QTextEdit' has no member named 'setTextInteractionFlags'
ui_mainWindow.h:91: error: `NoTextInteraction' is not a member of `Qt'
In file included from mainObj.h:24,
from main.cpp:21:
mainWindow.h: At global scope:
mainWindow.h:56: error: ISO C++ forbids declaration of `QFileSystemWatcher' with no type
mainWindow.h:56: error: expected `;' before '*' token
In file included from main.cpp:21:
mainObj.h:46: error: ISO C++ forbids declaration of `QWidgetAction' with no type
mainObj.h:46: error: expected `;' before '*' token
mainObj.h:50: error: ISO C++ forbids declaration of `QSystemTrayIcon' with no type
mainObj.h:50: error: expected `;' before '*' token
make[1]: *** [main.o] Error 1
make[1]: Leaving directory `/opt/src/klogshow/src'
make: *** [sub-src-make_default] Error 2
my system is gentoo linux qt-4.1.4 , gcc -3.4.6
Report
xes
14 years ago
Next, tell me if you have a problem for make program with libqt-4.2.
Report
jayenell
14 years ago
1. Transparency doesn't work
2. It's only displayed on one desktop, Ik like to have it on all desktops.
Cheers,
J
Report
xes
14 years ago
You also enable transparency if you install compize/beryl.
++
Report
jayenell
14 years ago
Anyhow my Superkaramba themes are transparent and kicker is transparent. So why can't this program not be transparant?
Another issue I've forgot to mention:
*The application has an entry in the taskbar for every log file. I like to disable the use of the taskbar completely, because I like to have those log windows on the background/desktop.
Report
xes
14 years ago
I look for make a "false" transparency but it's "deprecated"
For the taskbar, I will make this but it's not easy for the moment for make it in kde3.5 (it's not possible to use libkde4 in kde3) and windows.
Report
jayenell
14 years ago
Report
xes
14 years ago
Report
Cypress
14 years ago
Report
xes
14 years ago
Report