diff --git a/kfilereplace/CMakeLists.txt b/kfilereplace/CMakeLists.txt new file mode 100644 index 00000000..f5424795 --- /dev/null +++ b/kfilereplace/CMakeLists.txt @@ -0,0 +1,59 @@ +project(kfilereplace) + +add_definitions(-DQT3_SUPPORT -DQT3_SUPPORT_WARNINGS) + +add_subdirectory( toolbar ) + +########### next target ############### + +set(kfilereplacepart_PART_SRCS + kfilereplacepart.cpp + kfilereplaceview.cpp + kaddstringdlg.cpp + knewprojectdlg.cpp + koptionsdlg.cpp + kfilereplacelib.cpp + report.cpp + commandengine.cpp + configurationclasses.cpp ) + +qt4_add_dbus_adaptor( kfilereplacepart_PART_SRCS org.kde.kfilereplace.xml kfilereplacepart.h KFileReplacePart ) + + +kde4_add_ui3_files(kfilereplacepart_PART_SRCS + kfilereplaceviewwdg.ui + kaddstringdlgs.ui + knewprojectdlgs.ui + koptionsdlgs.ui ) + +kde4_add_plugin(kfilereplacepart WITH_PREFIX ${kfilereplacepart_PART_SRCS}) + + + +target_link_libraries(kfilereplacepart ${KDE4_KDE3SUPPORT_LIBS} ${KDE4_KPARTS_LIBS} ) + +install(TARGETS kfilereplacepart DESTINATION ${PLUGIN_INSTALL_DIR}) + + +########### next target ############### + +set(kfilereplace_SRCS kfilereplace.cpp main.cpp ) + + +kde4_add_executable(kfilereplace ${kfilereplace_SRCS}) + +target_link_libraries(kfilereplace ${KDE4_KPARTS_LIBS} ) + +install(TARGETS kfilereplace ${INSTALL_TARGETS_DEFAULT_ARGS} ) + + +########### install files ############### + +install( FILES kfilereplace.desktop DESTINATION ${XDG_APPS_INSTALL_DIR}) +install( FILES kfilereplacepartui.rc DESTINATION ${DATA_INSTALL_DIR}/kfilereplacepart) +install( FILES kfilereplaceui.rc DESTINATION ${DATA_INSTALL_DIR}/kfilereplace) +install( FILES kfilereplacepart.desktop DESTINATION ${SERVICES_INSTALL_DIR}) +install( FILES org.kde.kfilereplace.xml DESTINATION ${DBUS_INTERFACES_INSTALL_DIR} ) + +kde4_install_icons( ${ICON_INSTALL_DIR} ) + diff --git a/kfilereplace/COPYING b/kfilereplace/COPYING new file mode 100644 index 00000000..ffe677b2 --- /dev/null +++ b/kfilereplace/COPYING @@ -0,0 +1,280 @@ + GNU GENERAL PUBLIC LICENSE + Version 2, June 1991 + + Copyright (C) 1989, 1991 Free Software Foundation, Inc. + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + Everyone is permitted to copy and distribute verbatim copies + of this license document, but changing it is not allowed. + + Preamble + + The licenses for most software are designed to take away your +freedom to share and change it. By contrast, the GNU General Public +License is intended to guarantee your freedom to share and change free +software--to make sure the software is free for all its users. This +General Public License applies to most of the Free Software +Foundation's software and to any other program whose authors commit to +using it. (Some other Free Software Foundation software is covered by +the GNU Library General Public License instead.) You can apply it to +your programs, too. + + When we speak of free software, we are referring to freedom, not +price. Our General Public Licenses are designed to make sure that you +have the freedom to distribute copies of free software (and charge for +this service if you wish), that you receive source code or can get it +if you want it, that you can change the software or use pieces of it +in new free programs; and that you know you can do these things. + + To protect your rights, we need to make restrictions that forbid +anyone to deny you these rights or to ask you to surrender the rights. +These restrictions translate to certain responsibilities for you if you +distribute copies of the software, or if you modify it. + + For example, if you distribute copies of such a program, whether +gratis or for a fee, you must give the recipients all the rights that +you have. You must make sure that they, too, receive or can get the +source code. And you must show them these terms so they know their +rights. + + We protect your rights with two steps: (1) copyright the software, and +(2) offer you this license which gives you legal permission to copy, +distribute and/or modify the software. + + Also, for each author's protection and ours, we want to make certain +that everyone understands that there is no warranty for this free +software. If the software is modified by someone else and passed on, we +want its recipients to know that what they have is not the original, so +that any problems introduced by others will not reflect on the original +authors' reputations. + + Finally, any free program is threatened constantly by software +patents. We wish to avoid the danger that redistributors of a free +program will individually obtain patent licenses, in effect making the +program proprietary. To prevent this, we have made it clear that any +patent must be licensed for everyone's free use or not licensed at all. + + The precise terms and conditions for copying, distribution and +modification follow. + + GNU GENERAL PUBLIC LICENSE + TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION + + 0. This License applies to any program or other work which contains +a notice placed by the copyright holder saying it may be distributed +under the terms of this General Public License. The "Program", below, +refers to any such program or work, and a "work based on the Program" +means either the Program or any derivative work under copyright law: +that is to say, a work containing the Program or a portion of it, +either verbatim or with modifications and/or translated into another +language. (Hereinafter, translation is included without limitation in +the term "modification".) Each licensee is addressed as "you". + +Activities other than copying, distribution and modification are not +covered by this License; they are outside its scope. The act of +running the Program is not restricted, and the output from the Program +is covered only if its contents constitute a work based on the +Program (independent of having been made by running the Program). +Whether that is true depends on what the Program does. + + 1. You may copy and distribute verbatim copies of the Program's +source code as you receive it, in any medium, provided that you +conspicuously and appropriately publish on each copy an appropriate +copyright notice and disclaimer of warranty; keep intact all the +notices that refer to this License and to the absence of any warranty; +and give any other recipients of the Program a copy of this License +along with the Program. + +You may charge a fee for the physical act of transferring a copy, and +you may at your option offer warranty protection in exchange for a fee. + + 2. You may modify your copy or copies of the Program or any portion +of it, thus forming a work based on the Program, and copy and +distribute such modifications or work under the terms of Section 1 +above, provided that you also meet all of these conditions: + + a) You must cause the modified files to carry prominent notices + stating that you changed the files and the date of any change. + + b) You must cause any work that you distribute or publish, that in + whole or in part contains or is derived from the Program or any + part thereof, to be licensed as a whole at no charge to all third + parties under the terms of this License. + + c) If the modified program normally reads commands interactively + when run, you must cause it, when started running for such + interactive use in the most ordinary way, to print or display an + announcement including an appropriate copyright notice and a + notice that there is no warranty (or else, saying that you provide + a warranty) and that users may redistribute the program under + these conditions, and telling the user how to view a copy of this + License. (Exception: if the Program itself is interactive but + does not normally print such an announcement, your work based on + the Program is not required to print an announcement.) + +These requirements apply to the modified work as a whole. If +identifiable sections of that work are not derived from the Program, +and can be reasonably considered independent and separate works in +themselves, then this License, and its terms, do not apply to those +sections when you distribute them as separate works. But when you +distribute the same sections as part of a whole which is a work based +on the Program, the distribution of the whole must be on the terms of +this License, whose permissions for other licensees extend to the +entire whole, and thus to each and every part regardless of who wrote it. + +Thus, it is not the intent of this section to claim rights or contest +your rights to work written entirely by you; rather, the intent is to +exercise the right to control the distribution of derivative or +collective works based on the Program. + +In addition, mere aggregation of another work not based on the Program +with the Program (or with a work based on the Program) on a volume of +a storage or distribution medium does not bring the other work under +the scope of this License. + + 3. You may copy and distribute the Program (or a work based on it, +under Section 2) in object code or executable form under the terms of +Sections 1 and 2 above provided that you also do one of the following: + + a) Accompany it with the complete corresponding machine-readable + source code, which must be distributed under the terms of Sections + 1 and 2 above on a medium customarily used for software interchange; or, + + b) Accompany it with a written offer, valid for at least three + years, to give any third party, for a charge no more than your + cost of physically performing source distribution, a complete + machine-readable copy of the corresponding source code, to be + distributed under the terms of Sections 1 and 2 above on a medium + customarily used for software interchange; or, + + c) Accompany it with the information you received as to the offer + to distribute corresponding source code. (This alternative is + allowed only for noncommercial distribution and only if you + received the program in object code or executable form with such + an offer, in accord with Subsection b above.) + +The source code for a work means the preferred form of the work for +making modifications to it. For an executable work, complete source +code means all the source code for all modules it contains, plus any +associated interface definition files, plus the scripts used to +control compilation and installation of the executable. However, as a +special exception, the source code distributed need not include +anything that is normally distributed (in either source or binary +form) with the major components (compiler, kernel, and so on) of the +operating system on which the executable runs, unless that component +itself accompanies the executable. + +If distribution of executable or object code is made by offering +access to copy from a designated place, then offering equivalent +access to copy the source code from the same place counts as +distribution of the source code, even though third parties are not +compelled to copy the source along with the object code. + + 4. You may not copy, modify, sublicense, or distribute the Program +except as expressly provided under this License. Any attempt +otherwise to copy, modify, sublicense or distribute the Program is +void, and will automatically terminate your rights under this License. +However, parties who have received copies, or rights, from you under +this License will not have their licenses terminated so long as such +parties remain in full compliance. + + 5. You are not required to accept this License, since you have not +signed it. However, nothing else grants you permission to modify or +distribute the Program or its derivative works. These actions are +prohibited by law if you do not accept this License. Therefore, by +modifying or distributing the Program (or any work based on the +Program), you indicate your acceptance of this License to do so, and +all its terms and conditions for copying, distributing or modifying +the Program or works based on it. + + 6. Each time you redistribute the Program (or any work based on the +Program), the recipient automatically receives a license from the +original licensor to copy, distribute or modify the Program subject to +these terms and conditions. You may not impose any further +restrictions on the recipients' exercise of the rights granted herein. +You are not responsible for enforcing compliance by third parties to +this License. + + 7. If, as a consequence of a court judgment or allegation of patent +infringement or for any other reason (not limited to patent issues), +conditions are imposed on you (whether by court order, agreement or +otherwise) that contradict the conditions of this License, they do not +excuse you from the conditions of this License. If you cannot +distribute so as to satisfy simultaneously your obligations under this +License and any other pertinent obligations, then as a consequence you +may not distribute the Program at all. For example, if a patent +license would not permit royalty-free redistribution of the Program by +all those who receive copies directly or indirectly through you, then +the only way you could satisfy both it and this License would be to +refrain entirely from distribution of the Program. + +If any portion of this section is held invalid or unenforceable under +any particular circumstance, the balance of the section is intended to +apply and the section as a whole is intended to apply in other +circumstances. + +It is not the purpose of this section to induce you to infringe any +patents or other property right claims or to contest validity of any +such claims; this section has the sole purpose of protecting the +integrity of the free software distribution system, which is +implemented by public license practices. Many people have made +generous contributions to the wide range of software distributed +through that system in reliance on consistent application of that +system; it is up to the author/donor to decide if he or she is willing +to distribute software through any other system and a licensee cannot +impose that choice. + +This section is intended to make thoroughly clear what is believed to +be a consequence of the rest of this License. + + 8. If the distribution and/or use of the Program is restricted in +certain countries either by patents or by copyrighted interfaces, the +original copyright holder who places the Program under this License +may add an explicit geographical distribution limitation excluding +those countries, so that distribution is permitted only in or among +countries not thus excluded. In such case, this License incorporates +the limitation as if written in the body of this License. + + 9. The Free Software Foundation may publish revised and/or new versions +of the General Public License from time to time. Such new versions will +be similar in spirit to the present version, but may differ in detail to +address new problems or concerns. + +Each version is given a distinguishing version number. If the Program +specifies a version number of this License which applies to it and "any +later version", you have the option of following the terms and conditions +either of that version or of any later version published by the Free +Software Foundation. If the Program does not specify a version number of +this License, you may choose any version ever published by the Free Software +Foundation. + + 10. If you wish to incorporate parts of the Program into other free +programs whose distribution conditions are different, write to the author +to ask for permission. For software which is copyrighted by the Free +Software Foundation, write to the Free Software Foundation; we sometimes +make exceptions for this. Our decision will be guided by the two goals +of preserving the free status of all derivatives of our free software and +of promoting the sharing and reuse of software generally. + + NO WARRANTY + + 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY +FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN +OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES +PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED +OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS +TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE +PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, +REPAIR OR CORRECTION. + + 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING +WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR +REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, +INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING +OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED +TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY +YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER +PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE +POSSIBILITY OF SUCH DAMAGES. + + END OF TERMS AND CONDITIONS diff --git a/kfilereplace/ChangeLog b/kfilereplace/ChangeLog new file mode 100644 index 00000000..9a9c507e --- /dev/null +++ b/kfilereplace/ChangeLog @@ -0,0 +1,211 @@ +2005-02-20: Andras Mantia + * Added the possibility to select the encoding of the files and a warning about + the possible damaged result if the wrong encoding is chosen + +2005-02-16: Andras Mantia + * Accept paths as command line arguments + +2005-01-29 Emiliano Gulmini + * Cleaning up. + +2005-01-23 Emiliano Gulmini + * Some clean up. + * Now the text 'captured text "blabla" at line...' etc. is substituted with + 'Line:xyz, Col:abc "blabla"' + * Fixed a bug in the string view, that cause KFR to crash if the string list is empty + and the user click on it with the mouse. + +2005-01-17 Emiliano Gulmini + * Now it should be possible to handle other characters encoding, like japanese. + * Added, but still buggy, a "replace confirmation" option. + * Now when open KFilereplace as standalone application it uses + this "*.c*;*.h*;*.sh;*.txt*;*.p*;*.java;*.log" string as default filter. + +2005-01-14 Andras Mantia + * Don't show the cannot open file dialogs for directories + * Don't create a backup for every scanned file, only for those that were modified + * Don't update the timestap for every scanned file + * Fix installation of the icons (they go to the part's data dir now) + +2005-01-13 Emiliano Gulmini + * I added some other infos to the docbook manual, I hope to complete it as soon as possible. + * I added a new command: [$mathexp:some_expression$]. It uses the bc calculator to + compute the result of an expression. + +2005-01-11 Emiliano Gulmini + * Fixed a bug in KAddStringDlg: now when we want edit a string the search-only mode and search-replace mode + don't merge. + * Modified KFR file format: I added the tag '' just after the root to allows + kfilereplace to recognize if the list to load is a list of only search strings. I added some lines of code + to permit users to load files that don't have this new tag. + * I'm writing docbook manual. + +2005-01-10 Emiliano Gulmini + * The KFilereplaceView widget has been modified. Now it change the layout of kfilereplace depending of the + value of m_option->m_searchOnlyMode. + * I fixed a bug in the backup file option. + +2004-12-13 Emiliano Gulmini + * I modified the way we can open files in quanta. Now we can select one or more entries + in the QListView that store the results, and open several files, at the same time. + For selecting more than one file, we must press CTRL button while clicking with mouse + on the entry we want open. + +2004-11-10 Emiliano Gulmini + * I added a graphical file counter. + * I added a semaphore to notify user about the state of the search. + * I improved a little the speed. + * I made some cleanup. + +2004-09-27 Emiliano Gulmini + * I fixed a bug that affect some strings in case of translation. + * I fixed a bug that affect "Create backup" option, I think that now this feature should work + properly. + +2004-09-26 Emiliano Gulmini + * I did some cleanup. + +2004-09-11 Emiliano Gulmini + * I added the class ResultViewEntry in configurationclasses.(h,cpp) to make the replace algorithm more clean. + * I make multiline text searching more useable. + * Now the file entries in the result view are shown with descriptive icons. + * I'm trying to write some documentation, in the meanwhile a tutorial is present. + +2004-08-13 Emiliano Gulmini + * I added CommandEngine class and Report class. + In fact I moved the code that do the report document and the + code that do commands feature from KFileREplaceLib to these two classes. + +2004-08-09 Emiliano Gulmini + * I fixed a bug that affected the method "void KFileReplaceView::slotStringsClear()" in kfilereplaceview.cpp file. + This bug caused the list of strings not to be correctly erased. + +2004-08-07 Emiliano Gulmini + * I modified the save-results system(thanks Luciano for the idea of using xml/css tecnology). + Now KFR creates a directory with name "NAME" that contains a xml file "NAME.xml" + and a css file "NAME.css". These two files are the new "report document" + that substitutes the xhtml file. To try it choose "Search/Replace|Results|Create Report File" menu option. + * I fixed a bug that causes Quanta to crash when we push Cancel button in new project + dialog. + * I finished the tutorial. + +2004-08-01 Emiliano Gulmini + * The line "if(::access(directory.local8Bit(), R_OK | X_OK) == -1)" has been removed, + and subtitued with "QFileInfo dirInfo(directory); " + "if(not(dirInfo.isReadable() and dirInfo.isExecutable())" + " or " + " not(dirInfo.isWritable())) " + in kfilereplacepart.cpp + +2004-07-30 Emiliano Gulmini + * The icons have been fixed!!! What a miracle!!! + +2004-07-24 Emiliano Gulmini + * I added a little feature. When KFR matches a string, it shows the row and the column + where that match is, by using a message like this: + /my/path/file + | + |__ string "xyz" found at line:40, column:2 + |__ string "xyz" found at line:18, column:57 + |__............. + Now if you use "Edit with Quanta" popup menu option, say, on the line: + "string "xyz" found at line:40, column:2" + of the result view, Quanta will open the file /my/path/file at row 40, column 2. + +2004-07-20 Emiliano Gulmini + * I fixed a bug that affects the generation of extension of + the backup files. + +2004-07-17 Emiliano Gulmini + * I fixed the bug that causes quanta to crash when KFR is active. + * I fixed (I hope!) the simulation feature. + * I reorganize the KOptionsDlg UI. + * I Added some tool tips. + * I' m tired and I go on bed ;-) + +2004-07-16 Emiliano Gulmini + * The KNewProjectDlg was modified, adding quick search/replace line edit objects + * A option in KOptionDlg was added, so that the files that don't + contain the strings we are searching for, will not be shown. + * Some code clean-up + * A bug with KAddStringDlg was fixed. + * I found a bug that makes quanta to crash when we close quanta with the x button... + I'm trying to fix it. + +2004-05-30 Emiliano Gulmini + * Well, KFR has been entirely (more or less :-)) rewrote. + the files: + apistruct.h + kernel.(cpp,h) + kexpression.(cpp,h) + kfilereplacedoc.(cpp,h) + kfilereplacepref.(cpp,h) + + were removed and these files are added: + + configurationclasses.h + + . the internal architecture was redesigned, to use QT/KDE tecnologies in particular: + . C-like code were removed (where possible). + . some system dependent functions were substituted with more portable code. + . the apistructs.h file were substituted with one class in configurationclasses.h. + . the UIs were modified in particular: + . new "add string" dialog were added. + . project dialog were modified. + . some new features were added in particular: + . the variable replace mechanism were modified. + . the result view shows the line and column where the string has been found. + . now the mechanism of search/replace with wildcards inherits from QT regular expression engine. + + * I wrote a little tutorial(TUTOR.txt), but a more exhaustive tutorial will be released soon. + Note: there some bugs to fix and some feature to implement, in particular: + . Simulation is not yet implemented. + . Some options are presents but disabled. + . I want to add more KFR variable commands. + + +2004-03-26 Emiliano Gulmini + * Added a feature. Now we can open a file from the result view of KFR in Quanta(thanks Andras). + +2004-03-14 Emiliano Gulmini + * Replaced two QLineEdit with two QSpinbox in knewprojectdlg.ui + * Fixed a bug in the new kfr (XML-based) file format. + +2004-03-12 Emiliano Gulmini + * Removed KresultView(.h,.cpp). Now KFileReplaceView is a QWidget that contains results and + strings view. + * Added whatthis.h that contains the "what's this" strings. + * Fixed a bug that generate a wrong XHTML result file. + +2004-03-06 Emiliano Gulmini + * Added kconfirmdlgs.ui. + * Fixed a bug in KOptionDlg, now when we select a option, the selection is shown correctly. + * Fixed a bug KNewProjectDlg. + +2004-02-26 Emiliano Gulmini + * I added a method 'editStrings' that fixes tha behaviour when a user + chooses edit string option instead of add string option. + * I modified the property textFormat of the QTextEdit widgets of + KAddstringDlg, from the value 'AutoText' to the value 'PlainText', + so the QTextEdit widgets will not try to render a string containing + html code. + +2004-02-24 Emiliano Gulmini + * kfilereplacepref.(h,cpp) were removed. + * kernel.(h,cpp) now are a singleton class. + * Some macros in kernel.h were replaced with integer constants. + * Methods in kernel.h file were renamed. + * Some superflous #include lines were removed. + * The filelib.(h,cpp) were subtituted with KFilereplaceLib singleton class. + * Now kfilereplace logo and icons in the result view appear. + +2004-02-18 Emiliano Gulmini + * The icons in toolbar directory were redrawn. + * Deleted the KFRHeader struct from apistruct.h. + * The mechanism of saving the string rules has been modified: now we can save the rules in a + file like this "a_file_name.kfr" that is an XML file. + * The file containing the results of the operations is now a XHTML file. + * Two new files UI added: now KOptionDlg inherits from KOptionDlgS and KAddstringDlg inherits + from KAddstringDlgS. + * The klistviewstring.(h,cpp) were removed. + * A lot of clean up has been made in all files. diff --git a/kfilereplace/Messages.sh b/kfilereplace/Messages.sh new file mode 100755 index 00000000..0f9fef8c --- /dev/null +++ b/kfilereplace/Messages.sh @@ -0,0 +1,3 @@ +#! /usr/bin/env bash +$EXTRACTRC *.rc *.ui >> rc.cpp +$XGETTEXT *.cpp *.h -o $podir/kfilereplace.pot diff --git a/kfilereplace/commandengine.cpp b/kfilereplace/commandengine.cpp new file mode 100644 index 00000000..4904b0f6 --- /dev/null +++ b/kfilereplace/commandengine.cpp @@ -0,0 +1,214 @@ +/*************************************************************************** + commandengine.cpp - kfr commands feature class + ------------------- + begin : fri aug 13 15:29:46 CEST 2004 + + copyright : (C) 2004 Emiliano Gulmini + email : emi_barbarossa@yahoo.it + ***************************************************************************/ + +/*************************************************************************** + * * + * This program is free software; you can redistribute it and/or modify * + * it under the terms of the GNU General Public License as published by * + * the Free Software Foundation; either version 2 of the License, or * + * (at your option) any later version. * + * * + ***************************************************************************/ + +// QT +#include +#include +#include +#include +//Added by qt3to4: +#include + +// KDE +#include +#include +#include + +// local +#include "commandengine.h" + +QString CommandEngine::datetime(const QString& opt, const QString& arg) +{ + Q_UNUSED(arg); + if(opt == "iso") + return QDateTime::currentDateTime().toString(Qt::ISODate); + if(opt == "local") + return QDateTime::currentDateTime().toString(Qt::LocalDate); + return QString(); +} + +QString CommandEngine::user(const QString& opt, const QString& arg) +{ + Q_UNUSED(arg); + KUser u; + if(opt == "uid") + return QString::number(u.uid(),10); + if(opt == "gid") + return QString::number(u.gid(),10); + if(opt == "loginname") + return u.loginName(); + if(opt == "fullname") + return u.fullName(); + if(opt == "homedir") + return u.homeDir(); + if(opt == "shell") + return u.shell(); + return QString(); +} + +QString CommandEngine::loadfile(const QString& opt, const QString& arg) +{ + Q_UNUSED(arg); + + QFile f(opt); + if(!f.open(QIODevice::ReadOnly)) return QString(); + + QTextStream t(&f); + + QString s = t.readAll(); + + f.close(); + + return s; +} + +QString CommandEngine::empty(const QString& opt, const QString& arg) +{ + Q_UNUSED(opt); + Q_UNUSED(arg); + return ""; +} + +QString CommandEngine::mathexp(const QString& opt, const QString& arg) +{ + /* We will use bc 1.06 by Philip A. Nelson */ + //Q_UNUSED(opt); + Q_UNUSED(arg); + + QString tempOpt = opt; + tempOpt.replace("ln","l"); + tempOpt.replace("sin","s"); + tempOpt.replace("cos","c"); + tempOpt.replace("arctan","a"); + tempOpt.replace("exp","e"); + + QString program = "var=("+tempOpt+");print var"; + QString script = "echo '"+program+"' | bc -l;"; + + K3Process* proc = new K3Process(); + + proc->setUseShell(true); + + *(proc) << script; + + connect(proc, SIGNAL(receivedStdout(K3Process*,char*,int)), this, SLOT(slotGetScriptOutput(K3Process*,char*,int))); + connect(proc, SIGNAL(receivedStderr(K3Process*,char*,int)), this, SLOT(slotGetScriptError(K3Process*,char*,int))); + connect(proc, SIGNAL(processExited(K3Process*)), this, SLOT(slotProcessExited(K3Process*))); + + //Through slotGetScriptOutput, m_processOutput contains the result of the K3Process call + if(!proc->start(K3Process::Block, K3Process::All)) + { + return QString(); + } + else + { + proc->wait(); + } + delete proc; + + QString tempbuf = m_processOutput; + m_processOutput = QString(); + + return tempbuf; + +} + +QString CommandEngine::random(const QString& opt, const QString& arg) +{ + Q_UNUSED(arg); + long seed; + if(opt.isEmpty()) + { + QDateTime dt; + seed = dt.toTime_t(); + } + else + seed = opt.toLong(); + + KRandomSequence seq(seed); + return QString::number(seq.getLong(1000000),10); +} + +QString CommandEngine::stringmanip(const QString& opt, const QString& arg) +{ + Q_UNUSED(opt); + Q_UNUSED(arg); + return ""; +} + +QString CommandEngine::variableValue(const QString &variable) +{ + QString s = variable; + + s.remove("[$").remove("$]").remove(" "); + + if(s.contains(":") == 0) + return variable; + else + { + QString leftValue = s.section(":",0,0), + midValue = s.section(":",1,1), + rightValue = s.section(":",2,2); + + QString opt = midValue; + QString arg = rightValue; + + if(leftValue == "stringmanip") + return stringmanip(opt, arg); + if(leftValue == "datetime") + return datetime(opt, arg); + if(leftValue == "user") + return user(opt, arg); + if(leftValue == "loadfile") + return loadfile(opt, arg); + if(leftValue == "empty") + return empty(opt, arg); + if(leftValue == "mathexp") + return mathexp(opt, arg); + if(leftValue == "random") + return random(opt, arg); + + return variable; + } +} + +//SLOTS +void CommandEngine::slotGetScriptError(K3Process* proc, char* s, int i) +{ + Q_UNUSED(proc); + Q_UNUSED(proc); + Q3CString temp(s,i+1); + if(temp.isEmpty() || temp == "\n") return; +} + +void CommandEngine::slotGetScriptOutput(K3Process* proc, char* s, int i) +{ + Q_UNUSED(proc); + Q3CString temp(s,i+1); + + if(temp.isEmpty() || temp == "\n") return; + + m_processOutput += QString::fromLocal8Bit(temp); +} + +void CommandEngine::slotProcessExited(K3Process* proc) +{ + Q_UNUSED(proc); +} + +#include "commandengine.moc" diff --git a/kfilereplace/commandengine.h b/kfilereplace/commandengine.h new file mode 100644 index 00000000..1da55eeb --- /dev/null +++ b/kfilereplace/commandengine.h @@ -0,0 +1,57 @@ +/*************************************************************************** + commandengine.h - kfr commands feature class + ------------------- + begin : fri aug 13 15:29:46 CEST 2004 + + copyright : (C) 2004 Emiliano Gulmini + email : emi_barbarossa@yahoo.it + ***************************************************************************/ + +/*************************************************************************** + * * + * This program is free software; you can redistribute it and/or modify * + * it under the terms of the GNU General Public License as published by * + * the Free Software Foundation; either version 2 of the License, or * + * (at your option) any later version. * + * * + ***************************************************************************/ + +#ifndef COMMANDENGINE_H +#define COMMANDENGINE_H + +// QT +class QString; +#include + +//KDE +class K3Process; + +class CommandEngine : public QObject +{ + Q_OBJECT + private: + QString m_processOutput; + public: + CommandEngine() {} + + public: + + /** + These functions implement the KFR commands + */ + QString datetime(const QString& opt, const QString& arg); + QString user(const QString& opt, const QString& arg); + QString loadfile(const QString& opt, const QString& arg); + QString empty(const QString& opt, const QString& arg); + QString mathexp(const QString& opt, const QString& arg); + QString random(const QString& opt, const QString& arg); + QString stringmanip(const QString& opt, const QString& arg); + QString variableValue(const QString &variable); + + private slots: + void slotGetScriptOutput(K3Process*,char*,int); + void slotGetScriptError(K3Process*,char*,int); + void slotProcessExited(K3Process*); +}; + +#endif // COMMANDENGINE_H diff --git a/kfilereplace/configurationclasses.cpp b/kfilereplace/configurationclasses.cpp new file mode 100644 index 00000000..145f06cf --- /dev/null +++ b/kfilereplace/configurationclasses.cpp @@ -0,0 +1,188 @@ +/*************************************************************************** + configurationclasses.cpp - description + ------------------- + begin : Sat Sep 11 2004 + copyright : (C) 2004 Emiliano Gulmini + email : emi_barbarossa@yahoo.it + ***************************************************************************/ + +/*************************************************************************** + * * + * This program is free software; you can redistribute it and/or modify * + * it under the terms of the GNU General Public License as published by * + * the Free Software Foundation; either version 2 of the License, or * + * (at your option) any later version. * + * * + ***************************************************************************/ +// QT + +// KDE + +// local +#include "configurationclasses.h" +#include "whatthis.h" + +using namespace whatthisNameSpace; + +//RCOptions Class +RCOptions::RCOptions() +{ + m_searchingOnlyMode = false; +} + +RCOptions& RCOptions::operator=(const RCOptions& ci) +{ + //m_callResetActions = ci.m_callResetActions; + + m_directories = ci.m_directories; + m_filters = ci.m_filters; + m_currentDirectory = ci.m_currentDirectory; + m_minSize = ci.m_minSize; + m_maxSize = ci.m_maxSize; + + m_dateAccess = ci.m_dateAccess; + m_minDate = ci.m_minDate; + m_maxDate = ci.m_maxDate; + + m_caseSensitive = ci.m_caseSensitive; + m_recursive = ci.m_recursive; + m_followSymLinks = ci.m_followSymLinks; + m_allStringsMustBeFound = ci.m_allStringsMustBeFound; + m_backup = ci.m_backup; + m_backupExtension = ci.m_backupExtension; + m_ignoreFiles = ci.m_ignoreFiles; + m_regularExpressions = ci.m_regularExpressions; + + m_variables = ci.m_variables; + m_haltOnFirstOccur = ci.m_haltOnFirstOccur; + m_ignoreHidden = ci.m_ignoreHidden; + m_simulation = ci.m_simulation; + m_searchingOnlyMode = ci.m_searchingOnlyMode; + + m_ownerUserIsChecked = ci.m_ownerUserIsChecked; + m_ownerGroupIsChecked = ci.m_ownerGroupIsChecked; + + m_ownerUserBool = ci.m_ownerUserBool; + m_ownerGroupBool = ci.m_ownerGroupBool; + + m_ownerUserType = ci.m_ownerUserType; + m_ownerGroupType = ci.m_ownerGroupType; + + m_ownerUserValue = ci.m_ownerUserValue; + m_ownerGroupValue = ci.m_ownerGroupValue; + + m_mapStringsView = ci.m_mapStringsView; + + m_quickSearchString = ci.m_quickSearchString; + m_quickReplaceString = ci.m_quickReplaceString; + + m_recentStringFileList = ci.m_recentStringFileList; + + m_notifyOnErrors = ci.m_notifyOnErrors; + + return (*this); +} + +//ResultViewEntry Class +ResultViewEntry::ResultViewEntry(const QString &nkey, const QString &ndata, bool regexp, bool caseSensitive) +{ + m_caseSensitive = caseSensitive; + m_regexp = regexp; + + if(regexp) + { + m_rxKey = QRegExp('('+nkey+')', caseSensitive, false); + } + else + { + m_key = nkey; + } + m_data = ndata; + m_matchedStringsOccurrence = 0; + m_pos = 0; +} + +int ResultViewEntry::lineNumber(const QString& line) const +{ + return line.mid(0,m_pos).count('\n')+1; +} + +int ResultViewEntry::columnNumber(const QString& line) const +{ + return(m_pos - line.lastIndexOf('\n',m_pos)); +} + +void ResultViewEntry::incOccurrences() +{ + m_matchedStringsOccurrence++; +} + +int ResultViewEntry::occurrences() const +{ + return m_matchedStringsOccurrence; +} + +bool ResultViewEntry::regexp()const +{ + return m_regexp; +} + +int ResultViewEntry::pos(const QString& line) +{ + if(m_regexp) + m_pos = m_rxKey.search(line,m_pos); + else + m_pos = line.find(m_key, m_pos, m_caseSensitive); + + return m_pos; +} + +void ResultViewEntry::incPos() +{ + int kl = keyLength(), + dl = dataLength(); + + if(kl < dl) + m_pos += kl; + else + m_pos += dl; + +} + +QString ResultViewEntry::capturedText(const QString& line) +{ + QString cap; + + if(m_regexp) + cap = m_rxKey.cap(1); + else + cap =line.mid(m_pos,m_key.length()); + + return cap; +} + +QString ResultViewEntry::message(const QString& capturedText, int x, int y) const +{ + QString data = m_data; + //return i18n(" captured text \"%1\" replaced with \"%2\" at line: %3, column: %4 ", capturedText, data, x, y); + return i18n(" Line:%3,Col:%4 - \"%1\" -> \"%2\"", capturedText, data, x, y); +} + +int ResultViewEntry::keyLength() const +{ + if(m_regexp) + return m_rxKey.matchedLength(); + else + return m_key.length(); +} + +int ResultViewEntry::dataLength() const +{ + return m_data.length(); +} + +void ResultViewEntry::updateLine(QString& line) +{ + line.insert(m_pos, m_data); + line.remove(m_pos + dataLength(), keyLength()); +} diff --git a/kfilereplace/configurationclasses.h b/kfilereplace/configurationclasses.h new file mode 100644 index 00000000..51633b29 --- /dev/null +++ b/kfilereplace/configurationclasses.h @@ -0,0 +1,165 @@ +/*************************************************************************** + configurationclasses.h - description + ------------------- + begin : Sat Apr 17 2004 + copyright : (C) 2004 Emiliano Gulmini + email : + ***************************************************************************/ + +/*************************************************************************** + * * + * This program is free software; you can redistribute it and/or modify * + * it under the terms of the GNU General Public License as published by * + * the Free Software Foundation; either version 2 of the License, or * + * (at your option) any later version. * + * * + ***************************************************************************/ +#ifndef CONFIGURATIONCLASSES_H +#define CONFIGURATIONCLASSES_H + +// QT +#include +#include +#include +#include +#include + +typedef QMap KeyValueMap; +// entry strings in the kfilereplacerc file +const QString rcDirectoriesList = "Directories list"; +const QString rcFiltersList = "Filters list"; +const QString rcRecentFiles = "Recent files"; +const QString rcAllStringsMustBeFound = "All strings must be found"; +const char rcEncoding[] = "Encoding"; +const QString rcCaseSensitive = "Case sensitive"; +const QString rcConfirmStrings = "Confirm strings"; +const QString rcConfirmFiles = "Confirm files"; +const QString rcConfirmDirs = "Confirm directories"; +const QString rcFollowSymLinks = "Follow symbolic links"; +const QString rcHaltOnFirstOccur = "Halt on first occurrence"; +const QString rcIgnoreHidden = "Ignore hidden files"; +const QString rcRecursive = "Search/replace in sub folders"; +const QString rcVariables = "Enable variables"; +const QString rcRegularExpressions = "Enable regular expressions"; +const QString rcMinFileSize = "Minimum file size"; +const QString rcMaxFileSize = "Maximum file size"; +const QString rcValidAccessDate = "Access mode"; +const QString rcMinDate = "Minimum access date"; +const QString rcMaxDate = "Maximum access date"; +const QString rcOwnerUser = "Owner user filters"; +const QString rcOwnerGroup = "Owner group filters"; +const QString rcSearchMode = "Search only mode"; +const QString rcBackupExtension = "Backup file extension"; +const QString rcIgnoreFiles = "Ignore files if there is no match"; +const QString rcNotifyOnErrors = "NotifyOnErrors"; +const QString rcAskConfirmReplace = "Ask confirmation on replace"; +const QString rcDontAskAgain = "Don't ask again"; +// Default configuration options +const QString EncodingOption = "utf8"; +const bool RecursiveOption = true; +const bool CaseSensitiveOption = false; +const bool FollowSymbolicLinksOption = false; +const bool RegularExpressionsOption = false; +const bool VariablesOption = false; +const bool StopWhenFirstOccurenceOption = false; +const bool IgnoreHiddenOption = false; +const int FileSizeOption = -1; +const QString AccessDateOption="unknown"; +const QString ValidAccessDateOption="unknown"; +const QString OwnerOption="false,Name,Equals To"; +const bool SearchModeOption=true; +const QString BackupExtensionOption="false,~"; +const bool IgnoreFilesOption = true; +const bool NotifyOnErrorsOption = false; +const bool AskConfirmReplaceOption = false; + +// This class stores configuration information +class RCOptions +{ + public: + bool m_callResetActions; + + bool m_askConfirmReplace, + m_dontAskAgain; + + QString m_directories, + m_filters, + m_currentDirectory; + + int m_minSize, + m_maxSize; + + QString m_dateAccess, + m_minDate, + m_maxDate; + + QString m_encoding; + + bool m_caseSensitive, + m_recursive, + m_followSymLinks, + m_allStringsMustBeFound, + m_backup, + m_regularExpressions; + + bool m_variables, + m_haltOnFirstOccur, + m_ignoreHidden, + m_simulation, + m_searchingOnlyMode; + + bool m_ownerUserIsChecked, + m_ownerGroupIsChecked; + + QString m_ownerUserType, + m_ownerGroupType, + m_ownerUserValue, + m_ownerGroupValue, + m_ownerUserBool, + m_ownerGroupBool; + + QString m_backupExtension; + + bool m_ignoreFiles; + + KeyValueMap m_mapStringsView; + + QString m_quickSearchString, + m_quickReplaceString; + + QStringList m_recentStringFileList; + + bool m_notifyOnErrors; + + public: + RCOptions(); + RCOptions& operator=(const RCOptions& ci); +}; + +class ResultViewEntry +{ + private: + QString m_key; + QString m_data; + QRegExp m_rxKey; + bool m_regexp; + bool m_caseSensitive; + int m_pos; + int m_matchedStringsOccurrence; + + public: + ResultViewEntry(const QString &nkey, const QString &ndata, bool regexp, bool caseSensitive); + int lineNumber(const QString& line) const ; + int columnNumber(const QString& line) const ; + void incOccurrences(); + int occurrences() const ; + bool regexp()const ; + int pos(const QString& line) ; + void incPos(); + QString capturedText(const QString& line) ; + QString message(const QString& capturedText, int x, int y) const; + int keyLength() const; + int dataLength() const; + void updateLine(QString& line); +}; +#endif diff --git a/kfilereplace/hi22-app-kfilereplace.png b/kfilereplace/hi22-app-kfilereplace.png new file mode 100644 index 00000000..35898848 Binary files /dev/null and b/kfilereplace/hi22-app-kfilereplace.png differ diff --git a/kfilereplace/hi32-app-kfilereplace.png b/kfilereplace/hi32-app-kfilereplace.png new file mode 100644 index 00000000..15beaa24 Binary files /dev/null and b/kfilereplace/hi32-app-kfilereplace.png differ diff --git a/kfilereplace/hi48-app-kfilereplace.png b/kfilereplace/hi48-app-kfilereplace.png new file mode 100644 index 00000000..73f2ef14 Binary files /dev/null and b/kfilereplace/hi48-app-kfilereplace.png differ diff --git a/kfilereplace/kaddstringdlg.cpp b/kfilereplace/kaddstringdlg.cpp new file mode 100644 index 00000000..4d357860 --- /dev/null +++ b/kfilereplace/kaddstringdlg.cpp @@ -0,0 +1,272 @@ +/*************************************************************************** + KAddStringDlg.cpp - description + ------------------- + begin : Sat Oct 16 1999 + copyright : (C) 1999 by François Dupoux + (C) 2004 Emiliano Gulmini + email : dupoux@dupoux.com + ***************************************************************************/ + +/*************************************************************************** + * * + * This program is free software; you can redistribute it and/or modify * + * it under the terms of the GNU General Public License as published by * + * the Free Software Foundation; either version 2 of the License, or * + * (at your option) any later version. * + * * + ***************************************************************************/ +// QT +#include +#include +#include +#include + + +// KDE +#include +#include +#include +#include +#include +#include + +// local +#include "kaddstringdlg.h" +#include "whatthis.h" + +using namespace whatthisNameSpace; + +KAddStringDlg::KAddStringDlg(RCOptions* info, bool wantEdit, QWidget *parent, const char *name) : KAddStringDlgS(parent,name,true) +{ + m_option = info; + m_wantEdit = wantEdit; + m_currentMap = m_option->m_mapStringsView; + + initGUI(); + + connect(m_pbOK, SIGNAL(clicked()), this, SLOT(slotOK())); + connect(m_rbSearchOnly, SIGNAL(pressed()), this, SLOT(slotSearchOnly())); + connect(m_rbSearchReplace, SIGNAL(pressed()), this, SLOT(slotSearchReplace())); + connect(m_pbAdd, SIGNAL(clicked()), this, SLOT(slotAddStringToView())); + connect(m_pbDel, SIGNAL(clicked()), this, SLOT(slotDeleteStringFromView())); + connect(m_pbHelp, SIGNAL(clicked()), this ,SLOT(slotHelp())); + + whatsThis(); +} + +//PRIVATE +void KAddStringDlg::initGUI() +{ + m_pbAdd->setIconSet(SmallIconSet(QString::fromLatin1("go-next"))); + m_pbDel->setIconSet(SmallIconSet(QString::fromLatin1("go-previous"))); + + m_stack->addWidget(m_stringView); + m_stack->addWidget(m_stringView_2); + + + if(m_option->m_searchingOnlyMode) + { + if(m_wantEdit) + m_rbSearchReplace->setEnabled(false); + m_rbSearchOnly->setChecked(true); + m_edSearch->setEnabled(true); + m_edReplace->setEnabled(false); + m_tlSearch->setEnabled(true); + m_tlReplace->setEnabled(false); + } + else + { + if(m_wantEdit) + m_rbSearchOnly->setEnabled(false); + m_rbSearchReplace->setChecked(true); + m_edSearch->setEnabled(true); + m_edReplace->setEnabled(true); + m_tlSearch->setEnabled(true); + m_tlReplace->setEnabled(true); + } + + raiseView(); + + if(m_wantEdit) + loadMapIntoView(); +} + +void KAddStringDlg::eraseViewItems() +{ + Q3ListViewItem* item = m_sv->firstChild(); + if(item == 0) + return; + else + { + while(item) + { + Q3ListViewItem* tempItem = item; + item = item->nextSibling(); + delete tempItem; + } + } +} + +void KAddStringDlg::raiseView() +{ + if(m_option->m_searchingOnlyMode) + m_sv = m_stringView_2; + else + m_sv = m_stringView; + + m_stack->raiseWidget(m_sv); +} + +bool KAddStringDlg::columnContains(Q3ListView* lv,const QString& s, int column) +{ + Q3ListViewItem* i = lv->firstChild(); + while (i != 0) + { + if(i->text(column) == s) + return true; + i = i->nextSibling(); + } + return false; +} + +void KAddStringDlg::saveViewContentIntoMap() +{ + Q3ListViewItem* i = m_sv->firstChild(); + while(i != 0) + { + if(m_option->m_searchingOnlyMode) + m_currentMap[i->text(0)] = QString(); + else + m_currentMap[i->text(0)] = i->text(1); + i = i->nextSibling(); + } +} + +void KAddStringDlg::loadMapIntoView() +{ + KeyValueMap::Iterator itMap; + + for (itMap = m_currentMap.begin(); itMap != m_currentMap.end(); ++itMap) + { + Q3ListViewItem* temp = new Q3ListViewItem(m_sv); + temp->setText(0,itMap.key()); + if(!m_option->m_searchingOnlyMode) + temp->setText(1,itMap.data()); + } +} + +void KAddStringDlg::whatsThis() +{ + m_rbSearchOnly->setWhatsThis( rbSearchOnlyWhatthis); + m_rbSearchReplace->setWhatsThis( rbSearchReplaceWhatthis); + m_edSearch->setWhatsThis( edSearchWhatthis); + m_edReplace->setWhatsThis( edReplaceWhatthis); +} + +//PRIVATE SLOTS +void KAddStringDlg::slotOK() +{ + m_option->m_mapStringsView = m_currentMap; + + accept(); +} + +void KAddStringDlg::slotSearchOnly() +{ + m_option->m_searchingOnlyMode = true; + + m_rbSearchOnly->setChecked(true); + m_edSearch->setEnabled(true); + m_edReplace->setEnabled(false); + m_tlSearch->setEnabled(true); + m_tlReplace->setEnabled(false); + + //sets the right view appearance + raiseView(); + //empties the view content + eraseViewItems(); +} + +void KAddStringDlg::slotSearchReplace() +{ + m_option->m_searchingOnlyMode = false; + + m_rbSearchReplace->setChecked(true); + m_edSearch->setEnabled(true); + m_edReplace->setEnabled(true); + m_tlSearch->setEnabled(true); + m_tlReplace->setEnabled(true); + + //sets the right view appearance + raiseView(); + //empties the view content + eraseViewItems(); +} + +void KAddStringDlg::slotAddStringToView() +{ + if(m_option->m_searchingOnlyMode) + { + QString text = m_edSearch->text(); + if(!(text.isEmpty() || columnContains(m_sv, text, 0))) + { + Q3ListViewItem* lvi = new Q3ListViewItem(m_sv); + lvi->setMultiLinesEnabled(true); + lvi->setText(0,text); + m_currentMap[text] = QString(); + m_edSearch->clear(); + } + } + else + { + QString searchText = m_edSearch->text(), + replaceText = m_edReplace->text(); + + if(!(searchText.isEmpty() || replaceText.isEmpty() || columnContains(m_sv,searchText,0) || columnContains(m_sv,replaceText,1))) + { + Q3ListViewItem* lvi = new Q3ListViewItem(m_sv); + lvi->setMultiLinesEnabled(true); + lvi->setText(0,searchText); + m_edSearch->clear(); + lvi->setText(1,replaceText); + m_currentMap[searchText] = replaceText; + m_edReplace->clear(); + } + } +} + +void KAddStringDlg::slotDeleteStringFromView() +{ + // Choose current item or selected item + Q3ListViewItem* currentItem = m_sv->currentItem(); + + // Do nothing if list is empty + if(currentItem == 0) + return; + + m_currentMap.remove(currentItem->text(0)); + + if(m_option->m_searchingOnlyMode) + { + m_edSearch->setText(currentItem->text(0)); + m_edReplace->clear(); + //currentItem->setText(1,m_edReplace->text()); + } + else + { + m_edSearch->setText(currentItem->text(0)); + m_edReplace->setText(currentItem->text(1)); + } + + delete currentItem; + + currentItem = 0; +} + +void KAddStringDlg::slotHelp() +{ + KToolInvocation::invokeHelp(QString::null, "kfilereplace"); //krazy:exclude=nullstrassign for old broken gcc +} + +#include "kaddstringdlg.moc" + diff --git a/kfilereplace/kaddstringdlg.h b/kfilereplace/kaddstringdlg.h new file mode 100644 index 00000000..146cb7fd --- /dev/null +++ b/kfilereplace/kaddstringdlg.h @@ -0,0 +1,75 @@ +/*************************************************************************** + KAddStringDlg.h - description + ------------------- + begin : Sat Oct 16 1999 + copyright : (C) 1999 by François Dupoux + (C) 2004 Emiliano Gulmini + email : dupoux@dupoux.com + ***************************************************************************/ + +/*************************************************************************** + * * + * This program is free software; you can redistribute it and/or modify * + * it under the terms of the GNU General Public License as published by * + * the Free Software Foundation; either version 2 of the License, or * + * (at your option) any later version. * + * * + ***************************************************************************/ + +#ifndef KADDSTRINGDLG_H +#define KADDSTRINGDLG_H + +// local +#include "kaddstringdlgs.h" +#include "configurationclasses.h" +/** + * This is the dialog used to add a list of searching/replacing strings + */ +class KAddStringDlg : public KAddStringDlgS +{ + Q_OBJECT + private: + RCOptions* m_option; + Q3ListView* m_sv; + KeyValueMap m_currentMap; + bool m_wantEdit; + + public: //Constructors + KAddStringDlg(RCOptions* info, bool wantEdit, QWidget *parent=0, const char *name=0); + + private slots: + void slotOK(); + void slotSearchOnly(); + void slotSearchReplace(); + void slotAddStringToView(); + void slotDeleteStringFromView(); + void slotHelp(); + + private: + /** + * inits... the GUI :-) + */ + void initGUI(); + /** + * Deletes all the items of the view + */ + void eraseViewItems(); + /** + * Deletes all the items of the map + */ + void clearMap() { KeyValueMap m; m_option->m_mapStringsView = m; } + /** + * The view is actually a stack widget that contains two different views widget + */ + void raiseView(); + /** + * Verifies whether 'lv' contains 's' + */ + bool columnContains(Q3ListView* lv,const QString& s, int column); + void saveViewContentIntoMap(); + void loadMapIntoView(); + void whatsThis(); +}; + +#endif // KADDSTRINGDLG_H + diff --git a/kfilereplace/kaddstringdlgs.ui b/kfilereplace/kaddstringdlgs.ui new file mode 100644 index 00000000..2c5ceaa3 --- /dev/null +++ b/kfilereplace/kaddstringdlgs.ui @@ -0,0 +1,425 @@ + +KAddStringDlgS + + + KAddStringDlgS + + + + 0 + 0 + 586 + 347 + + + + Insert Searching/Replacing Strings + + + true + + + + unnamed + + + + layout14 + + + + unnamed + + + + bgChoose + + + Choose String Adding Mode + + + true + + + + unnamed + + + + m_rbSearchReplace + + + Search and replace mode + + + + + + + + m_rbSearchOnly + + + Search only mode + + + true + + + + + + + frame4 + + + StyledPanel + + + Raised + + + + unnamed + + + + layout11 + + + + unnamed + + + + layout13 + + + + unnamed + + + + m_tlSearch + + + Search for: + + + + + m_edSearch + + + Qt::PlainText + + + + + + + layout14 + + + + unnamed + + + + m_tlReplace + + + false + + + Replace with: + + + + + m_edReplace + + + false + + + Qt::PlainText + + + QTextEdit::AutoAll + + + + + + + + + layout16 + + + + unnamed + + + + spacer8 + + + Qt::Vertical + + + Expanding + + + + 20 + 90 + + + + + + layout15 + + + + unnamed + + + + m_pbDel + + + + 30 + 32767 + + + + + + + + + m_pbAdd + + + + 30 + 32767 + + + + + + + false + + + + + + + spacer9 + + + Qt::Vertical + + + Expanding + + + + 20 + 90 + + + + + + + + m_stack + + + + 7 + 7 + 0 + 0 + + + + + WStackPage + + + 0 + + + + unnamed + + + 0 + + + + + Search For + + + true + + + true + + + + m_stringView_2 + + + true + + + false + + + AllColumns + + + + + + + WStackPage + + + 1 + + + + unnamed + + + 0 + + + + + Search For + + + true + + + true + + + + + Replace With + + + true + + + true + + + + m_stringView + + + true + + + false + + + AllColumns + + + + + + + + + + layout2 + + + + unnamed + + + + m_pbHelp + + + true + + + &Help + + + + + spacer1 + + + Qt::Horizontal + + + Expanding + + + + 90 + 20 + + + + + + layout1 + + + + unnamed + + + + m_pbOK + + + &OK + + + + + m_pbCancel + + + &Cancel + + + + + + + + + + + + + m_pbCancel + clicked() + KAddStringDlgS + reject() + + + diff --git a/kfilereplace/kfilereplace.cpp b/kfilereplace/kfilereplace.cpp new file mode 100644 index 00000000..64842c44 --- /dev/null +++ b/kfilereplace/kfilereplace.cpp @@ -0,0 +1,117 @@ +/*************************************************************************** + kfilereplace.cpp - KFileReplace shell implementation + ------------------- + begin : Thu Sep 16 14:14:09 2004 + copyright : (C) 2004 by Andras Mantia + ***************************************************************************/ + +/*************************************************************************** + * * + * This program is free software; you can redistribute it and/or modify * + * it under the terms of the GNU General Public License as published by * + * the Free Software Foundation; either version 2 of the License, or * + * (at your option) any later version. * + * * + ***************************************************************************/ + +//kde includes +#include +#include +#include +#include +#include +#include +//app includes +#include "kfilereplace.h" +//Added by qt3to4: +#include +#include + +KFileReplace::KFileReplace() + : KParts::MainWindow() +{ + setObjectName("KFileReplace"); + KLibFactory *factory = KLibLoader::self()->factory("libkfilereplacepart"); + if (factory) + { + m_part = static_cast(factory->create(this, "KParts::ReadOnlyPart")); + + if (m_part) + { + m_part->setObjectName("kfilereplace_part"); + setCentralWidget(m_part->widget()); + KStandardAction::quit(this, SLOT(close()), actionCollection()); + KStandardAction::keyBindings(this, SLOT(slotConfigureKeys()), actionCollection()); + KStandardAction::configureToolbars(this, SLOT(slotConfigureToolbars()), actionCollection()); + setStandardToolBarMenuEnabled(true); + createGUI(m_part); + removeDuplicatedActions(); + } else + { + KMessageBox::error(this, i18n("Could not load the KFileReplace part.")); + close(); + return; + } + } + else + { + KMessageBox::error(this, i18n("Could not find the KFileReplace part.")); + close(); + return; + } +} + + +KFileReplace::~KFileReplace() +{ +} + +void KFileReplace::openURL(const KUrl &url) +{ + m_part->openUrl(url); +} + +void KFileReplace::slotConfigureKeys() +{ + KShortcutsDialog dlg( KShortcutsEditor::AllActions, KShortcutsEditor::LetterShortcutsAllowed, this ); + QList clients = guiFactory()->clients(); + foreach(KXMLGUIClient *client, clients) + dlg.addCollection(client->actionCollection()); + dlg.configure(); +} + +void KFileReplace::slotConfigureToolbars() +{ + saveMainWindowSettings(KGlobal::config()->group( autoSaveGroup()) ); + KEditToolBar dlg(factory()); + connect(&dlg, SIGNAL(newToolbarConfig()), + this, SLOT(applyNewToolbarConfig())); + dlg.exec(); +} + +void KFileReplace::applyNewToolbarConfig() +{ + applyMainWindowSettings(KGlobal::config()->group( autoSaveGroup()) ); +} + + +void KFileReplace::removeDuplicatedActions() +{ + KActionCollection* part_action_collection = m_part->actionCollection(); + QAction* part_about_action = part_action_collection->action("help_about_kfilereplace"); + QAction* part_report_action = part_action_collection->action("report_bug"); + QAction* part_help_action= part_action_collection->action("help_kfilereplace"); + + if (!part_about_action || !part_report_action || !part_help_action || !part_action_collection) + return; + + QWidget* container = part_about_action->associatedWidgets().value(0); + container->removeAction(part_about_action); + container->removeAction(part_report_action); + container->removeAction(part_help_action); + part_action_collection->removeAction(part_about_action); + part_action_collection->removeAction(part_report_action); + part_action_collection->removeAction(part_help_action); +} + +#include "kfilereplace.moc" diff --git a/kfilereplace/kfilereplace.desktop b/kfilereplace/kfilereplace.desktop new file mode 100644 index 00000000..619c843a --- /dev/null +++ b/kfilereplace/kfilereplace.desktop @@ -0,0 +1,114 @@ +[Desktop Entry] +Name=KFileReplace +Name[bg]=KFileReplace +Name[br]=KFileReplace +Name[bs]=KFileReplace +Name[ca]=KFileReplace +Name[ca@valencia]=KFileReplace +Name[cs]=KFileReplace +Name[cy]=KFileReplace +Name[da]=KFileReplace +Name[de]=KFileReplace +Name[el]=KFileReplace +Name[en_GB]=KFileReplace +Name[es]=KFileReplace +Name[et]=KFileReplace +Name[eu]=KFileReplace +Name[fi]=KFileReplace +Name[fr]=KFileReplace +Name[ga]=KFileReplace +Name[gl]=KFileReplace +Name[he]=KFileReplace +Name[hne]=के-फाइल-रिप्लेस +Name[hr]=KFileReplace +Name[hu]=KFileReplace +Name[is]=KFileReplace +Name[it]=KFileReplace +Name[ja]=KFileReplace +Name[kk]=KFileReplace +Name[ko]=KFileReplace +Name[lt]=KFileReplace +Name[lv]=KFileReplace +Name[ms]=KFileReplace +Name[nb]=KFileReplace +Name[nds]=KFileReplace +Name[ne]=केडीई फाइल प्रतिस्थापन +Name[nl]=KFileReplace +Name[nn]=KFileReplace +Name[pa]=KFileReplace +Name[pl]=KFileReplace +Name[pt]=KFileReplace +Name[pt_BR]=KFileReplace +Name[ro]=KFileReplace +Name[ru]=KFileReplace +Name[sk]=KFile zameniť +Name[sl]=KFileReplace +Name[sv]=Kfilereplace +Name[ta]=Kகோப்பு இடமாற்று +Name[tg]=KФайлро ҷойгузор кардан +Name[th]=โปรแกรมค้นหาและแทนที่ KFileReplace +Name[tr]=KFileReplace +Name[ug]=KFileReplace +Name[uk]=KFileReplace +Name[x-test]=xxKFileReplacexx +Name[zh_CN]=KFileReplace +Name[zh_HK]=KFileReplace +Name[zh_TW]=KFileReplace +Exec=kfilereplace %i -caption %c +Icon=kfilereplace +Type=Application +X-DocPath=kfilereplace/index.html +Terminal=false +GenericName=Search & Replace Tool +GenericName[bg]=Търсене и замяна +GenericName[br]=Ostilh klask hag erlec'hiañ +GenericName[bs]=Alat za traženje i zamjeu +GenericName[ca]=Eina cerca i substitueix +GenericName[ca@valencia]=Eina cerca i substitueix +GenericName[cs]=Nástroj pro vyhledání a nahrazení +GenericName[da]=Søg og erstat-værktøj +GenericName[de]=Werkzeug zum Suchen & Ersetzen +GenericName[el]=Εργαλείο αναζήτησης & αντικατάστασης +GenericName[en_GB]=Search & Replace Tool +GenericName[es]=Herramienta de búsqueda y remplazo +GenericName[et]=Otsimise ja asendamise tööriist +GenericName[eu]=Bilaketa eta ordezkapen tresna +GenericName[fa]=ابزار جستجو و جایگزینی +GenericName[fi]=Etsi ja korvaa -työkalu +GenericName[fr]=Outil de recherche et de remplacement +GenericName[ga]=Uirlis Chuardaigh/Ionadaithe +GenericName[gl]=Utilidade de procura e substitución +GenericName[he]=כלי חיפוש והחלפה +GenericName[hne]=खोजें अउ बदलव औजार +GenericName[hu]=Keresés és csere eszköz +GenericName[is]=Tól til að leita að texta og skipta út +GenericName[it]=Strumento di ricerca e sostituzione +GenericName[ja]=検索置換ツール +GenericName[kk]=Іздеу және ауыстыру құралы +GenericName[ko]=찾기 및 바꾸기 도구 +GenericName[ku]=Amûra Lêgerîn û Guherandinê +GenericName[lt]=Paieškos ir keitimo įrankis +GenericName[lv]=Meklēšanas uz aizvietošanas rīks +GenericName[nb]=Søk/erstatt-verktøy +GenericName[nds]=Söök- un Utwesselwarktüüch +GenericName[ne]=खोजी गर्ने र बदल्ने उपरकरण +GenericName[nl]=Gereedschap voor zoeken en vervangen +GenericName[nn]=Verktøy for søk og erstatt +GenericName[pa]=ਖੋਜ ਅਤੇ ਤਬਦੀਲ ਟੂਲ +GenericName[pl]=Narzędzie do wyszukiwania i zamiany +GenericName[pt]=Ferramenta de Procura e Substituição +GenericName[pt_BR]=Ferramenta de pesquisa e substituição +GenericName[ro]=Unealtă de căutare și înlocuire +GenericName[ru]=Поиск и замена +GenericName[sk]=Nájsť a zameniť +GenericName[sl]=Orodje za iskanje in zamenjavo +GenericName[sv]=Sök- och ersättningsverktyg +GenericName[th]=เครื่องมือค้นหาและแทนที่ +GenericName[tr]=Arama Ve Değiştirme Aracı +GenericName[ug]=ئىزدەش ۋە ئالماشتۇرۇش قورالى +GenericName[uk]=Засіб пошуку та заміни +GenericName[x-test]=xxSearch & Replace Toolxx +GenericName[zh_CN]=搜索替换工具 +GenericName[zh_HK]=搜尋及取代工具 +GenericName[zh_TW]=搜尋及取代工具 +Categories=Qt;KDE;Utility;X-KDE-Utilities-File; diff --git a/kfilereplace/kfilereplace.h b/kfilereplace/kfilereplace.h new file mode 100644 index 00000000..19f5d83b --- /dev/null +++ b/kfilereplace/kfilereplace.h @@ -0,0 +1,45 @@ +/*************************************************************************** + kfilereplace.h - KFileReplace header + ------------------- + begin : Thu Sep 16 14:14:09 2004 + copyright : (C) 2004 by Andras Mantia + ***************************************************************************/ + +/*************************************************************************** + * * + * This program is free software; you can redistribute it and/or modify * + * it under the terms of the GNU General Public License as published by * + * the Free Software Foundation; either version 2 of the License, or * + * (at your option) any later version. * + * * + ***************************************************************************/ +#ifndef KFILEREPLACE_H +#define KFILEREPLACE_H + +#include + +/** +Shell application for the KFileReplace part. + +@author Andras Mantia +*/ +class KFileReplace : public KParts::MainWindow +{ + Q_OBJECT +public: + KFileReplace(); + ~KFileReplace(); + void openURL(const KUrl &url); + +private slots: + void slotConfigureKeys(); + void slotConfigureToolbars(); + void applyNewToolbarConfig(); + +private: + void removeDuplicatedActions(); + + KParts::ReadOnlyPart *m_part; +}; + +#endif diff --git a/kfilereplace/kfilereplace.kdevelop b/kfilereplace/kfilereplace.kdevelop new file mode 100644 index 00000000..96834aae --- /dev/null +++ b/kfilereplace/kfilereplace.kdevelop @@ -0,0 +1,190 @@ + + + + + + $VERSION$ + KDevKDEAutoProject + C++ + + Qt + KDE + + . + false + + + + kdevcvsservice + + + + + + + + + false + false + + + false + false + *.o,*.lo,CVS + + + + + ada + ada_bugs_gcc + bash + bash_bugs + clanlib + fortran_bugs_gcc + gnome1 + gnustep + gtk + gtk_bugs + haskell + haskell_bugs_ghc + java_bugs_gcc + java_bugs_sun + opengl + pascal_bugs_fp + php + php_bugs + perl + perl_bugs + python + python_bugs + ruby + ruby_bugs + sdl + stl + sw + w3c-dom-level2-html + w3c-svg + w3c-uaag10 + wxwidgets_bugs + + + qmake User Guide + + + + + libtool + + + + + + true + false + false + + + false + true + 10 + + + + + + + + + + + + + + + + + true + 1 + false + + 0 + + + build + / + kfilereplace/kfilereplace + + false + true + + + + default + kfilereplace + + + + + + + --enable-debug=full --prefix=/opt/kde3 --enable-editors + /home/andris/development/build/kde-head/kdewebdev + /home/andris/development/sources/kde-head/kdewebdev + -DKDE_NO_COMPAT -DQT_NO_COMPAT -DDEBUG_PARSER + + kdevgccoptions + kdevgppoptions + kdevpgf77options + + + + + + + + + + + + .h + .cpp + + + + + true + true + true + false + true + true + true + 250 + 400 + 250 + + + + + set + m_,_ + theValue + true + true + + + + + + + + + + + true + true + true + true + -C + + diff --git a/kfilereplace/kfilereplaceiface.h b/kfilereplace/kfilereplaceiface.h new file mode 100644 index 00000000..e7a30a9a --- /dev/null +++ b/kfilereplace/kfilereplaceiface.h @@ -0,0 +1,30 @@ +/*************************************************************************** + kfilereplaceif.h - description + ------------------- + copyright : (C) 1999 by François Dupoux + (C) 2003 Andras Mantia + email : dupoux@dupoux.com, amantia@kde.org + ***************************************************************************/ + +/*************************************************************************** + * * + * This program is free software; you can redistribute it and/or modify * + * it under the terms of the GNU General Public License as published by * + * the Free Software Foundation; either version 2 of the License, or * + * (at your option) any later version. * + * * + ***************************************************************************/ +#ifndef KFILEREPLACEIFACE_H +#define KFILEREPLACEIFACE_H + +#include + +class KFileReplaceIface : virtual public DCOPObject +{ + K_DCOP + +k_dcop: + virtual void openURL(const QString& url) = 0; +}; + +#endif // KFILEREPLACEIFACE_H diff --git a/kfilereplace/kfilereplacelib.cpp b/kfilereplace/kfilereplacelib.cpp new file mode 100644 index 00000000..f8a76d3f --- /dev/null +++ b/kfilereplace/kfilereplacelib.cpp @@ -0,0 +1,364 @@ +/*************************************************************************** + kfilereplacelib.cpp - File library + ------------------- + begin : lun mai 3 20:19:52 CEST 1999 + + copyright : (C) 1999 by François Dupoux + (C) 2003 Andras Mantia + (C) 2004 Emiliano Gulmini + email : dupoux@dupoux.com + + ***************************************************************************/ + +/*************************************************************************** + * * + * This program is free software; you can redistribute it and/or modify * + * it under the terms of the GNU General Public License as published by * + * the Free Software Foundation; either version 2 of the License, or * + * (at your option) any later version. * + * * + ***************************************************************************/ + +//QT +#include +#include +#include +#include +#include + +//KDE +#include +#include +#include +#include + +//needed for malloc/free +#include + +// local +#include "kfilereplacelib.h" + +/** + Format a path, from a path and a filename, or another sub-path (avoid double '/' risks) + Parameters::.....* basePath: fist path (can be "/" if root, or "/usr/bin/" or "/usr/bin" for example) + .................* fileName: second path (can be "/doc/html/", or "doc/html/" or "doc/html/index.html" for example) + Return values:...* Full valid path (without double "/") +*/ +QString KFileReplaceLib::formatFullPath(const QString& basePath, const QString &fileName) +{ + QString fullPath = basePath; + QString fname = fileName; + + if (fname.startsWith('/')) // skip beginning '/' + fname = fname.remove(0,1); + + if (fullPath.endsWith('/')) + fullPath.append(fname); + else + fullPath.append('/'+fname); + + return fullPath; +} + +/** + Add an extension to a filename, or a filepath + Parameters::.....* fileName: filename or filepath (it can have already the extension) + .................* extension: extension to add without "." (ex: "html", "kfr") + Return values:...* Filename / Filepath with the extension +*/ +QString KFileReplaceLib::addExtension(const QString& fileName, const QString& extension) +{ + QString fullExtension = "."; + QString fname = fileName; + + fullExtension.append(extension); + + // filename cannot contain ".ext" ==> Add it + if(fname.length() <= fullExtension.length()) + fname.append(fullExtension); + else // filename can contain ".ext" + { + if (fname.right(fullExtension.length()) != fullExtension) + fname.append(fullExtension); + } + + return fname; +} + +QString KFileReplaceLib::formatFileSize(double size) +{ + QString stringSize; + + if(size < 10000) + { + const int asInt = (int) size; + stringSize = i18np("1 byte", "%1 bytes", asInt); + } + else + { + stringSize = KGlobal::locale()->formatByteSize(size, 2); + } + return stringSize; +} + +void KFileReplaceLib::convertOldToNewKFRFormat(const QString& fileName, K3ListView* stringView) +{ + //this method convert old format in new XML-based format + typedef struct + { + char pgm[13]; // Must be "KFileReplace" : like MZ for EXE files + int stringNumber; // Number of strings in file + char reserved[64]; // Reserved for future use + } KFRHeader; + + KFRHeader head; + + FILE* f = fopen(QFile::encodeName(fileName),"rb"); + int err = fread(&head, sizeof(KFRHeader), 1, f); + QString pgm(head.pgm); + + if(!f || (err != 1) || (pgm != "KFileReplace")) + { + KMessageBox::error(0, i18n("Cannot open the file %1 and load the string list. This file seems not to be a valid old kfr file or it is broken.", fileName)); + return ; + } + + stringView->clear(); + + int oldTextSize, + newTextSize, + errors = 0, + stringSize; + QStringList l; + + int i ; + for (i=0; i < head.stringNumber; i++) + { + errors += (fread(&oldTextSize, sizeof(int), 1, f)) != 1; + errors += (fread(&newTextSize, sizeof(int), 1, f)) != 1; + if(errors > 0) + KMessageBox::error(0, i18n("Cannot read data.")); + else + { + stringSize = ((oldTextSize > newTextSize) ? oldTextSize : newTextSize) + 2; + char* oldString = (char*) malloc(stringSize+10), + * newString = (char*) malloc(stringSize+10); + if (oldString == 0 || newString == 0) + KMessageBox::error(0, i18n("Out of memory.")); + else + { + memset(oldString, 0, stringSize); + memset(newString,0, stringSize); + + if (fread(oldString, oldTextSize, 1, f) != 1) + KMessageBox::error(0, i18n("Cannot read data.")); + else + { + if (newTextSize > 0) // If there is a Replace text + { + if (fread(newString, newTextSize, 1, f) != 1) + KMessageBox::error(0, i18n("Cannot read data.")); + else + { + Q3ListViewItem* lvi = new Q3ListViewItem(stringView); + lvi->setText(0,oldString); + lvi->setText(1,newString); + + } + } + } + } + if(newString) + free(newString); + if(oldString) + free(oldString); + } + } + fclose(f); + return ; + } + +bool KFileReplaceLib::isAnAccessibleFile(const QString& filePath, const QString& fileName, RCOptions* info) +{ + QString bkExt = info->m_backupExtension; + if(fileName == ".." || fileName == "." || (!bkExt.isEmpty() && fileName.right(bkExt.length()) == bkExt)) + return false; + + QFileInfo fi; + if(filePath.isEmpty()) + fi.setFile(fileName); + else + fi.setFile(filePath+'/'+fileName); + + if(fi.isDir()) + return true; + + int minSize = info->m_minSize, + maxSize = info->m_maxSize; + QString minDate = info->m_minDate, + maxDate = info->m_maxDate, + dateAccess = info->m_dateAccess; + + // Avoid files that not match access date requirements + QString last = "unknown"; + if(dateAccess == "Last Writing Access") + last = fi.lastModified().toString(Qt::ISODate); + if(dateAccess == "Last Reading Access") + last = fi.lastRead().toString(Qt::ISODate); + + if(last != "unknown") + { + if(minDate != "unknown" && maxDate != "unknown") + { //If out of range then exit + if((minDate > last) || (maxDate < last)) + return false; + } + else + { + if(minDate != "unknown") + { //If out of range then exit + if(minDate > last) + return false; + } + else + { + if(maxDate != "unknown") + //If out of range then exit + if(maxDate < last) + return false; + } + } + } + // Avoid files that not match size requirements + int size = fi.size(); + if(maxSize != FileSizeOption && minSize != FileSizeOption) + if(size > (maxSize*1024) || size < (minSize*1024)) + return false; + + // Avoid files that not match ownership requirements + if(info->m_ownerUserIsChecked) + { + QString fileOwnerUser; + if(info->m_ownerUserType == "Name") + fileOwnerUser = fi.owner(); + else + fileOwnerUser = QString::number(fi.ownerId(),10); + + if(info->m_ownerUserBool == "Equals To") + { + if(info->m_ownerUserValue != fileOwnerUser) + return false; + } + else + { + if(info->m_ownerUserValue == fileOwnerUser) + return false; + } + } + + if(info->m_ownerGroupIsChecked) + { + QString fileOwnerGroup; + if(info->m_ownerGroupType == "Name") + fileOwnerGroup = fi.group(); + else + fileOwnerGroup = QString::number(fi.groupId(),10); + if(info->m_ownerGroupBool == "Equals To") + { + if(info->m_ownerGroupValue != fileOwnerGroup) + return false; + } + else + { + if(info->m_ownerGroupValue == fileOwnerGroup) + return false; + } + } + + //If we are here then all requirements have been verified + return true; +} + +void KFileReplaceLib::setIconForFileEntry(Q3ListViewItem* item, const QString &path) +{ + QFileInfo fi(path); + QString extension = fi.completeSuffix(), + baseName = fi.baseName(); + + KeyValueMap extensionMap; + + extensionMap["a"] = "binary"; + extensionMap["am"] = "shellscript"; + extensionMap["bz"] = "zip"; + extensionMap["bz2"] = "zip"; + extensionMap["c"] = "source_c"; + extensionMap["cc"] = "source_cpp"; + extensionMap["cpp"] = "source_cpp"; + extensionMap["eml"] = "message"; + extensionMap["exe"] = "exec_wine"; + extensionMap["gz"] = "zip"; + extensionMap["h"] = "source_h"; + extensionMap["htm"] = "html"; + extensionMap["html"] = "html"; + extensionMap["in"] = "shellscript"; + extensionMap["java"] = "source_java"; + extensionMap["jpg"] = "image"; + extensionMap["kfr"] = "html"; + extensionMap["kmdr"] = "widget_doc"; + extensionMap["kwd"] = "kword_kwd"; + extensionMap["log"] = "log"; + extensionMap["moc"] = "source_moc"; + extensionMap["mp3"] = "sound"; + extensionMap["o"] = "source_o"; + extensionMap["pdf"] = "pdf"; + extensionMap["php"] = "source_php"; + extensionMap["py"] = "source_py"; + extensionMap["pl"] = "source_pl"; + extensionMap["p"] = "source_p"; + extensionMap["ps"] = "postscript"; + extensionMap["png"] = "image"; + extensionMap["sa"] = "binary"; + extensionMap["sh"] = "shellscript"; + extensionMap["so"] = "binary"; + extensionMap["tar"] = "tar"; + extensionMap["tex"] = "tex"; + extensionMap["tgz"] = "tgz"; + extensionMap["txt"] = "txt"; + extensionMap["ui"] = "widget_doc"; + extensionMap["uml"] = "umbrellofile"; + extensionMap["wav"] = "sound"; + extensionMap["xml"] = "html"; + extensionMap["xpm"] = "image"; + + KeyValueMap::Iterator itExtensionMap; + + for(itExtensionMap = extensionMap.begin(); itExtensionMap != extensionMap.end(); ++itExtensionMap) + { + if(extension == itExtensionMap.key()) + { + item->setPixmap(0,SmallIcon(itExtensionMap.data())); + return; + } + } + + KeyValueMap baseNameMap; + + baseNameMap["configure"] = "shellscript"; + baseNameMap["core"] = "core"; + baseNameMap["makefile"] = "make"; + baseNameMap["readme"] = "readme"; + baseNameMap["README"] = "readme"; + baseNameMap["Readme"] = "readme"; + baseNameMap["TODO"] = "txt"; + + KeyValueMap::Iterator itBaseNameMap; + + for(itBaseNameMap = baseNameMap.begin(); itBaseNameMap != baseNameMap.end(); ++itBaseNameMap) + { + if(baseName == itBaseNameMap.key()) + { + item->setPixmap(0,SmallIcon(itBaseNameMap.data())); + return; + } + } +} diff --git a/kfilereplace/kfilereplacelib.h b/kfilereplace/kfilereplacelib.h new file mode 100644 index 00000000..93f6b0b5 --- /dev/null +++ b/kfilereplace/kfilereplacelib.h @@ -0,0 +1,64 @@ +/*************************************************************************** + kfilereplacelib.h - File library, derived from filelib.h + ------------------- + begin : lun mai 3 20:19:52 CEST 1999 + + copyright : (C) 1999 by François Dupoux + (C) 2003 Andras Mantia + (C) 2004 Emiliano Gulmini + email : dupoux@dupoux.com + ***************************************************************************/ + +/*************************************************************************** + * * + * This program is free software; you can redistribute it and/or modify * + * it under the terms of the GNU General Public License as published by * + * the Free Software Foundation; either version 2 of the License, or * + * (at your option) any later version. * + * * + ***************************************************************************/ + +#ifndef KFILEREPLACELIB_H +#define KFILEREPLACELIB_H + +// KDE +#include + +// local +#include "configurationclasses.h" + +class KFileReplaceLib +{ + public: + + /** + Format a path, from a path and a filename, or another sub-path (avoid double '/' risks) + Parameters::.....* basePath: fist path (can be "/" if root, or "/usr/bin/" or "/usr/bin" for example) + .................* filename: second path (can be "/doc/html/", or "doc/html/" or "doc/html/index.html" for example) + Return values:...* Full valid path (without double "/") + */ + static QString formatFullPath(const QString& basePath, const QString& fileName); + + /** + Add an extension to a filename, or a filepath + Parameters::.....* filename: filename or filepath (it can have already the extension) + .................* extension: extension to add without "." (ex: "html", "kfr") + Return values:...* Filename / Filepath with the extension + */ + static QString addExtension(const QString& fileName, const QString& extension); + + static QString formatFileSize(double size); + + /** + converts the old kfr format file in the new xml-based format. + */ + static void convertOldToNewKFRFormat(const QString& fileName, K3ListView* stringView); + /** + Verifies that files, which we are scanning, respect some + conditions + */ + static bool isAnAccessibleFile(const QString& filePath, const QString& fileName, RCOptions* info); + + static void setIconForFileEntry(Q3ListViewItem* item, const QString &path); +}; +#endif // KFILEREPLACEFILELIB_H diff --git a/kfilereplace/kfilereplacepart.cpp b/kfilereplace/kfilereplacepart.cpp new file mode 100644 index 00000000..e82f6b7e --- /dev/null +++ b/kfilereplace/kfilereplacepart.cpp @@ -0,0 +1,1743 @@ +// +// +// C++ Implementation: kfilereplacepart +// +// Description: +// +// +// Author: Andras Mantia , (C) 2003 +// Maintainer: Emiliano Gulmini , (C) 2004 +// +// Copyright: GPL v2. See COPYING file that comes with this distribution +// +// + +// QT +#include +#include +#include +#include +#include +//Added by qt3to4: +#include +#include +#include +#include +#include + +// KDE +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include + +// local +#include "kfilereplacelib.h" +#include "kfilereplacepart.h" +#include "kfilereplaceview.h" +#include "koptionsdlg.h" +#include "knewprojectdlg.h" +#include "report.h" +#include "commandengine.h" +#include "whatthis.h" + +using namespace whatthisNameSpace; + +//PUBLIC CONSTRUCTORS +// Factory code for KDE 3 +typedef KParts::GenericFactory FileReplaceFactory; + +K_EXPORT_COMPONENT_FACTORY( libkfilereplacepart, FileReplaceFactory ) + +KFileReplacePart::KFileReplacePart(QWidget* parentWidget, QObject* parent, const QStringList & ) : KParts::ReadOnlyPart(parent) +{ + setComponentData(FileReplaceFactory::componentData()); + + m_parentWidget = parentWidget; + m_config = new KConfig("kfilereplacerc"); + m_aboutDlg = 0; + m_stop = false; + m_optionMask = QDir::Files; + m_w = widget(); + m_option = 0; + + loadOptionsFromRC(); + initView(); + initGUI(); + + whatsThis(); +} + +KFileReplacePart::~KFileReplacePart() +{ + m_view = 0; //it's already deleted, so set it to NULL + + saveOptionsToRC(); + + delete m_aboutDlg; + m_aboutDlg = 0; + delete m_config; + m_config = 0; + delete m_w; + m_w = 0; + delete m_option; +} + +//PRIVATE SLOTS +void KFileReplacePart::slotSetNewParameters() +{ + launchNewProjectDialog(KUrl()); + m_view->changeView(m_option->m_searchingOnlyMode); + emit setStatusBarText(i18n("Ready.")); +} + +void KFileReplacePart::slotSearchingOperation() +{ + if(!checkBeforeOperation()) + return; + + K3ListView* rv = m_view->getResultsView(); + + rv->clear(); + + rv->setSorting(-1); + + // show wait cursor + QApplication::setOverrideCursor( Qt::WaitCursor ); + + freezeActions(); + + setOptionMask(); + + QString currentDirectory = m_option->m_directories.split(",", QString::SkipEmptyParts)[0], + currentFilter = m_option->m_filters.split(",", QString::SkipEmptyParts)[0]; + + //m_currentDir = currentDirectory; + + m_view->showSemaphore("red"); + + uint filesNumber = 0; + + if(m_option->m_recursive) + recursiveFileSearch(currentDirectory, currentFilter, filesNumber); + else + fileSearch(currentDirectory, currentFilter); + + m_view->showSemaphore("yellow"); + + kapp->processEvents(); + + //disabling and enabling sorting... don't ask me why, but it works! + rv->setSorting(0); + rv->sort(); + rv->setSorting(-1); + + // restore false status for stop button + m_stop = false; + + QApplication::restoreOverrideCursor(); + + emit setStatusBarText(i18n("Search completed.")); + + m_option->m_searchingOnlyMode = true; + + resetActions(); + + m_searchingOperation = true; + + m_view->showSemaphore("green"); +} + +void KFileReplacePart::slotReplacingOperation() +{ + if (KMessageBox::warningContinueCancel(m_w, i18n("You have selected %1 as the encoding of the files.
Selecting the correct encoding is very important as if you have files that have some other encoding than the selected one, after a replace you may damage those files.

In case you do not know the encoding of your files, select utf8 and enable the creation of backup files. This setting will autodetect utf8 and utf16 files, but the changed files will be converted to utf8.
", m_option->m_encoding), i18n("File Encoding Warning"), KStandardGuiItem::cont(), KStandardGuiItem::cancel(), "ShowEncodingWarning") == KMessageBox::Cancel) + return; + if(!checkBeforeOperation()) + return; + + K3ListView* rv = m_view->getResultsView(); + + if(m_option->m_simulation) + { + emit setStatusBarText(i18n("Replacing files (simulation)...")); + rv->setColumnText(4,i18n("Replaced strings (simulation)")); + } + else + { + emit setStatusBarText(i18n("Replacing files...")); + rv->setColumnText(4,i18n("Replaced strings")); + } + // show wait cursor + QApplication::setOverrideCursor( Qt::WaitCursor ); + + freezeActions(); + + setOptionMask(); + + rv->setSorting(-1); + + m_view->showSemaphore("green"); + + QString currentDirectory = m_option->m_directories.split(",", QString::SkipEmptyParts)[0]; + + m_view->showSemaphore("red"); + + if(m_option->m_recursive) + { + int filesNumber = 0; + recursiveFileReplace(currentDirectory, filesNumber); + } + else + { + fileReplace(); + } + + rv->setSorting(0); + rv->sort(); + rv->setSorting(-1); + + // restore false status for stop button + m_stop = false; + + QApplication::restoreOverrideCursor(); + + m_option->m_searchingOnlyMode = false; + + resetActions(); + + m_searchingOperation = false; + + m_view->showSemaphore("green"); +} + +void KFileReplacePart::slotSimulatingOperation() +{ + m_option->m_simulation = true; + slotReplacingOperation(); + m_option->m_simulation = false; +} + +void KFileReplacePart::slotStop() +{ + emit setStatusBarText(i18n("Stopping...")); + m_stop = true; + QApplication::restoreOverrideCursor(); + resetActions(); +} + +void KFileReplacePart::slotCreateReport() +{ + // Check there are results + K3ListView* rv = m_view->getResultsView(), + * sv = m_view->getStringsView(); + + if(rv->firstChild() == 0) + { + KMessageBox::error(m_w, i18n("There are no results to save: the result list is empty.")); + return ; + } + // Select the file where results will be saved + QString documentName = KFileDialog::getSaveFileName(KUrl(), "*.xml|XML " + i18n("Files") + " (*.xml)", m_w, i18n("Save Report")); + if (documentName.isEmpty()) + return ; + + // delete a spourious extension + documentName.truncate(documentName.length()-4); + + QFileInfo fileInfo(documentName); + if(fileInfo.exists()) + { + KMessageBox::error(m_w, i18n("A folder or a file named %1 already exists.", documentName)); + return ; + } + + QDir directoryName; + + if(!directoryName.mkdir(documentName)) + { + KMessageBox::error(m_w, i18n("Cannot create the %1 folder.", documentName)); + return ; + } + + directoryName.cd(documentName); + + QString documentPath = documentName+'/'+directoryName.dirName(); + + Report report(m_option, rv, sv); + report.createDocument(documentPath); + + //resetActions(); +} + +void KFileReplacePart::slotStringsAdd() +{ + m_view->slotStringsAdd(); + resetActions(); +} + +void KFileReplacePart::slotQuickStringsAdd() +{ + //this slot handles a pair of strings that come from project dialog, + //if the control character 'N' is found at the position 0 of the two strings, + //then we start the search now. + QString qs = m_option->m_quickSearchString; + QStringList map; + + map.append(qs.left(1)); + map.append(qs.right(qs.length()-1)); + //in this case there is no string to search for, so return + if(map[1].isEmpty()) + return; + + //in this one instead, we must search for a string + qs = m_option->m_quickReplaceString; + map.append(qs.left(1)); + map.append(qs.right(qs.length()-1)); + + m_view->updateOptions(m_option); + + m_view->slotQuickStringsAdd(map[1],map[3]); + + //if search-only mode == true and search-now mode == true then + //search string + if(map[0] == "N") { + if(m_option->m_searchingOnlyMode) + slotSearchingOperation(); + else + slotReplacingOperation(); + } +} + +void KFileReplacePart::slotStringsDeleteItem() +{ + m_view->slotStringsDeleteItem(); + resetActions(); +} + +void KFileReplacePart::slotStringsEmpty() +{ + m_view->slotStringsEmpty(); + resetActions(); +} + +void KFileReplacePart::slotStringsEdit() +{ + m_view->slotStringsEdit(); + resetActions(); +} + +void KFileReplacePart::slotStringsSave() +{ + m_view->slotStringsSave(); +} + +void KFileReplacePart::slotStringsLoad() +{ + // Selects the file to load from + QString menu = "*.kfr|" + i18n("KFileReplace strings") + " (*.kfr)\n*|"+i18n("All Files") + " (*)"; + QString fileName = KFileDialog::getOpenFileName(KUrl(), menu, m_w, i18n("Load Strings From File")); + + if(!fileName.isEmpty()) + loadRulesFile(fileName); + + resetActions(); +} + +void KFileReplacePart::slotStringsInvertCur() +{ + m_view->stringsInvert(false); + resetActions(); +} + +void KFileReplacePart::slotStringsInvertAll() +{ + m_view->stringsInvert(true); + resetActions(); +} + +void KFileReplacePart::slotOpenRecentStringFile(const KUrl& urlFile) +{ + QString fileName; + + // Downloads file if need (if url is "http://...") + if (!(KIO::NetAccess::download(urlFile, fileName, 0))) + return; + + // Checks it's not a directory + QFileInfo fileInfo; + fileInfo.setFile(fileName); + if(fileInfo.isDir()) + { + KMessageBox::error(m_w, i18n("Cannot open folders.")); + return; + } + + loadRulesFile(fileName); + resetActions(); +} + +void KFileReplacePart::slotOptionRecursive() +{ + m_option->m_recursive = !m_option->m_recursive; + resetActions(); +} + +void KFileReplacePart::slotOptionBackup() +{ + m_option->m_backup = !m_option->m_backup; + resetActions(); +} + +void KFileReplacePart::slotOptionCaseSensitive() +{ + m_option->m_caseSensitive = !m_option->m_caseSensitive; + resetActions(); +} + +void KFileReplacePart::slotOptionVariables() +{ + m_option->m_variables = !m_option->m_variables; + resetActions(); +} + +void KFileReplacePart::slotOptionRegularExpressions() +{ + m_option->m_regularExpressions = !m_option->m_regularExpressions; + resetActions(); +} + +void KFileReplacePart::slotOptionPreferences() +{ + KOptionsDlg dlg(m_option, m_w, 0); + + if(!dlg.exec()) + return; + + //updating m_view + m_view->updateOptions(m_option); + + resetActions(); +} + +void KFileReplacePart::showAboutApplication() +{ + if (m_aboutDlg == 0) + m_aboutDlg = new KAboutApplicationDialog(createAboutData()); + if(m_aboutDlg == 0) + return; + + if(!m_aboutDlg->isVisible()) + m_aboutDlg->show(); + else + m_aboutDlg->raise(); +} + +void KFileReplacePart::appHelpActivated() +{ + KToolInvocation::invokeHelp(QString::null, "kfilereplace"); //krazy:exclude=nullstrassign for old broken gcc +} + +void KFileReplacePart::reportBug() +{ + KBugReport dlg(m_w, true, createAboutData()); + dlg.exec(); +} + +void KFileReplacePart::resetActions() +{ + K3ListView* rv = m_view->getResultsView(), + * sv = m_view->getStringsView(); + + bool hasItems = (sv->firstChild() != 0), + searchOnlyMode = m_option->m_searchingOnlyMode; + + // File + actionCollection()->action("new_project")->setEnabled(true); + actionCollection()->action("search")->setEnabled(hasItems && searchOnlyMode); + actionCollection()->action("file_simulate")->setEnabled(hasItems && !searchOnlyMode); + actionCollection()->action("replace")->setEnabled(hasItems && !searchOnlyMode); + actionCollection()->action("save_results")->setEnabled(hasItems); + actionCollection()->action("stop")->setEnabled(false); + + // Strings + actionCollection()->action("strings_add")->setEnabled(true); + actionCollection()->action("strings_del")->setEnabled(hasItems); + actionCollection()->action("strings_empty")->setEnabled(hasItems); + actionCollection()->action("strings_edit")->setEnabled(hasItems); + actionCollection()->action("strings_save")->setEnabled(hasItems); + actionCollection()->action("strings_load")->setEnabled(true); + actionCollection()->action("strings_invert")->setEnabled(hasItems && !searchOnlyMode); + actionCollection()->action("strings_invert_all")->setEnabled(hasItems && !searchOnlyMode); + + // Options + actionCollection()->action("options_recursive")->setEnabled(true); + actionCollection()->action("options_backup")->setEnabled(!searchOnlyMode); + actionCollection()->action("options_case")->setEnabled(true); + actionCollection()->action("options_var")->setEnabled(!searchOnlyMode); + actionCollection()->action("options_regularexpressions")->setEnabled(true); + actionCollection()->action("configure_kfilereplace")->setEnabled(true); + + hasItems = (rv->firstChild() != 0); + + // Results + actionCollection()->action("results_infos")->setEnabled(hasItems); + actionCollection()->action("results_openfile")->setEnabled(hasItems); + if (actionCollection()->action("results_editfile")) + actionCollection()->action("results_editfile")->setEnabled(hasItems); + actionCollection()->action("results_opendir")->setEnabled(hasItems); + actionCollection()->action("results_delete")->setEnabled(hasItems); + actionCollection()->action("results_treeexpand")->setEnabled(hasItems); + actionCollection()->action("results_treereduce")->setEnabled(hasItems); + + // Updates menus and toolbar + ((KToggleAction* ) actionCollection()->action("options_recursive"))->setChecked(m_option->m_recursive); + ((KToggleAction* ) actionCollection()->action("options_backup"))->setChecked(m_option->m_backup && !searchOnlyMode); + ((KToggleAction* ) actionCollection()->action("options_case"))->setChecked(m_option->m_caseSensitive); + ((KToggleAction* ) actionCollection()->action("options_var"))->setChecked(m_option->m_variables && !searchOnlyMode); + ((KToggleAction* ) actionCollection()->action("options_regularexpressions"))->setChecked(m_option->m_regularExpressions); +} + +//PUBLIC METHODS +KAboutData* KFileReplacePart::createAboutData() +{ + KAboutData * aboutData = new KAboutData("kfilereplacepart", "kfilereplace", + ki18n("KFileReplacePart"), + KFR_VERSION, + ki18n( "Batch search and replace tool."), + KAboutData::License_GPL_V2, + ki18n("(C) 1999-2002 François Dupoux\n(C) 2003-2004 Andras Mantia\n(C) 2004 Emiliano Gulmini"), ki18n("Part of the KDEWebDev module."), "http://www.kdewebdev.org"); + aboutData->addAuthor(ki18n("François Dupoux"), + ki18n("Original author of the KFileReplace tool"), + "dupoux@dupoux.com"); + aboutData->addAuthor(ki18n("Emiliano Gulmini"), + ki18n("Current maintainer, code cleaner and rewriter"), + "emi_barbarossa@yahoo.it"); + aboutData->addAuthor(ki18n("Andras Mantia"), + ki18n("Co-maintainer, KPart creator"), + "amantia@kde.org"); + aboutData->addCredit(ki18n("Heiko Goller"), + ki18n("Original german translator"), + "heiko.goller@tuebingen.mpg.de"); + return aboutData; +} + +//PROTECTED METHODS +bool KFileReplacePart::openURL(const KUrl &url) +{ + if(!url.isEmpty() && (url.protocol() != "file")) + { + KMessageBox::sorry(m_w, i18n("Sorry, currently the KFileReplace part works only for local files."), i18n("Non Local File")); + emit canceled(""); + return false; + } + if(!url.isEmpty()) + return launchNewProjectDialog(url); + else + { + resetActions(); + return true; + } +} + +//PRIVATE METHODS +void KFileReplacePart::initGUI() +{ + setXMLFile("kfilereplacepartui.rc"); + + bool quantaFound = false; + QDBusConnection dbus = QDBusConnection::sessionBus(); + QDBusReply reply = dbus.interface()->registeredServiceNames(); + if ( !reply.isValid() ) + return; + + const QStringList allServices = reply; + for ( QStringList::const_iterator it = allServices.begin(), end = allServices.end() ; it != end ; ++it ) { + const QString service = *it; + if ( service.startsWith( "org.kde.quanta" ) ) { + quantaFound = true; + break; + } + } + // File + QAction *action; + action = new KAction(KIcon("project-open"), i18n("Customize Search/Replace Session..."), this); + actionCollection()->addAction("new_project", action ); + connect(action, SIGNAL(triggered(bool) ), SLOT(slotSetNewParameters())); + action = new KAction(KIcon("edit-find"), i18n("&Search"), this); + actionCollection()->addAction("search", action ); + connect(action, SIGNAL(triggered(bool) ), SLOT(slotSearchingOperation())); + action = new KAction(KIcon("filesimulate"), i18n("S&imulate"), this); + actionCollection()->addAction("file_simulate", action ); + connect(action, SIGNAL(triggered(bool) ), SLOT(slotSimulatingOperation())); + action = new KAction(KIcon("edit-find-replace"), i18n("&Replace"), this); + actionCollection()->addAction("replace", action ); + connect(action, SIGNAL(triggered(bool) ), SLOT(slotReplacingOperation())); + action = new KAction(KIcon("process-stop"), i18n("Sto&p"), this); + actionCollection()->addAction("stop", action ); + connect(action, SIGNAL(triggered(bool) ), SLOT(slotStop())); + action = new KAction(KIcon("document-save-as"), i18n("Cre&ate Report File..."), this); + actionCollection()->addAction("save_results", action ); + connect(action, SIGNAL(triggered(bool) ), SLOT(slotCreateReport())); + + // Strings + action = new KAction(KIcon("list-add"), i18n("&Add String..."), this); + actionCollection()->addAction("strings_add", action ); + connect(action, SIGNAL(triggered(bool) ), SLOT(slotStringsAdd())); + + action = new KAction(KIcon("list-remove"), i18n("&Delete String"), this); + actionCollection()->addAction("strings_del", action ); + connect(action, SIGNAL(triggered(bool) ), SLOT(slotStringsDeleteItem())); + action = new KAction(KIcon("edit-clear"), i18n("&Empty Strings List"), this); + actionCollection()->addAction("strings_empty", action ); + connect(action, SIGNAL(triggered(bool) ), SLOT(slotStringsEmpty())); + action = new KAction(KIcon("document-properties"), i18n("Edit Selected String..."), this); + actionCollection()->addAction("strings_edit", action ); + connect(action, SIGNAL(triggered(bool) ), SLOT(slotStringsEdit())); + action = new KAction(KIcon("document-save-as"), i18n("&Save Strings List to File..."), this); + actionCollection()->addAction("strings_save", action ); + connect(action, SIGNAL(triggered(bool) ), SLOT(slotStringsSave())); + action = new KAction(KIcon("document-import"), i18n("&Load Strings List From File..."), this); + actionCollection()->addAction("strings_load", action ); + connect(action, SIGNAL(triggered(bool) ), SLOT(slotStringsLoad())); + KRecentFilesAction *recent = actionCollection()->add("strings_load_recent"); + recent->setText(i18n("&Load Recent Strings Files")); + recent->setIcon(KIcon("document-open-recent")); + connect(recent, SIGNAL(urlSelected(const KUrl&)),SLOT(slotOpenRecentStringFile(const KUrl&))); + + action = new KAction(KIcon("object-flip-horizontal"), i18n("&Invert Current String (search <--> replace)"), this); + actionCollection()->addAction("strings_invert", action ); + connect(action, SIGNAL(triggered(bool) ), SLOT(slotStringsInvertCur())); + action = new KAction(KIcon("object-flip-horizontal"), i18n("&Invert All Strings (search <--> replace)"), this); + actionCollection()->addAction("strings_invert_all", action ); + connect(action, SIGNAL(triggered(bool) ), SLOT(slotStringsInvertAll())); + + // Options + action = new KToggleAction(KIcon("recursive_option"), i18n("&Include Sub-Folders"), this); + actionCollection()->addAction("options_recursive", action ); + connect(action, SIGNAL(triggered(bool)), SLOT(slotOptionRecursive())); + action = new KToggleAction(KIcon("backup_option"), i18n("Create &Backup Files"), this); + actionCollection()->addAction("options_backup", action ); + connect(action, SIGNAL(triggered(bool)), SLOT(slotOptionBackup())); + action = new KToggleAction(KIcon("casesensitive_option"), i18n("Case &Sensitive"), this); + actionCollection()->addAction("options_case", action ); + connect(action, SIGNAL(triggered(bool)), SLOT(slotOptionCaseSensitive())); + action = new KToggleAction(KIcon("command_option"), i18n("Enable Commands &in Replace String: [$command:option$]"), this); + actionCollection()->addAction("options_var", action ); + connect(action, SIGNAL(triggered(bool)), SLOT(slotOptionVariables())); + action = new KToggleAction(KIcon("regularexpression_option"), i18n("Enable &Regular Expressions"), this); + actionCollection()->addAction("options_regularexpressions", action ); + connect(action, SIGNAL(triggered(bool)), SLOT(slotOptionRegularExpressions())); + action = new KAction(KIcon("configure"), i18n("Configure &KFileReplace..."), this); + actionCollection()->addAction("configure_kfilereplace", action ); + connect(action, SIGNAL(triggered(bool) ), SLOT(slotOptionPreferences())); + + // Results + action = new KAction(KIcon("document-properties"), i18n("&Properties"), this); + actionCollection()->addAction("results_infos", action ); + connect(action, SIGNAL(triggered(bool) ), m_view, SLOT(slotResultProperties())); + action = new KAction(KIcon("document-new"), i18n("&Open"), this); + actionCollection()->addAction("results_openfile", action ); + connect(action, SIGNAL(triggered(bool) ), m_view, SLOT(slotResultOpen())); + + if(quantaFound) + { + KAction *action = new KAction(KIcon("quanta"), i18n("&Edit in Quanta"), this); + actionCollection()->addAction("results_editfile", action ); + connect(action, SIGNAL(triggered(bool) ), m_view, SLOT(slotResultEdit())); + } + action = new KAction(KIcon("document-open"), i18n("Open Parent &Folder"), this); + actionCollection()->addAction("results_opendir", action ); + connect(action, SIGNAL(triggered(bool) ), m_view, SLOT(slotResultDirOpen())); + action = new KAction(KIcon("edit-delete"), i18n("&Delete"), this); + actionCollection()->addAction("results_delete", action ); + connect(action, SIGNAL(triggered(bool) ), m_view, SLOT(slotResultDelete())); + action = new KAction(i18n("E&xpand Tree"), this); + actionCollection()->addAction("results_treeexpand", action ); + connect(action, SIGNAL(triggered(bool)), m_view, SLOT(slotResultTreeExpand())); + action = new KAction(i18n("&Reduce Tree"), this); + actionCollection()->addAction("results_treereduce", action ); + connect(action, SIGNAL(triggered(bool)), m_view, SLOT(slotResultTreeReduce())); + action = new KAction(KIcon("kfilereplace"), i18n("&About KFileReplace"), this); + actionCollection()->addAction("help_about_kfilereplace", action ); + connect(action, SIGNAL(triggered(bool) ), SLOT(showAboutApplication())); + action = new KAction(KIcon("help-contents"), i18n("KFileReplace &Handbook"), this); + actionCollection()->addAction("help_kfilereplace", action ); + connect(action, SIGNAL(triggered(bool) ), SLOT(appHelpActivated())); + action = new KAction(i18n("&Report Bug"), this); + actionCollection()->addAction("report_bug", action ); + connect(action, SIGNAL(triggered(bool) ), SLOT(reportBug())); + +} + +void KFileReplacePart::initView() +{ + m_view = new KFileReplaceView(m_option, m_parentWidget, "view"); + + setWidget(m_view); + + m_view->setAcceptDrops(false); + + m_view->showSemaphore("green"); +} + +void KFileReplacePart::freezeActions() +{ + //Disables actions during search/replace operation + actionCollection()->action("new_project")->setEnabled(false); + actionCollection()->action("stop")->setEnabled(true); + + actionCollection()->action("file_simulate")->setEnabled(false); + actionCollection()->action("replace")->setEnabled(false); + actionCollection()->action("search")->setEnabled(false); + actionCollection()->action("strings_add")->setEnabled(false); + actionCollection()->action("strings_del")->setEnabled(false); + actionCollection()->action("strings_empty")->setEnabled(false); + actionCollection()->action("strings_edit")->setEnabled(false); + actionCollection()->action("strings_save")->setEnabled(false); + actionCollection()->action("strings_load")->setEnabled(false); + actionCollection()->action("strings_invert")->setEnabled(false); + actionCollection()->action("strings_invert_all")->setEnabled(false); + actionCollection()->action("options_recursive")->setEnabled(false); + actionCollection()->action("options_backup")->setEnabled(false); + actionCollection()->action("options_case")->setEnabled(false); + actionCollection()->action("options_var")->setEnabled(false); + actionCollection()->action("options_regularexpressions")->setEnabled(false); + actionCollection()->action("configure_kfilereplace")->setEnabled(false); + actionCollection()->action("results_infos")->setEnabled(false); + actionCollection()->action("results_openfile")->setEnabled(false); + if (actionCollection()->action("results_editfile")) + actionCollection()->action("results_editfile")->setEnabled(false); + actionCollection()->action("results_opendir")->setEnabled(false); + actionCollection()->action("results_delete")->setEnabled(false); + actionCollection()->action("results_treeexpand")->setEnabled(false); + actionCollection()->action("results_treereduce")->setEnabled(false); + ((KToggleAction* ) actionCollection()->action("options_recursive"))->setChecked(false); + ((KToggleAction* ) actionCollection()->action("options_backup"))->setChecked(false); + ((KToggleAction* ) actionCollection()->action("options_case"))->setChecked(false); + ((KToggleAction* ) actionCollection()->action("options_var"))->setChecked(false); + ((KToggleAction* ) actionCollection()->action("options_regularexpressions"))->setChecked(false); +} + +void KFileReplacePart::loadOptionsFromRC() +{ + m_option = new RCOptions(); + + loadOptions(); + loadFileSizeOptions(); + loadDateAccessOptions(); + loadOwnerOptions(); + loadLocationsList(); + loadFiltersList(); + loadBackupExtensionOptions(); +} + +void KFileReplacePart::loadOptions() +{ + KConfigGroup cg( m_config, "General Options"); + + m_option->m_recentStringFileList = cg.readEntry(rcRecentFiles, QStringList() ); + + m_option->m_searchingOnlyMode = cg.readEntry(rcSearchMode,SearchModeOption); + + cg = m_config->group( "Options" ); + + m_option->m_encoding = cg.readEntry(rcEncoding, EncodingOption).toLatin1(); + m_option->m_recursive = cg.readEntry(rcRecursive, RecursiveOption); + + m_option->m_caseSensitive = cg.readEntry(rcCaseSensitive, CaseSensitiveOption); + m_option->m_variables = cg.readEntry(rcVariables, VariablesOption); + m_option->m_regularExpressions = cg.readEntry(rcRegularExpressions, RegularExpressionsOption); + m_option->m_followSymLinks = cg.readEntry(rcFollowSymLinks, FollowSymbolicLinksOption); + + m_option->m_haltOnFirstOccur = cg.readEntry(rcHaltOnFirstOccur, StopWhenFirstOccurenceOption); + + m_option->m_ignoreHidden = cg.readEntry(rcIgnoreHidden, IgnoreHiddenOption); + m_option->m_ignoreFiles = cg.readEntry(rcIgnoreFiles, IgnoreFilesOption); + + cg = m_config->group("Notification Messages"); + + m_option->m_notifyOnErrors = cg.readEntry(rcNotifyOnErrors, true); + + m_option->m_askConfirmReplace = cg.readEntry(rcAskConfirmReplace, AskConfirmReplaceOption); + + QString dontAskAgain = cg.readEntry(rcDontAskAgain, QString("no")); + + if(dontAskAgain == "yes") + m_option->m_askConfirmReplace = false; +} + +void KFileReplacePart::loadFileSizeOptions() +{ + KConfigGroup cg( m_config,"Size options"); + + m_option->m_minSize = cg.readEntry(rcMinFileSize, FileSizeOption); + m_option->m_maxSize = cg.readEntry(rcMaxFileSize, FileSizeOption); +} + +void KFileReplacePart::loadDateAccessOptions() +{ + KConfigGroup cg( m_config,"Access options"); + + m_option->m_dateAccess = cg.readEntry(rcValidAccessDate, ValidAccessDateOption); + m_option->m_minDate = cg.readEntry(rcMinDate, AccessDateOption); + m_option->m_maxDate = cg.readEntry(rcMaxDate, AccessDateOption); +} + +void KFileReplacePart::loadOwnerOptions() +{ + KConfigGroup cg( m_config,"Owner options"); + + QStringList ownerList = cg.readEntry(rcOwnerUser, OwnerOption).split(","); + if(ownerList.value(0) == "true") + m_option->m_ownerUserIsChecked = true; + else + m_option->m_ownerUserIsChecked = false; + + m_option->m_ownerUserType = ownerList.value(1); + m_option->m_ownerUserBool = ownerList.value(2); + m_option->m_ownerUserValue = ownerList.value(3); + + ownerList = cg.readEntry(rcOwnerGroup, OwnerOption).split(","); + + if(ownerList.value(0) == "true") + m_option->m_ownerGroupIsChecked = true; + else + m_option->m_ownerGroupIsChecked = false; + + m_option->m_ownerGroupType = ownerList.value(1); + m_option->m_ownerGroupBool = ownerList.value(2); + m_option->m_ownerGroupValue = ownerList.value(3); +} + +void KFileReplacePart::loadLocationsList() +{ + KConfigGroup cg( m_config,"Directories"); + #if KDE_IS_VERSION(3,1,3) + QString locationsEntryList = cg.readPathEntry(rcDirectoriesList, QString()); + #else + QString locationsEntryList = cg.readEntry(rcDirectoriesList); + #endif + + if(locationsEntryList.isEmpty()) + locationsEntryList = QDir::current().path(); + + m_option->m_directories = locationsEntryList; +} + +void KFileReplacePart::loadFiltersList() +{ + KConfigGroup cg( m_config,"Filters"); + #if KDE_IS_VERSION(3,1,3) + QString filtersEntryList = cg.readPathEntry(rcFiltersList, QString()); + #else + QString filtersEntryList = cg.readEntry(rcFiltersList); + #endif + + if(filtersEntryList.isEmpty()) + filtersEntryList = "*.htm;*.html;*.xml;*.xhtml;*.css;*.js;*.php"; + + m_option->m_filters = filtersEntryList; +} + +void KFileReplacePart::loadBackupExtensionOptions() +{ + KConfigGroup cg( m_config,"Options"); + QStringList bkList = cg.readEntry(rcBackupExtension, BackupExtensionOption).split(","); + if(bkList[0] == "true") + m_option->m_backup = true; + else + m_option->m_backup = false; + + m_option->m_backupExtension = bkList[1]; +} + +void KFileReplacePart::saveOptionsToRC() +{ + saveOptions(); + saveFileSizeOptions(); + saveDateAccessOptions(); + saveOwnerOptions(); + saveLocationsList(); + saveFiltersList(); + saveBackupExtensionOptions(); +} + +void KFileReplacePart::saveOptions() +{ + KConfigGroup cg( m_config,"General Options"); + + cg.writeEntry(rcRecentFiles, m_option->m_recentStringFileList); + cg.writeEntry(rcSearchMode,m_option->m_searchingOnlyMode); + + cg = m_config->group("Options"); + + cg.writeEntry(rcEncoding, m_option->m_encoding); + cg.writeEntry(rcRecursive, m_option->m_recursive); + cg.writeEntry(rcCaseSensitive, m_option->m_caseSensitive); + cg.writeEntry(rcVariables, m_option->m_variables); + cg.writeEntry(rcRegularExpressions, m_option->m_regularExpressions); + + cg.writeEntry(rcFollowSymLinks, m_option->m_followSymLinks); + cg.writeEntry(rcHaltOnFirstOccur, m_option->m_haltOnFirstOccur); + + cg.writeEntry(rcIgnoreHidden, m_option->m_ignoreHidden); + cg.writeEntry(rcIgnoreFiles, m_option->m_ignoreFiles); + + cg = m_config->group("Notification Messages"); + cg.writeEntry(rcNotifyOnErrors, m_option->m_notifyOnErrors); + if(cg.readEntry(rcDontAskAgain,QString("no")) == "yes") + cg.writeEntry(rcAskConfirmReplace, false); + else + cg.writeEntry(rcAskConfirmReplace, m_option->m_askConfirmReplace); + + cg.sync(); +} + +void KFileReplacePart::saveFileSizeOptions() +{ + KConfigGroup cg( m_config,"Size options"); + + cg.writeEntry(rcMaxFileSize, m_option->m_maxSize); + cg.writeEntry(rcMinFileSize, m_option->m_minSize); + + cg.sync(); +} + +void KFileReplacePart::saveDateAccessOptions() +{ + KConfigGroup cg( m_config,"Access options"); + + cg.writeEntry(rcValidAccessDate, m_option->m_dateAccess); + cg.writeEntry(rcMinDate, m_option->m_minDate); + cg.writeEntry(rcMaxDate, m_option->m_maxDate); + + cg.sync(); +} + +void KFileReplacePart::saveOwnerOptions() +{ + KConfigGroup cg( m_config,"Owner options"); + + QString list; + if(m_option->m_ownerUserIsChecked) + list = "true,"; + else + list = "false,"; + + list += m_option->m_ownerUserType + + ',' + + m_option->m_ownerUserBool; + if(!m_option->m_ownerUserValue.isEmpty()) + list += ',' + m_option->m_ownerUserValue; + + cg.writeEntry(rcOwnerUser,list); + + if(m_option->m_ownerGroupIsChecked) + list = "true,"; + else + list = "false,"; + + list += m_option->m_ownerGroupType + + ',' + + m_option->m_ownerGroupBool; + if(!m_option->m_ownerGroupValue.isEmpty()) + list += ',' + m_option->m_ownerGroupValue; + + cg.writeEntry(rcOwnerGroup,list); + cg.sync(); +} + +void KFileReplacePart::saveLocationsList() +{ + KConfigGroup cg( m_config,"Directories"); + cg.writeEntry(rcDirectoriesList, m_option->m_directories); + cg.sync(); +} + +void KFileReplacePart::saveFiltersList() +{ + KConfigGroup cg( m_config,"Filters"); + cg.writeEntry(rcFiltersList, m_option->m_filters); + cg.sync(); +} + +void KFileReplacePart::saveBackupExtensionOptions() +{ + KConfigGroup cg( m_config,"Options"); + QString bkOptions; + if(m_option->m_backup) + bkOptions = "true," + m_option->m_backupExtension; + else + bkOptions = "false," + m_option->m_backupExtension; + + cg.writeEntry(rcBackupExtension, bkOptions); + cg.sync(); +} + +void KFileReplacePart::fileReplace() +{ + QString directoryName = m_option->m_directories.split(QChar(','))[0]; + QDir d(directoryName); + d.setFilter(m_optionMask | QDir::AllDirs); + + QString currentFilter = m_option->m_filters.split(",", QString::SkipEmptyParts)[0]; + QStringList filesList = d.entryList(currentFilter.split(';')); + QStringList::iterator filesIt; + int filesNumber = 0; + + m_view->displayScannedFiles(filesNumber); + + for (filesIt = filesList.begin(); filesIt != filesList.end() ; ++filesIt) + { + QString fileName = (*filesIt); + + // m_stop == true means that we pushed the stop button + if(m_stop) + break; + + // Avoids files that not match requirements + if(!KFileReplaceLib::isAnAccessibleFile(d.canonicalPath(), fileName, m_option)) + continue; + kapp->processEvents(); + if(m_option->m_backup) + replaceAndBackup(d.canonicalPath(), fileName); + else + replaceAndOverwrite(d.canonicalPath(), fileName); + + filesNumber++; + m_view->displayScannedFiles(filesNumber); + } +} + +void KFileReplacePart::recursiveFileReplace(const QString& directoryName, int& filesNumber) +{ + //if m_stop == true then interrupts recursion + if(m_stop) + return; + else + { + QDir d(directoryName); + + d.setFilter(m_optionMask | QDir::AllDirs); + + QString currentFilter = m_option->m_filters.split(",", QString::SkipEmptyParts)[0]; + QStringList filesList = d.entryList(currentFilter.split(';')); + QStringList::iterator filesIt; + + for(filesIt = filesList.begin(); filesIt != filesList.end(); ++filesIt) + { + //if m_stop == true then end for-loop + if(m_stop) + break; + + QString fileName = (*filesIt); + + // Avoids files that not match requirements + if(!KFileReplaceLib::isAnAccessibleFile(d.canonicalPath(),fileName, m_option)) + continue; + + QString filePath = d.canonicalPath()+'/'+fileName; + + QFileInfo qi(filePath); + + m_view->displayScannedFiles(filesNumber); + + //if filePath is a directory then recursion + if(qi.isDir()) + recursiveFileReplace(filePath, filesNumber); + else + { + kapp->processEvents(); + if(m_option->m_backup) + replaceAndBackup(d.canonicalPath(), fileName); + else + replaceAndOverwrite(d.canonicalPath(), fileName); + + filesNumber++; + m_view->displayScannedFiles(filesNumber); + } + } + } +} + +void KFileReplacePart::replaceAndBackup(const QString& currentDir, const QString& oldFileName) +{ + //Creates a path string + QString oldPathString = currentDir+'/'+oldFileName; + + QFile currentFile(oldPathString); + if(!currentFile.open(QIODevice::ReadOnly)) + { + KMessageBox::information(m_w, i18n("Cannot open file %1 for reading.", oldFileName), QString(), rcNotifyOnErrors); + return ; + } + QTextStream currentStream(¤tFile); + if (m_option->m_encoding == "utf8") + currentStream.setCodec(QTextCodec::codecForName("UTF-8")); + else + currentStream.setCodec(QTextCodec::codecForName(m_option->m_encoding.toUtf8())); + QString line = currentStream.readAll(), + backupLine = line; + + QString backupSize = KFileReplaceLib::formatFileSize(currentFile.size()); + + currentFile.close(); + + QString backupExtension = m_option->m_backupExtension; + + bool atLeastOneStringFound = false; + K3ListViewItem *item = 0; + int occurrence = 0; + + replacingLoop(line, &item, atLeastOneStringFound, occurrence, m_option->m_regularExpressions, m_option->m_askConfirmReplace); + + //If we are not performing a simulation creates a backup file + if(!m_option->m_simulation) + { + if(atLeastOneStringFound) + { + KIO::FileCopyJob * job = KIO::file_copy(KUrl(oldPathString), KUrl(oldPathString + backupExtension), -1, KIO::Overwrite); + job->exec(); + } + } + + if(!m_option->m_simulation) + { + if(atLeastOneStringFound) + { + QFile newFile(oldPathString); + if(!newFile.open(QIODevice::WriteOnly)) + { + KMessageBox::information(m_w, i18n("Cannot open file %1 for writing.", oldFileName), QString(), rcNotifyOnErrors); + return ; + } + QTextStream newStream(&newFile); + if (m_option->m_encoding == "utf8") + newStream.setCodec(QTextCodec::codecForName("UTF-8")); + else + newStream.setCodec(QTextCodec::codecForName(m_option->m_encoding.toUtf8())); + newStream << line; + newFile.close(); + } + } + + if(!m_option->m_ignoreFiles) + atLeastOneStringFound = true; + + QFileInfo oldFileInfo(oldPathString); + + if(atLeastOneStringFound && item/* && atLeastOneStringConfirmed*/) + { + KFileReplaceLib::setIconForFileEntry(item,currentDir+'/'+oldFileName); + item->setText(0,oldFileName); + item->setText(1,currentDir); + QString newSize = KFileReplaceLib::formatFileSize(oldFileInfo.size()); + if(!m_option->m_simulation) + { + item->setText(2, backupSize); + item->setText(3, newSize); + } + else + { + item->setText(2, backupSize); + item->setText(3, "-"); + } + + item->setText(4,QString::number(occurrence,10)); + item->setText(5,QString("%1[%2]").arg(oldFileInfo.owner()).arg(oldFileInfo.ownerId())); + item->setText(6,QString("%1[%2]").arg(oldFileInfo.group()).arg(oldFileInfo.groupId())); + } +} + +void KFileReplacePart::replaceAndOverwrite(const QString& currentDir, const QString& oldFileName) +{ + QString oldPathString = currentDir+'/'+oldFileName; + QFile oldFile(oldPathString); + QFileInfo oldFileInfo(oldPathString); + + if (!oldFile.open(QIODevice::ReadOnly)) + { + KMessageBox::information(m_w, i18n("Cannot open file %1 for reading.", oldFile.fileName()), QString(), rcNotifyOnErrors); + return ; + } + + QString fileSizeBeforeReplacing = KFileReplaceLib::formatFileSize(oldFileInfo.size()); + K3ListViewItem *item = 0; + + QTextStream oldStream( &oldFile ); + if (m_option->m_encoding == "utf8") + oldStream.setCodec(QTextCodec::codecForName("UTF-8")); + else + oldStream.setCodec(QTextCodec::codecForName(m_option->m_encoding.toUtf8())); + QString line = oldStream.readAll(); + + oldFile.close(); + + bool atLeastOneStringFound = false; + int occurrence = 0; + + replacingLoop(line, &item, atLeastOneStringFound, occurrence, m_option->m_regularExpressions, m_option->m_askConfirmReplace); + + + if(!m_option->m_simulation) + { + if(atLeastOneStringFound) + { + QFile newFile(oldPathString); + if(!newFile.open(QIODevice::WriteOnly)) + { + KMessageBox::information(m_w, i18n("Cannot open file %1 for writing.", newFile.fileName()), QString(), rcNotifyOnErrors); + return ; + } + QTextStream newStream( &newFile ); + if (m_option->m_encoding == "utf8") + newStream.setCodec(QTextCodec::codecForName("UTF-8")); + else + newStream.setCodec(QTextCodec::codecForName(m_option->m_encoding.toUtf8())); + newStream << line; + newFile.close(); + } + } + + QFileInfo nf(oldPathString); + QString fileSizeAfterReplacing = KFileReplaceLib::formatFileSize(nf.size()); + + //if ignoreFiles == false then every files must be show + if(!m_option->m_ignoreFiles) + atLeastOneStringFound = true; + + if(atLeastOneStringFound && item/*&& atLeastOneStringConfirmed*/) + { + KFileReplaceLib::setIconForFileEntry(item,currentDir+'/'+oldFileName); + item->setText(0,oldFileName); + item->setText(1,currentDir); + item->setText(2,fileSizeBeforeReplacing); + if(!m_option->m_simulation) + item->setText(3,fileSizeAfterReplacing); + else + item->setText(3,"-"); + + item->setText(4,QString::number(occurrence,10)); + item->setText(5,QString("%1[%2]").arg(oldFileInfo.owner()).arg(oldFileInfo.ownerId())); + item->setText(6,QString("%1[%2]").arg(oldFileInfo.group()).arg(oldFileInfo.groupId())); + } +} + +void KFileReplacePart::replacingLoop(QString& line, K3ListViewItem** item, bool& atLeastOneStringFound, int& occur, bool regularExpression, bool& askConfirmReplace) +{ + KeyValueMap tempMap = m_replacementMap; + KeyValueMap::Iterator it; + K3ListView* rv = m_view->getResultsView(); + + for(it = tempMap.begin(); it != tempMap.end(); ++it) + { + if(m_stop) + break; + + ResultViewEntry entry(it.key(), it.value(), regularExpression, m_option->m_caseSensitive); + while(entry.pos(line) != -1) + { + if(m_stop) + break; + + if(askConfirmReplace) + { + int answer = KMessageBox::questionYesNo(0, + i18n("Do you want to replace the string %1 with the string %2?", it.key(), it.value()), + i18n("Confirm Replace"), + KGuiItem(i18n("Replace")), + KGuiItem(i18n("Do Not Replace")), + rcDontAskAgain); + if(answer == KMessageBox::Yes) + { + atLeastOneStringFound = true; + QString msg = entry.message(entry.capturedText(line), + entry.lineNumber(line), + entry.columnNumber(line)); + + if(!*item) + *item = new K3ListViewItem(rv); + K3ListViewItem* tempItem = new K3ListViewItem(*item); + tempItem->setMultiLinesEnabled(true); + tempItem->setText(0,msg); + occur ++; + entry.updateLine(line); + entry.incPos(); + } + else + { + entry.incPos(); + } + if(dontAskAgain()) askConfirmReplace = false; + } + else + { + atLeastOneStringFound = true; + QString msg = entry.message(entry.capturedText(line), + entry.lineNumber(line), + entry.columnNumber(line)); + + if(!*item) + *item = new K3ListViewItem(rv); + K3ListViewItem* tempItem = new K3ListViewItem(*item); + tempItem->setMultiLinesEnabled(true); + tempItem->setText(0,msg); + occur ++; + entry.updateLine(line); + entry.incPos(); + } + + } + } +} + +void KFileReplacePart::fileSearch(const QString& directoryName, const QString& filters) +{ + QDir d(directoryName); + + d.setFilter(m_optionMask | QDir::AllDirs); + + QStringList filesList = d.entryList(filters.split(';')); + QString filePath = d.canonicalPath(); + QStringList::iterator filesIt; + uint filesNumber = 0; + + m_view->displayScannedFiles(filesNumber); + + for (filesIt = filesList.begin(); filesIt != filesList.end() ; ++filesIt) + { + // We pushed stop button + if(m_stop) + break; + + QString fileName = (*filesIt); + + // Avoids files that not match + if(!KFileReplaceLib::isAnAccessibleFile(filePath, fileName, m_option)) + continue; + + QFileInfo fileInfo(filePath+'/'+fileName); + if(fileInfo.isDir()) + continue; + kapp->processEvents(); + search(filePath, fileName); + filesNumber++; + m_view->displayScannedFiles(filesNumber); + } +} + +void KFileReplacePart::recursiveFileSearch(const QString& directoryName, const QString& filters, uint& filesNumber) +{ + // if m_stop == true then interrupt recursion + if(m_stop) + return; + else + { + QDir d(directoryName); + + d.setFilter(m_optionMask | QDir::AllDirs); + + QStringList filesList = d.entryList(filters.split(';')); + QString filePath = d.canonicalPath(); + QStringList::iterator filesIt; + + for(filesIt = filesList.begin(); filesIt != filesList.end(); ++filesIt) + { + // stop polling + if(m_stop) + break; + + QString fileName = (*filesIt); + // Avoids files that not match + if(!KFileReplaceLib::isAnAccessibleFile(filePath, fileName, m_option)) + continue; + + // Composes file path string + QFileInfo fileInfo(filePath+'/'+fileName); + + m_view->displayScannedFiles(filesNumber); + + // Searchs recursively if "filePath" is a directory + if(fileInfo.isDir()) + recursiveFileSearch(filePath+'/'+fileName, filters, filesNumber); + else + { + kapp->processEvents(); + search(filePath, fileName); + filesNumber++; + m_view->displayScannedFiles(filesNumber); + } + } + } +} + +void KFileReplacePart::search(const QString& currentDir, const QString& fileName) +{ + QFile file(currentDir+'/'+fileName); + + if(!file.open(QIODevice::ReadOnly)) + { + KMessageBox::information(m_w, i18n("Cannot open file %1 for reading.", fileName), QString(), rcNotifyOnErrors); + return ; + } + // Creates a stream with the file + QTextStream stream( &file ); + if (m_option->m_encoding == "utf8") + stream.setCodec(QTextCodec::codecForName("UTF-8")); + else + stream.setCodec(QTextCodec::codecForName(m_option->m_encoding.toUtf8())); + QString line = stream.readAll(); + file.close(); + + QFileInfo fileInfo(currentDir+'/'+fileName); + + K3ListViewItem *item = 0; + + //Counts occurrences + int occurrence = 0; + + //This map contains strings to search + KeyValueMap tempMap = m_replacementMap; + //If no strings has been found, then no lines will be added to the result view + bool atLeastOneStringFound = false; + + KeyValueMap::Iterator it = tempMap.begin(); + + K3ListView* rv = m_view->getResultsView(); + + while(it != tempMap.end()) + { + //stop polling + if(m_stop) + break; + + QString key = it.key(); + QString strKey; + QRegExp rxKey; + + if(m_option->m_regularExpressions) + rxKey = QRegExp('('+key+')', m_option->m_caseSensitive, false); + else + strKey = key; + /* If this option is true then for any string in + * the map we search for the first match*/ + if(m_option->m_haltOnFirstOccur) + { + int pos; + + if(m_option->m_regularExpressions) + pos = line.indexOf(rxKey); + else + pos = line.find(strKey, 0 ,m_option->m_caseSensitive); + + if(pos != -1) + { + atLeastOneStringFound = true; + int lineNumber = line.mid(0,pos).count('\n')+1; + int columnNumber = pos - line.lastIndexOf('\n',pos); + + if (!item) + item = new K3ListViewItem(rv); + + K3ListViewItem* tempItem= new K3ListViewItem(item); + QString msg, + capturedText; + + if(m_option->m_regularExpressions) + capturedText = rxKey.cap(1); + else + capturedText = line.mid(pos,strKey.length()); + + msg = i18n(" Line:%2, Col:%3 - \"%1\"", capturedText, lineNumber, columnNumber); + tempItem->setMultiLinesEnabled(true); + tempItem->setText(0,msg); + occurrence = 1; + } + }// ends m_option->m_haltOnFirstOccur if-block + else + { + /* This point of the code is reached when we must search for all + * occurrences of all the strings*/ + + int pos = 0; + if(m_option->m_regularExpressions) + pos = rxKey.search(line,pos); + else + pos = line.find(strKey, pos ,m_option->m_caseSensitive); + + while(pos != -1) + { + //stop polling + if(m_stop) + break; + + atLeastOneStringFound = true; + QString msg, + capturedText; + int lineNumber = line.mid(0,pos).count('\n')+1; + int columnNumber = pos - line.lastIndexOf('\n',pos); + + if(m_option->m_regularExpressions) + { + capturedText = rxKey.cap(1); + pos = rxKey.search(line, pos+rxKey.matchedLength()); + } + else + { + capturedText = line.mid(pos,strKey.length()); + pos = line.indexOf(strKey,pos+strKey.length()); + } + + msg = i18n(" Line:%2, Col:%3 - \"%1\"", capturedText, lineNumber, columnNumber); + + if(!item) + item = new K3ListViewItem(rv); + K3ListViewItem* tempItem = new K3ListViewItem(item); + tempItem->setMultiLinesEnabled(true); + tempItem->setText(0,msg); + occurrence++; + //we push stop button + if(m_stop) + break; + } + } + //Advances of one position in the strings map + ++it; + + //we push stop button + if(m_stop) + break; + } + + //if ignoreFiles == false then every files must be show + if(!m_option->m_ignoreFiles) + atLeastOneStringFound = true; + + if(atLeastOneStringFound && item) + { + KFileReplaceLib::setIconForFileEntry(item,currentDir+'/'+fileName); + item->setText(0,fileName); + item->setText(1,currentDir); + item->setText(2,KFileReplaceLib::formatFileSize(fileInfo.size())); + item->setText(3,QString::number(occurrence,10)); + item->setText(4,QString("%1[%2]").arg(fileInfo.owner()).arg(fileInfo.ownerId())); + item->setText(5,QString("%1[%2]").arg(fileInfo.group()).arg(fileInfo.groupId())); + } +} + +void KFileReplacePart::loadViewContent() +{ + /* Maps the content of the strings view to a QMap */ + KeyValueMap tempMap; + CommandEngine command; + + Q3ListViewItemIterator itlv(m_view->getStringsView()); + while(itlv.current()) + { + Q3ListViewItem *item = itlv.current(); + if(m_option->m_variables) + tempMap[item->text(0)] = command.variableValue(item->text(1)); + else + tempMap[item->text(0)] = item->text(1); + ++itlv; + } + m_replacementMap = tempMap; +} + +void KFileReplacePart::loadRulesFile(const QString& fileName) +{ + /* Loads a file with kfr extension. + * creates a xml document and browses it*/ + QDomDocument doc("mydocument"); + QFile file(fileName); + K3ListView* sv = m_view->getStringsView(); + + if(!file.open(QIODevice::ReadOnly)) + { + KMessageBox::error(m_w, i18n("Cannot open the file %1 and load the string list.", fileName)); + return ; + } + + if(!doc.setContent(&file)) + { + file.close(); + + KMessageBox::information(m_w, i18n("File %1 seems not to be written in new kfr format. Remember that the old kfr format will be soon abandoned. You can convert your old rules files by simply saving them with kfilereplace.", fileName),i18n("Warning")); + + KFileReplaceLib::convertOldToNewKFRFormat(fileName, sv); + + return; + } + else + file.close(); + + //clears view + sv->clear(); + + QDomElement docElem = doc.documentElement(); + QDomNode n = docElem.firstChild(); + QString searchAttribute = n.toElement().attribute("search").toLatin1(); + + KeyValueMap docMap; + + if(searchAttribute.isNull() || searchAttribute.isEmpty()) + { + int answer = KMessageBox::warningYesNo(m_w, i18n("The format of kfr files has been changed; attempting to load %1. Please see the KFilereplace manual for details. Do you want to load a search-and-replace list of strings?", fileName),i18n("Warning"),KGuiItem(i18n("Load")),KGuiItem(i18n("Do Not Load"))); + + if(answer == KMessageBox::Yes) + searchAttribute = "false"; + else + searchAttribute = "true"; + } + //Verifies the search mode + if(searchAttribute == "true") + m_option->m_searchingOnlyMode = true; + else + m_option->m_searchingOnlyMode = false; + + //Refreshes the view appearances + m_view->changeView(m_option->m_searchingOnlyMode); + //Goes to next tag + n = n.nextSibling(); + //Reads the string list + while(!n.isNull()) + { + QDomElement e = n.toElement(); // tries to convert the node to an element. + if(!e.isNull()) + { + QString oldString = e.firstChild().toElement().text(), + newString = e.lastChild().toElement().text(); + docMap[oldString] = newString; + } + n = n.nextSibling(); + } + + // Adds file to "load strings form file" menu + QStringList fileList = m_option->m_recentStringFileList; + if(!fileList.contains(fileName)) + { + fileList.append(fileName); + ((KRecentFilesAction* ) actionCollection()->action("strings_load_recent"))->setItems(fileList); + m_option->m_recentStringFileList = fileList; + } + + m_view->changeView(m_option->m_searchingOnlyMode); + + m_view->loadMap(docMap); + + //resetActions(); +} + +bool KFileReplacePart::launchNewProjectDialog(const KUrl & startURL) +{ + if(!startURL.isEmpty()) + m_option->m_directories = QString(startURL.path()+','+m_option->m_directories); + + /* This dlg reads options from m_option, then execs, finally returns options.*/ + KNewProjectDlg dlg(m_option); + + if(!dlg.exec()) + return false; + + dlg.saveRCOptions(); + + m_config->sync(); + + slotQuickStringsAdd(); + + m_view->updateOptions(m_option); + + resetActions(); + + return true; +} + +void KFileReplacePart::setOptionMask() +{ + m_optionMask |= QDir::Dirs; + + if(!m_option->m_ignoreHidden) + m_optionMask |= QDir::Hidden; + + if(!m_option->m_followSymLinks) + m_optionMask |= QDir::NoSymLinks; +} + +bool KFileReplacePart::checkBeforeOperation() +{ + loadViewContent(); + K3ListView* sv = m_view->getStringsView(); + + // Checks if there are strings to replace (not need in search operation) + if (sv->childCount() == 0) + { + KMessageBox::error(m_w, i18n("There are no strings to search and replace.")); + return false; + } + + // Checks if the main directory can be accessed + QString currentDirectory = m_option->m_directories.split(",", QString::SkipEmptyParts)[0]; + QDir dir; + + dir.setPath(currentDirectory); + QString directory = dir.absolutePath(); + + if(!dir.exists()) + { + KMessageBox::error(m_w, i18n("The main folder of the project %1 does not exist.", directory)); + return false; + } + + QFileInfo dirInfo(directory); + if(!(dirInfo.isReadable() && dirInfo.isExecutable()) + || (!m_option->m_searchingOnlyMode && !m_option->m_simulation && !(dirInfo.isWritable()))) + { + KMessageBox::error(m_w, i18n("Access denied in the main folder of the project:
%1
", directory)); + return false; + } + + // Clears the list view + m_view->getResultsView()->clear(); + + return true; +} + +bool KFileReplacePart::dontAskAgain() +{ + KConfigGroup cg( m_config, "Notification Messages"); + QString dontAskAgain = cg.readEntry(rcDontAskAgain, QString("no")); + if(dontAskAgain == "yes") + return true; + else + return false; +} + +void KFileReplacePart::whatsThis() +{ + actionCollection()->action("options_backup")->setWhatsThis(optionsBackupWhatthis); + actionCollection()->action("options_case")->setWhatsThis(optionsCaseWhatthis); + actionCollection()->action("options_var")->setWhatsThis(optionsVarWhatthis); + actionCollection()->action("options_recursive")->setWhatsThis(optionsRecursiveWhatthis); + actionCollection()->action("options_regularexpressions")->setWhatsThis(optionsRegularExpressionsWhatthis); +} + +#include "kfilereplacepart.moc" diff --git a/kfilereplace/kfilereplacepart.desktop b/kfilereplace/kfilereplacepart.desktop new file mode 100644 index 00000000..3e4276cc --- /dev/null +++ b/kfilereplace/kfilereplacepart.desktop @@ -0,0 +1,162 @@ +[Desktop Entry] +Type=Service +MimeType=inode/directory; +Icon=kfilereplace.png +X-KDE-ServiceTypes=KParts/ReadOnlyPart +X-KDE-Library=libkfilereplacepart +Comment=A batch search and replace tool +Comment[bg]=Инструмент за групово търсене и замяна +Comment[bs]=Grupni alat za traženje i zamjenu +Comment[ca]=Una eina de cerca i substitució per lots +Comment[ca@valencia]=Una eina de cerca i substitució per lots +Comment[cs]=Dávkový nástroj pro hledání a nahrazování +Comment[da]=Søg- og erstat-gruppekørselsværktøj +Comment[de]=Ein Werkzeug zum Suchen und Ersetzen im Stapelbetrieb +Comment[el]= Εργαλείο πολλαπλής αναζήτησης και αντικατάστασης +Comment[en_GB]=A batch search and replace tool +Comment[es]=Una herramienta de búsqueda y remplazo por lotes +Comment[et]=Otsimise ja asendamise tööriist +Comment[eu]=Bilaketa eta ordezkapen tresna +Comment[fa]=ابزار جستجو و جایگزینی دسته‌ای +Comment[fi]=Etsinnän ja korvauksen eräajotyökalu +Comment[fr]=Un outil de recherche et de remplacement par lot +Comment[ga]=Uirlis chuardaigh/ionadaithe +Comment[gl]=Unha utilidade de busca e substitución por lotes +Comment[he]=כלי אצווה לחיפוש והחלפה +Comment[hne]=बैच खोज अउ बदल औजार +Comment[hu]=Egy kötegelt keresés és csere eszköz +Comment[is]=Tól til að leita að texta og skipta út +Comment[it]=Uno strumento per la ricerca e la sostituzione in sequenza +Comment[ja]=バッチ検索置換ツール +Comment[kk]=Дестелеп іздеу және ауыстыру құралы +Comment[ko]=일괄 찾기 및 바꾸기 도구 +Comment[lt]=Paketinis paieškos ir keitimo įrankis +Comment[lv]=Masveida meklēšanas un aizvietošanas rīks +Comment[ms]=Gugusan alatan cari dan ganti +Comment[nb]=Et verktøy for satsvis søk og erstatt +Comment[nds]=En Söök- un Utwesselwarktüüch för Stapelbedrief +Comment[ne]=एउटा समूह खोजी गर्ने र बदल्ने उपकरण +Comment[nl]=Een gereedschap voor zoeken en vervangen +Comment[nn]=Søk og erstatt i mange filer samtidig +Comment[pl]=Narzędzie do wsadowego wyszukiwania i zamiany +Comment[pt]=Uma ferramenta de procura e substituição em lote +Comment[pt_BR]=Uma ferramenta de pesquisa e substituição em lote +Comment[ro]=Unealtă de căutare și înlocuire în serie +Comment[ru]=Пакетный поиск и замена +Comment[sk]=Dávkovací nástroj pre nájsť a zameniť +Comment[sl]=Orodje paketnega iskanja in zamenjave +Comment[sv]=Ett sök- och ersättningsverktyg +Comment[ta]=தொகுதி தேடல் மற்றும் கருவி இடமாற்றல் +Comment[tg]=Ҷустуҷӯи пакет ва ивази асбоб +Comment[th]=เครื่องมือค้นหาและแทนที่ +Comment[tr]=Bir toplu arama ve değiştirme aracı +Comment[uk]=Засіб пакетного пошуку та заміни +Comment[x-test]=xxA batch search and replace toolxx +Comment[zh_CN]=批量搜索替换工具 +Comment[zh_HK]=批次搜尋及取代工具 +Comment[zh_TW]=批次搜尋及取代工具 +Name=KFileReplace +Name[bg]=KFileReplace +Name[br]=KFileReplace +Name[bs]=KFileReplace +Name[ca]=KFileReplace +Name[ca@valencia]=KFileReplace +Name[cs]=KFileReplace +Name[cy]=KFileReplace +Name[da]=KFileReplace +Name[de]=KFileReplace +Name[el]=KFileReplace +Name[en_GB]=KFileReplace +Name[es]=KFileReplace +Name[et]=KFileReplace +Name[eu]=KFileReplace +Name[fi]=KFileReplace +Name[fr]=KFileReplace +Name[ga]=KFileReplace +Name[gl]=KFileReplace +Name[he]=KFileReplace +Name[hne]=के-फाइल-रिप्लेस +Name[hr]=KFileReplace +Name[hu]=KFileReplace +Name[is]=KFileReplace +Name[it]=KFileReplace +Name[ja]=KFileReplace +Name[kk]=KFileReplace +Name[ko]=KFileReplace +Name[lt]=KFileReplace +Name[lv]=KFileReplace +Name[ms]=KFileReplace +Name[nb]=KFileReplace +Name[nds]=KFileReplace +Name[ne]=केडीई फाइल प्रतिस्थापन +Name[nl]=KFileReplace +Name[nn]=KFileReplace +Name[pa]=KFileReplace +Name[pl]=KFileReplace +Name[pt]=KFileReplace +Name[pt_BR]=KFileReplace +Name[ro]=KFileReplace +Name[ru]=KFileReplace +Name[sk]=KFile zameniť +Name[sl]=KFileReplace +Name[sv]=Kfilereplace +Name[ta]=Kகோப்பு இடமாற்று +Name[tg]=KФайлро ҷойгузор кардан +Name[th]=โปรแกรมค้นหาและแทนที่ KFileReplace +Name[tr]=KFileReplace +Name[ug]=KFileReplace +Name[uk]=KFileReplace +Name[x-test]=xxKFileReplacexx +Name[zh_CN]=KFileReplace +Name[zh_HK]=KFileReplace +Name[zh_TW]=KFileReplace +GenericName=File Replace View +GenericName[bg]=Изглед с файлове за замяна +GenericName[bs]=Pogled zamjene datoteke +GenericName[ca]=Vista per a substituir fitxers +GenericName[ca@valencia]=Vista per a substituir fitxers +GenericName[cs]=Nahrazení souborů +GenericName[da]=Filerstatningsvisning +GenericName[de]=KFileReplace +GenericName[el]=Προβολή αντικατάστασης αρχείου +GenericName[en_GB]=File Replace View +GenericName[es]=Vista de remplazo de archivo +GenericName[et]=Failide asendamise vaade +GenericName[eu]=Fitxategi ordezkapen ikuspegia +GenericName[fa]=نمای جایگزینی پرونده +GenericName[fi]=Tiedoston korvausnäyttö +GenericName[fr]=Vue pour le remplacement de fichiers +GenericName[ga]=Amharc Ionadaithe Comhad +GenericName[gl]=Vista de substitución en ficheiro +GenericName[he]=תצוגת החלפת קובץ +GenericName[hne]=फाइल बदल दृस्य +GenericName[hu]=Fájlcsere nézet +GenericName[is]=Texta útskiptingarsýn +GenericName[it]=Vista di sostituzione file +GenericName[ja]=ファイル置換ビュー +GenericName[kk]=Файлда тауып ауыстыру көрінісі +GenericName[ko]=파일 바꾸기 보기 +GenericName[lt]=Keitimų failuose vaizdas +GenericName[lv]=Failu aizvietošanas skats +GenericName[ms]=Paparan Ganti Fail +GenericName[nb]=Filerstatt-visning +GenericName[nds]=Datei-Utwesselansicht +GenericName[ne]=फाइल बदल्ने दृश्य +GenericName[nl]=Weergave van bestanden vervangen +GenericName[nn]=Filerstattingsvising +GenericName[pa]=ਫਾਇਲ ਬਦਲੋ ਝਲਕ +GenericName[pl]=Widok zamiany w plikach +GenericName[pt]=Área de Substituição de Ficheiros +GenericName[pt_BR]=Visão de substituição de arquivos +GenericName[ru]=Средство поиска и замены в файлах +GenericName[sk]=Pohľad zámeny súboru +GenericName[sl]=Prikaz zamenjave datotek +GenericName[sv]=Filersättningsvy +GenericName[ta]=கோப்பு இடமாற்று காட்சி +GenericName[th]=มุมมองแทนที่แฟ้ม +GenericName[tr]=Dosya Değiştirme Görünümü +GenericName[uk]=Перегляд заміни в файлах +GenericName[x-test]=xxFile Replace Viewxx +GenericName[zh_CN]=文件替换视图 +GenericName[zh_HK]=檔案取代檢視模式 +GenericName[zh_TW]=檔案取代檢視 diff --git a/kfilereplace/kfilereplacepart.h b/kfilereplace/kfilereplacepart.h new file mode 100644 index 00000000..e2a13d9b --- /dev/null +++ b/kfilereplace/kfilereplacepart.h @@ -0,0 +1,160 @@ +// +// +// C++ Interface: kfilereplacepart +// +// Description: +// +// +// Author: Andras Mantia , (C) 2003 +// Maintainer: Emiliano Gulmini , (C) 2004 +// +// Copyright: GPL v2. See COPYING file that comes with this distribution +// +// + +#ifndef KFILEREPLACEPART_H +#define KFILEREPLACEPART_H + +// QT +#include + +// KDE +#include +#include + +class KAboutApplicationDialog; +class KAboutData; +class KConfig; + +// local +#include "configurationclasses.h" +class KFileReplaceView; + +#define KFR_VERSION "0.8.1" + +class KFileReplacePart: public KParts::ReadOnlyPart +{ + Q_OBJECT + + private: //MEMBERS + KFileReplaceView* m_view; + QWidget* m_parentWidget, + * m_w; + KConfig* m_config; + KAboutApplicationDialog* m_aboutDlg; + KeyValueMap m_replacementMap; + RCOptions* m_option; + bool m_stop, + m_searchingOperation; + QFlags m_optionMask; + + public://Constructors + KFileReplacePart(QWidget *parentWidget, + QObject *parent, + const QStringList &args); + ~KFileReplacePart(); + + //SLOTS + private slots: + void slotSetNewParameters(); + void slotSearchingOperation(); + void slotReplacingOperation(); + void slotSimulatingOperation(); + void slotStop(); + void slotCreateReport(); + void slotStringsAdd(); + void slotQuickStringsAdd(); + void slotStringsDeleteItem(); + void slotStringsEmpty(); + void slotStringsEdit(); + void slotStringsSave(); + void slotStringsLoad(); + void slotStringsInvertCur(); + void slotStringsInvertAll(); + void slotOpenRecentStringFile(const KUrl& urlFile); + void slotOptionRecursive(); + void slotOptionBackup(); + void slotOptionCaseSensitive(); + void slotOptionVariables(); + void slotOptionRegularExpressions(); + void slotOptionPreferences(); + void showAboutApplication(void); + void appHelpActivated(); + void reportBug(); + void resetActions(); + void slotSearchMode(bool b){ m_option->m_searchingOnlyMode = b; } + + //METHODS + public: + static KAboutData* createAboutData(); + KConfig *config(){ return m_config; } + virtual bool openURL (const KUrl &url); + + protected: + virtual bool openFile() { return false; } + + private: + /** + * Initialization methods + */ + void initGUI(); + void initView(); + + /** + * This method freezes the GUI of kfilereplace during searching + */ + void freezeActions(); + + /** + * These methods load the resources from kfilereplacerc + */ + void loadOptionsFromRC(); + void loadOptions(); + void loadFileSizeOptions(); + void loadDateAccessOptions(); + void loadOwnerOptions(); + void loadLocationsList(); + void loadFiltersList(); + void loadBackupExtensionOptions(); + + /** + * These methods save the resources to kfilereplacerc + */ + void saveOptionsToRC(); + void saveOptions(); + void saveFileSizeOptions(); + void saveDateAccessOptions(); + void saveOwnerOptions(); + void saveLocationsList(); + void saveFiltersList(); + void saveBackupExtensionOptions(); + + /** + * Replacing methods + */ + void fileReplace(); + void recursiveFileReplace(const QString& dirName, int& filesNumber); + void replaceAndBackup(const QString& currentDir, const QString& oldFileName); + void replaceAndOverwrite(const QString& currentDir, const QString& oldFileName); + void replacingLoop(QString& line, K3ListViewItem** item, bool& atLeastOneStringFound, int& occur, bool regularExpression, bool& askConfirmReplace); + + /** + * Searching methods + */ + void fileSearch(const QString& dirName, const QString& filters); + void recursiveFileSearch(const QString& dirName, const QString& filters, uint& filesNumber); + void search(const QString& currentDir, const QString& fileName); + + /** + * Others methods + */ + void loadViewContent(); + void loadRulesFile(const QString& fileName); + bool launchNewProjectDialog(const KUrl& startURL); + void setOptionMask(); + bool checkBeforeOperation(); + bool dontAskAgain(); + void whatsThis(); +}; + +#endif// KFileReplacePart diff --git a/kfilereplace/kfilereplacepartui.rc b/kfilereplace/kfilereplacepartui.rc new file mode 100644 index 00000000..66946878 --- /dev/null +++ b/kfilereplace/kfilereplacepartui.rc @@ -0,0 +1,75 @@ + + + + Search/&Replace + + + + + + + &Strings + + + + + + + + + + + + + &Results + + + + + + + + + + + + &Options + + + + + + + + &Settings + + + &Help + + + + + + + +KFileReplace Main Toolbar + + + + + + + + + + + + + + + + + + + + diff --git a/kfilereplace/kfilereplaceui.rc b/kfilereplace/kfilereplaceui.rc new file mode 100644 index 00000000..2f645413 --- /dev/null +++ b/kfilereplace/kfilereplaceui.rc @@ -0,0 +1,10 @@ + + + + &File + + + Search/&Replace + + + diff --git a/kfilereplace/kfilereplaceview.cpp b/kfilereplace/kfilereplaceview.cpp new file mode 100644 index 00000000..303ec4ae --- /dev/null +++ b/kfilereplace/kfilereplaceview.cpp @@ -0,0 +1,683 @@ +/***************************************************************************** + kfilereplaceview.cpp - description + ------------------- + begin : sam oct 16 15:28:00 CEST 1999 + copyright : (C) 1999 by François Dupoux + (C) 2004 Emiliano Gulmini +*****************************************************************************/ + +/***************************************************************************** + * * + * This program is free software; you can redistribute it and/or modify * + * it under the terms of the GNU General Public License as published by * + * the Free Software Foundation; either version 2 of the License, or * + * (at your option) any later version. * + * * + *****************************************************************************/ + +// Qt + +#include +#include +//Added by qt3to4: +#include + +// KDE +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +//#include +#include +#include +#include + +// local +#include "kfilereplaceview.h" +#include "kfilereplacelib.h" +#include "kaddstringdlg.h" +#include "whatthis.h" + +using namespace whatthisNameSpace; + +KFileReplaceView::KFileReplaceView(RCOptions* info, QWidget *parent,const char *name):KFileReplaceViewWdg(parent,name) +{ + m_option = info; + + initGUI(); + + // connect events + connect(m_lvResults, SIGNAL(mouseButtonClicked(int, Q3ListViewItem *, const QPoint &, int)), this, SLOT(slotMouseButtonClicked(int, Q3ListViewItem *, const QPoint &))); + connect(m_lvResults_2, SIGNAL(mouseButtonClicked(int, Q3ListViewItem *, const QPoint &, int)), this, SLOT(slotMouseButtonClicked(int, Q3ListViewItem *, const QPoint &))); + connect(m_lvStrings, SIGNAL(doubleClicked(Q3ListViewItem *)), this, SLOT(slotStringsEdit())); + connect(m_lvStrings_2, SIGNAL(doubleClicked(Q3ListViewItem *)), this, SLOT(slotStringsEdit())); + + whatsThis(); +} + +QString KFileReplaceView::currentPath() +{ + Q3ListViewItem *lvi; + + if(! m_lviCurrent) lvi = m_rv->currentItem(); + else lvi = (Q3ListViewItem*) m_lviCurrent; + + while (lvi->parent()) + lvi = lvi->parent(); + + return QString(lvi->text(1)+'/'+lvi->text(0)); +} + +void KFileReplaceView::showSemaphore(const QString &s) +{ + if(s == "green") + { + m_ledGo->setState(KLed::On); + m_ledWait->setState(KLed::Off); + m_ledStop->setState(KLed::Off); + } + else + if(s == "yellow") + { + m_ledGo->setState(KLed::Off); + m_ledWait->setState(KLed::On); + m_ledStop->setState(KLed::Off); + } + else + if(s == "red") + { + m_ledGo->setState(KLed::Off); + m_ledWait->setState(KLed::Off); + m_ledStop->setState(KLed::On); + } +} + +void KFileReplaceView::stringsInvert(bool invertAll) +{ + Q3ListViewItem* lviCurItem, + * lviFirst; + K3ListView* sv = getStringsView(); + + if(invertAll) + lviCurItem = lviFirst = sv->firstChild(); + else + lviCurItem = lviFirst = sv->currentItem(); + + if(lviCurItem == 0) + return ; + + do + { + QString searchText = lviCurItem->text(0), + replaceText = lviCurItem->text(1); + + // Cannot invert the string when search string is empty + if (replaceText.isEmpty()) + { + KMessageBox::error(0, i18n("Cannot invert string %1, because the search string would be empty.", searchText)); + return; + } + + lviCurItem->setText(0, replaceText); + lviCurItem->setText(1, searchText); + + lviCurItem = lviCurItem->nextSibling(); + if(!invertAll) + break; + } while(lviCurItem && lviCurItem != lviFirst); + setCurrentStringsViewMap(); +} + +void KFileReplaceView::changeView(bool searchingOnlyMode) +{ + if(searchingOnlyMode) + { + m_stackResults->raiseWidget(m_lvResults_2); + m_stackStrings->raiseWidget(m_lvStrings_2); + m_rv = m_lvResults_2; + m_sv = m_lvStrings_2; + } + else + { + m_stackResults->raiseWidget(m_lvResults); + m_stackStrings->raiseWidget(m_lvStrings); + m_rv = m_lvResults; + m_sv = m_lvStrings; + } +} + +K3ListView* KFileReplaceView::getResultsView() +{ + if(m_option->m_searchingOnlyMode) + m_rv = m_lvResults_2; + else + m_rv = m_lvResults; + + return m_rv; +} + +K3ListView* KFileReplaceView::getStringsView() +{ + if(m_option->m_searchingOnlyMode) + m_sv = m_lvStrings_2; + else + m_sv = m_lvStrings; + return m_sv; +} + +//PUBLIC SLOTS +void KFileReplaceView::slotMouseButtonClicked (int button, Q3ListViewItem *lvi, const QPoint &pos) +{ + if (lvi == 0) // No item selected + return; + + // RIGHT BUTTON + if (button == Qt::RightButton) + { + m_lviCurrent = static_cast(lvi); + m_menuResult->popup(pos); + } +} + +void KFileReplaceView::slotResultProperties() +{ + QString currItem = currentPath(); + if(! currItem.isEmpty()) + { + KUrl item_url(currItem); + KPropertiesDialog dlg(item_url, this); + dlg.exec(); + m_lviCurrent = 0; + } +} + +void KFileReplaceView::slotResultOpen() +{ + QString currItem = currentPath(); + if(!currItem.isEmpty()) + { + (void) new KRun(KUrl(currItem), 0, true, true); + m_lviCurrent = 0; + } +} + +void KFileReplaceView::slotResultOpenWith() +{ + QString currItem = currentPath(); + if(!currItem.isEmpty()) + { + KUrl::List kurls; + kurls.append(KUrl(currItem)); + KRun::displayOpenWithDialog(kurls, this); + m_lviCurrent = 0; + } +} + +void KFileReplaceView::slotResultDirOpen() +{ + QString currItem = currentPath(); + if(!currItem.isEmpty()) + { + QFileInfo fi; + fi.setFile(currItem); + (void) new KRun (KUrl::fromPathOrUrl(fi.path()), 0, true, true); + m_lviCurrent = 0; + } +} + +void KFileReplaceView::slotResultEdit() +{ +#ifdef __GNUC__ +#warning "Port to DBUS" +#endif + //FIXME: Port to DBUS +/* + Q3ListViewItem *lvi = m_rv->firstChild(); + + while (lvi) + { + DCOPClient *client = kapp->dcopClient(); + DCOPRef quanta(client->appId(),"WindowManagerIf"); + QString path = QString(lvi->text(1)+'/'+lvi->text(0)); + Q3ListViewItem *lviChild = lvi; + + while(lviChild) + { + if(lviChild->isSelected()) + { + coord c; + if(lviChild == lvi) + { + c.line = 0; + c.column = 0; + } + else + { + c= extractWordCoordinates(lviChild); + } + bool success = quanta.send("openFile", path, c.line, c.column); + + if(!success) + { + QString message = i18n("File %1 cannot be opened. Might be a DCOP problem.", path); + KMessageBox::error(parentWidget(), message); + } + } + if (lviChild == lvi) + lviChild = lviChild->firstChild(); + else + lviChild = lviChild->nextSibling(); + } + + lvi = lvi->nextSibling(); + } + + m_lviCurrent = 0; +*/ +} + +void KFileReplaceView::slotResultDelete() +{ + QString currItem = currentPath(); + if (!currItem.isEmpty()) + { + QFile fi; + int answer = KMessageBox::warningContinueCancel(this, i18n("Do you really want to delete %1?", currItem), + QString::null,KStandardGuiItem::del()); //krazy:exclude=nullstrassign for old broken gcc + + if(answer == KMessageBox::Continue) + { + fi.setFileName(currItem); + fi.remove(); + + delete m_lviCurrent; + m_lviCurrent = 0; + } + } +} + +void KFileReplaceView::slotResultTreeExpand() +{ + Q3ListViewItem *lviRoot = getResultsView()->firstChild(); + + if(lviRoot) + expand(lviRoot, true); +} + +void KFileReplaceView::slotResultTreeReduce() +{ + Q3ListViewItem *lviRoot = getResultsView()->firstChild(); + + if(lviRoot) + expand(lviRoot, false); +} + +void KFileReplaceView::slotStringsAdd() +{ + KeyValueMap oldMap(m_option->m_mapStringsView); + + KAddStringDlg addStringDlg(m_option, false); + + if(!addStringDlg.exec()) + return; + + KeyValueMap addedStringsMap(m_option->m_mapStringsView); + KeyValueMap::Iterator itMap; + + for(itMap = oldMap.begin(); itMap != oldMap.end(); ++itMap) + addedStringsMap.insert(itMap.key(),itMap.data()); + + m_option->m_mapStringsView = addedStringsMap; + + raiseResultsView(); + raiseStringsView(); + + loadMapIntoView(addedStringsMap); +} + +void KFileReplaceView::slotQuickStringsAdd(const QString& quickSearch, const QString& quickReplace) +{ + if(!quickSearch.isEmpty()) + { + KeyValueMap map; + if(quickReplace.isEmpty()) + { + map[quickSearch] = QString::null; //krazy:exclude=nullstrassign for old broken gcc + m_option->m_searchingOnlyMode = true; + } + else + { + map[quickSearch] = quickReplace; + m_option->m_searchingOnlyMode = false; + } + + m_option->m_mapStringsView = map; + + raiseResultsView(); + raiseStringsView(); + + loadMapIntoView(map); + } +} + +void KFileReplaceView::slotStringsEdit() +{ + KeyValueMap oldMap(m_option->m_mapStringsView); + if(oldMap.isEmpty()) return; + bool oldSearchFlagValue = m_option->m_searchingOnlyMode; + + oldMap.remove(m_sv->currentItem()->text(0)); + + m_option->m_mapStringsView.clear(); + + m_option->m_mapStringsView.insert(m_sv->currentItem()->text(0), m_sv->currentItem()->text(1)); + + KAddStringDlg addStringDlg(m_option, true); + + if(!addStringDlg.exec()) + return; + + KeyValueMap newMap(m_option->m_mapStringsView); + if(oldSearchFlagValue == m_option->m_searchingOnlyMode) + { + KeyValueMap::Iterator itMap; + + //merges the two maps + for(itMap = oldMap.begin(); itMap != oldMap.end(); ++itMap) + newMap.insert(itMap.key(),itMap.data()); + } + + m_option->m_mapStringsView = newMap; + + raiseResultsView(); + raiseStringsView(); + + loadMapIntoView(newMap); +} + +void KFileReplaceView::slotStringsSave() +{ + // Check there are strings in the list + K3ListView* sv = getStringsView(); + + if (sv->firstChild() == 0) + { + KMessageBox::error(0, i18n("No strings to save as the list is empty.")); + return ; + } + + QString header("\n"), + footer("\n"), + body; + if(m_option->m_searchingOnlyMode) + header += "\n\t"; + else + header += "\n\t"; + + Q3ListViewItem* lvi = sv->firstChild(); + + while( lvi ) + { + body += QString("\n\t" + "\n\t\t" + "\n\t\t" + "\n\t").arg(lvi->text(0)).arg(lvi->text(1)); + lvi = lvi->nextSibling(); + } + + // Selects the file where strings will be saved + QString menu = "*.kfr|" + i18n("KFileReplace Strings") + " (*.kfr)\n*|" + i18n("All Files") + " (*)"; + QString fileName = KFileDialog::getSaveFileName(KUrl(), menu, 0, i18n("Save Strings to File")); + if (fileName.isEmpty()) + return; + + // Forces the extension to be "kfr" == KFileReplace extension + + fileName = KFileReplaceLib::addExtension(fileName, "kfr"); + + QFile file( fileName ); + if(!file.open( QIODevice::WriteOnly )) + { + KMessageBox::error(0, i18n("File %1 cannot be saved.", fileName)); + return ; + } + QTextStream oTStream( &file ); + oTStream.setCodec(QTextCodec::codecForName("UTF-8")); + oTStream << header + << body + << footer; + file.close(); +} + +void KFileReplaceView::slotStringsDeleteItem() +{ + Q3ListViewItem* item = m_sv->currentItem(); + if(item != 0) + { + KeyValueMap m = m_option->m_mapStringsView; + m.remove(item->text(0)); + m_option->m_mapStringsView = m; + delete item; + } +} + +void KFileReplaceView::slotStringsEmpty() +{ + Q3ListViewItem * myChild = m_sv->firstChild(); + while( myChild ) + { + Q3ListViewItem* item = myChild; + myChild = myChild->nextSibling(); + delete item; + } + KeyValueMap m; + m_option->m_mapStringsView = m; +} + +//PRIVATE +void KFileReplaceView::initGUI() +{ + m_option->m_searchingOnlyMode = true; + + m_stackResults->addWidget(m_lvResults); + m_stackResults->addWidget(m_lvResults_2); + m_stackStrings->addWidget(m_lvStrings); + m_stackStrings->addWidget(m_lvStrings_2); + + bool quantaFound = false; + QDBusConnection dbus = QDBusConnection::sessionBus(); + QDBusReply reply = dbus.interface()->registeredServiceNames(); + if ( !reply.isValid() ) + return; + + const QStringList allServices = reply; + for ( QStringList::const_iterator it = allServices.begin(), end = allServices.end() ; it != end ; ++it ) { + const QString service = *it; + if ( service.startsWith( "org.kde.quanta" ) ) { + quantaFound = true; + break; + } + } + + m_menuResult = new KMenu(this); + + + + m_menuResult->insertItem(SmallIconSet(QString::fromLatin1("document-open")), + i18n("&Open"), + this, + SLOT(slotResultOpen())); + if(!quantaFound) + { + m_menuResult->insertItem(i18n("Open &With..."), + this, + SLOT(slotResultOpenWith())); + } + + if(quantaFound) + { + m_menuResult->insertItem(SmallIconSet("quanta"), + i18n("&Edit in Quanta"), + this, + SLOT(slotResultEdit())); + } + + m_menuResult->insertItem(SmallIconSet(QString::fromLatin1("go-up")), + i18n("Open Parent &Folder"), + this, + SLOT(slotResultDirOpen())); + m_menuResult->insertItem(SmallIconSet(QString::fromLatin1("edit-delete")), + i18n("&Delete"), + this, + SLOT(slotResultDelete())); + m_menuResult->insertSeparator(); + m_menuResult->insertItem(SmallIconSet(QString::fromLatin1("document-properties")), + i18n("&Properties"), + this, + SLOT(slotResultProperties())); + raiseResultsView(); + raiseStringsView(); +} + +void KFileReplaceView::raiseStringsView() +{ + if(m_option->m_searchingOnlyMode) + m_sv = m_lvStrings_2; + else + m_sv = m_lvStrings; + + m_stackStrings->raiseWidget(m_sv); +} + +void KFileReplaceView::raiseResultsView() +{ + if(m_option->m_searchingOnlyMode) + m_rv = m_lvResults_2; + else + m_rv = m_lvResults; + + m_stackResults->raiseWidget(m_rv); +} + +coord KFileReplaceView::extractWordCoordinates(Q3ListViewItem* lvi) +{ + //get coordinates of the first string of the current selected file + coord c; + c.line = 0; + c.column = 0; + QString s = lvi->text(0); + //qWarning("WWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWW=%s",s.latin1()); + /* if(lvi->parent()) s = lvi->text(0); + else return c;*/ + + QString temp; + int i = 0; + + //extracts line and column from lvi->text(0) + //FIXME: Don't get the line and column number from the text as it's translated and it will + //fail for non-English languages! + + //EMILIANO: This is not a good fixing but for now it should reduce the problems + while(true) + { + if(s[i] < '0' || s[i] > '9') + i++; + else + break; + } + while(true) + { + if(s[i] >= '0' && s[i] <= '9') + { + temp += s[i]; + i++; + } + else + break; + } + c.line = temp.toInt(); + temp.clear(); + + while(true) + { + if(s[i] < '0' || s[i] > '9') + i++; + else + break; + } + while(true) + { + if(s[i] >= '0' && s[i] <= '9') + { + temp += s[i]; + i++; + } + else + break; + } + c.column = temp.toInt(); + + if(c.line > 0) c.line--; + if(c.column > 0) c.column--; + + return c; +} + +void KFileReplaceView::expand(Q3ListViewItem *lviCurrent, bool b) +{ + // current item + lviCurrent->setOpen(b); + + // recursivity + while((lviCurrent = lviCurrent->nextSibling()) != 0) + { + lviCurrent->setOpen(b); + + if (lviCurrent->firstChild()) + expand(lviCurrent->firstChild(), b); + } +} + +void KFileReplaceView::setMap() +{ + KeyValueMap map; + Q3ListViewItem* i = m_sv->firstChild(); + while(i != 0) + { + if(m_option->m_searchingOnlyMode) + map[i->text(0)] = QString::null; //krazy:exclude=nullstrassign for old broken gcc + else + map[i->text(0)] = i->text(1); + i = i->nextSibling(); + } + m_option->m_mapStringsView = map; +} + +void KFileReplaceView::loadMapIntoView(KeyValueMap map) +{ + m_sv->clear(); + KeyValueMap::Iterator itMap; + + for(itMap = map.begin(); itMap != map.end(); ++itMap) + { + Q3ListViewItem* lvi = new Q3ListViewItem(m_sv); + lvi->setMultiLinesEnabled(true); + lvi->setText(0,itMap.key()); + if(!m_option->m_searchingOnlyMode) + lvi->setText(1,itMap.data()); + } + +} + +void KFileReplaceView::whatsThis() +{ + getResultsView()->setWhatsThis( lvResultWhatthis); + getStringsView()->setWhatsThis( lvStringsWhatthis); +} +#include "kfilereplaceview.moc" diff --git a/kfilereplace/kfilereplaceview.h b/kfilereplace/kfilereplaceview.h new file mode 100644 index 00000000..b6bd94f6 --- /dev/null +++ b/kfilereplace/kfilereplaceview.h @@ -0,0 +1,110 @@ +/*************************************************************************** + kfilereplaceview.h - description + ------------------- + begin : sam oct 16 15:28:00 CEST 1999 + copyright : (C) 1999 by François Dupoux + (C) 2004 Emiliano Gulmini + ***************************************************************************/ + +/*************************************************************************** + * * + * This program is free software; you can redistribute it and/or modify * + * it under the terms of the GNU General Public License as published by * + * the Free Software Foundation; either version 2 of the License, or * + * (at your option) any later version. * + * * + ***************************************************************************/ + +#ifndef KFILEREPLACEVIEW_H +#define KFILEREPLACEVIEW_H + +//QT +#include + +//KDE +class KMenu; +class K3ListView; + +//local +#include "kfilereplaceviewwdg.h" +#include "configurationclasses.h" + +class coord +{ + public: + int line, + column; + public: + coord(){ line = 1; + column = 1;} + coord(const coord& c) { line = c.line; + column = c.column;} + coord operator=(const coord& c) { line = c.line; + column = c.column; + return (*this);} +}; + + +/** + * The view of KFilereplace. + */ +class KFileReplaceView : public KFileReplaceViewWdg +{ + Q_OBJECT + private: + KMenu* m_menuResult; + RCOptions* m_option; + K3ListViewItem* m_lviCurrent; + K3ListView* m_rv, + * m_sv; + + public://Constructors + KFileReplaceView(RCOptions* info, QWidget *parent,const char *name); + + public: + QString currentPath(); + void showSemaphore(const QString &s); + void displayScannedFiles(int filesNumber) { m_lcdFilesNumber->display(QString::number(filesNumber,10)); } + void stringsInvert(bool invertAll); + void changeView(bool searchingOnlyMode); + K3ListView* getResultsView(); + K3ListView* getStringsView(); + void updateOptions(RCOptions* info) { m_option = info; } + void loadMap(KeyValueMap extMap){ loadMapIntoView(extMap); } + KeyValueMap getStringsViewMap()const { return m_option->m_mapStringsView;} + void setCurrentStringsViewMap(){ setMap(); } + //void emitSearchingOnlyMode(bool b) { emit searchingOnlyMode(b); } + + public slots: + void slotMouseButtonClicked (int button, Q3ListViewItem *lvi, const QPoint &pos); + void slotResultProperties(); + void slotResultOpen(); + void slotResultOpenWith(); + void slotResultDirOpen(); + void slotResultEdit(); + void slotResultDelete(); + void slotResultTreeExpand(); + void slotResultTreeReduce(); + void slotStringsAdd(); + void slotQuickStringsAdd(const QString& quickSearch, const QString& quickReplace); + void slotStringsDeleteItem(); + void slotStringsEmpty(); + void slotStringsEdit(); + void slotStringsSave(); + + private: + void initGUI(); + void raiseStringsView(); + void raiseResultsView(); + coord extractWordCoordinates(Q3ListViewItem* lvi); + void expand(Q3ListViewItem *lviCurrent, bool b); + void setMap(); + void loadMapIntoView(KeyValueMap map); + void whatsThis(); + + /*signals: + void resetActions(); + void searchingOnlyMode(bool);*/ +}; + +#endif // KFILEREPLACEVIEW_H diff --git a/kfilereplace/kfilereplaceviewwdg.ui b/kfilereplace/kfilereplaceviewwdg.ui new file mode 100644 index 00000000..9558f0dc --- /dev/null +++ b/kfilereplace/kfilereplaceviewwdg.ui @@ -0,0 +1,549 @@ + +KFileReplaceViewWdg + + + KFileReplaceViewWdg + + + + 0 + 0 + 635 + 370 + + + + + unnamed + + + 0 + + + + splitter3 + + + Qt::Vertical + + + + m_stackResults + + + + 7 + 7 + 0 + 0 + + + + + WStackPage + + + 0 + + + + unnamed + + + 0 + + + + + Name + + + true + + + true + + + + + Folder + + + true + + + true + + + + + Old Size + + + true + + + true + + + + + New Size + + + true + + + true + + + + + Replaced Strings + + + true + + + true + + + + + Owner User + + + true + + + true + + + + + Owner Group + + + true + + + true + + + + m_lvResults + + + Extended + + + true + + + true + + + true + + + LastColumn + + + false + + + + 238 + 246 + 255 + + + + + + + + WStackPage + + + 1 + + + + unnamed + + + 0 + + + + + Name + + + true + + + true + + + + + Folder + + + true + + + true + + + + + Size + + + true + + + true + + + + + Found Strings + + + true + + + true + + + + + Owner User + + + true + + + true + + + + + Owner Group + + + true + + + true + + + + m_lvResults_2 + + + Extended + + + true + + + true + + + true + + + LastColumn + + + false + + + + 238 + 246 + 255 + + + + + + + + + m_stackStrings + + + + 7 + 7 + 0 + 0 + + + + + WStackPage + + + 0 + + + + unnamed + + + 0 + + + + + Search For + + + true + + + true + + + + + Replace With + + + true + + + true + + + + m_lvStrings + + + true + + + false + + + AllColumns + + + false + + + + + + + WStackPage + + + 1 + + + + unnamed + + + 0 + + + + + Search For + + + true + + + true + + + + m_lvStrings_2 + + + true + + + false + + + AllColumns + + + false + + + + + + + + + layout7 + + + + unnamed + + + + layout6 + + + + unnamed + + + + m_ledGo + + + + 20 + 20 + + + + On + + + + 170 + 255 + 0 + + + + Green means ready + + + Ready + + + + + m_ledWait + + + + 20 + 20 + + + + On + + + + 255 + 255 + 0 + + + + Yellow means wait while sorting list + + + Please wait while sorting list + + + + + m_ledStop + + + + 20 + 20 + + + + + 255 + 0 + 0 + + + + Red means scanning files + + + + + + + spacer1 + + + Qt::Horizontal + + + Expanding + + + + 354 + 20 + + + + + + layout1 + + + + unnamed + + + + m_tlFilesNumber + + + Scanned files: + + + + + m_lcdFilesNumber + + + QFrame::StyledPanel + + + Raised + + + 7 + + + Dec + + + Flat + + + 0 + + + + + + + + + + k3listview.h + kled.h + + diff --git a/kfilereplace/knewprojectdlg.cpp b/kfilereplace/knewprojectdlg.cpp new file mode 100644 index 00000000..5f1a92d8 --- /dev/null +++ b/kfilereplace/knewprojectdlg.cpp @@ -0,0 +1,529 @@ +/*************************************************************************** + knewprojectdlg.cpp - description + ------------------- + begin : Tue Dec 28 1999 + copyright : (C) 1999 by François Dupoux + (C) 2004 Emiliano Gulmini + email : dupoux@dupoux.com + ***************************************************************************/ + +/*************************************************************************** + * * + * This program is free software; you can redistribute it and/or modify * + * it under the terms of the GNU General Public License as published by * + * the Free Software Foundation; either version 2 of the License, or * + * (at your option) any later version. * + * * + ***************************************************************************/ + + +//QT + +#include +#include +#include +#include +#include +//Added by qt3to4: +#include + +//KDE +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include + +// local +#include "knewprojectdlg.h" +#include "whatthis.h" + +using namespace whatthisNameSpace; + + +KNewProjectDlg::KNewProjectDlg(RCOptions* info, QWidget *parent, const char *name) : KNewProjectDlgS(parent, name) +{ + m_searchNowFlag = ""; + m_option = info; + + initGUI(); + + connect(m_pbLocation, SIGNAL(clicked()), this, SLOT(slotDir())); + connect(m_pbCancel, SIGNAL(clicked()), this, SLOT(slotReject())); + connect(m_pbSearchNow, SIGNAL(clicked()), this, SLOT(slotSearchNow())); + connect(m_pbSearchLater, SIGNAL(clicked()), this, SLOT(slotSearchLater())); + connect(m_leSearch, SIGNAL(textChanged(const QString&)), this, SLOT(slotSearchLineEdit(const QString&))); + connect(m_chbSizeMin, SIGNAL(toggled(bool)), this, SLOT(slotEnableSpinboxSizeMin(bool))); + connect(m_chbSizeMax, SIGNAL(toggled(bool)), this, SLOT(slotEnableSpinboxSizeMax(bool))); + connect(m_chbDateMin, SIGNAL(toggled(bool)), m_dedDateMin, SLOT(setEnabled(bool))); + connect(m_chbDateMax, SIGNAL(toggled(bool)), m_dedDateMax, SLOT(setEnabled(bool))); + connect(m_chbDateMin,SIGNAL(toggled(bool)),this, SLOT(slotEnableCbValidDate(bool))); + connect(m_chbDateMax,SIGNAL(toggled(bool)),this, SLOT(slotEnableCbValidDate(bool))); + connect(m_chbOwnerUser, SIGNAL(toggled(bool)), this, SLOT(slotEnableChbUser(bool))); + connect(m_chbOwnerGroup, SIGNAL(toggled(bool)), this, SLOT(slotEnableChbGroup(bool))); + connect(m_chbBackup, SIGNAL(toggled(bool)), this, SLOT(slotEnableChbBackup(bool))); + connect(m_pbHelp, SIGNAL(clicked()), this, SLOT(slotHelp())); + + whatsThis(); +} + +KNewProjectDlg::~KNewProjectDlg() +{ +} + +void KNewProjectDlg::saveRCOptions() +{ + saveOptions(); + saveFileSizeOptions(); + saveDateAccessOptions(); + saveOwnerOptions(); + saveLocationsList(); + saveFiltersList(); + saveBackupExtensionOptions(); +} + +void KNewProjectDlg::slotDir() +{ + QString directoryString = KFileDialog::getExistingDirectory(KUrl(), this, i18n("Project Directory")); + if(!directoryString.isEmpty()) + m_cbLocation->setEditText(directoryString); +} + +void KNewProjectDlg::slotOK() +{ + // Check that Search text and Filter are not empty + m_option->m_directories = m_cbLocation->currentText(); + m_option->m_filters = m_cbFilter->currentText(); + if(!m_leSearch->text().isEmpty()) + { + if(m_leReplace->text().isEmpty()) + m_option->m_searchingOnlyMode = true; + else + m_option->m_searchingOnlyMode = false; + } + m_option->m_quickSearchString = m_searchNowFlag + m_leSearch->text(); + m_option->m_quickReplaceString = m_searchNowFlag + m_leReplace->text(); + + if (m_option->m_directories.isEmpty() || m_option->m_filters.isEmpty()) + { + KMessageBox::error(this, i18n("You must fill the combo boxes (location and filter) before continuing.")); + return; + } + + // OWNER OPTIONS + if ((m_chbOwnerUser->isChecked() && m_edOwnerUser->text().isEmpty()) || + (m_chbOwnerGroup->isChecked() && m_edOwnerGroup->text().isEmpty())) + { + KMessageBox::error(this, i18n("Some edit boxes are empty in the Owner page.")); + return ; + } + + // Check option "Size Min/Max": check MinSize is not greater than MaxSize + int minSize = m_spbSizeMin->value(), + maxSize = m_spbSizeMax->value(); + if ((minSize != FileSizeOption) && (maxSize != FileSizeOption)) + if (minSize > maxSize) + { + KMessageBox::error(this, i18n("The minimum size is greater than the maximum size.")); + return ; + } + + accept(); +} + +void KNewProjectDlg::slotReject() +{ + m_option->m_quickSearchString = m_searchNowFlag; + m_option->m_quickReplaceString = m_searchNowFlag; + + reject(); +} + +void KNewProjectDlg::slotSearchNow() +{ //Add a 'N' to represent the status search-now + m_searchNowFlag = "N"; + slotOK(); +} + +void KNewProjectDlg::slotSearchLater() +{ //Add a 'L' to represent the status search-later + m_searchNowFlag = "L"; + slotOK(); +} + +void KNewProjectDlg::slotSearchLineEdit(const QString& t) +{ + m_pbSearchNow->setEnabled(!t.isEmpty()); +} + +void KNewProjectDlg::slotEnableSpinboxSizeMin(bool b) +{ + m_spbSizeMin->setEnabled(b); +} + +void KNewProjectDlg::slotEnableSpinboxSizeMax(bool b) +{ + m_spbSizeMax->setEnabled(b); +} + +void KNewProjectDlg::slotEnableCbValidDate(bool b) +{ + Q_UNUSED(b); + m_cbDateValid->setEnabled(m_chbDateMax->isChecked() || m_chbDateMin->isChecked()); +} + +void KNewProjectDlg::slotEnableChbUser(bool b) +{ + m_cbOwnerUserType->setEnabled(b); + m_cbOwnerUserBool->setEnabled(b); + m_edOwnerUser->setEnabled(b); +} + +void KNewProjectDlg::slotEnableChbGroup(bool b) +{ + m_cbOwnerGroupType->setEnabled(b); + m_cbOwnerGroupBool->setEnabled(b); + m_edOwnerGroup->setEnabled(b); +} + +void KNewProjectDlg::slotEnableChbBackup(bool b) +{ + m_leBackup->setEnabled(b); + m_tlBackup->setEnabled(b); +} + +//PRIVATE +void KNewProjectDlg::initGUI() +{ + QIcon iconSet = SmallIconSet("document-open"); + QPixmap pixMap = iconSet.pixmap( QIcon::Small, QIcon::Normal ); + + m_pbLocation->setIconSet(iconSet); + m_pbLocation->setFixedSize(pixMap.width() + 8, pixMap.height() + 8); + + m_pbSearchNow->setEnabled(false); + + loadOptions(); + loadFileSizeOptions(); + loadDateAccessOptions(); + loadOwnerOptions(); + loadBackupExtensionOptions(); + loadLocationsList(); + loadFiltersList(); +} + +void KNewProjectDlg::loadOptions() +{ + QStringList availableEncodingNames(KGlobal::charsets()->availableEncodingNames()); + m_cbEncoding->addItems(availableEncodingNames); + int idx = -1; + int utf8Idx = -1; + for (int i = 0; i < availableEncodingNames.count(); i++) + { + if (availableEncodingNames[i] == m_option->m_encoding) + { + idx = i; + break; + } + if (availableEncodingNames[i] == "UTF-8") + { + utf8Idx = i; + } + } + if (idx != -1) + m_cbEncoding->setCurrentIndex(idx); + else + m_cbEncoding->setCurrentIndex(utf8Idx); + + m_chbIncludeSubfolders->setChecked(m_option->m_recursive); + m_chbCaseSensitive->setChecked(m_option->m_caseSensitive); + m_chbEnableVariables->setChecked(m_option->m_variables); + m_chbRegularExpressions->setChecked(m_option->m_regularExpressions); +} + +void KNewProjectDlg::loadFileSizeOptions() +{ + int size = m_option->m_minSize; + if(size == FileSizeOption) + { + m_chbSizeMin->setChecked(false); + m_spbSizeMin->setEnabled(false); + m_spbSizeMin->setValue(0); + } + else + { + m_chbSizeMin->setChecked(true); + m_spbSizeMin->setEnabled(true); + m_spbSizeMin->setValue(size); + } + + size = m_option->m_maxSize; + if(size == FileSizeOption) + { + m_chbSizeMax->setChecked(false); + m_spbSizeMax->setEnabled(false); + m_spbSizeMax->setValue(0); + } + else + { + m_chbSizeMax->setChecked(true); + m_spbSizeMax->setEnabled(true); + m_spbSizeMax->setValue(size); + } +} + +void KNewProjectDlg::loadDateAccessOptions() +{ + // ================== DATE OPTIONS ======================== + + QString date = m_option->m_minDate; + if(date == AccessDateOption) + { + m_chbDateMin->setChecked(false); + m_dedDateMin->setDate(m_dedDateMin->minValue()); + m_dedDateMin->setEnabled(false); + } + else + { + m_chbDateMin->setChecked(true); + m_dedDateMin->setDate(QDate::fromString(date,Qt::ISODate)); + m_dedDateMin->setEnabled(true); + } + + date = m_option->m_maxDate; + if(date == AccessDateOption) + { + m_chbDateMax->setChecked(false); + m_dedDateMax->setDate(m_dedDateMax->maxValue()); + m_dedDateMax->setEnabled(false); + } + else + { + m_chbDateMax->setChecked(true); + m_dedDateMax->setDate(QDate::fromString(date,Qt::ISODate)); + m_dedDateMax->setEnabled(true); + } + + m_cbDateValid->setEnabled(m_chbDateMax->isChecked() || m_chbDateMin->isChecked()); + +} + +void KNewProjectDlg::loadOwnerOptions() +{ + bool enableOwner = m_option->m_ownerUserIsChecked; + + m_chbOwnerUser->setChecked(enableOwner); + m_cbOwnerUserType->setEnabled(enableOwner); + m_cbOwnerUserBool->setEnabled(enableOwner); + m_edOwnerUser->setEnabled(enableOwner); + + m_cbOwnerUserType->setCurrentText(m_option->m_ownerUserType); + m_cbOwnerUserBool->setCurrentText(m_option->m_ownerUserBool); + + m_edOwnerUser->setText(m_option->m_ownerUserValue); + + enableOwner = m_option->m_ownerGroupIsChecked; + + m_chbOwnerGroup->setChecked(enableOwner); + m_cbOwnerGroupType->setEnabled(enableOwner); + m_cbOwnerGroupBool->setEnabled(enableOwner); + m_edOwnerGroup->setEnabled(enableOwner); + + m_cbOwnerGroupType->setCurrentText(m_option->m_ownerGroupType); + m_cbOwnerGroupBool->setCurrentText(m_option->m_ownerGroupBool); + m_edOwnerGroup->setText(m_option->m_ownerGroupValue); +} + +void KNewProjectDlg::loadLocationsList() +{ + m_cbLocation->addItems(m_option->m_directories.split(",")); +} + +void KNewProjectDlg::loadFiltersList() +{ + m_cbFilter->addItems(m_option->m_filters.split(",")); +} + +void KNewProjectDlg::loadBackupExtensionOptions() +{ + bool enableBackup = m_option->m_backup; + + m_chbBackup->setChecked(enableBackup); + m_leBackup->setEnabled(enableBackup); + m_tlBackup->setEnabled(enableBackup); + m_leBackup->setText(m_option->m_backupExtension); +} + +void KNewProjectDlg::saveOptions() +{ + m_option->m_encoding = m_cbEncoding->currentText(); + m_option->m_recursive = m_chbIncludeSubfolders->isChecked(); + m_option->m_caseSensitive = m_chbCaseSensitive->isChecked(); + m_option->m_variables = m_chbEnableVariables->isChecked(); + m_option->m_regularExpressions = m_chbRegularExpressions->isChecked(); +} + +void KNewProjectDlg::saveFileSizeOptions() +{ + if(m_chbSizeMax->isChecked()) + m_option->m_maxSize = m_spbSizeMax->value(); + else + m_option->m_maxSize = FileSizeOption; + + if(m_chbSizeMin->isChecked()) + m_option->m_minSize = m_spbSizeMin->value(); + else + m_option->m_minSize = FileSizeOption; +} + +void KNewProjectDlg::saveDateAccessOptions() +{ + if(m_chbDateMin->isChecked() || m_chbDateMax->isChecked()) + m_option->m_dateAccess = m_cbDateValid->currentText(); + else + m_option->m_dateAccess = ValidAccessDateOption; + + if(m_chbDateMin->isChecked()) + { + QString date = m_dedDateMin->date().toString(Qt::ISODate); + m_option->m_minDate = date; + } + else + m_option->m_minDate = AccessDateOption; + + if(m_chbDateMax->isChecked()) + { + QString date = m_dedDateMax->date().toString(Qt::ISODate); + m_option->m_maxDate = date; + } + else + m_option->m_maxDate = AccessDateOption; +} + +void KNewProjectDlg::saveOwnerOptions() +{ + bool isChecked = m_chbOwnerUser->isChecked(); + if(isChecked) + { + m_option->m_ownerUserIsChecked = true; + m_option->m_ownerUserType = m_cbOwnerUserType->currentText(); + m_option->m_ownerUserBool = m_cbOwnerUserBool->currentText(); + m_option->m_ownerUserValue = m_edOwnerUser->text(); + } + else + { + m_option->m_ownerUserIsChecked = false; + m_option->m_ownerUserType = "Name"; + m_option->m_ownerUserBool = "Equals To"; + m_option->m_ownerUserValue = ""; + } + + isChecked = m_chbOwnerGroup->isChecked(); + if(isChecked) + { + m_option->m_ownerGroupIsChecked = true; + m_option->m_ownerGroupType = m_cbOwnerGroupType->currentText(); + m_option->m_ownerGroupBool = m_cbOwnerGroupBool->currentText(); + m_option->m_ownerGroupValue = m_edOwnerGroup->text(); + } + else + { + m_option->m_ownerGroupIsChecked = false; + m_option->m_ownerGroupType = "Name"; + m_option->m_ownerGroupBool = "Equals To"; + m_option->m_ownerGroupValue = ""; + } +} + +void KNewProjectDlg::saveLocationsList() +{ + QString current = m_cbLocation->currentText(), list = current; + + int count = m_cbLocation->count(), + i; + for(i = 0; i < count; i++) + { + QString text = m_cbLocation->itemText(i); + if(text != current) + list += ','+text; + } + m_option->m_directories = list; +} + +void KNewProjectDlg::saveFiltersList() +{ + QString current = m_cbFilter->currentText(), list = current; + + int count = m_cbFilter->count(), + i; + for(i = 0; i < count; i++) + { + QString text = m_cbFilter->itemText(i); + if(text != current) + list += ','+text; + } + m_option->m_filters = list; +} + +void KNewProjectDlg::saveBackupExtensionOptions() +{ + QString backupExt = m_leBackup->text(); + m_option->m_backup = (m_chbBackup->isChecked() && !backupExt.isEmpty()); + m_option->m_backupExtension = backupExt; +} + +void KNewProjectDlg::setDatas(const QString& directoryString, const QString& filterString) +{ + if (!directoryString.isEmpty()) + m_cbLocation->setEditText(directoryString); + + if (!filterString.isEmpty()) + m_cbFilter->setEditText(filterString); +} + +bool KNewProjectDlg::contains(Q3ListView* lv,const QString& s, int column) +{ + Q3ListViewItem* i = lv->firstChild(); + while (i != 0) + { + if(i->text(column) == s) + return true; + i = i->nextSibling(); + } + return false; +} + +void KNewProjectDlg::whatsThis() +{ + m_cbLocation->setWhatsThis( cbLocationWhatthis); + m_cbFilter->setWhatsThis( cbFilterWhatthis); + + m_spbSizeMin->setWhatsThis( edSizeMinWhatthis); + m_spbSizeMax->setWhatsThis( edSizeMaxWhatthis); + + m_cbDateValid->setWhatsThis( cbDateValidWhatthis); + m_chbDateMin->setWhatsThis( chbDateMinWhatthis); + m_chbDateMax->setWhatsThis( chbDateMaxWhatthis); + + m_chbIncludeSubfolders->setWhatsThis( chbRecursiveWhatthis); + m_chbRegularExpressions->setWhatsThis( chbRegularExpressionsWhatthis); + m_chbEnableVariables->setWhatsThis( chbVariablesWhatthis); + m_chbCaseSensitive->setWhatsThis( chbCaseSensitiveWhatthis); + m_chbBackup->setWhatsThis( chbBackupWhatthis); + m_leBackup->setWhatsThis( chbBackupWhatthis); + m_leSearch->setWhatsThis( leSearchWhatthis); + m_leReplace->setWhatsThis( leReplaceWhatthis); +} + +#include "knewprojectdlg.moc" + diff --git a/kfilereplace/knewprojectdlg.h b/kfilereplace/knewprojectdlg.h new file mode 100644 index 00000000..ec87d7a7 --- /dev/null +++ b/kfilereplace/knewprojectdlg.h @@ -0,0 +1,84 @@ +/*************************************************************************** + knewprojectdlg.h - description + ------------------- + begin : Tue Dec 28 1999 + copyright : (C) 1999 by François Dupoux + (C) 2004 Emiliano Gulmini + email : dupoux@dupoux.com + ***************************************************************************/ + +/*************************************************************************** + * * + * This program is free software; you can redistribute it and/or modify * + * it under the terms of the GNU General Public License as published by * + * the Free Software Foundation; either version 2 of the License, or * + * (at your option) any later version. * + * * + ***************************************************************************/ + +#ifndef KNEWPROJECTDLG_H +#define KNEWPROJECTDLG_H + +//KDE + +//local +#include "knewprojectdlgs.h" +#include "configurationclasses.h" +#include "ktoolinvocation.h" + +class KNewProjectDlg : public KNewProjectDlgS +{ + Q_OBJECT + + private: + QString m_searchNowFlag; + RCOptions* m_option; + + public: + explicit KNewProjectDlg(RCOptions* info, QWidget *parent=0, const char *name=0); + ~KNewProjectDlg(); + + public: + //void updateOptions(const RCOptions& info); + void saveRCOptions(); + + protected slots: + void slotDir(); + void slotOK(); + void slotReject(); + void slotSearchNow(); + void slotSearchLater(); + void slotSearchLineEdit(const QString& t); + void slotEnableSpinboxSizeMin(bool b); + void slotEnableSpinboxSizeMax(bool b); + void slotEnableCbValidDate(bool b); + void slotEnableChbUser(bool b); + void slotEnableChbGroup(bool b); + void slotEnableChbBackup(bool b); + void slotHelp(){ KToolInvocation::invokeHelp(QString::null, "kfilereplace"); } //krazy:exclude=nullstrassign for old broken gcc + + private: + void initGUI(); + + void loadOptions(); + void loadFileSizeOptions(); + void loadDateAccessOptions(); + void loadOwnerOptions(); + void loadLocationsList(); + void loadFiltersList(); + void loadBackupExtensionOptions(); + + void saveOptions(); + void saveFileSizeOptions(); + void saveDateAccessOptions(); + void saveOwnerOptions(); + void saveLocationsList(); + void saveFiltersList(); + void saveBackupExtensionOptions(); + + bool contains(Q3ListView* lv,const QString& s, int column); + void setDatas(const QString& directoryString, const QString& filterString); + void whatsThis(); +}; + +#endif // KNewProjectDlg diff --git a/kfilereplace/knewprojectdlgs.ui b/kfilereplace/knewprojectdlgs.ui new file mode 100644 index 00000000..84107008 --- /dev/null +++ b/kfilereplace/knewprojectdlgs.ui @@ -0,0 +1,876 @@ + +KNewProjectDlgS + + + KNewProjectDlgS + + + + 0 + 0 + 568 + 609 + + + + Search & Replace in Files + + + true + + + true + + + + unnamed + + + + layout28 + + + + unnamed + + + + m_pbHelp + + + true + + + + 3 + 1 + 0 + 0 + + + + + 0 + 0 + + + + + 70 + 32767 + + + + &Help + + + + + spacer7 + + + Qt::Horizontal + + + Expanding + + + + 150 + 20 + + + + + + m_pbSearchNow + + + Search Now + + + + + + true + + + + + m_pbSearchLater + + + Search Later + + + + + + + + m_pbCancel + + + + 3 + 1 + 0 + 0 + + + + + 70 + 32767 + + + + &Cancel + + + + + + + tabWidget2 + + + + tab + + + &General + + + + unnamed + + + + groupBox5 + + + Startup Folder Options + + + + unnamed + + + + m_tlFilter + + + Filter: + + + cbFilter + + + + + m_tlLocation + + + Location: + + + Qt::AutoText + + + cbLocation + + + + + m_cbLocation + + + + 3 + 0 + 0 + 0 + + + + true + + + 10 + + + AtTop + + + false + + + Insert a search path here. You can use the search path button. + + + + + m_pbLocation + + + + + + + + + + + m_cbFilter + + + + 3 + 0 + 0 + 0 + + + + true + + + 10 + + + AtTop + + + false + + + + + + + + m_chbIncludeSubfolders + + + &Include subfolders + + + true + + + + + + + groupBox6 + + + Search/Replace Strings + + + + unnamed + + + + m_leSearch + + + + + m_leReplace + + + + + m_tlSearch + + + Search: + + + + + m_tlReplace + + + Replace: + + + + + + + groupBox4 + + + General Options + + + + unnamed + + + + m_chbRegularExpressions + + + true + + + Enable &regular expressions + + + + + m_chbBackup + + + Do &backup copy instead of overwrite + + + + + m_chbCaseSensitive + + + &Case sensitive + + + + + m_chbEnableVariables + + + Enable co&mmands in the replace string + + + + + m_tlBackup + + + Backup copy suffix: + + + + + m_leBackup + + + + + + + + m_cbEncoding + + + + 3 + 0 + 0 + 0 + + + + + + textLabel1 + + + Encoding of the files: + + + + + + + + + tab + + + &Advanced + + + + unnamed + + + + gbOwnership + + + Ownership Filtering + + + + unnamed + + + + m_chbOwnerUser + + + User: + + + + + + Name + + + + + ID (Number) + + + + m_cbOwnerUserType + + + false + + + 2 + + + true + + + + + + Equals To + + + + + Is Not + + + + m_cbOwnerUserBool + + + false + + + 2 + + + false + + + + + + Equals To + + + + + Is Not + + + + m_cbOwnerGroupBool + + + false + + + 2 + + + false + + + + + + Name + + + + + ID (Number) + + + + m_cbOwnerGroupType + + + false + + + 2 + + + false + + + + + m_chbOwnerGroup + + + Group: + + + + + m_edOwnerUser + + + false + + + + + m_edOwnerGroup + + + false + + + + + + + gbAccessDate + + + Access Date Filtering + + + + unnamed + + + + layout8 + + + + unnamed + + + + layout18 + + + + unnamed + + + + m_tlDateValid + + + Dates valid for: + + + + + m_chbDateMin + + + Accessed after: + + + + + m_chbDateMax + + + Accessed before: + + + + + + + layout19 + + + + unnamed + + + + + Last Writing Access + + + + + Last Reading Access + + + + m_cbDateValid + + + 2 + + + false + + + + + m_dedDateMin + + + false + + + + 2000 + 1 + 1 + + + + true + + + + 2100 + 12 + 31 + + + + + 1900 + 12 + 31 + + + + + + m_dedDateMax + + + false + + + + 2000 + 1 + 1 + + + + true + + + + 2100 + 12 + 31 + + + + + 1900 + 9 + 14 + + + + + + + + spacer3 + + + Qt::Horizontal + + + Expanding + + + + 190 + 16 + + + + + + + + + + gbSize + + + Size Filtering + + + + unnamed + + + + layout32 + + + + unnamed + + + + layout31 + + + + unnamed + + + + m_chbSizeMin + + + Minimum si&ze: + + + + + m_chbSizeMax + + + Maximum size: + + + + + + + layout30 + + + + unnamed + + + + m_spbSizeMin + + + 4000000 + + + 0 + + + + + m_spbSizeMax + + + 4000000 + + + 0 + + + + + + + layout31 + + + + unnamed + + + + m_tlSizeMin + + + KB + + + + + m_tlSizeMax + + + KB + + + + + + + spacer2 + + + Qt::Horizontal + + + Expanding + + + + 330 + 16 + + + + + + + + + + + + + + tabWidget2 + m_leSearch + m_leReplace + m_cbLocation + m_pbLocation + m_cbFilter + m_chbIncludeSubfolders + m_cbEncoding + m_chbCaseSensitive + m_chbRegularExpressions + m_chbEnableVariables + m_chbBackup + m_leBackup + m_pbSearchNow + m_pbSearchLater + m_pbCancel + m_pbHelp + m_chbSizeMin + m_spbSizeMin + m_chbSizeMax + m_spbSizeMax + m_cbDateValid + m_chbDateMin + m_chbDateMax + m_chbOwnerUser + m_cbOwnerUserType + m_cbOwnerUserBool + m_edOwnerUser + m_chbOwnerGroup + m_cbOwnerGroupType + m_cbOwnerGroupBool + m_edOwnerGroup + m_dedDateMin + m_dedDateMax + + diff --git a/kfilereplace/koptionsdlg.cpp b/kfilereplace/koptionsdlg.cpp new file mode 100644 index 00000000..416757e8 --- /dev/null +++ b/kfilereplace/koptionsdlg.cpp @@ -0,0 +1,235 @@ +/*************************************************************************** + koptionsdlg.cpp - description + ------------------- + begin : Tue Dec 28 1999 + copyright : (C) 1999 by François Dupoux + (C) 2004 Emiliano Gulmini + email : dupoux@dupoux.com + ***************************************************************************/ + +/*************************************************************************** + * * + * This program is free software; you can redistribute it and/or modify * + * it under the terms of the GNU General Public License as published by * + * the Free Software Foundation; either version 2 of the License, or * + * (at your option) any later version. * + * * + ***************************************************************************/ + +// QT +#include +#include + +#include +#include +#include + +// KDE +#include +#include +#include +#include +#include +#include +//#include + +// local +#include "whatthis.h" +#include "koptionsdlg.h" + + +using namespace whatthisNameSpace; + + +KOptionsDlg::KOptionsDlg(RCOptions* info, QWidget *parent, const char *name) : KOptionsDlgS(parent,name,true) +{ + m_config = new KConfig("kfilereplacerc"); + m_option = info; + + initGUI(); + + connect(m_pbOK, SIGNAL(clicked()), this, SLOT(slotOK())); + connect(m_pbDefault, SIGNAL(clicked()),this,SLOT(slotDefaults())); + connect(m_chbBackup, SIGNAL(toggled(bool)), this, SLOT(slotChbBackup(bool))); + connect(m_pbHelp, SIGNAL(clicked()), this, SLOT(slotHelp())); + connect(m_chbConfirmStrings, SIGNAL(toggled(bool)), this, SLOT(slotChbConfirmStrings(bool))); + connect(m_chbShowConfirmDialog, SIGNAL(toggled(bool)), this, SLOT(slotChbShowConfirmDialog(bool))); + + whatsThis(); +} + +KOptionsDlg::~KOptionsDlg() +{ +} + +//PRIVATE SLOTS +void KOptionsDlg::slotOK() +{ + saveRCOptions(); + accept(); +} + +/** Set defaults values for all options of the dialog */ +void KOptionsDlg::slotDefaults() +{ + m_chbCaseSensitive->setChecked(CaseSensitiveOption); + m_chbRecursive->setChecked(RecursiveOption); + m_chbHaltOnFirstOccurrence->setChecked(StopWhenFirstOccurenceOption); + + m_chbFollowSymLinks->setChecked(FollowSymbolicLinksOption); + m_chbIgnoreHidden->setChecked(IgnoreHiddenOption); + m_chbRegularExpressions->setChecked(RegularExpressionsOption); + m_chbIgnoreFiles->setChecked(IgnoreFilesOption); + m_chbConfirmStrings->setChecked(AskConfirmReplaceOption); + + QStringList bkList = BackupExtensionOption.split(",",QString::KeepEmptyParts); + + bool enableBackup = (bkList[0] == "true" ? true : false); + + m_chbBackup->setChecked(enableBackup); + m_leBackup->setEnabled(enableBackup); + m_tlBackup->setEnabled(enableBackup); + + m_leBackup->setText(bkList[1]); + + m_chbVariables->setChecked(VariablesOption); + + m_chbNotifyOnErrors->setChecked(NotifyOnErrorsOption); +} + +void KOptionsDlg::slotChbBackup(bool b) +{ + m_leBackup->setEnabled(b); + m_tlBackup->setEnabled(b); +} + +void KOptionsDlg::slotChbConfirmStrings(bool b) +{ + KConfigGroup grp(m_config, "Notification Messages"); + if(b) + { + m_chbShowConfirmDialog->setEnabled(true); + m_chbShowConfirmDialog->setChecked(true); + grp.writeEntry(rcDontAskAgain,"no"); + } + else + { + m_chbShowConfirmDialog->setEnabled(false); + m_chbShowConfirmDialog->setChecked(false); + grp.writeEntry(rcDontAskAgain,"yes"); + } +} + +void KOptionsDlg::slotChbShowConfirmDialog(bool b) +{ + KConfigGroup grp(m_config, "Notification Messages"); + if(b) + { + grp.writeEntry(rcDontAskAgain,"no"); + } + else + { + grp.writeEntry(rcDontAskAgain,"yes"); + } +} + +//PRIVATE +void KOptionsDlg::initGUI() +{ + m_config->sync(); + KConfigGroup grp(m_config, "Notification Messages"); + m_option->m_notifyOnErrors = grp.readEntry(rcNotifyOnErrors, true); + + QString dontAskAgain = grp.readEntry(rcDontAskAgain, QString("no")); + + m_chbConfirmStrings->setChecked(m_option->m_askConfirmReplace); + + if(m_chbConfirmStrings->isChecked()) + { + if(dontAskAgain == "yes") + m_chbShowConfirmDialog->setChecked(false); + else + m_chbShowConfirmDialog->setChecked(true); + } + + QStringList availableEncodingNames(KGlobal::charsets()->availableEncodingNames()); + m_cbEncoding->addItems( availableEncodingNames ); + int idx = -1; + int utf8Idx = -1; + for (int i = 0; i < availableEncodingNames.count(); i++) + { + if (availableEncodingNames[i] == m_option->m_encoding) + { + idx = i; + break; + } + if (availableEncodingNames[i] == "utf8") + { + utf8Idx = i; + } + } + if (idx != -1) + m_cbEncoding->setCurrentIndex(idx); + else + m_cbEncoding->setCurrentIndex(utf8Idx); + + m_chbCaseSensitive->setChecked(m_option->m_caseSensitive); + m_chbRecursive->setChecked(m_option->m_recursive); + + bool enableBackup = m_option->m_backup; + + m_chbBackup->setChecked(enableBackup); + m_leBackup->setEnabled(enableBackup); + m_tlBackup->setEnabled(enableBackup); + + m_leBackup->setText(m_option->m_backupExtension); + + m_chbVariables->setChecked(m_option->m_variables); + m_chbRegularExpressions->setChecked(m_option->m_regularExpressions); + m_chbHaltOnFirstOccurrence->setChecked(m_option->m_haltOnFirstOccur); + m_chbFollowSymLinks->setChecked(m_option->m_followSymLinks); + m_chbIgnoreHidden->setChecked(m_option->m_ignoreHidden); + m_chbIgnoreFiles->setChecked(m_option->m_ignoreFiles); + + m_chbNotifyOnErrors->setChecked(m_option->m_notifyOnErrors); +} + +void KOptionsDlg::saveRCOptions() +{ + m_option->m_encoding = m_cbEncoding->currentText(); + m_option->m_caseSensitive = m_chbCaseSensitive->isChecked(); + m_option->m_recursive = m_chbRecursive->isChecked(); + QString backupExt = m_leBackup->text(); + m_option->m_backup = (m_chbBackup->isChecked() && !backupExt.isEmpty()); + m_option->m_backupExtension = backupExt; + m_option->m_variables = m_chbVariables->isChecked(); + m_option->m_regularExpressions = m_chbRegularExpressions->isChecked(); + m_option->m_haltOnFirstOccur = m_chbHaltOnFirstOccurrence->isChecked(); + m_option->m_followSymLinks = m_chbFollowSymLinks->isChecked(); + m_option->m_ignoreHidden = m_chbIgnoreHidden->isChecked(); + m_option->m_ignoreFiles = m_chbIgnoreFiles->isChecked(); + m_option->m_askConfirmReplace = m_chbConfirmStrings->isChecked(); + m_option->m_notifyOnErrors = m_chbNotifyOnErrors->isChecked(); + + KConfigGroup grp(m_config, "Notification Messages"); + grp.writeEntry(rcNotifyOnErrors, m_option->m_notifyOnErrors); + + m_config->sync(); +} + +void KOptionsDlg::whatsThis() +{ + // Create help QWhatsThis + m_chbCaseSensitive->setWhatsThis( chbCaseSensitiveWhatthis); + m_chbRecursive->setWhatsThis( chbRecursiveWhatthis); + m_chbHaltOnFirstOccurrence->setWhatsThis( chbHaltOnFirstOccurrenceWhatthis); + m_chbFollowSymLinks->setWhatsThis( chbFollowSymLinksWhatthis); + m_chbIgnoreHidden->setWhatsThis( chbIgnoreHiddenWhatthis); + m_chbIgnoreFiles->setWhatsThis( chbIgnoreFilesWhatthis); + m_chbRegularExpressions->setWhatsThis( chbRegularExpressionsWhatthis); + m_chbVariables->setWhatsThis( chbVariablesWhatthis); + m_chbBackup->setWhatsThis( chbBackupWhatthis); + m_chbConfirmStrings->setWhatsThis( chbConfirmStringsWhatthis); +} + +#include "koptionsdlg.moc" diff --git a/kfilereplace/koptionsdlg.h b/kfilereplace/koptionsdlg.h new file mode 100644 index 00000000..088f04a7 --- /dev/null +++ b/kfilereplace/koptionsdlg.h @@ -0,0 +1,59 @@ +/*************************************************************************** + koptionsdlg.h - description + ------------------- + begin : Tue Dec 28 1999 + copyright : (C) 1999 by François Dupoux + (C) 2004 Emiliano Gulmini + email : dupoux@dupoux.com + ***************************************************************************/ + +/*************************************************************************** + * * + * This program is free software; you can redistribute it and/or modify * + * it under the terms of the GNU General Public License as published by * + * the Free Software Foundation; either version 2 of the License, or * + * (at your option) any later version. * + * * + ***************************************************************************/ + +#ifndef KOPTIONSDLG_H +#define KOPTIONSDLG_H + +// KDE +class KConfig; + +//local +#include "configurationclasses.h" +#include "koptionsdlgs.h" +#include + +/** + *@author François Dupoux + */ + +class KOptionsDlg : public KOptionsDlgS +{ + Q_OBJECT + public: + KOptionsDlg(RCOptions* info, QWidget *parent, const char *name); + ~KOptionsDlg(); + + private: + RCOptions* m_option; + KConfig *m_config; + + private slots: + void slotOK(); + void slotDefaults(); + void slotChbBackup(bool b); + void slotChbConfirmStrings(bool b); + void slotChbShowConfirmDialog(bool b); + void slotHelp(){ KToolInvocation::invokeHelp(QString::null, "kfilereplace"); } //krazy:exclude=nullstrassign for old broken gcc + + private: + void initGUI(); + void saveRCOptions(); + void whatsThis(); +}; + +#endif // KOPTIONSDLG_H diff --git a/kfilereplace/koptionsdlgs.ui b/kfilereplace/koptionsdlgs.ui new file mode 100644 index 00000000..4551b2fd --- /dev/null +++ b/kfilereplace/koptionsdlgs.ui @@ -0,0 +1,346 @@ + +KOptionsDlgS + + + KOptionsDlgS + + + + 0 + 0 + 572 + 420 + + + + Options + + + true + + + + unnamed + + + + tabWidget2 + + + + tab1 + + + General + + + + unnamed + + + + groupBox7 + + + General Options + + + + unnamed + + + + m_chbVariables + + + Enable commands in replace strings + + + + + + + + m_tlBackup + + + Backup copy suffix: + + + + + m_leBackup + + + + + + + + m_chbNotifyOnErrors + + + Notif&y on errors + + + + + m_chbCaseSensitive + + + Case sensitive + + + + + + + + m_chbRecursive + + + Recursive (search/replace in all sub folders) + + + + + + + + m_chbRegularExpressions + + + true + + + Enable regular e&xpressions + + + + + m_chbBackup + + + Do &backup copy + + + + + textLabel1 + + + Encoding of the files: + + + + + m_cbEncoding + + + + 3 + 0 + 0 + 0 + + + + + + + + + + Tab3 + + + &Advanced + + + + unnamed + + + + gbxConfirm + + + Advanced Options + + + + unnamed + + + + m_chbIgnoreHidden + + + Ignore hidden files and folders + + + + + m_chbFollowSymLinks + + + Follow s&ymbolic links + + + + + m_chbHaltOnFirstOccurrence + + + When searching, stop on first string found (faster but no details) + + + + + m_chbIgnoreFiles + + + true + + + Do not show file if no strings are found or replaced + + + + + layout9 + + + + unnamed + + + + spacer2 + + + Qt::Horizontal + + + Fixed + + + + 16 + 20 + + + + + + m_chbShowConfirmDialog + + + false + + + Show confirmation dialog + + + + + + + m_chbConfirmStrings + + + false + + + Confirm before replace each string + + + + + + + + + + m_pbHelp + + + true + + + &Help + + + + + spacer1 + + + Qt::Horizontal + + + Expanding + + + + 202 + 20 + + + + + + m_pbDefault + + + &Default Values + + + + + m_pbOK + + + &OK + + + + + m_pbCancel + + + &Cancel + + + + + + + m_pbCancel + clicked() + KOptionsDlgS + reject() + + + + tabWidget2 + m_cbEncoding + m_chbCaseSensitive + m_chbRecursive + m_chbRegularExpressions + m_chbVariables + m_chbNotifyOnErrors + m_chbBackup + m_leBackup + m_pbDefault + m_pbOK + m_pbCancel + m_pbHelp + m_chbConfirmStrings + m_chbShowConfirmDialog + m_chbIgnoreFiles + m_chbHaltOnFirstOccurrence + m_chbFollowSymLinks + m_chbIgnoreHidden + + diff --git a/kfilereplace/main.cpp b/kfilereplace/main.cpp new file mode 100644 index 00000000..37251786 --- /dev/null +++ b/kfilereplace/main.cpp @@ -0,0 +1,74 @@ +/*************************************************************************** + main.cpp - Main file for the KFileReplace shell + ------------------- + begin : Thu Sep 16 14:14:09 2004 + copyright : (C) 2004 by Andras Mantia + ***************************************************************************/ + +/*************************************************************************** + * * + * This program is free software; you can redistribute it and/or modify * + * it under the terms of the GNU General Public License as published by * + * the Free Software Foundation; either version 2 of the License, or * + * (at your option) any later version. * + * * + ***************************************************************************/ + +#include "kfilereplace.h" + +#include +#include +#include +#include + +static const char description[] = + I18N_NOOP("Batch search and replace tool"); + +static const char version[] = "0.1"; + +int main(int argc, char *argv[]) +{ + KAboutData about("kfilereplace", 0, ki18n("KFileReplace"), version, ki18n(description), + KAboutData::License_GPL_V2, ki18n("(C) 2004-2005 Andras Mantia\n(C) 2004-2005 Emiliano Gulmini\n(C) 1999-2002 François Dupoux"), ki18n("Part of the KDEWebDev module."), + "http://kde.org/applications/utilities/kfilereplace/"); + + about.addAuthor(ki18n("Andras Mantia"), ki18n("Shell author, KPart creator, co-maintainer"), "amantia@kde.org"); + about.addAuthor(ki18n("Emiliano Gulmini"), ki18n("Current maintainer, code cleaner and rewriter"),"emi_barbarossa@yahoo.it"); + about.addAuthor(ki18n("François Dupoux"), + ki18n("Original author of the KFileReplace tool"), + "dupoux@dupoux.com"); + + KCmdLineArgs::init(argc, argv, &about); + + KCmdLineOptions options; + options.add("+[PATH]", ki18n( "Starting folder" )); + KCmdLineArgs::addCmdLineOptions( options ); + + KApplication app; + + // see if we are starting with session management + if (app.isSessionRestored()) + { + RESTORE(KFileReplace); + } + else + { + // no session.. just start up normally + KCmdLineArgs *args = KCmdLineArgs::parsedArgs(); + + KFileReplace *kfr = new KFileReplace; + kfr->show(); + + if (args->count() == 0) + { + kfr->openURL(KUrl()); + } + else + { + kfr->openURL(args->url(0)); + } + args->clear(); + } + + return app.exec(); +} diff --git a/kfilereplace/org.kde.kfilereplace.xml b/kfilereplace/org.kde.kfilereplace.xml new file mode 100644 index 00000000..6f487454 --- /dev/null +++ b/kfilereplace/org.kde.kfilereplace.xml @@ -0,0 +1,9 @@ + + + + + + + + diff --git a/kfilereplace/report.cpp b/kfilereplace/report.cpp new file mode 100644 index 00000000..f7f91d5b --- /dev/null +++ b/kfilereplace/report.cpp @@ -0,0 +1,284 @@ +/*************************************************************************** + report.cpp - Report document class + ------------------- + begin : fri aug 13 15:29:46 CEST 2004 + + copyright : (C) 2004 Emiliano Gulmini + email : emi_barbarossa@yahoo.it + ***************************************************************************/ + +/*************************************************************************** + * * + * This program is free software; you can redistribute it and/or modify * + * it under the terms of the GNU General Public License as published by * + * the Free Software Foundation; either version 2 of the License, or * + * (at your option) any later version. * + * * + ***************************************************************************/ +// QT +#include +#include +//Added by qt3to4: +#include + +// KDE +#include +#include +#include + +// local +#include "report.h" +#include "configurationclasses.h" + +void Report::createReportFile() +{ + QString xmlFileName = m_docPath + ".xml", + cssFileName = m_docPath + ".css"; + + // Generates a report file + // a) Open the file + QFile report(xmlFileName); + if (!report.open( QIODevice::WriteOnly )) + { + KMessageBox::error(0, i18n("Cannot open the file %1.", xmlFileName)); + return ; + } + + // b) Write the header of the XML file + + QDateTime datetime = QDateTime::currentDateTime(Qt::LocalTime); + QString dateString = datetime.toString(Qt::LocalDate); + KUser user; + QString columnTextFour, + columnReplaceWith; + if(!m_isSearchFlag) + { + columnTextFour = i18n("Replaced Strings"); + columnReplaceWith = i18n("Replace with"); + } + else + { + columnTextFour = i18n("Total number occurrences"); + columnReplaceWith = i18n("-"); + } + + QString css = cssFileName.mid(cssFileName.lastIndexOf("/")+1,cssFileName.length()-(cssFileName.lastIndexOf("/")+1)); + QTextStream oTStream( &report ); + oTStream << "\n" + "" + "\n" + " "+i18n("KFileReplace Report")+" \n" + " "+user.fullName()+'('+user.loginName()+")\n" + " "+dateString+"\n" + "
\n" + " \n" + " "+i18n("Searching/Replacing Strings Table")+" \n" + "
\n" + " \n" + " "+i18n("Search for")+"\n"; + + if(!m_isSearchFlag) + oTStream<< " "+columnReplaceWith+"\n"; + + oTStream<< " \n" + "
\n"; + // c) Write the strings list + Q3ListViewItem *lviCurItem, + *lviFirst; + + lviCurItem = lviFirst = m_stringsView->firstChild(); + + if(lviCurItem == 0) + return ; + + QString rowType="a1"; + + do + { QString rowTag = "\n" + " text(0)+"]]>\n" + " text(1)+"]]>\n" + "\n"; + + oTStream << rowTag; + + rowType = ((rowType == "a1") ? "a2" : "a1"); + + lviCurItem = lviCurItem->nextSibling(); + } while(lviCurItem && lviCurItem != lviFirst); + + oTStream<< "
\n"; + + oTStream<< "\n" + " \n" + " "+i18n("Results Table")+ " " + "
\n" + " \n" + " "+i18n("Name")+"\n" + " "+i18n("Folder")+"\n"; + if(m_isSearchFlag) + { + oTStream<< " "+i18n("Size")+"\n"; + } + else + { + oTStream<< " "+i18n("Old Size")+"\n" + " "+i18n("New Size")+"\n"; + } + oTStream<< " "+columnTextFour+"\n" + " "+i18n("Owner User")+"\n" + " "+i18n("Owner Group")+"\n" + " \n" + "
\n"; + + // d) Write the result list + + lviCurItem = lviFirst = m_resultsView->firstChild(); + + if(lviCurItem == 0) + return ; + + unsigned int totalOccurrences = 0; + + rowType="a1"; + + do + { QString rowTag = " \n" + " text(0)+"]]>\n" + " text(1)+"]]>\n"; + if(m_isSearchFlag) + { + rowTag += " text(2)+"]]>\n" + " text(3)+"]]>\n" + " text(4)+"]]>\n" + " text(5)+"]]>\n" + " \n"; + } + else + { + rowTag += " text(2)+"]]>\n" + " text(3)+"]]>\n" + " text(4)+"]]>\n" + " text(5)+"]]>\n" + " text(6)+"]]>\n" + " \n"; + } + + oTStream << rowTag; + + rowType = ((rowType == "a1") ? "a2" : "a1"); + + if(m_isSearchFlag) + totalOccurrences += lviCurItem->text(3).toInt(); + else + totalOccurrences += lviCurItem->text(4).toInt(); + + lviCurItem = lviCurItem->nextSibling(); + } while(lviCurItem && lviCurItem != lviFirst); + + + // e) Write the end of the file + + oTStream<< "
\n" + "" + << totalOccurrences + << "\n" + "
\n"; + + report.close(); +} + +void Report::createStyleSheet() +{ + QString cssFileName = m_docPath +".css"; + QFile styleSheet(cssFileName); + if (!styleSheet.open( QIODevice::WriteOnly )) + { + KMessageBox::error(0, i18n("Cannot open the file %1.", cssFileName)); + return ; + } + + QTextStream oTStream( &styleSheet ); + + QString css = "title { display:block;font:40px bold sans-serif; }\n\n" + "createdby:before { content :\""+i18n("Created by")+": \"; }\n" + "createdby { display:inline; }\n\n" + "date:before { content :\"-"+i18n("date")+": \"; }\n" + "date { display:inline; }\n\n" + "totaloccurrences:before { content :\""+i18n("Total occurrences")+": \"; }\n" + "totaloccurrences { display:block;text-align:right; font-weight:bold;margin-top:5px;margin-right:5px;}\n" + "tablecaption {display:table-caption;font:20px bold sans-serif;}\n\n" + "hr {display:block;background:black;height:1px;margin:5px 0px 5px;}\n" + "whiteline {display:block;height:16px;}\n\n" + "searchfor {\n" + " display:table-cell;\n" + " border:1px solid black;\n" + " padding:0 7px 0; }\n\n"; + + if(!m_isSearchFlag) + { + css += "replacewith {\n" + " display:table-cell;\n" + " border:1px solid black;\n" + " padding:0 7px 0; }\n\n"; + } + + css += "folder {\n" + " display:table-cell;\n" + " border:1px solid black;\n" + " padding:0 7px 0; }\n\n" + "header { display: table-header-group; }\n\n" + "name {\n" + " display:table-cell;\n" + " border:1px solid black;\n" + " padding:0 7px 0; }\n\n" + "newsize {\n" + " display:table-cell;\n" + " border:1px solid black;\n" + " padding:0 7px 0;\n" + " text-align:right; }\n\n" + "oldsize {\n" + " display:table-cell;\n" + " border:1px solid black;\n" + " padding:0 7px 0;\n" + " text-align:right; }\n\n" + "ownergroup {\n" + " display:table-cell;\n" + " border:1px solid black;\n" + " padding:0 7px 0; }\n\n" + "owneruser {\n" + " display:table-cell;\n" + " border:1px solid black;\n" + " padding:0 7px 0; }\n\n" + "replacedstrings {\n" + " text-align:right;\n" + " display:table-cell;\n" + " border:1px solid black;\n" + " padding:0 7px 0; }\n\n" + "*[class~=header] {\n" + " background : lightgray;\n" + " text-align : center; }\n\n" + "row { display : table-row; }\n\n" + "table {\n" + " display:table;\n" + " border-collapse: collapse; }\n\n" + "*[class~=a1] {\n" + " background-color:aliceblue;\n" + " font-weight : bold;font-size:15px; }\n\n" + "*[class~=a2] {\n" + " background-color:khaki;\n" + " font-weight : bold;\n" + " font-size:15px; }\n\n"; + + oTStream << css; + + styleSheet.close(); +} + +void Report::createDocument(const QString& docPath) +{ + m_docPath = docPath; + + createStyleSheet(); + createReportFile(); +} + diff --git a/kfilereplace/report.h b/kfilereplace/report.h new file mode 100644 index 00000000..e7a2473c --- /dev/null +++ b/kfilereplace/report.h @@ -0,0 +1,58 @@ +/*************************************************************************** + report.h - Report document class + ------------------- + begin : fri aug 13 15:29:46 CEST 2004 + + copyright : (C) 2004 Emiliano Gulmini + email : emi_barbarossa@yahoo.it + ***************************************************************************/ + +/*************************************************************************** + * * + * This program is free software; you can redistribute it and/or modify * + * it under the terms of the GNU General Public License as published by * + * the Free Software Foundation; either version 2 of the License, or * + * (at your option) any later version. * + * * + ***************************************************************************/ + +#ifndef REPORT_H +#define REPORT_H + +// QT +class QString; + +// KDE +#include +#include "configurationclasses.h" +class K3ListView; + +/** Report class is used to create a pair of files (a xml and a css file) which are + * a short statistical report of the operations. + */ + +class Report +{ + private: + K3ListView* m_stringsView, + * m_resultsView; + QString m_docPath; + bool m_isSearchFlag; + RCOptions* m_option; + + public: + Report(RCOptions* info, K3ListView* rv, K3ListView* sv) { m_option = info; + m_resultsView = rv; + m_stringsView = sv; + m_isSearchFlag = m_option->m_searchingOnlyMode; + } + ~Report() { m_option = 0; } + private: + void createReportFile(); + void createStyleSheet(); + + public: + void createDocument(const QString& docPath); +}; + +#endif // REPORT_H diff --git a/kfilereplace/toolbar/CMakeLists.txt b/kfilereplace/toolbar/CMakeLists.txt new file mode 100644 index 00000000..78fb51ea --- /dev/null +++ b/kfilereplace/toolbar/CMakeLists.txt @@ -0,0 +1,3 @@ + +kde4_install_icons( ${DATA_INSTALL_DIR}/kfilereplacepart/icons ) + diff --git a/kfilereplace/toolbar/hi22-action-backup_option.png b/kfilereplace/toolbar/hi22-action-backup_option.png new file mode 100644 index 00000000..c710a43d Binary files /dev/null and b/kfilereplace/toolbar/hi22-action-backup_option.png differ diff --git a/kfilereplace/toolbar/hi22-action-casesensitive_option.png b/kfilereplace/toolbar/hi22-action-casesensitive_option.png new file mode 100644 index 00000000..81e2572f Binary files /dev/null and b/kfilereplace/toolbar/hi22-action-casesensitive_option.png differ diff --git a/kfilereplace/toolbar/hi22-action-command_option.png b/kfilereplace/toolbar/hi22-action-command_option.png new file mode 100644 index 00000000..8325c11b Binary files /dev/null and b/kfilereplace/toolbar/hi22-action-command_option.png differ diff --git a/kfilereplace/toolbar/hi22-action-filesimulate.png b/kfilereplace/toolbar/hi22-action-filesimulate.png new file mode 100644 index 00000000..f5e68bf1 Binary files /dev/null and b/kfilereplace/toolbar/hi22-action-filesimulate.png differ diff --git a/kfilereplace/toolbar/hi22-action-invert.png b/kfilereplace/toolbar/hi22-action-invert.png new file mode 100644 index 00000000..20116454 Binary files /dev/null and b/kfilereplace/toolbar/hi22-action-invert.png differ diff --git a/kfilereplace/toolbar/hi22-action-recursive_option.png b/kfilereplace/toolbar/hi22-action-recursive_option.png new file mode 100644 index 00000000..f4ebe7e9 Binary files /dev/null and b/kfilereplace/toolbar/hi22-action-recursive_option.png differ diff --git a/kfilereplace/toolbar/hi22-action-regularexpression_option.png b/kfilereplace/toolbar/hi22-action-regularexpression_option.png new file mode 100644 index 00000000..f315fd7d Binary files /dev/null and b/kfilereplace/toolbar/hi22-action-regularexpression_option.png differ diff --git a/kfilereplace/tutorial.kwd b/kfilereplace/tutorial.kwd new file mode 100644 index 00000000..2183e53b Binary files /dev/null and b/kfilereplace/tutorial.kwd differ diff --git a/kfilereplace/whatthis.h b/kfilereplace/whatthis.h new file mode 100644 index 00000000..a6e05855 --- /dev/null +++ b/kfilereplace/whatthis.h @@ -0,0 +1,101 @@ +/*************************************************************************** + whatthis.h - description + ------------------- + begin : fri 12 march CEST 2004 + copyright : (C) 2004 Emiliano Gulmini + email : + ***************************************************************************/ + +/*************************************************************************** + * * + * This program is free software; you can redistribute it and/or modify * + * it under the terms of the GNU General Public License as published by * + * the Free Software Foundation; either version 2 of the License, or * + * (at your option) any later version. * + * * + ***************************************************************************/ +#ifndef WHATTHIS_H +#define WHATTHIS_H + +// QT +#include + +// KDE +#include + +namespace whatthisNameSpace +{ + //KFileReplaceView messages + const QString lvResultWhatthis = i18n("Shows the statistics of your operations. Note that the columns content changes depending on what kind of operation you are performing."); + + const QString lvStringsWhatthis = i18n("Shows a list of strings to search for (and if you specified it, a list of strings to replace with). Use the \"add strings\" dialog to edit your string list or double click on a string."); + + //KNewProjectDlg messages + const QString cbLocationWhatthis = i18n("Base folder for operations of search/replace. Insert path string here by hand or use the search button."); + + const QString cbFilterWhatthis = i18n("Shell-like wildcards. Example: \"*.html;*.txt;*.xml\"."); + + const QString edSizeMinWhatthis = i18n("Insert the minimum file size you want to search, or leave it unchecked if you do not want a minimum size limit."); + + const QString edSizeMaxWhatthis = i18n("Insert the maximum file size you want to search, or leave it unchecked if you do not want a maximum size limit."); + + const QString edDateMinWhatthis = i18n("Insert the minimum value for file access date that you want to search, or leave it unchecked if you do not want a minimum limit."); + + const QString edDateMaxWhatthis = i18n("Insert the maximum value for file access date that you want to search, or leave it unchecked if you do not want a maximum limit."); + + const QString cbDateValidWhatthis = i18n("Select \"writing\" if you want to use the date of the last modification, or \"reading\" to use the date of the last access."); + + const QString chbDateMinWhatthis = i18n("Minimum value for access date."); + + const QString chbDateMaxWhatthis = i18n("Maximum value for access date."); + + const QString leSearchWhatthis = i18n("Insert here the string to search for."); + + const QString leReplaceWhatthis = i18n("Insert here the string to replace with."); + + //KOptionsDlg messages + const QString chbCaseSensitiveWhatthis = i18n("Enable this option if your search is case sensitive."); + + const QString chbRecursiveWhatthis = i18n("Enable this option to search in sub folders too."); + + const QString chbHaltOnFirstOccurrenceWhatthis = i18n("Enable this option when you are searching for a string and you are only interested to know if the string is present or not in the current file."); + + const QString chbIgnoreWhitespacesWhatthis =""; + + const QString chbFollowSymLinksWhatthis = i18n("If set, then if kfilereplace encounters a symbolic link it treats it like a normal folder or file."); + + const QString chbIgnoreHiddenWhatthis = i18n("Enable this option to ignore hidden files or folders."); + + const QString chbIgnoreFilesWhatthis = i18n("If this option is enabled, KFR will show even the names of the files in which no string has been found or replaced."); + + const QString chbRegularExpressionsWhatthis = i18n("Allows you to apply Qt-like regular expressions on the search string. Note that a complex regular expression could affect speed performance."); + + const QString chbVariablesWhatthis = i18n("Enable \"commands\". For example: if search string is \"user\" and replace string is the command \"[$user:uid$]\", KFR will substitute \"user\" with the uid of the user."); + + const QString chbBackupWhatthis = i18n("Enable this option if you want leave original files untouched."); + + const QString chbConfirmStringsWhatthis = i18n("Enable this option if you want to be asked for single string replacement confirmation."); + + //KFileReplacePart + const QString fileSimulateWhatthis = i18n("Enable this option to perform replacing as a simulation, i.e. without making any changes to files."); + + const QString optionsRegularExpressionsWhatthis = chbRegularExpressionsWhatthis; + + const QString optionsBackupWhatthis = chbBackupWhatthis; + + const QString optionsCaseWhatthis = chbCaseSensitiveWhatthis; + + const QString optionsVarWhatthis = chbVariablesWhatthis; + + const QString optionsRecursiveWhatthis = chbRecursiveWhatthis; + + //KAddStringDlg + const QString rbSearchOnlyWhatthis = i18n("Select search-only mode."); + + const QString rbSearchReplaceWhatthis = i18n("Select search-and-replace mode."); + + const QString edSearchWhatthis = i18n("Insert here a string you want search for."); + + const QString edReplaceWhatthis = i18n("Insert here the string that KFR will use to replace the search string."); +} +#endif