Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix naming to clean API | Andrea Diamantini | 2010-06-24 | 1 | -1/+1 |
| | | | | | SettingOpenTab --> NewTab (according to settings) NewCurrentTab --> NewFocusedTab | ||||
* | The second arg of QString::replace has to be a QString, I suppose | Jonathan Thomas | 2010-05-27 | 1 | -1/+1 |
| | |||||
* | Encapsulate single characters in single quotes, since passing a char to ↵ | Jonathan Thomas | 2010-05-27 | 1 | -3/+3 |
| | | | | QString is more efficient than passing a one-character string. | ||||
* | Properly take care of ampersands | Andrea Diamantini | 2010-05-25 | 1 | -4/+6 |
| | | | | Ronny Scholz patch. Thanks ;) | ||||
* | Memory leaks fixes | Andrea Diamantini | 2010-05-04 | 1 | -0/+6 |
| | | | | first bunch | ||||
* | A coding style round | Andrea Diamantini | 2010-04-30 | 1 | -24/+24 |
| | |||||
* | moc fixes | Andrea Diamantini | 2010-04-14 | 1 | -0/+1 |
| | |||||
* | Some stupid not so important fixes | Andrea Diamantini | 2010-04-08 | 1 | -3/+4 |
| | |||||
* | Add a missing slot | Yoann Laissus | 2010-04-08 | 1 | -2/+16 |
| | |||||
* | - Enable context menu for folders and separators of the bookmark bar | Yoann Laissus | 2010-04-08 | 1 | -0/+309 |
- Use the same context menu for the bookmark panel and the bookmark bar - Use a list to store the different bookmark bars - Fix the different crashes when there are more than one window - When the bookmarks are changed, all the bars are refreshed |