Use NLogDialog instead
commitfb3dd47a41c948cacfc5d697fa8ee267989ea7af
authorToni Gundogdu <legatvs@gmail.com>
Thu, 27 Oct 2011 15:39:01 +0000 (27 18:39 +0300)
committerToni Gundogdu <legatvs@gmail.com>
Thu, 27 Oct 2011 19:55:34 +0000 (27 22:55 +0300)
tree8d76d650dfa1e1f980bdce7bee70910f70c7c13e
parent2b9280145afba0e226448b5711ad499d2844982d
Use NLogDialog instead

 * Replace old "recent URL" subsystem
 * Remove "using namespace nn"
 * Add prerequisite for QJson
 * Cleanup misc. comments
14 files changed:
src/Makefile.am
src/NLogDialog [new file with mode: 0644]
src/NRecentEntry [new file with mode: 0644]
src/NRecentMutator [new file with mode: 0644]
src/Recent.cpp [deleted file]
src/i/MainWindow.cpp
src/log/nlogdialog.cpp [new file with mode: 0644]
src/log/nlogdialog.h [new file with mode: 0644]
src/log/nlogdialog_recent.cpp [new file with mode: 0644]
src/log/nrecententry.cpp [new file with mode: 0644]
src/log/nrecententry.h [new file with mode: 0644]
src/log/nrecentmutator.cpp [new file with mode: 0644]
src/log/nrecentmutator.h [moved from src/Recent.h with 52% similarity]
src/main.cpp