comparison common.h @ 40:42f3cb49373b

hg glog --verbose made history list very slow with 30000 files, so removed --verbose option.
author Jari Korhonen <jtkorhonen@gmail.com>
date Wed, 23 Jun 2010 21:12:46 +0300
parents 3fa4803ecf44
children 9a89dedf260a
comparison
equal deleted inserted replaced
39:3fa4803ecf44 40:42f3cb49373b
6 ****************************************************************************/ 6 ****************************************************************************/
7 7
8 #include <QtCore> 8 #include <QtCore>
9 9
10 #define APPNAME "HgExplorer" 10 #define APPNAME "HgExplorer"
11 #define APPVERSION "0.7.0" 11 #define APPVERSION "0.7.1"
12 #define MY_ICON_SIZE 32 12 #define MY_ICON_SIZE 32
13 #define REPOMENU_TITLE "Repository actions" 13 #define REPOMENU_TITLE "Repository actions"
14 #define WORKFOLDERMENU_TITLE "Workfolder actions" 14 #define WORKFOLDERMENU_TITLE "Workfolder actions"
15 #define EXITOK(x) ((x)==0) 15 #define EXITOK(x) ((x)==0)
16 #define CHGSET "changeset: " 16 #define CHGSET "changeset: "