|
a/src/qtgui/rclmain.cpp |
|
b/src/qtgui/rclmain.cpp |
1 |
#ifndef lint
|
1 |
#ifndef lint
|
2 |
static char rcsid[] = "@(#$Id: rclmain.cpp,v 1.34 2006-09-21 12:56:57 dockes Exp $ (C) 2005 J.F.Dockes";
|
2 |
static char rcsid[] = "@(#$Id: rclmain.cpp,v 1.35 2006-09-22 07:29:34 dockes Exp $ (C) 2005 J.F.Dockes";
|
3 |
#endif
|
3 |
#endif
|
4 |
/*
|
4 |
/*
|
5 |
* This program is free software; you can redistribute it and/or modify
|
5 |
* This program is free software; you can redistribute it and/or modify
|
6 |
* it under the terms of the GNU General Public License as published by
|
6 |
* it under the terms of the GNU General Public License as published by
|
7 |
* the Free Software Foundation; either version 2 of the License, or
|
7 |
* the Free Software Foundation; either version 2 of the License, or
|
|
... |
|
... |
56 |
#include "advsearch.h"
|
56 |
#include "advsearch.h"
|
57 |
#include "rclversion.h"
|
57 |
#include "rclversion.h"
|
58 |
#include "sortseq.h"
|
58 |
#include "sortseq.h"
|
59 |
#include "uiprefs.h"
|
59 |
#include "uiprefs.h"
|
60 |
#include "guiutils.h"
|
60 |
#include "guiutils.h"
|
61 |
#include "rclreslist.h"
|
61 |
#include "reslist.h"
|
62 |
#include "transcode.h"
|
62 |
#include "transcode.h"
|
63 |
|
63 |
|
64 |
#include "rclmain.h"
|
64 |
#include "rclmain.h"
|
65 |
#include "moc_rclmain.cpp"
|
65 |
#include "moc_rclmain.cpp"
|
66 |
|
66 |
|
|
... |
|
... |
558 |
// Add term to simple search. Term comes out of double-click in
|
558 |
// Add term to simple search. Term comes out of double-click in
|
559 |
// reslist or preview. The cleanup code is really horrible. Selection
|
559 |
// reslist or preview. The cleanup code is really horrible. Selection
|
560 |
// out of the reslist will typically look like
|
560 |
// out of the reslist will typically look like
|
561 |
// <!-- Fragment -->sometext
|
561 |
// <!-- Fragment -->sometext
|
562 |
// It would probably be better to cleanup in preview.ui.h and
|
562 |
// It would probably be better to cleanup in preview.ui.h and
|
563 |
// rclreslist.cpp and do the proper html stuff in the latter case
|
563 |
// reslist.cpp and do the proper html stuff in the latter case
|
564 |
// (which is different because it's format is explicit richtext
|
564 |
// (which is different because it's format is explicit richtext
|
565 |
// instead of auto as for preview, needed because it's built by
|
565 |
// instead of auto as for preview, needed because it's built by
|
566 |
// fragments?).
|
566 |
// fragments?).
|
567 |
static const char* punct = " \t()<>\"'[]{}!^*,\n\r";
|
567 |
static const char* punct = " \t()<>\"'[]{}!^*,\n\r";
|
568 |
void RclMain::ssearchAddTerm(QString term)
|
568 |
void RclMain::ssearchAddTerm(QString term)
|