]>
Commit | Line | Data |
---|---|---|
51a58d8b | 1 | ///////////////////////////////////////////////////////////////////////////// |
7fc65a03 | 2 | // Name: src/generic/dirctrlg.cpp |
51a58d8b JS |
3 | // Purpose: wxGenericDirCtrl |
4 | // Author: Harm van der Heijden, Robert Roebling, Julian Smart | |
5 | // Modified by: | |
6 | // Created: 12/12/98 | |
7 | // RCS-ID: $Id$ | |
8 | // Copyright: (c) Harm van der Heijden, Robert Roebling and Julian Smart | |
65571936 | 9 | // Licence: wxWindows licence |
51a58d8b JS |
10 | ///////////////////////////////////////////////////////////////////////////// |
11 | ||
51a58d8b JS |
12 | // For compilers that support precompilation, includes "wx.h". |
13 | #include "wx/wxprec.h" | |
14 | ||
15 | #ifdef __BORLANDC__ | |
32d4c30a | 16 | #pragma hdrstop |
51a58d8b JS |
17 | #endif |
18 | ||
13de0c8c | 19 | #if wxUSE_DIRDLG || wxUSE_FILEDLG |
51a58d8b | 20 | |
88a7a4e1 WS |
21 | #include "wx/generic/dirctrlg.h" |
22 | ||
32d4c30a WS |
23 | #ifndef WX_PRECOMP |
24 | #include "wx/hash.h" | |
88a7a4e1 | 25 | #include "wx/intl.h" |
e4db172a | 26 | #include "wx/log.h" |
de6185e2 | 27 | #include "wx/utils.h" |
f1e01716 | 28 | #include "wx/button.h" |
923d28da | 29 | #include "wx/icon.h" |
9eddec69 | 30 | #include "wx/settings.h" |
246c5004 | 31 | #include "wx/msgdlg.h" |
ce5d92e1 | 32 | #include "wx/cmndata.h" |
b36e08d0 | 33 | #include "wx/choice.h" |
fec9cc08 | 34 | #include "wx/textctrl.h" |
ed2fbeb8 WS |
35 | #include "wx/layout.h" |
36 | #include "wx/sizer.h" | |
949c9f74 | 37 | #include "wx/textdlg.h" |
dd05139a | 38 | #include "wx/gdicmn.h" |
155ecd4c | 39 | #include "wx/image.h" |
02761f6c | 40 | #include "wx/module.h" |
32d4c30a WS |
41 | #endif |
42 | ||
51a58d8b | 43 | #include "wx/filefn.h" |
51a58d8b | 44 | #include "wx/imaglist.h" |
51a58d8b JS |
45 | #include "wx/tokenzr.h" |
46 | #include "wx/dir.h" | |
06cc1fb9 | 47 | #include "wx/artprov.h" |
06cc1fb9 | 48 | #include "wx/mimetype.h" |
51a58d8b JS |
49 | |
50 | #if wxUSE_STATLINE | |
51 | #include "wx/statline.h" | |
52 | #endif | |
53 | ||
76a5e5d2 | 54 | #if defined(__WXMAC__) |
32d4c30a | 55 | #include "wx/mac/private.h" // includes mac headers |
76a5e5d2 SC |
56 | #endif |
57 | ||
51a58d8b | 58 | #ifdef __WXMSW__ |
2736b3ce | 59 | #include <windows.h> |
7acf6a92 | 60 | #include "wx/msw/winundef.h" |
006b7af2 | 61 | #include "wx/volume.h" |
7328394a | 62 | |
c9ecda60 VS |
63 | // FIXME - Mingw32 1.0 has both _getdrive() and _chdrive(). For now, let's assume |
64 | // older releases don't, but it should be verified and the checks modified | |
65 | // accordingly. | |
b4da152e | 66 | #if !defined(__GNUWIN32__) || (defined(__MINGW32_MAJOR_VERSION) && __MINGW32_MAJOR_VERSION >= 1) |
1c193821 | 67 | #if !defined(__WXWINCE__) |
32d4c30a | 68 | #include <direct.h> |
1c193821 | 69 | #endif |
32d4c30a WS |
70 | #include <stdlib.h> |
71 | #include <ctype.h> | |
51a58d8b JS |
72 | #endif |
73 | ||
7328394a JS |
74 | #endif |
75 | ||
1c53456f | 76 | #if defined(__OS2__) || defined(__DOS__) |
ed2fbeb8 WS |
77 | #ifdef __OS2__ |
78 | #define INCL_BASE | |
79 | #include <os2.h> | |
80 | #ifndef __EMX__ | |
81 | #include <direct.h> | |
82 | #endif | |
83 | #include <stdlib.h> | |
84 | #include <ctype.h> | |
1c53456f | 85 | #endif |
0d853c54 | 86 | #endif // __OS2__ |
ec1b28a3 | 87 | |
f4ac0693 | 88 | #if defined(__WXMAC__) |
e1f31102 | 89 | // #include "MoreFilesX.h" |
bedaf53e SC |
90 | #endif |
91 | ||
267a7108 | 92 | #ifdef __BORLANDC__ |
32d4c30a | 93 | #include "dos.h" |
267a7108 JS |
94 | #endif |
95 | ||
f36e602b | 96 | extern WXDLLEXPORT_DATA(const char) wxFileSelectorDefaultWildcardStr[]; |
a3e70e1f | 97 | |
51a58d8b JS |
98 | // If compiled under Windows, this macro can cause problems |
99 | #ifdef GetFirstChild | |
100 | #undef GetFirstChild | |
101 | #endif | |
102 | ||
207ddcc9 VZ |
103 | bool wxIsDriveAvailable(const wxString& dirName); |
104 | ||
06cc1fb9 | 105 | // ---------------------------------------------------------------------------- |
0d853c54 | 106 | // wxGetAvailableDrives, for WINDOWS, DOS, OS2, MAC, UNIX (returns "/") |
06cc1fb9 | 107 | // ---------------------------------------------------------------------------- |
51a58d8b | 108 | |
06cc1fb9 JS |
109 | size_t wxGetAvailableDrives(wxArrayString &paths, wxArrayString &names, wxArrayInt &icon_ids) |
110 | { | |
0d853c54 | 111 | #if defined(__WINDOWS__) || defined(__DOS__) || defined(__OS2__) |
51a58d8b | 112 | |
4676948b JS |
113 | #ifdef __WXWINCE__ |
114 | // No logical drives; return "\" | |
115 | paths.Add(wxT("\\")); | |
116 | names.Add(wxT("\\")); | |
1ab36908 | 117 | icon_ids.Add(wxFileIconsTable::computer); |
006b7af2 VZ |
118 | #elif defined(__WIN32__) && wxUSE_FSVOLUME |
119 | // TODO: this code (using wxFSVolumeBase) should be used for all platforms | |
120 | // but unfortunately wxFSVolumeBase is not implemented everywhere | |
121 | const wxArrayString as = wxFSVolumeBase::GetVolumes(); | |
0026e0f2 | 122 | |
006b7af2 VZ |
123 | for (size_t i = 0; i < as.GetCount(); i++) |
124 | { | |
125 | wxString path = as[i]; | |
126 | wxFSVolume vol(path); | |
999836aa | 127 | int imageId; |
006b7af2 | 128 | switch (vol.GetKind()) |
06cc1fb9 | 129 | { |
006b7af2 VZ |
130 | case wxFS_VOL_FLOPPY: |
131 | if ( (path == wxT("a:\\")) || (path == wxT("b:\\")) ) | |
06cc1fb9 JS |
132 | imageId = wxFileIconsTable::floppy; |
133 | else | |
134 | imageId = wxFileIconsTable::removeable; | |
135 | break; | |
006b7af2 VZ |
136 | case wxFS_VOL_DVDROM: |
137 | case wxFS_VOL_CDROM: | |
06cc1fb9 JS |
138 | imageId = wxFileIconsTable::cdrom; |
139 | break; | |
006b7af2 VZ |
140 | case wxFS_VOL_NETWORK: |
141 | if (path[0] == wxT('\\')) | |
142 | continue; // skip "\\computer\folder" | |
143 | imageId = wxFileIconsTable::drive; | |
144 | break; | |
145 | case wxFS_VOL_DISK: | |
146 | case wxFS_VOL_OTHER: | |
06cc1fb9 JS |
147 | default: |
148 | imageId = wxFileIconsTable::drive; | |
149 | break; | |
150 | } | |
06cc1fb9 | 151 | paths.Add(path); |
006b7af2 | 152 | names.Add(vol.GetDisplayName()); |
06cc1fb9 | 153 | icon_ids.Add(imageId); |
06cc1fb9 | 154 | } |
0d853c54 SN |
155 | #elif defined(__OS2__) |
156 | APIRET rc; | |
157 | ULONG ulDriveNum = 0; | |
158 | ULONG ulDriveMap = 0; | |
159 | rc = ::DosQueryCurrentDisk(&ulDriveNum, &ulDriveMap); | |
ca65c044 WS |
160 | if ( rc == 0) |
161 | { | |
0d853c54 SN |
162 | size_t i = 0; |
163 | while (i < 26) | |
164 | { | |
ca65c044 WS |
165 | if (ulDriveMap & ( 1 << i )) |
166 | { | |
167 | wxString path, name; | |
168 | path.Printf(wxT("%c:\\"), 'A' + i); | |
169 | name.Printf(wxT("%c:"), 'A' + i); | |
170 | ||
be283c77 SN |
171 | // Note: If _filesys is unsupported by some compilers, |
172 | // we can always replace it by DosQueryFSAttach | |
173 | char filesysname[20]; | |
7fc65a03 WS |
174 | #ifdef __WATCOMC__ |
175 | ULONG cbBuffer = sizeof(filesysname); | |
176 | PFSQBUFFER2 pfsqBuffer = (PFSQBUFFER2)filesysname; | |
177 | APIRET rc = ::DosQueryFSAttach(name.fn_str(),0,FSAIL_QUERYNAME,pfsqBuffer,&cbBuffer); | |
178 | if (rc != NO_ERROR) | |
179 | { | |
180 | filesysname[0] = '\0'; | |
181 | } | |
182 | #else | |
be283c77 | 183 | _filesys(name.fn_str(), filesysname, sizeof(filesysname)); |
7fc65a03 | 184 | #endif |
be283c77 | 185 | /* FAT, LAN, HPFS, CDFS, NFS */ |
ca65c044 WS |
186 | int imageId; |
187 | if (path == wxT("A:\\") || path == wxT("B:\\")) | |
188 | imageId = wxFileIconsTable::floppy; | |
be283c77 SN |
189 | else if (!strcmp(filesysname, "CDFS")) |
190 | imageId = wxFileIconsTable::cdrom; | |
191 | else if (!strcmp(filesysname, "LAN") || | |
192 | !strcmp(filesysname, "NFS")) | |
193 | imageId = wxFileIconsTable::drive; | |
ca65c044 WS |
194 | else |
195 | imageId = wxFileIconsTable::drive; | |
196 | paths.Add(path); | |
197 | names.Add(name); | |
198 | icon_ids.Add(imageId); | |
199 | } | |
0d853c54 | 200 | i ++; |
ca65c044 WS |
201 | } |
202 | } | |
0d853c54 | 203 | #else // !__WIN32__, !__OS2__ |
06cc1fb9 | 204 | int drive; |
51a58d8b | 205 | |
06cc1fb9 JS |
206 | /* If we can switch to the drive, it exists. */ |
207 | for( drive = 1; drive <= 26; drive++ ) | |
208 | { | |
209 | wxString path, name; | |
210 | path.Printf(wxT("%c:\\"), (char) (drive + 'a' - 1)); | |
211 | name.Printf(wxT("%c:"), (char) (drive + 'A' - 1)); | |
51a58d8b | 212 | |
06cc1fb9 JS |
213 | if (wxIsDriveAvailable(path)) |
214 | { | |
215 | paths.Add(path); | |
216 | names.Add(name); | |
217 | icon_ids.Add((drive <= 2) ? wxFileIconsTable::floppy : wxFileIconsTable::drive); | |
218 | } | |
219 | } | |
220 | #endif // __WIN32__/!__WIN32__ | |
221 | ||
222 | #elif defined(__WXMAC__) | |
06cc1fb9 | 223 | |
a2b77260 SC |
224 | ItemCount volumeIndex = 1; |
225 | OSErr err = noErr ; | |
44d60c0b | 226 | |
a2b77260 SC |
227 | while( noErr == err ) |
228 | { | |
229 | HFSUniStr255 volumeName ; | |
230 | FSRef fsRef ; | |
231 | FSVolumeInfo volumeInfo ; | |
44d60c0b WS |
232 | err = FSGetVolumeInfo(0, volumeIndex, NULL, kFSVolInfoFlags , &volumeInfo , &volumeName, &fsRef); |
233 | if( noErr == err ) | |
234 | { | |
235 | wxString path = wxMacFSRefToPath( &fsRef ) ; | |
a2b77260 | 236 | wxString name = wxMacHFSUniStrToString( &volumeName ) ; |
44d60c0b | 237 | |
a2b77260 | 238 | if ( (volumeInfo.flags & kFSVolFlagSoftwareLockedMask) || (volumeInfo.flags & kFSVolFlagHardwareLockedMask) ) |
06cc1fb9 | 239 | { |
a2b77260 | 240 | icon_ids.Add(wxFileIconsTable::cdrom); |
06cc1fb9 | 241 | } |
a2b77260 SC |
242 | else |
243 | { | |
244 | icon_ids.Add(wxFileIconsTable::drive); | |
06cc1fb9 | 245 | } |
a2b77260 | 246 | // todo other removable |
44d60c0b | 247 | |
06cc1fb9 JS |
248 | paths.Add(path); |
249 | names.Add(name); | |
a2b77260 | 250 | volumeIndex++ ; |
44d60c0b | 251 | } |
06cc1fb9 | 252 | } |
06cc1fb9 | 253 | |
a85ad1db | 254 | #elif defined(__UNIX__) || defined(__WXPALMOS__) |
06cc1fb9 JS |
255 | paths.Add(wxT("/")); |
256 | names.Add(wxT("/")); | |
257 | icon_ids.Add(wxFileIconsTable::computer); | |
258 | #else | |
259 | #error "Unsupported platform in wxGenericDirCtrl!" | |
260 | #endif | |
e9890600 WS |
261 | wxASSERT_MSG( (paths.GetCount() == names.GetCount()), wxT("The number of paths and their human readable names should be equal in number.")); |
262 | wxASSERT_MSG( (paths.GetCount() == icon_ids.GetCount()), wxT("Wrong number of icons for available drives.")); | |
06cc1fb9 JS |
263 | return paths.GetCount(); |
264 | } | |
51a58d8b | 265 | |
06cc1fb9 JS |
266 | // ---------------------------------------------------------------------------- |
267 | // wxIsDriveAvailable | |
268 | // ---------------------------------------------------------------------------- | |
748fcded | 269 | |
748fcded | 270 | #if defined(__DOS__) |
db5333a5 | 271 | |
37fd1c97 | 272 | bool wxIsDriveAvailable(const wxString& dirName) |
db5333a5 | 273 | { |
6157794c | 274 | // FIXME_MGL - this method leads to hang up under Watcom for some reason |
127eab18 WS |
275 | #ifdef __WATCOMC__ |
276 | wxUnusedVar(dirName); | |
277 | #else | |
b36e08d0 | 278 | if ( dirName.length() == 3 && dirName[1u] == wxT(':') ) |
db5333a5 VS |
279 | { |
280 | wxString dirNameLower(dirName.Lower()); | |
ca65c044 | 281 | // VS: always return true for removable media, since Win95 doesn't |
db5333a5 VS |
282 | // like it when MS-DOS app accesses empty floppy drive |
283 | return (dirNameLower[0u] == wxT('a') || | |
284 | dirNameLower[0u] == wxT('b') || | |
da865fdd | 285 | wxDirExists(dirNameLower)); |
db5333a5 VS |
286 | } |
287 | else | |
6157794c | 288 | #endif |
ca65c044 | 289 | return true; |
db5333a5 VS |
290 | } |
291 | ||
0d853c54 | 292 | #elif defined(__WINDOWS__) || defined(__OS2__) |
db5333a5 | 293 | |
0c0d1521 | 294 | int setdrive(int WXUNUSED_IN_WINCE(drive)) |
33ac7e6f | 295 | { |
4676948b JS |
296 | #ifdef __WXWINCE__ |
297 | return 0; | |
298 | #elif defined(__GNUWIN32__) && \ | |
c9ecda60 VS |
299 | (defined(__MINGW32_MAJOR_VERSION) && __MINGW32_MAJOR_VERSION >= 1) |
300 | return _chdrive(drive); | |
301 | #else | |
ca65c044 | 302 | wxChar newdrive[4]; |
33ac7e6f | 303 | |
ca65c044 WS |
304 | if (drive < 1 || drive > 31) |
305 | return -1; | |
306 | newdrive[0] = (wxChar)(wxT('A') + drive - 1); | |
307 | newdrive[1] = wxT(':'); | |
0d853c54 | 308 | #ifdef __OS2__ |
ca65c044 WS |
309 | newdrive[2] = wxT('\\'); |
310 | newdrive[3] = wxT('\0'); | |
0d853c54 | 311 | #else |
ca65c044 | 312 | newdrive[2] = wxT('\0'); |
0d853c54 | 313 | #endif |
50c76ce1 | 314 | #if defined(__WXMSW__) |
ca65c044 | 315 | if (::SetCurrentDirectory(newdrive)) |
50c76ce1 DW |
316 | #else |
317 | // VA doesn't know what LPSTR is and has its own set | |
ca65c044 | 318 | if (!DosSetCurrentDir((PSZ)newdrive)) |
50c76ce1 | 319 | #endif |
ca65c044 WS |
320 | return 0; |
321 | else | |
322 | return -1; | |
c9ecda60 | 323 | #endif // !GNUWIN32 |
33ac7e6f KB |
324 | } |
325 | ||
0c0d1521 | 326 | bool wxIsDriveAvailable(const wxString& WXUNUSED_IN_WINCE(dirName)) |
ad9cd15c | 327 | { |
4676948b | 328 | #ifdef __WXWINCE__ |
ca65c044 | 329 | return false; |
4676948b | 330 | #else |
ad9cd15c | 331 | #ifdef __WIN32__ |
33fed835 | 332 | UINT errorMode = SetErrorMode(SEM_FAILCRITICALERRORS | SEM_NOOPENFILEERRORBOX); |
ad9cd15c | 333 | #endif |
ca65c044 | 334 | bool success = true; |
ad9cd15c JS |
335 | |
336 | // Check if this is a root directory and if so, | |
2d4e4f80 | 337 | // whether the drive is available. |
b36e08d0 | 338 | if (dirName.length() == 3 && dirName[(size_t)1] == wxT(':')) |
ad9cd15c | 339 | { |
33fed835 | 340 | wxString dirNameLower(dirName.Lower()); |
b4da152e | 341 | #if defined(__GNUWIN32__) && !(defined(__MINGW32_MAJOR_VERSION) && __MINGW32_MAJOR_VERSION >= 1) |
da865fdd | 342 | success = wxDirExists(dirNameLower); |
7328394a | 343 | #else |
0d853c54 SN |
344 | #if defined(__OS2__) |
345 | // Avoid changing to drive since no media may be inserted. | |
346 | if (dirNameLower[(size_t)0] == 'a' || dirNameLower[(size_t)0] == 'b') | |
347 | return success; | |
348 | #endif | |
ad9cd15c | 349 | int currentDrive = _getdrive(); |
33fed835 | 350 | int thisDrive = (int) (dirNameLower[(size_t)0] - 'a' + 1) ; |
33ac7e6f KB |
351 | int err = setdrive( thisDrive ) ; |
352 | setdrive( currentDrive ); | |
ad9cd15c JS |
353 | |
354 | if (err == -1) | |
355 | { | |
ca65c044 | 356 | success = false; |
ad9cd15c | 357 | } |
7328394a | 358 | #endif |
ad9cd15c JS |
359 | } |
360 | #ifdef __WIN32__ | |
33fed835 | 361 | (void) SetErrorMode(errorMode); |
ad9cd15c JS |
362 | #endif |
363 | ||
33fed835 | 364 | return success; |
4676948b | 365 | #endif |
ad9cd15c | 366 | } |
0d853c54 | 367 | #endif // __WINDOWS__ || __OS2__ |
ad9cd15c | 368 | |
13de0c8c WS |
369 | #endif // wxUSE_DIRDLG || wxUSE_FILEDLG |
370 | ||
371 | ||
372 | ||
373 | #if wxUSE_DIRDLG | |
b600ed13 | 374 | |
57e26a09 JS |
375 | // Function which is called by quick sort. We want to override the default wxArrayString behaviour, |
376 | // and sort regardless of case. | |
a2a03d78 | 377 | static int wxCMPFUNC_CONV wxDirCtrlStringCompareFunction(const wxString& strFirst, const wxString& strSecond) |
57e26a09 | 378 | { |
a2a03d78 | 379 | return strFirst.CmpNoCase(strSecond); |
57e26a09 JS |
380 | } |
381 | ||
51a58d8b | 382 | //----------------------------------------------------------------------------- |
748fcded | 383 | // wxDirItemData |
51a58d8b JS |
384 | //----------------------------------------------------------------------------- |
385 | ||
748fcded VS |
386 | wxDirItemData::wxDirItemData(const wxString& path, const wxString& name, |
387 | bool isDir) | |
51a58d8b JS |
388 | { |
389 | m_path = path; | |
390 | m_name = name; | |
391 | /* Insert logic to detect hidden files here | |
392 | * In UnixLand we just check whether the first char is a dot | |
393 | * For FileNameFromPath read LastDirNameInThisPath ;-) */ | |
394 | // m_isHidden = (bool)(wxFileNameFromPath(*m_path)[0] == '.'); | |
ca65c044 WS |
395 | m_isHidden = false; |
396 | m_isExpanded = false; | |
51a58d8b JS |
397 | m_isDir = isDir; |
398 | } | |
399 | ||
748fcded | 400 | void wxDirItemData::SetNewDirName(const wxString& path) |
51a58d8b JS |
401 | { |
402 | m_path = path; | |
748fcded VS |
403 | m_name = wxFileNameFromPath(path); |
404 | } | |
405 | ||
406 | bool wxDirItemData::HasSubDirs() const | |
407 | { | |
44d60c0b | 408 | if (m_path.empty()) |
ca65c044 | 409 | return false; |
748fcded VS |
410 | |
411 | wxDir dir; | |
412 | { | |
413 | wxLogNull nolog; | |
414 | if ( !dir.Open(m_path) ) | |
ca65c044 | 415 | return false; |
748fcded VS |
416 | } |
417 | ||
418 | return dir.HasSubDirs(); | |
419 | } | |
420 | ||
574c939e | 421 | bool wxDirItemData::HasFiles(const wxString& WXUNUSED(spec)) const |
748fcded | 422 | { |
44d60c0b | 423 | if (m_path.empty()) |
ca65c044 | 424 | return false; |
748fcded VS |
425 | |
426 | wxDir dir; | |
427 | { | |
428 | wxLogNull nolog; | |
429 | if ( !dir.Open(m_path) ) | |
ca65c044 | 430 | return false; |
748fcded VS |
431 | } |
432 | ||
433 | return dir.HasFiles(); | |
51a58d8b JS |
434 | } |
435 | ||
51a58d8b JS |
436 | //----------------------------------------------------------------------------- |
437 | // wxGenericDirCtrl | |
438 | //----------------------------------------------------------------------------- | |
439 | ||
51a58d8b | 440 | |
b0a877ec | 441 | #if wxUSE_EXTENDED_RTTI |
73c36334 JS |
442 | WX_DEFINE_FLAGS( wxGenericDirCtrlStyle ) |
443 | ||
3ff066a4 | 444 | wxBEGIN_FLAGS( wxGenericDirCtrlStyle ) |
73c36334 JS |
445 | // new style border flags, we put them first to |
446 | // use them for streaming out | |
3ff066a4 SC |
447 | wxFLAGS_MEMBER(wxBORDER_SIMPLE) |
448 | wxFLAGS_MEMBER(wxBORDER_SUNKEN) | |
449 | wxFLAGS_MEMBER(wxBORDER_DOUBLE) | |
450 | wxFLAGS_MEMBER(wxBORDER_RAISED) | |
451 | wxFLAGS_MEMBER(wxBORDER_STATIC) | |
452 | wxFLAGS_MEMBER(wxBORDER_NONE) | |
ca65c044 | 453 | |
73c36334 | 454 | // old style border flags |
3ff066a4 SC |
455 | wxFLAGS_MEMBER(wxSIMPLE_BORDER) |
456 | wxFLAGS_MEMBER(wxSUNKEN_BORDER) | |
457 | wxFLAGS_MEMBER(wxDOUBLE_BORDER) | |
458 | wxFLAGS_MEMBER(wxRAISED_BORDER) | |
459 | wxFLAGS_MEMBER(wxSTATIC_BORDER) | |
cb0afb26 | 460 | wxFLAGS_MEMBER(wxBORDER) |
73c36334 JS |
461 | |
462 | // standard window styles | |
3ff066a4 SC |
463 | wxFLAGS_MEMBER(wxTAB_TRAVERSAL) |
464 | wxFLAGS_MEMBER(wxCLIP_CHILDREN) | |
465 | wxFLAGS_MEMBER(wxTRANSPARENT_WINDOW) | |
466 | wxFLAGS_MEMBER(wxWANTS_CHARS) | |
cb0afb26 | 467 | wxFLAGS_MEMBER(wxFULL_REPAINT_ON_RESIZE) |
3ff066a4 SC |
468 | wxFLAGS_MEMBER(wxALWAYS_SHOW_SB ) |
469 | wxFLAGS_MEMBER(wxVSCROLL) | |
470 | wxFLAGS_MEMBER(wxHSCROLL) | |
471 | ||
472 | wxFLAGS_MEMBER(wxDIRCTRL_DIR_ONLY) | |
473 | wxFLAGS_MEMBER(wxDIRCTRL_3D_INTERNAL) | |
474 | wxFLAGS_MEMBER(wxDIRCTRL_SELECT_FIRST) | |
3ff066a4 SC |
475 | |
476 | wxEND_FLAGS( wxGenericDirCtrlStyle ) | |
73c36334 | 477 | |
b0a877ec SC |
478 | IMPLEMENT_DYNAMIC_CLASS_XTI(wxGenericDirCtrl, wxControl,"wx/dirctrl.h") |
479 | ||
3ff066a4 SC |
480 | wxBEGIN_PROPERTIES_TABLE(wxGenericDirCtrl) |
481 | wxHIDE_PROPERTY( Children ) | |
ca65c044 WS |
482 | wxPROPERTY( DefaultPath , wxString , SetDefaultPath , GetDefaultPath , EMPTY_MACROVALUE , 0 /*flags*/ , wxT("Helpstring") , wxT("group")) |
483 | wxPROPERTY( Filter , wxString , SetFilter , GetFilter , EMPTY_MACROVALUE , 0 /*flags*/ , wxT("Helpstring") , wxT("group") ) | |
484 | wxPROPERTY( DefaultFilter , int , SetFilterIndex, GetFilterIndex, EMPTY_MACROVALUE , 0 /*flags*/ , wxT("Helpstring") , wxT("group") ) | |
af498247 | 485 | wxPROPERTY_FLAGS( WindowStyle, wxGenericDirCtrlStyle, long, SetWindowStyleFlag, GetWindowStyleFlag, EMPTY_MACROVALUE , 0, wxT("Helpstring"), wxT("group") ) |
3ff066a4 | 486 | wxEND_PROPERTIES_TABLE() |
b0a877ec | 487 | |
3ff066a4 SC |
488 | wxBEGIN_HANDLERS_TABLE(wxGenericDirCtrl) |
489 | wxEND_HANDLERS_TABLE() | |
b0a877ec | 490 | |
ca65c044 WS |
491 | wxCONSTRUCTOR_8( wxGenericDirCtrl , wxWindow* , Parent , wxWindowID , Id , wxString , DefaultPath , |
492 | wxPoint , Position , wxSize , Size , long , WindowStyle , wxString , Filter , int , DefaultFilter ) | |
b0a877ec SC |
493 | #else |
494 | IMPLEMENT_DYNAMIC_CLASS(wxGenericDirCtrl, wxControl) | |
495 | #endif | |
066f1b7a | 496 | |
51a58d8b | 497 | BEGIN_EVENT_TABLE(wxGenericDirCtrl, wxControl) |
6b707fc3 JS |
498 | EVT_TREE_ITEM_EXPANDING (wxID_TREECTRL, wxGenericDirCtrl::OnExpandItem) |
499 | EVT_TREE_ITEM_COLLAPSED (wxID_TREECTRL, wxGenericDirCtrl::OnCollapseItem) | |
500 | EVT_TREE_BEGIN_LABEL_EDIT (wxID_TREECTRL, wxGenericDirCtrl::OnBeginEditItem) | |
501 | EVT_TREE_END_LABEL_EDIT (wxID_TREECTRL, wxGenericDirCtrl::OnEndEditItem) | |
51a58d8b JS |
502 | EVT_SIZE (wxGenericDirCtrl::OnSize) |
503 | END_EVENT_TABLE() | |
504 | ||
505 | wxGenericDirCtrl::wxGenericDirCtrl(void) | |
506 | { | |
507 | Init(); | |
508 | } | |
509 | ||
c06dde42 JS |
510 | void wxGenericDirCtrl::ExpandRoot() |
511 | { | |
512 | ExpandDir(m_rootId); // automatically expand first level | |
513 | ||
514 | // Expand and select the default path | |
515 | if (!m_defaultPath.empty()) | |
516 | { | |
517 | ExpandPath(m_defaultPath); | |
518 | } | |
519 | #ifdef __UNIX__ | |
520 | else | |
521 | { | |
522 | // On Unix, there's only one node under the (hidden) root node. It | |
523 | // represents the / path, so the user would always have to expand it; | |
524 | // let's do it ourselves | |
525 | ExpandPath( wxT("/") ); | |
526 | } | |
527 | #endif | |
528 | } | |
529 | ||
51a58d8b | 530 | bool wxGenericDirCtrl::Create(wxWindow *parent, |
748fcded VS |
531 | const wxWindowID id, |
532 | const wxString& dir, | |
533 | const wxPoint& pos, | |
534 | const wxSize& size, | |
535 | long style, | |
536 | const wxString& filter, | |
537 | int defaultFilter, | |
538 | const wxString& name) | |
51a58d8b JS |
539 | { |
540 | if (!wxControl::Create(parent, id, pos, size, style, wxDefaultValidator, name)) | |
ca65c044 | 541 | return false; |
51a58d8b | 542 | |
db5333a5 | 543 | SetBackgroundColour(wxSystemSettings::GetColour(wxSYS_COLOUR_3DFACE)); |
e1957703 | 544 | SetForegroundColour(wxSystemSettings::GetColour(wxSYS_COLOUR_WINDOWTEXT)); |
51a58d8b JS |
545 | |
546 | Init(); | |
547 | ||
3bd8a405 JS |
548 | long treeStyle = wxTR_HAS_BUTTONS; |
549 | ||
550 | // On Windows CE, if you hide the root, you get a crash when | |
551 | // attempting to access data for children of the root item. | |
552 | #ifndef __WXWINCE__ | |
553 | treeStyle |= wxTR_HIDE_ROOT; | |
554 | #endif | |
2997ca30 | 555 | |
82c1f2a3 RR |
556 | #ifdef __WXGTK20__ |
557 | treeStyle |= wxTR_NO_LINES; | |
558 | #endif | |
fd775aae | 559 | |
dabd1377 | 560 | if (style & wxDIRCTRL_EDIT_LABELS) |
fd775aae JS |
561 | treeStyle |= wxTR_EDIT_LABELS; |
562 | ||
51a58d8b JS |
563 | if ((style & wxDIRCTRL_3D_INTERNAL) == 0) |
564 | treeStyle |= wxNO_BORDER; | |
565 | ||
a78955e3 | 566 | m_treeCtrl = CreateTreeCtrl(this, wxID_TREECTRL, |
c47addef | 567 | wxPoint(0,0), GetClientSize(), treeStyle); |
51a58d8b | 568 | |
d0bc78e2 VZ |
569 | if (!filter.empty()) |
570 | m_filterListCtrl = new wxDirFilterListCtrl(this, wxID_FILTERLISTCTRL); | |
51a58d8b JS |
571 | |
572 | m_defaultPath = dir; | |
573 | m_filter = filter; | |
574 | ||
dd0138d9 | 575 | if (m_filter.empty()) |
d0bc78e2 | 576 | m_filter = wxFileSelectorDefaultWildcardStr; |
dd0138d9 | 577 | |
51a58d8b JS |
578 | SetFilterIndex(defaultFilter); |
579 | ||
580 | if (m_filterListCtrl) | |
581 | m_filterListCtrl->FillFilterList(filter, defaultFilter); | |
582 | ||
06cc1fb9 | 583 | m_treeCtrl->SetImageList(wxTheFileIconsTable->GetSmallImageList()); |
51a58d8b | 584 | |
ca65c044 WS |
585 | m_showHidden = false; |
586 | wxDirItemData* rootData = new wxDirItemData(wxEmptyString, wxEmptyString, true); | |
51a58d8b JS |
587 | |
588 | wxString rootName; | |
589 | ||
0d853c54 | 590 | #if defined(__WINDOWS__) || defined(__OS2__) || defined(__DOS__) |
51a58d8b JS |
591 | rootName = _("Computer"); |
592 | #else | |
593 | rootName = _("Sections"); | |
594 | #endif | |
595 | ||
596 | m_rootId = m_treeCtrl->AddRoot( rootName, 3, -1, rootData); | |
597 | m_treeCtrl->SetItemHasChildren(m_rootId); | |
2997ca30 | 598 | |
c06dde42 | 599 | ExpandRoot(); |
51a58d8b | 600 | |
4a89f0e9 | 601 | SetInitialSize(size); |
51a58d8b JS |
602 | DoResize(); |
603 | ||
ca65c044 | 604 | return true; |
51a58d8b JS |
605 | } |
606 | ||
607 | wxGenericDirCtrl::~wxGenericDirCtrl() | |
608 | { | |
51a58d8b JS |
609 | } |
610 | ||
611 | void wxGenericDirCtrl::Init() | |
612 | { | |
ca65c044 | 613 | m_showHidden = false; |
51a58d8b JS |
614 | m_currentFilter = 0; |
615 | m_currentFilterStr = wxEmptyString; // Default: any file | |
616 | m_treeCtrl = NULL; | |
617 | m_filterListCtrl = NULL; | |
618 | } | |
619 | ||
a78955e3 VS |
620 | wxTreeCtrl* wxGenericDirCtrl::CreateTreeCtrl(wxWindow *parent, wxWindowID id, const wxPoint& pos, const wxSize& size, long treeStyle) |
621 | { | |
622 | return new wxTreeCtrl(parent, id, pos, size, treeStyle); | |
623 | } | |
624 | ||
42dcacf0 RR |
625 | void wxGenericDirCtrl::ShowHidden( bool show ) |
626 | { | |
9092371c VZ |
627 | if ( m_showHidden == show ) |
628 | return; | |
629 | ||
42dcacf0 | 630 | m_showHidden = show; |
574c939e | 631 | |
3b423cdd | 632 | wxString path = GetPath(); |
08887820 | 633 | ReCreateTree(); |
3b423cdd | 634 | SetPath(path); |
42dcacf0 RR |
635 | } |
636 | ||
22328fa4 JS |
637 | const wxTreeItemId |
638 | wxGenericDirCtrl::AddSection(const wxString& path, const wxString& name, int imageId) | |
51a58d8b | 639 | { |
ca65c044 | 640 | wxDirItemData *dir_item = new wxDirItemData(path,name,true); |
51a58d8b | 641 | |
22328fa4 | 642 | wxTreeItemId id = AppendItem( m_rootId, name, imageId, -1, dir_item); |
4f5c180e | 643 | |
06cc1fb9 | 644 | m_treeCtrl->SetItemHasChildren(id); |
22328fa4 JS |
645 | |
646 | return id; | |
06cc1fb9 | 647 | } |
51a58d8b | 648 | |
06cc1fb9 JS |
649 | void wxGenericDirCtrl::SetupSections() |
650 | { | |
651 | wxArrayString paths, names; | |
652 | wxArrayInt icons; | |
2d4e4f80 | 653 | |
06cc1fb9 | 654 | size_t n, count = wxGetAvailableDrives(paths, names, icons); |
4f5c180e | 655 | |
82c1f2a3 RR |
656 | #ifdef __WXGTK20__ |
657 | wxString home = wxGetHomeDir(); | |
658 | AddSection( home, _("Home directory"), 1); | |
659 | home += wxT("/Desktop"); | |
660 | AddSection( home, _("Desktop"), 1); | |
661 | #endif | |
662 | ||
06cc1fb9 | 663 | for (n = 0; n < count; n++) |
06cc1fb9 | 664 | AddSection(paths[n], names[n], icons[n]); |
51a58d8b JS |
665 | } |
666 | ||
905e0905 VZ |
667 | void wxGenericDirCtrl::SetFocus() |
668 | { | |
669 | // we don't need focus ourselves, give it to the tree so that the user | |
670 | // could navigate it | |
d095f867 RR |
671 | if (m_treeCtrl) |
672 | m_treeCtrl->SetFocus(); | |
905e0905 VZ |
673 | } |
674 | ||
51a58d8b JS |
675 | void wxGenericDirCtrl::OnBeginEditItem(wxTreeEvent &event) |
676 | { | |
677 | // don't rename the main entry "Sections" | |
678 | if (event.GetItem() == m_rootId) | |
679 | { | |
680 | event.Veto(); | |
681 | return; | |
682 | } | |
683 | ||
684 | // don't rename the individual sections | |
99006e44 | 685 | if (m_treeCtrl->GetItemParent( event.GetItem() ) == m_rootId) |
51a58d8b JS |
686 | { |
687 | event.Veto(); | |
688 | return; | |
689 | } | |
690 | } | |
691 | ||
692 | void wxGenericDirCtrl::OnEndEditItem(wxTreeEvent &event) | |
693 | { | |
6e86472f VZ |
694 | if (event.IsEditCancelled()) |
695 | return; | |
696 | ||
44d60c0b | 697 | if ((event.GetLabel().empty()) || |
47b8afad MR |
698 | (event.GetLabel() == wxT(".")) || |
699 | (event.GetLabel() == wxT("..")) || | |
06cc1fb9 JS |
700 | (event.GetLabel().Find(wxT('/')) != wxNOT_FOUND) || |
701 | (event.GetLabel().Find(wxT('\\')) != wxNOT_FOUND) || | |
702 | (event.GetLabel().Find(wxT('|')) != wxNOT_FOUND)) | |
51a58d8b JS |
703 | { |
704 | wxMessageDialog dialog(this, _("Illegal directory name."), _("Error"), wxOK | wxICON_ERROR ); | |
705 | dialog.ShowModal(); | |
706 | event.Veto(); | |
707 | return; | |
708 | } | |
709 | ||
710 | wxTreeItemId id = event.GetItem(); | |
748fcded | 711 | wxDirItemData *data = (wxDirItemData*)m_treeCtrl->GetItemData( id ); |
51a58d8b JS |
712 | wxASSERT( data ); |
713 | ||
714 | wxString new_name( wxPathOnly( data->m_path ) ); | |
ad9cd15c | 715 | new_name += wxString(wxFILE_SEP_PATH); |
51a58d8b JS |
716 | new_name += event.GetLabel(); |
717 | ||
718 | wxLogNull log; | |
719 | ||
720 | if (wxFileExists(new_name)) | |
721 | { | |
722 | wxMessageDialog dialog(this, _("File name exists already."), _("Error"), wxOK | wxICON_ERROR ); | |
723 | dialog.ShowModal(); | |
724 | event.Veto(); | |
725 | } | |
726 | ||
727 | if (wxRenameFile(data->m_path,new_name)) | |
728 | { | |
729 | data->SetNewDirName( new_name ); | |
730 | } | |
731 | else | |
732 | { | |
733 | wxMessageDialog dialog(this, _("Operation not permitted."), _("Error"), wxOK | wxICON_ERROR ); | |
734 | dialog.ShowModal(); | |
735 | event.Veto(); | |
736 | } | |
737 | } | |
738 | ||
739 | void wxGenericDirCtrl::OnExpandItem(wxTreeEvent &event) | |
740 | { | |
741 | wxTreeItemId parentId = event.GetItem(); | |
742 | ||
748fcded VS |
743 | // VS: this is needed because the event handler is called from wxTreeCtrl |
744 | // ctor when wxTR_HIDE_ROOT was specified | |
4ded51f2 CE |
745 | |
746 | if (!m_rootId.IsOk()) | |
747 | ||
748fcded VS |
748 | m_rootId = m_treeCtrl->GetRootItem(); |
749 | ||
51a58d8b | 750 | ExpandDir(parentId); |
d9c98a9a VZ |
751 | if ( m_treeCtrl->GetChildrenCount(parentId, false) == 0 ) |
752 | { | |
753 | m_treeCtrl->SetItemHasChildren(parentId, false); | |
754 | } | |
51a58d8b JS |
755 | } |
756 | ||
757 | void wxGenericDirCtrl::OnCollapseItem(wxTreeEvent &event ) | |
758 | { | |
08887820 VS |
759 | CollapseDir(event.GetItem()); |
760 | } | |
761 | ||
762 | void wxGenericDirCtrl::CollapseDir(wxTreeItemId parentId) | |
763 | { | |
764 | wxTreeItemId child; | |
51a58d8b | 765 | |
08887820 | 766 | wxDirItemData *data = (wxDirItemData *) m_treeCtrl->GetItemData(parentId); |
51a58d8b JS |
767 | if (!data->m_isExpanded) |
768 | return; | |
769 | ||
ca65c044 | 770 | data->m_isExpanded = false; |
2d75caaa | 771 | wxTreeItemIdValue cookie; |
51a58d8b JS |
772 | /* Workaround because DeleteChildren has disapeared (why?) and |
773 | * CollapseAndReset doesn't work as advertised (deletes parent too) */ | |
08887820 | 774 | child = m_treeCtrl->GetFirstChild(parentId, cookie); |
51a58d8b JS |
775 | while (child.IsOk()) |
776 | { | |
777 | m_treeCtrl->Delete(child); | |
778 | /* Not GetNextChild below, because the cookie mechanism can't | |
779 | * handle disappearing children! */ | |
08887820 | 780 | child = m_treeCtrl->GetFirstChild(parentId, cookie); |
51a58d8b | 781 | } |
c06dde42 JS |
782 | if (parentId != m_treeCtrl->GetRootItem()) |
783 | m_treeCtrl->Collapse(parentId); | |
51a58d8b JS |
784 | } |
785 | ||
786 | void wxGenericDirCtrl::ExpandDir(wxTreeItemId parentId) | |
787 | { | |
748fcded | 788 | wxDirItemData *data = (wxDirItemData *) m_treeCtrl->GetItemData(parentId); |
51a58d8b JS |
789 | |
790 | if (data->m_isExpanded) | |
791 | return; | |
792 | ||
ca65c044 | 793 | data->m_isExpanded = true; |
51a58d8b | 794 | |
748fcded | 795 | if (parentId == m_treeCtrl->GetRootItem()) |
51a58d8b JS |
796 | { |
797 | SetupSections(); | |
798 | return; | |
799 | } | |
800 | ||
801 | wxASSERT(data); | |
802 | ||
803 | wxString search,path,filename; | |
804 | ||
805 | wxString dirName(data->m_path); | |
806 | ||
3bd8a405 | 807 | #if (defined(__WINDOWS__) && !defined(__WXWINCE__)) || defined(__DOS__) || defined(__OS2__) |
51a58d8b JS |
808 | // Check if this is a root directory and if so, |
809 | // whether the drive is avaiable. | |
33fed835 MB |
810 | if (!wxIsDriveAvailable(dirName)) |
811 | { | |
ca65c044 | 812 | data->m_isExpanded = false; |
7328394a JS |
813 | //wxMessageBox(wxT("Sorry, this drive is not available.")); |
814 | return; | |
33fed835 | 815 | } |
51a58d8b JS |
816 | #endif |
817 | ||
818 | // This may take a longish time. Go to busy cursor | |
819 | wxBusyCursor busy; | |
820 | ||
0d853c54 | 821 | #if defined(__WINDOWS__) || defined(__DOS__) || defined(__OS2__) |
51a58d8b JS |
822 | if (dirName.Last() == ':') |
823 | dirName += wxString(wxFILE_SEP_PATH); | |
824 | #endif | |
825 | ||
826 | wxArrayString dirs; | |
827 | wxArrayString filenames; | |
828 | ||
829 | wxDir d; | |
830 | wxString eachFilename; | |
831 | ||
f9c165b1 | 832 | wxLogNull log; |
51a58d8b JS |
833 | d.Open(dirName); |
834 | ||
835 | if (d.IsOpened()) | |
836 | { | |
42dcacf0 RR |
837 | int style = wxDIR_DIRS; |
838 | if (m_showHidden) style |= wxDIR_HIDDEN; | |
839 | if (d.GetFirst(& eachFilename, wxEmptyString, style)) | |
51a58d8b JS |
840 | { |
841 | do | |
842 | { | |
843 | if ((eachFilename != wxT(".")) && (eachFilename != wxT(".."))) | |
844 | { | |
845 | dirs.Add(eachFilename); | |
846 | } | |
847 | } | |
2b0a7c09 | 848 | while (d.GetNext(&eachFilename)); |
51a58d8b JS |
849 | } |
850 | } | |
222ed1d6 | 851 | dirs.Sort(wxDirCtrlStringCompareFunction); |
51a58d8b JS |
852 | |
853 | // Now do the filenames -- but only if we're allowed to | |
d9c98a9a | 854 | if (!HasFlag(wxDIRCTRL_DIR_ONLY)) |
51a58d8b JS |
855 | { |
856 | d.Open(dirName); | |
ec1b28a3 | 857 | |
51a58d8b JS |
858 | if (d.IsOpened()) |
859 | { | |
2b0a7c09 RN |
860 | int style = wxDIR_FILES; |
861 | if (m_showHidden) style |= wxDIR_HIDDEN; | |
3da4e4bd JS |
862 | // Process each filter (ex: "JPEG Files (*.jpg;*.jpeg)|*.jpg;*.jpeg") |
863 | wxStringTokenizer strTok; | |
864 | wxString curFilter; | |
865 | strTok.SetString(m_currentFilterStr,wxT(";")); | |
866 | while(strTok.HasMoreTokens()) | |
51a58d8b | 867 | { |
3da4e4bd | 868 | curFilter = strTok.GetNextToken(); |
f0e5a44d | 869 | if (d.GetFirst(& eachFilename, curFilter, style)) |
51a58d8b | 870 | { |
3da4e4bd | 871 | do |
51a58d8b | 872 | { |
3da4e4bd JS |
873 | if ((eachFilename != wxT(".")) && (eachFilename != wxT(".."))) |
874 | { | |
875 | filenames.Add(eachFilename); | |
876 | } | |
51a58d8b | 877 | } |
3da4e4bd | 878 | while (d.GetNext(& eachFilename)); |
51a58d8b | 879 | } |
51a58d8b JS |
880 | } |
881 | } | |
222ed1d6 | 882 | filenames.Sort(wxDirCtrlStringCompareFunction); |
51a58d8b JS |
883 | } |
884 | ||
885 | // Add the sorted dirs | |
886 | size_t i; | |
b4a980f4 | 887 | for (i = 0; i < dirs.GetCount(); i++) |
51a58d8b | 888 | { |
4e115ed2 | 889 | eachFilename = dirs[i]; |
51a58d8b | 890 | path = dirName; |
083f7497 | 891 | if (!wxEndsWithPathSeparator(path)) |
51a58d8b JS |
892 | path += wxString(wxFILE_SEP_PATH); |
893 | path += eachFilename; | |
894 | ||
ca65c044 | 895 | wxDirItemData *dir_item = new wxDirItemData(path,eachFilename,true); |
22328fa4 | 896 | wxTreeItemId id = AppendItem( parentId, eachFilename, |
06cc1fb9 JS |
897 | wxFileIconsTable::folder, -1, dir_item); |
898 | m_treeCtrl->SetItemImage( id, wxFileIconsTable::folder_open, | |
899 | wxTreeItemIcon_Expanded ); | |
ec1b28a3 | 900 | |
d9c98a9a VZ |
901 | // assume that it does have children by default as it can take a long |
902 | // time to really check for this (think remote drives...) | |
903 | // | |
904 | // and if we're wrong, we'll correct it later in OnExpandItem() if | |
905 | // the user really tries to open this item | |
906 | m_treeCtrl->SetItemHasChildren(id); | |
51a58d8b JS |
907 | } |
908 | ||
909 | // Add the sorted filenames | |
d9c98a9a | 910 | if (!HasFlag(wxDIRCTRL_DIR_ONLY)) |
51a58d8b | 911 | { |
b4a980f4 | 912 | for (i = 0; i < filenames.GetCount(); i++) |
51a58d8b | 913 | { |
4e115ed2 | 914 | eachFilename = filenames[i]; |
51a58d8b | 915 | path = dirName; |
083f7497 | 916 | if (!wxEndsWithPathSeparator(path)) |
51a58d8b JS |
917 | path += wxString(wxFILE_SEP_PATH); |
918 | path += eachFilename; | |
919 | //path = dirName + wxString(wxT("/")) + eachFilename; | |
ca65c044 | 920 | wxDirItemData *dir_item = new wxDirItemData(path,eachFilename,false); |
06cc1fb9 JS |
921 | int image_id = wxFileIconsTable::file; |
922 | if (eachFilename.Find(wxT('.')) != wxNOT_FOUND) | |
923 | image_id = wxTheFileIconsTable->GetIconID(eachFilename.AfterLast(wxT('.'))); | |
22328fa4 | 924 | (void) AppendItem( parentId, eachFilename, image_id, -1, dir_item); |
51a58d8b JS |
925 | } |
926 | } | |
927 | } | |
928 | ||
08887820 VS |
929 | void wxGenericDirCtrl::ReCreateTree() |
930 | { | |
931 | CollapseDir(m_treeCtrl->GetRootItem()); | |
c06dde42 JS |
932 | ExpandRoot(); |
933 | } | |
934 | ||
935 | void wxGenericDirCtrl::CollapseTree() | |
936 | { | |
937 | wxTreeItemIdValue cookie; | |
938 | wxTreeItemId child = m_treeCtrl->GetFirstChild(m_rootId, cookie); | |
939 | while (child.IsOk()) | |
940 | { | |
941 | CollapseDir(child); | |
942 | child = m_treeCtrl->GetNextChild(m_rootId, cookie); | |
943 | } | |
08887820 VS |
944 | } |
945 | ||
51a58d8b JS |
946 | // Find the child that matches the first part of 'path'. |
947 | // E.g. if a child path is "/usr" and 'path' is "/usr/include" | |
948 | // then the child for /usr is returned. | |
949 | wxTreeItemId wxGenericDirCtrl::FindChild(wxTreeItemId parentId, const wxString& path, bool& done) | |
950 | { | |
951 | wxString path2(path); | |
ec1b28a3 | 952 | |
51a58d8b JS |
953 | // Make sure all separators are as per the current platform |
954 | path2.Replace(wxT("\\"), wxString(wxFILE_SEP_PATH)); | |
955 | path2.Replace(wxT("/"), wxString(wxFILE_SEP_PATH)); | |
ec1b28a3 | 956 | |
51a58d8b JS |
957 | // Append a separator to foil bogus substring matching |
958 | path2 += wxString(wxFILE_SEP_PATH); | |
ec1b28a3 DW |
959 | |
960 | // In MSW or PM, case is not significant | |
0d853c54 | 961 | #if defined(__WINDOWS__) || defined(__DOS__) || defined(__OS2__) |
51a58d8b JS |
962 | path2.MakeLower(); |
963 | #endif | |
ec1b28a3 | 964 | |
2d75caaa | 965 | wxTreeItemIdValue cookie; |
51a58d8b | 966 | wxTreeItemId childId = m_treeCtrl->GetFirstChild(parentId, cookie); |
53ccf1c0 | 967 | while (childId.IsOk()) |
51a58d8b | 968 | { |
748fcded | 969 | wxDirItemData* data = (wxDirItemData*) m_treeCtrl->GetItemData(childId); |
ec1b28a3 | 970 | |
44d60c0b | 971 | if (data && !data->m_path.empty()) |
51a58d8b JS |
972 | { |
973 | wxString childPath(data->m_path); | |
083f7497 | 974 | if (!wxEndsWithPathSeparator(childPath)) |
51a58d8b | 975 | childPath += wxString(wxFILE_SEP_PATH); |
ec1b28a3 DW |
976 | |
977 | // In MSW and PM, case is not significant | |
0d853c54 | 978 | #if defined(__WINDOWS__) || defined(__DOS__) || defined(__OS2__) |
51a58d8b JS |
979 | childPath.MakeLower(); |
980 | #endif | |
ec1b28a3 | 981 | |
b36e08d0 | 982 | if (childPath.length() <= path2.length()) |
51a58d8b | 983 | { |
b36e08d0 | 984 | wxString path3 = path2.Mid(0, childPath.length()); |
51a58d8b JS |
985 | if (childPath == path3) |
986 | { | |
b36e08d0 | 987 | if (path3.length() == path2.length()) |
ca65c044 | 988 | done = true; |
51a58d8b | 989 | else |
ca65c044 | 990 | done = false; |
51a58d8b JS |
991 | return childId; |
992 | } | |
993 | } | |
994 | } | |
ec1b28a3 | 995 | |
748fcded | 996 | childId = m_treeCtrl->GetNextChild(parentId, cookie); |
51a58d8b | 997 | } |
3fa4bd0e VS |
998 | wxTreeItemId invalid; |
999 | return invalid; | |
51a58d8b JS |
1000 | } |
1001 | ||
1002 | // Try to expand as much of the given path as possible, | |
1003 | // and select the given tree item. | |
1004 | bool wxGenericDirCtrl::ExpandPath(const wxString& path) | |
1005 | { | |
ca65c044 | 1006 | bool done = false; |
51a58d8b JS |
1007 | wxTreeItemId id = FindChild(m_rootId, path, done); |
1008 | wxTreeItemId lastId = id; // The last non-zero id | |
237387ad | 1009 | while (id.IsOk() && !done) |
51a58d8b JS |
1010 | { |
1011 | ExpandDir(id); | |
1012 | ||
1013 | id = FindChild(id, path, done); | |
53ccf1c0 | 1014 | if (id.IsOk()) |
51a58d8b JS |
1015 | lastId = id; |
1016 | } | |
4e115ed2 VZ |
1017 | if (!lastId.IsOk()) |
1018 | return false; | |
1019 | ||
1020 | wxDirItemData *data = (wxDirItemData *) m_treeCtrl->GetItemData(lastId); | |
1021 | if (data->m_isDir) | |
51a58d8b | 1022 | { |
4e115ed2 VZ |
1023 | m_treeCtrl->Expand(lastId); |
1024 | } | |
d9c98a9a | 1025 | if (HasFlag(wxDIRCTRL_SELECT_FIRST) && data->m_isDir) |
4e115ed2 VZ |
1026 | { |
1027 | // Find the first file in this directory | |
1028 | wxTreeItemIdValue cookie; | |
1029 | wxTreeItemId childId = m_treeCtrl->GetFirstChild(lastId, cookie); | |
1030 | bool selectedChild = false; | |
1031 | while (childId.IsOk()) | |
51a58d8b | 1032 | { |
4e115ed2 | 1033 | data = (wxDirItemData*) m_treeCtrl->GetItemData(childId); |
ec1b28a3 | 1034 | |
4e115ed2 | 1035 | if (data && data->m_path != wxEmptyString && !data->m_isDir) |
51a58d8b | 1036 | { |
4e115ed2 VZ |
1037 | m_treeCtrl->SelectItem(childId); |
1038 | m_treeCtrl->EnsureVisible(childId); | |
1039 | selectedChild = true; | |
1040 | break; | |
51a58d8b | 1041 | } |
4e115ed2 | 1042 | childId = m_treeCtrl->GetNextChild(lastId, cookie); |
51a58d8b | 1043 | } |
4e115ed2 | 1044 | if (!selectedChild) |
51a58d8b JS |
1045 | { |
1046 | m_treeCtrl->SelectItem(lastId); | |
1047 | m_treeCtrl->EnsureVisible(lastId); | |
1048 | } | |
51a58d8b JS |
1049 | } |
1050 | else | |
4e115ed2 VZ |
1051 | { |
1052 | m_treeCtrl->SelectItem(lastId); | |
1053 | m_treeCtrl->EnsureVisible(lastId); | |
1054 | } | |
1055 | ||
1056 | return true; | |
51a58d8b JS |
1057 | } |
1058 | ||
f395a825 VZ |
1059 | |
1060 | bool wxGenericDirCtrl::CollapsePath(const wxString& path) | |
1061 | { | |
1062 | bool done = false; | |
1063 | wxTreeItemId id = FindChild(m_rootId, path, done); | |
1064 | wxTreeItemId lastId = id; // The last non-zero id | |
1065 | ||
1066 | while ( id.IsOk() && !done ) | |
1067 | { | |
1068 | CollapseDir(id); | |
1069 | ||
1070 | id = FindChild(id, path, done); | |
1071 | ||
1072 | if ( id.IsOk() ) | |
1073 | lastId = id; | |
1074 | } | |
1075 | ||
1076 | if ( !lastId.IsOk() ) | |
1077 | return false; | |
1078 | ||
1079 | m_treeCtrl->SelectItem(lastId); | |
1080 | m_treeCtrl->EnsureVisible(lastId); | |
1081 | ||
1082 | return true; | |
1083 | } | |
1084 | ||
1085 | ||
51a58d8b JS |
1086 | wxString wxGenericDirCtrl::GetPath() const |
1087 | { | |
1088 | wxTreeItemId id = m_treeCtrl->GetSelection(); | |
1089 | if (id) | |
1090 | { | |
748fcded | 1091 | wxDirItemData* data = (wxDirItemData*) m_treeCtrl->GetItemData(id); |
51a58d8b JS |
1092 | return data->m_path; |
1093 | } | |
1094 | else | |
1095 | return wxEmptyString; | |
1096 | } | |
1097 | ||
1098 | wxString wxGenericDirCtrl::GetFilePath() const | |
1099 | { | |
1100 | wxTreeItemId id = m_treeCtrl->GetSelection(); | |
1101 | if (id) | |
1102 | { | |
748fcded | 1103 | wxDirItemData* data = (wxDirItemData*) m_treeCtrl->GetItemData(id); |
51a58d8b JS |
1104 | if (data->m_isDir) |
1105 | return wxEmptyString; | |
1106 | else | |
1107 | return data->m_path; | |
1108 | } | |
1109 | else | |
1110 | return wxEmptyString; | |
1111 | } | |
1112 | ||
1113 | void wxGenericDirCtrl::SetPath(const wxString& path) | |
1114 | { | |
1115 | m_defaultPath = path; | |
1116 | if (m_rootId) | |
1117 | ExpandPath(path); | |
1118 | } | |
1119 | ||
1120 | // Not used | |
1121 | #if 0 | |
1122 | void wxGenericDirCtrl::FindChildFiles(wxTreeItemId id, int dirFlags, wxArrayString& filenames) | |
1123 | { | |
748fcded | 1124 | wxDirItemData *data = (wxDirItemData *) m_treeCtrl->GetItemData(id); |
51a58d8b JS |
1125 | |
1126 | // This may take a longish time. Go to busy cursor | |
1127 | wxBusyCursor busy; | |
1128 | ||
1129 | wxASSERT(data); | |
1130 | ||
1131 | wxString search,path,filename; | |
1132 | ||
1133 | wxString dirName(data->m_path); | |
1134 | ||
0d853c54 | 1135 | #if defined(__WXMSW__) || defined(__OS2__) |
51a58d8b JS |
1136 | if (dirName.Last() == ':') |
1137 | dirName += wxString(wxFILE_SEP_PATH); | |
1138 | #endif | |
1139 | ||
1140 | wxDir d; | |
1141 | wxString eachFilename; | |
1142 | ||
f9c165b1 | 1143 | wxLogNull log; |
51a58d8b JS |
1144 | d.Open(dirName); |
1145 | ||
1146 | if (d.IsOpened()) | |
1147 | { | |
1148 | if (d.GetFirst(& eachFilename, m_currentFilterStr, dirFlags)) | |
1149 | { | |
1150 | do | |
1151 | { | |
1152 | if ((eachFilename != wxT(".")) && (eachFilename != wxT(".."))) | |
1153 | { | |
1154 | filenames.Add(eachFilename); | |
1155 | } | |
1156 | } | |
1157 | while (d.GetNext(& eachFilename)) ; | |
1158 | } | |
1159 | } | |
1160 | } | |
1161 | #endif | |
1162 | ||
1163 | void wxGenericDirCtrl::SetFilterIndex(int n) | |
1164 | { | |
1165 | m_currentFilter = n; | |
1166 | ||
1167 | wxString f, d; | |
1168 | if (ExtractWildcard(m_filter, n, f, d)) | |
1169 | m_currentFilterStr = f; | |
1170 | else | |
dd0138d9 RR |
1171 | #ifdef __UNIX__ |
1172 | m_currentFilterStr = wxT("*"); | |
1173 | #else | |
51a58d8b | 1174 | m_currentFilterStr = wxT("*.*"); |
dd0138d9 | 1175 | #endif |
51a58d8b JS |
1176 | } |
1177 | ||
1178 | void wxGenericDirCtrl::SetFilter(const wxString& filter) | |
1179 | { | |
1180 | m_filter = filter; | |
1181 | ||
d0bc78e2 VZ |
1182 | if (!filter.empty() && !m_filterListCtrl) |
1183 | m_filterListCtrl = new wxDirFilterListCtrl(this, wxID_FILTERLISTCTRL); | |
1184 | else if (filter.empty() && m_filterListCtrl) | |
1185 | { | |
1186 | m_filterListCtrl->Destroy(); | |
1187 | m_filterListCtrl = NULL; | |
1188 | } | |
1189 | ||
51a58d8b JS |
1190 | wxString f, d; |
1191 | if (ExtractWildcard(m_filter, m_currentFilter, f, d)) | |
1192 | m_currentFilterStr = f; | |
1193 | else | |
dd0138d9 RR |
1194 | #ifdef __UNIX__ |
1195 | m_currentFilterStr = wxT("*"); | |
1196 | #else | |
51a58d8b | 1197 | m_currentFilterStr = wxT("*.*"); |
dd0138d9 | 1198 | #endif |
d0bc78e2 VZ |
1199 | // current filter index is meaningless after filter change, set it to zero |
1200 | SetFilterIndex(0); | |
1201 | if (m_filterListCtrl) | |
1202 | m_filterListCtrl->FillFilterList(m_filter, 0); | |
51a58d8b JS |
1203 | } |
1204 | ||
1205 | // Extract description and actual filter from overall filter string | |
1206 | bool wxGenericDirCtrl::ExtractWildcard(const wxString& filterStr, int n, wxString& filter, wxString& description) | |
1207 | { | |
1208 | wxArrayString filters, descriptions; | |
daf32463 | 1209 | int count = wxParseCommonDialogsFilter(filterStr, descriptions, filters); |
51a58d8b JS |
1210 | if (count > 0 && n < count) |
1211 | { | |
1212 | filter = filters[n]; | |
1213 | description = descriptions[n]; | |
ca65c044 | 1214 | return true; |
51a58d8b | 1215 | } |
5716a1ab | 1216 | |
ca65c044 | 1217 | return false; |
51a58d8b JS |
1218 | } |
1219 | ||
51a58d8b JS |
1220 | |
1221 | void wxGenericDirCtrl::DoResize() | |
1222 | { | |
1223 | wxSize sz = GetClientSize(); | |
1224 | int verticalSpacing = 3; | |
1225 | if (m_treeCtrl) | |
1226 | { | |
1227 | wxSize filterSz ; | |
1228 | if (m_filterListCtrl) | |
1229 | { | |
1230 | filterSz = m_filterListCtrl->GetSize(); | |
1231 | sz.y -= (filterSz.y + verticalSpacing); | |
1232 | } | |
1233 | m_treeCtrl->SetSize(0, 0, sz.x, sz.y); | |
1234 | if (m_filterListCtrl) | |
1235 | { | |
1236 | m_filterListCtrl->SetSize(0, sz.y + verticalSpacing, sz.x, filterSz.y); | |
1237 | // Don't know why, but this needs refreshing after a resize (wxMSW) | |
1238 | m_filterListCtrl->Refresh(); | |
1239 | } | |
1240 | } | |
1241 | } | |
1242 | ||
1243 | ||
33ac7e6f | 1244 | void wxGenericDirCtrl::OnSize(wxSizeEvent& WXUNUSED(event)) |
51a58d8b JS |
1245 | { |
1246 | DoResize(); | |
1247 | } | |
1248 | ||
22328fa4 | 1249 | wxTreeItemId wxGenericDirCtrl::AppendItem (const wxTreeItemId & parent, |
ca65c044 WS |
1250 | const wxString & text, |
1251 | int image, int selectedImage, | |
1252 | wxTreeItemData * data) | |
22328fa4 JS |
1253 | { |
1254 | wxTreeCtrl *treeCtrl = GetTreeCtrl (); | |
1255 | ||
1256 | wxASSERT (treeCtrl); | |
1257 | ||
1258 | if (treeCtrl) | |
1259 | { | |
1260 | return treeCtrl->AppendItem (parent, text, image, selectedImage, data); | |
1261 | } | |
1262 | else | |
1263 | { | |
1264 | return wxTreeItemId(); | |
1265 | } | |
1266 | } | |
1267 | ||
1268 | ||
51a58d8b JS |
1269 | //----------------------------------------------------------------------------- |
1270 | // wxDirFilterListCtrl | |
1271 | //----------------------------------------------------------------------------- | |
1272 | ||
1273 | IMPLEMENT_CLASS(wxDirFilterListCtrl, wxChoice) | |
1274 | ||
1275 | BEGIN_EVENT_TABLE(wxDirFilterListCtrl, wxChoice) | |
ca65c044 | 1276 | EVT_CHOICE(wxID_ANY, wxDirFilterListCtrl::OnSelFilter) |
51a58d8b JS |
1277 | END_EVENT_TABLE() |
1278 | ||
d0bc78e2 VZ |
1279 | bool wxDirFilterListCtrl::Create(wxGenericDirCtrl* parent, |
1280 | const wxWindowID id, | |
1281 | const wxPoint& pos, | |
1282 | const wxSize& size, | |
1283 | long style) | |
51a58d8b JS |
1284 | { |
1285 | m_dirCtrl = parent; | |
d0bc78e2 VZ |
1286 | |
1287 | // by default our border style is determined by the style of our parent | |
1288 | if ( !(style & wxBORDER_MASK) ) | |
1289 | { | |
1290 | style |= parent->HasFlag(wxDIRCTRL_3D_INTERNAL) ? wxBORDER_SUNKEN | |
1291 | : wxBORDER_NONE; | |
1292 | } | |
1293 | ||
51a58d8b JS |
1294 | return wxChoice::Create(parent, id, pos, size, 0, NULL, style); |
1295 | } | |
1296 | ||
1297 | void wxDirFilterListCtrl::Init() | |
1298 | { | |
1299 | m_dirCtrl = NULL; | |
1300 | } | |
1301 | ||
33ac7e6f | 1302 | void wxDirFilterListCtrl::OnSelFilter(wxCommandEvent& WXUNUSED(event)) |
51a58d8b JS |
1303 | { |
1304 | int sel = GetSelection(); | |
1305 | ||
1306 | wxString currentPath = m_dirCtrl->GetPath(); | |
ec1b28a3 | 1307 | |
51a58d8b JS |
1308 | m_dirCtrl->SetFilterIndex(sel); |
1309 | ||
1310 | // If the filter has changed, the view is out of date, so | |
1311 | // collapse the tree. | |
08887820 | 1312 | m_dirCtrl->ReCreateTree(); |
51a58d8b JS |
1313 | |
1314 | // Try to restore the selection, or at least the directory | |
1315 | m_dirCtrl->ExpandPath(currentPath); | |
1316 | } | |
1317 | ||
1318 | void wxDirFilterListCtrl::FillFilterList(const wxString& filter, int defaultFilter) | |
1319 | { | |
1320 | Clear(); | |
1321 | wxArrayString descriptions, filters; | |
866918a8 | 1322 | size_t n = (size_t) wxParseCommonDialogsFilter(filter, descriptions, filters); |
51a58d8b JS |
1323 | |
1324 | if (n > 0 && defaultFilter < (int) n) | |
1325 | { | |
999836aa | 1326 | for (size_t i = 0; i < n; i++) |
51a58d8b JS |
1327 | Append(descriptions[i]); |
1328 | SetSelection(defaultFilter); | |
1329 | } | |
1330 | } | |
13de0c8c | 1331 | #endif // wxUSE_DIRDLG |
51a58d8b | 1332 | |
13de0c8c | 1333 | #if wxUSE_DIRDLG || wxUSE_FILEDLG |
22328fa4 | 1334 | |
06cc1fb9 JS |
1335 | // ---------------------------------------------------------------------------- |
1336 | // wxFileIconsTable icons | |
1337 | // ---------------------------------------------------------------------------- | |
1338 | ||
ff654490 | 1339 | #ifndef __WXGTK20__ |
13b22a67 | 1340 | /* Computer (c) Julian Smart */ |
06cc1fb9 | 1341 | static const char * file_icons_tbl_computer_xpm[] = { |
13b22a67 JS |
1342 | /* columns rows colors chars-per-pixel */ |
1343 | "16 16 42 1", | |
1344 | "r c #4E7FD0", | |
1345 | "$ c #7198D9", | |
1346 | "; c #DCE6F6", | |
1347 | "q c #FFFFFF", | |
1348 | "u c #4A7CCE", | |
1349 | "# c #779DDB", | |
1350 | "w c #95B2E3", | |
1351 | "y c #7FA2DD", | |
1352 | "f c #3263B4", | |
1353 | "= c #EAF0FA", | |
1354 | "< c #B1C7EB", | |
1355 | "% c #6992D7", | |
1356 | "9 c #D9E4F5", | |
1357 | "o c #9BB7E5", | |
1358 | "6 c #F7F9FD", | |
1359 | ", c #BED0EE", | |
1360 | "3 c #F0F5FC", | |
1361 | "1 c #A8C0E8", | |
1362 | " c None", | |
1363 | "0 c #FDFEFF", | |
1364 | "4 c #C4D5F0", | |
1365 | "@ c #81A4DD", | |
1366 | "e c #4377CD", | |
1367 | "- c #E2EAF8", | |
1368 | "i c #9FB9E5", | |
1369 | "> c #CCDAF2", | |
1370 | "+ c #89A9DF", | |
1371 | "s c #5584D1", | |
1372 | "t c #5D89D3", | |
1373 | ": c #D2DFF4", | |
1374 | "5 c #FAFCFE", | |
1375 | "2 c #F5F8FD", | |
1376 | "8 c #DFE8F7", | |
1377 | "& c #5E8AD4", | |
1378 | "X c #638ED5", | |
1379 | "a c #CEDCF2", | |
1380 | "p c #90AFE2", | |
1381 | "d c #2F5DA9", | |
1382 | "* c #5282D0", | |
1383 | "7 c #E5EDF9", | |
1384 | ". c #A2BCE6", | |
1385 | "O c #8CACE0", | |
1386 | /* pixels */ | |
1387 | " ", | |
1388 | " .XXXXXXXXXXX ", | |
1389 | " oXO++@#$%&*X ", | |
1390 | " oX=-;:>,<1%X ", | |
1391 | " oX23=-;:4,$X ", | |
1392 | " oX5633789:@X ", | |
1393 | " oX05623=78+X ", | |
1394 | " oXqq05623=OX ", | |
1395 | " oX,,,,,<<<$X ", | |
1396 | " wXXXXXXXXXXe ", | |
1397 | " XrtX%$$y@+O,, ", | |
1398 | " uyiiiiiiiii@< ", | |
1399 | " ouiiiiiiiiiip<a", | |
1400 | " rustX%$$y@+Ow,,", | |
1401 | " dfffffffffffffd", | |
1402 | " " | |
1403 | }; | |
ff654490 | 1404 | #endif // !GTK+ 2 |
06cc1fb9 | 1405 | |
06cc1fb9 JS |
1406 | // ---------------------------------------------------------------------------- |
1407 | // wxFileIconsTable & friends | |
1408 | // ---------------------------------------------------------------------------- | |
1409 | ||
1410 | // global instance of a wxFileIconsTable | |
1411 | wxFileIconsTable* wxTheFileIconsTable = (wxFileIconsTable *)NULL; | |
1412 | ||
1413 | // A module to allow icons table cleanup | |
1414 | ||
1415 | class wxFileIconsTableModule: public wxModule | |
1416 | { | |
1417 | DECLARE_DYNAMIC_CLASS(wxFileIconsTableModule) | |
1418 | public: | |
1419 | wxFileIconsTableModule() {} | |
ca65c044 | 1420 | bool OnInit() { wxTheFileIconsTable = new wxFileIconsTable; return true; } |
06cc1fb9 JS |
1421 | void OnExit() |
1422 | { | |
1423 | if (wxTheFileIconsTable) | |
1424 | { | |
1425 | delete wxTheFileIconsTable; | |
1426 | wxTheFileIconsTable = NULL; | |
1427 | } | |
1428 | } | |
1429 | }; | |
1430 | ||
1431 | IMPLEMENT_DYNAMIC_CLASS(wxFileIconsTableModule, wxModule) | |
1432 | ||
1433 | class wxFileIconEntry : public wxObject | |
1434 | { | |
1435 | public: | |
1436 | wxFileIconEntry(int i) { id = i; } | |
1437 | ||
1438 | int id; | |
1439 | }; | |
1440 | ||
1441 | wxFileIconsTable::wxFileIconsTable() | |
1442 | { | |
1443 | m_HashTable = NULL; | |
1444 | m_smallImageList = NULL; | |
1445 | } | |
1446 | ||
1447 | wxFileIconsTable::~wxFileIconsTable() | |
1448 | { | |
222ed1d6 MB |
1449 | if (m_HashTable) |
1450 | { | |
1451 | WX_CLEAR_HASH_TABLE(*m_HashTable); | |
1452 | delete m_HashTable; | |
1453 | } | |
06cc1fb9 JS |
1454 | if (m_smallImageList) delete m_smallImageList; |
1455 | } | |
1456 | ||
1457 | // delayed initialization - wait until first use (wxArtProv not created yet) | |
1458 | void wxFileIconsTable::Create() | |
1459 | { | |
1460 | wxCHECK_RET(!m_smallImageList && !m_HashTable, wxT("creating icons twice")); | |
06cc1fb9 JS |
1461 | m_HashTable = new wxHashTable(wxKEY_STRING); |
1462 | m_smallImageList = new wxImageList(16, 16); | |
1463 | ||
06cc1fb9 | 1464 | // folder: |
4b92a33f VS |
1465 | m_smallImageList->Add(wxArtProvider::GetBitmap(wxART_FOLDER, |
1466 | wxART_CMN_DIALOG, | |
1467 | wxSize(16, 16))); | |
06cc1fb9 | 1468 | // folder_open |
82c1f2a3 RR |
1469 | m_smallImageList->Add(wxArtProvider::GetBitmap(wxART_FOLDER_OPEN, |
1470 | wxART_CMN_DIALOG, | |
1471 | wxSize(16, 16))); | |
06cc1fb9 | 1472 | // computer |
ff654490 | 1473 | #ifdef __WXGTK20__ |
82c1f2a3 RR |
1474 | // GTK24 uses this icon in the file open dialog |
1475 | m_smallImageList->Add(wxArtProvider::GetBitmap(wxART_HARDDISK, | |
1476 | wxART_CMN_DIALOG, | |
1477 | wxSize(16, 16))); | |
1478 | #else | |
06cc1fb9 | 1479 | m_smallImageList->Add(wxIcon(file_icons_tbl_computer_xpm)); |
82c1f2a3 | 1480 | #endif |
06cc1fb9 | 1481 | // drive |
82c1f2a3 RR |
1482 | m_smallImageList->Add(wxArtProvider::GetBitmap(wxART_HARDDISK, |
1483 | wxART_CMN_DIALOG, | |
1484 | wxSize(16, 16))); | |
06cc1fb9 | 1485 | // cdrom |
82c1f2a3 RR |
1486 | m_smallImageList->Add(wxArtProvider::GetBitmap(wxART_CDROM, |
1487 | wxART_CMN_DIALOG, | |
1488 | wxSize(16, 16))); | |
06cc1fb9 | 1489 | // floppy |
82c1f2a3 RR |
1490 | m_smallImageList->Add(wxArtProvider::GetBitmap(wxART_FLOPPY, |
1491 | wxART_CMN_DIALOG, | |
1492 | wxSize(16, 16))); | |
06cc1fb9 | 1493 | // removeable |
82c1f2a3 RR |
1494 | m_smallImageList->Add(wxArtProvider::GetBitmap(wxART_REMOVABLE, |
1495 | wxART_CMN_DIALOG, | |
1496 | wxSize(16, 16))); | |
06cc1fb9 | 1497 | // file |
4b92a33f VS |
1498 | m_smallImageList->Add(wxArtProvider::GetBitmap(wxART_NORMAL_FILE, |
1499 | wxART_CMN_DIALOG, | |
1500 | wxSize(16, 16))); | |
06cc1fb9 JS |
1501 | // executable |
1502 | if (GetIconID(wxEmptyString, _T("application/x-executable")) == file) | |
1503 | { | |
4b92a33f VS |
1504 | m_smallImageList->Add(wxArtProvider::GetBitmap(wxART_EXECUTABLE_FILE, |
1505 | wxART_CMN_DIALOG, | |
1506 | wxSize(16, 16))); | |
222ed1d6 | 1507 | delete m_HashTable->Get(_T("exe")); |
06cc1fb9 JS |
1508 | m_HashTable->Delete(_T("exe")); |
1509 | m_HashTable->Put(_T("exe"), new wxFileIconEntry(executable)); | |
1510 | } | |
1511 | /* else put into list by GetIconID | |
1512 | (KDE defines application/x-executable for *.exe and has nice icon) | |
1513 | */ | |
1514 | } | |
1515 | ||
1516 | wxImageList *wxFileIconsTable::GetSmallImageList() | |
1517 | { | |
1518 | if (!m_smallImageList) | |
1519 | Create(); | |
1520 | ||
1521 | return m_smallImageList; | |
1522 | } | |
1523 | ||
64c288fa | 1524 | #if wxUSE_MIMETYPE && wxUSE_IMAGE && (!defined(__WXMSW__) || wxUSE_WXDIB) |
06cc1fb9 JS |
1525 | // VS: we don't need this function w/o wxMimeTypesManager because we'll only have |
1526 | // one icon and we won't resize it | |
1527 | ||
1528 | static wxBitmap CreateAntialiasedBitmap(const wxImage& img) | |
1529 | { | |
1d529ef7 | 1530 | const unsigned int size = 16; |
ca65c044 | 1531 | |
1d529ef7 | 1532 | wxImage smallimg (size, size); |
06cc1fb9 JS |
1533 | unsigned char *p1, *p2, *ps; |
1534 | unsigned char mr = img.GetMaskRed(), | |
1535 | mg = img.GetMaskGreen(), | |
1536 | mb = img.GetMaskBlue(); | |
1537 | ||
1538 | unsigned x, y; | |
1539 | unsigned sr, sg, sb, smask; | |
1540 | ||
1d529ef7 | 1541 | p1 = img.GetData(), p2 = img.GetData() + 3 * size*2, ps = smallimg.GetData(); |
06cc1fb9 JS |
1542 | smallimg.SetMaskColour(mr, mr, mr); |
1543 | ||
1d529ef7 | 1544 | for (y = 0; y < size; y++) |
06cc1fb9 | 1545 | { |
1d529ef7 | 1546 | for (x = 0; x < size; x++) |
06cc1fb9 JS |
1547 | { |
1548 | sr = sg = sb = smask = 0; | |
1549 | if (p1[0] != mr || p1[1] != mg || p1[2] != mb) | |
1550 | sr += p1[0], sg += p1[1], sb += p1[2]; | |
1551 | else smask++; | |
1552 | p1 += 3; | |
1553 | if (p1[0] != mr || p1[1] != mg || p1[2] != mb) | |
1554 | sr += p1[0], sg += p1[1], sb += p1[2]; | |
1555 | else smask++; | |
1556 | p1 += 3; | |
1557 | if (p2[0] != mr || p2[1] != mg || p2[2] != mb) | |
1558 | sr += p2[0], sg += p2[1], sb += p2[2]; | |
1559 | else smask++; | |
1560 | p2 += 3; | |
1561 | if (p2[0] != mr || p2[1] != mg || p2[2] != mb) | |
1562 | sr += p2[0], sg += p2[1], sb += p2[2]; | |
1563 | else smask++; | |
1564 | p2 += 3; | |
1565 | ||
1566 | if (smask > 2) | |
1567 | ps[0] = ps[1] = ps[2] = mr; | |
1568 | else | |
8253f2e0 WS |
1569 | { |
1570 | ps[0] = (unsigned char)(sr >> 2); | |
1571 | ps[1] = (unsigned char)(sg >> 2); | |
1572 | ps[2] = (unsigned char)(sb >> 2); | |
1573 | } | |
06cc1fb9 JS |
1574 | ps += 3; |
1575 | } | |
1d529ef7 | 1576 | p1 += size*2 * 3, p2 += size*2 * 3; |
06cc1fb9 | 1577 | } |
ca65c044 | 1578 | |
06cc1fb9 JS |
1579 | return wxBitmap(smallimg); |
1580 | } | |
1581 | ||
b126fe3a DS |
1582 | // This function is currently not unused anymore |
1583 | #if 0 | |
06cc1fb9 JS |
1584 | // finds empty borders and return non-empty area of image: |
1585 | static wxImage CutEmptyBorders(const wxImage& img) | |
1586 | { | |
1587 | unsigned char mr = img.GetMaskRed(), | |
1588 | mg = img.GetMaskGreen(), | |
1589 | mb = img.GetMaskBlue(); | |
1590 | unsigned char *dt = img.GetData(), *dttmp; | |
1591 | unsigned w = img.GetWidth(), h = img.GetHeight(); | |
1592 | ||
1593 | unsigned top, bottom, left, right, i; | |
1594 | bool empt; | |
1595 | ||
1596 | #define MK_DTTMP(x,y) dttmp = dt + ((x + y * w) * 3) | |
ca65c044 | 1597 | #define NOEMPTY_PIX(empt) if (dttmp[0] != mr || dttmp[1] != mg || dttmp[2] != mb) {empt = false; break;} |
06cc1fb9 | 1598 | |
ca65c044 | 1599 | for (empt = true, top = 0; empt && top < h; top++) |
06cc1fb9 JS |
1600 | { |
1601 | MK_DTTMP(0, top); | |
1602 | for (i = 0; i < w; i++, dttmp+=3) | |
1603 | NOEMPTY_PIX(empt) | |
1604 | } | |
ca65c044 | 1605 | for (empt = true, bottom = h-1; empt && bottom > top; bottom--) |
06cc1fb9 JS |
1606 | { |
1607 | MK_DTTMP(0, bottom); | |
1608 | for (i = 0; i < w; i++, dttmp+=3) | |
1609 | NOEMPTY_PIX(empt) | |
1610 | } | |
ca65c044 | 1611 | for (empt = true, left = 0; empt && left < w; left++) |
06cc1fb9 JS |
1612 | { |
1613 | MK_DTTMP(left, 0); | |
1614 | for (i = 0; i < h; i++, dttmp+=3*w) | |
1615 | NOEMPTY_PIX(empt) | |
1616 | } | |
ca65c044 | 1617 | for (empt = true, right = w-1; empt && right > left; right--) |
06cc1fb9 JS |
1618 | { |
1619 | MK_DTTMP(right, 0); | |
1620 | for (i = 0; i < h; i++, dttmp+=3*w) | |
1621 | NOEMPTY_PIX(empt) | |
1622 | } | |
1623 | top--, left--, bottom++, right++; | |
1624 | ||
1625 | return img.GetSubImage(wxRect(left, top, right - left + 1, bottom - top + 1)); | |
1626 | } | |
b126fe3a DS |
1627 | #endif // #if 0 |
1628 | ||
06cc1fb9 JS |
1629 | #endif // wxUSE_MIMETYPE |
1630 | ||
1631 | int wxFileIconsTable::GetIconID(const wxString& extension, const wxString& mime) | |
1632 | { | |
1633 | if (!m_smallImageList) | |
1634 | Create(); | |
1635 | ||
1636 | #if wxUSE_MIMETYPE | |
44d60c0b | 1637 | if (!extension.empty()) |
06cc1fb9 JS |
1638 | { |
1639 | wxFileIconEntry *entry = (wxFileIconEntry*) m_HashTable->Get(extension); | |
1640 | if (entry) return (entry -> id); | |
1641 | } | |
1642 | ||
44d60c0b | 1643 | wxFileType *ft = (mime.empty()) ? |
06cc1fb9 JS |
1644 | wxTheMimeTypesManager -> GetFileTypeFromExtension(extension) : |
1645 | wxTheMimeTypesManager -> GetFileTypeFromMimeType(mime); | |
55d0aaa3 VZ |
1646 | |
1647 | wxIconLocation iconLoc; | |
06cc1fb9 | 1648 | wxIcon ic; |
02dd0487 | 1649 | |
55d0aaa3 | 1650 | { |
02dd0487 JS |
1651 | wxLogNull logNull; |
1652 | if ( ft && ft->GetIcon(&iconLoc) ) | |
1653 | { | |
8e5c6521 | 1654 | ic = wxIcon( iconLoc ); |
02dd0487 | 1655 | } |
55d0aaa3 | 1656 | } |
ca65c044 | 1657 | |
55d0aaa3 VZ |
1658 | delete ft; |
1659 | ||
1660 | if ( !ic.Ok() ) | |
06cc1fb9 JS |
1661 | { |
1662 | int newid = file; | |
1663 | m_HashTable->Put(extension, new wxFileIconEntry(newid)); | |
1664 | return newid; | |
1665 | } | |
1666 | ||
3fc93ebd JS |
1667 | wxBitmap bmp; |
1668 | bmp.CopyFromIcon(ic); | |
06cc1fb9 | 1669 | |
b6668c25 JS |
1670 | if ( !bmp.Ok() ) |
1671 | { | |
1672 | int newid = file; | |
1673 | m_HashTable->Put(extension, new wxFileIconEntry(newid)); | |
1674 | return newid; | |
1675 | } | |
1676 | ||
1d529ef7 | 1677 | const unsigned int size = 16; |
ca65c044 | 1678 | |
06cc1fb9 | 1679 | int id = m_smallImageList->GetImageCount(); |
1aa81b17 | 1680 | if ((bmp.GetWidth() == (int) size) && (bmp.GetHeight() == (int) size)) |
1d529ef7 | 1681 | { |
3fc93ebd | 1682 | m_smallImageList->Add(bmp); |
1d529ef7 | 1683 | } |
64c288fa | 1684 | #if wxUSE_IMAGE && (!defined(__WXMSW__) || wxUSE_WXDIB) |
06cc1fb9 JS |
1685 | else |
1686 | { | |
3fc93ebd JS |
1687 | wxImage img = bmp.ConvertToImage(); |
1688 | ||
1d529ef7 RR |
1689 | if ((img.GetWidth() != size*2) || (img.GetHeight() != size*2)) |
1690 | // m_smallImageList->Add(CreateAntialiasedBitmap(CutEmptyBorders(img).Rescale(size*2, size*2))); | |
1691 | m_smallImageList->Add(CreateAntialiasedBitmap(img.Rescale(size*2, size*2))); | |
06cc1fb9 JS |
1692 | else |
1693 | m_smallImageList->Add(CreateAntialiasedBitmap(img)); | |
1694 | } | |
1904aa72 DS |
1695 | #endif // wxUSE_IMAGE |
1696 | ||
06cc1fb9 JS |
1697 | m_HashTable->Put(extension, new wxFileIconEntry(id)); |
1698 | return id; | |
1699 | ||
1700 | #else // !wxUSE_MIMETYPE | |
1701 | ||
79e162f5 | 1702 | wxUnusedVar(mime); |
06cc1fb9 JS |
1703 | if (extension == wxT("exe")) |
1704 | return executable; | |
1705 | else | |
1706 | return file; | |
1707 | #endif // wxUSE_MIMETYPE/!wxUSE_MIMETYPE | |
1708 | } | |
1709 | ||
13de0c8c | 1710 | #endif // wxUSE_DIRDLG || wxUSE_FILEDLG |